/[smecontribs]/rpms/shairport-sync/contribs9/shairport-sync.spec
ViewVC logotype

Diff of /rpms/shairport-sync/contribs9/shairport-sync.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Sun Apr 26 01:00:18 2020 UTC Revision 1.2 by jpp, Sun Apr 26 01:17:29 2020 UTC
# Line 1  Line 1 
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
# Line 10  URL:            https://github.com/mikeb Line 13  URL:            https://github.com/mikeb
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
# Line 39  Shairport Sync does not support AirPlay Line 43  Shairport Sync does not support AirPlay
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
# Line 74  exit 0 Line 78  exit 0
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed