Accepting request 1095213 from home:haasn:branches:multimedia:apps
- Add pipewire audio output support. - Add missing `audio` group during setup. OBS-URL: https://build.opensuse.org/request/show/1095213 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/shairport-sync?expand=0&rev=33
This commit is contained in:
parent
bdf73d0070
commit
233ce25f8f
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 11:44:48 UTC 2023 - Niklas Haas <obs@haasn.xyz>
|
||||
|
||||
- Add pipewire audio output support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 11:38:12 UTC 2023 - Niklas Haas <obs@haasn.xyz>
|
||||
|
||||
- Add missing `audio` group during setup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 21 20:32:51 UTC 2023 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
|
@ -40,6 +40,7 @@ BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(avahi-client)
|
||||
BuildRequires: pkgconfig(libconfig)
|
||||
BuildRequires: pkgconfig(libdaemon)
|
||||
BuildRequires: pkgconfig(libpipewire-0.3)
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(popt)
|
||||
@ -75,6 +76,7 @@ autoreconf -i -f
|
||||
--with-ssl=openssl \
|
||||
--with-alsa \
|
||||
--with-pa \
|
||||
--with-pw \
|
||||
--with-pipe \
|
||||
--with-avahi \
|
||||
--with-soxr \
|
||||
@ -92,6 +94,7 @@ mkdir -p %{buildroot}%{_sbindir}
|
||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
||||
|
||||
%pre
|
||||
getent group audio >/dev/null || %{_sbindir}/groupadd --system audio
|
||||
getent group %{name} >/dev/null || %{_sbindir}/groupadd --system %{name}
|
||||
getent passwd %{name} >/dev/null || %{_sbindir}/useradd --system -c "%{name} User" \
|
||||
-d %{_localstatedir}/%{name} -m -g %{name} -s %{_sbindir}/nologin \
|
||||
|
Loading…
x
Reference in New Issue
Block a user