Skip to content

Commit

Permalink
WIP [pulseaudio] /usr merge. Contributes to JB#36606
Browse files Browse the repository at this point in the history
  • Loading branch information
salmelamike committed Aug 20, 2019
1 parent 6ea42ca commit 1978b3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rpm/pulseaudio.spec
Expand Up @@ -19,6 +19,7 @@ Source4: 50-sfos.client.conf
Source5: pulseaudio-system.service
Requires: udev
Requires: libsbc >= 1.0
Requires: filesystem >= 3.2
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
# system-wide mode %pre
Expand Down Expand Up @@ -117,7 +118,8 @@ export CXXFLAGS="$CXXFLAGS -mfpu=neon"
--disable-openssl \
--disable-gconf \
--disable-esound \
--with-database=simple
--with-database=simple \
--with-udev-rules-dir=%{_prefix}/lib/udev/rules.d

make %{?_smp_mflags}

Expand Down Expand Up @@ -182,7 +184,7 @@ usermod -G pulse-access -a root || :
%dir %{_sysconfdir}/pulse
%{_libdir}/systemd/user/pulseaudio.service
%{_libdir}/systemd/user/user-session.target.wants/pulseaudio.service
/lib/udev/rules.d/90-pulseaudio.rules
%{_prefix}/lib/udev/rules.d/90-pulseaudio.rules
%{_bindir}/pacat
%{_bindir}/pacmd
%{_bindir}/pactl
Expand Down

0 comments on commit 1978b3b

Please sign in to comment.