1 |
|
%define release 1 |
2 |
|
%define version 3.3.5 |
3 |
|
|
4 |
Name: shairport-sync |
Name: shairport-sync |
5 |
Version: 3.3.5 |
Version: %{version} |
6 |
Release: 0%{?dist} |
Release: %{release}%{?dist} |
7 |
Summary: AirTunes emulator. Multi-Room with Audio Synchronisation |
Summary: AirTunes emulator. Multi-Room with Audio Synchronisation |
8 |
# MIT licensed except for tinysvcmdns under BSD, |
# MIT licensed except for tinysvcmdns under BSD, |
9 |
# FFTConvolver/ under GPLv3+ and audio_sndio.c |
# FFTConvolver/ under GPLv3+ and audio_sndio.c |
13 |
Source0: https://github.com/mikebrady/%{name}/archive/%{version}/%{name}-%{version}.tar.gz |
Source0: https://github.com/mikebrady/%{name}/archive/%{version}/%{name}-%{version}.tar.gz |
14 |
|
|
15 |
%{?systemd_requires} |
%{?systemd_requires} |
|
BuildRequires: systemd |
|
16 |
BuildRequires: pkgconfig(libconfig) |
BuildRequires: pkgconfig(libconfig) |
17 |
BuildRequires: pkgconfig(popt) |
BuildRequires: popt-devel |
18 |
|
#pkgconfig(popt) |
19 |
BuildRequires: pkgconfig(openssl) |
BuildRequires: pkgconfig(openssl) |
20 |
BuildRequires: pkgconfig(libdaemon) |
BuildRequires: pkgconfig(libdaemon) |
21 |
BuildRequires: pkgconfig(avahi-core) |
BuildRequires: pkgconfig(avahi-core) |
22 |
BuildRequires: pkgconfig(alsa) |
BuildRequires: pkgconfig(alsa) |
23 |
BuildRequires: pkgconfig(soxr) |
BuildRequires: pkgconfig(soxr) |
24 |
|
BuildRequires: libsndfile-devel |
25 |
BuildRequires: autoconf |
BuildRequires: autoconf |
26 |
BuildRequires: automake |
BuildRequires: automake |
27 |
BuildRequires: gcc |
BuildRequires: gcc |
43 |
%build |
%build |
44 |
autoreconf -i -f |
autoreconf -i -f |
45 |
%configure --with-avahi --with-alsa --with-ssl=openssl --with-soxr \ |
%configure --with-avahi --with-alsa --with-ssl=openssl --with-soxr \ |
46 |
--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 |
47 |
%make_build |
%make_build |
48 |
|
|
49 |
%install |
%install |
78 |
%attr(-, %{name}, %{name}) %{_sharedstatedir}/%{name} |
%attr(-, %{name}, %{name}) %{_sharedstatedir}/%{name} |
79 |
|
|
80 |
%changelog |
%changelog |
81 |
|
* Sat Apr 25 2020 Jean-Philipe Pialasse <tests@pialasse.com> 3.3.5-1.sme |
82 |
|
- first import for SME |
83 |
|
- add systemv support |
84 |
|
- add --with-convolution |
85 |
|
|
86 |
* Tue Feb 11 2020 Bill Peck <bpeck@redhat.com> - 3.3.5-0 |
* Tue Feb 11 2020 Bill Peck <bpeck@redhat.com> - 3.3.5-0 |
87 |
- New upstream release |
- New upstream release |
88 |
|
|