--- rpms/shairport-sync/contribs9/shairport-sync.spec 2020/04/26 01:00:18 1.1 +++ rpms/shairport-sync/contribs9/shairport-sync.spec 2020/04/26 01:17:29 1.2 @@ -1,6 +1,9 @@ +%define release 1 +%define version 3.3.5 + Name: shairport-sync -Version: 3.3.5 -Release: 0%{?dist} +Version: %{version} +Release: %{release}%{?dist} Summary: AirTunes emulator. Multi-Room with Audio Synchronisation # MIT licensed except for tinysvcmdns under BSD, # FFTConvolver/ under GPLv3+ and audio_sndio.c @@ -10,14 +13,15 @@ URL: https://github.com/mikeb Source0: https://github.com/mikebrady/%{name}/archive/%{version}/%{name}-%{version}.tar.gz %{?systemd_requires} -BuildRequires: systemd BuildRequires: pkgconfig(libconfig) -BuildRequires: pkgconfig(popt) +BuildRequires: popt-devel +#pkgconfig(popt) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(libdaemon) BuildRequires: pkgconfig(avahi-core) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(soxr) +BuildRequires: libsndfile-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc @@ -39,7 +43,7 @@ Shairport Sync does not support AirPlay %build autoreconf -i -f %configure --with-avahi --with-alsa --with-ssl=openssl --with-soxr \ - --with-pipe --with-dummy --with-stdout --with-pa --with-metadata + --with-pipe --with-dummy --with-stdout --with-soundio --with-pa --with-metadata --with-systemv --with-libdaemon --with-convolution %make_build %install @@ -74,6 +78,11 @@ exit 0 %attr(-, %{name}, %{name}) %{_sharedstatedir}/%{name} %changelog +* Sat Apr 25 2020 Jean-Philipe Pialasse 3.3.5-1.sme +- first import for SME +- add systemv support +- add --with-convolution + * Tue Feb 11 2020 Bill Peck - 3.3.5-0 - New upstream release