forked from pool/pulseaudio
Accepting request 88931 from home:wstephenson:branches:multimedia:libs
- Update to version 1.1: + Reintroduce a 3 point version string in various API calls, fixing PulseAudio with Skype. + Fix some linking errors that accidentally linked libpulse to libpulsecore which could under some circumstance "downgrade" libpulse to GPL (rather than LGPL) which could in turn cause problems with non-GPL compatible apps which link to libpulse. + Fix a problem where starting PA without X11 would fail due to dbus problems. OBS-URL: https://build.opensuse.org/request/show/88931 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=77
This commit is contained in:
parent
41f6250f7f
commit
8f08a6f8e2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e63464f8a0975446e2b4cfe768b615a66735c8d092b2366d2bdc7a2a04a249be
|
|
||||||
size 1305008
|
|
3
pulseaudio-1.1.tar.xz
Normal file
3
pulseaudio-1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6fe531136f6ebce2d35872a2d2c914278cdc5dcdd5eea516dc52c81f9001f5ee
|
||||||
|
size 1306168
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 21 08:17:27 UTC 2011 - wstephenson@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.1:
|
||||||
|
+ Reintroduce a 3 point version string in various API calls,
|
||||||
|
fixing PulseAudio with Skype.
|
||||||
|
+ Fix some linking errors that accidentally linked libpulse to
|
||||||
|
libpulsecore which could under some circumstance "downgrade"
|
||||||
|
libpulse to GPL (rather than LGPL) which could in turn cause
|
||||||
|
problems with non-GPL compatible apps which link to libpulse.
|
||||||
|
+ Fix a problem where starting PA without X11 would fail due to
|
||||||
|
dbus problems.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 30 11:09:58 UTC 2011 - toddrme2178@gmail.com
|
Fri Sep 30 11:09:58 UTC 2011 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -16,10 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: pulseaudio
|
Name: pulseaudio
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
%define drvver 1.0
|
|
||||||
Release: 1
|
Release: 1
|
||||||
|
%define drvver 1.1
|
||||||
License: GPLv2+ ; LGPLv2.1+
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Summary: A Networked Sound Server
|
Summary: A Networked Sound Server
|
||||||
Url: http://pulseaudio.org
|
Url: http://pulseaudio.org
|
||||||
@ -298,9 +299,11 @@ useradd -r -c 'PulseAudio daemon' \
|
|||||||
groupadd -r pulse-access &>/dev/null || :
|
groupadd -r pulse-access &>/dev/null || :
|
||||||
|
|
||||||
%post -n libpulse0 -p /sbin/ldconfig
|
%post -n libpulse0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libpulse0 -p /sbin/ldconfig
|
%postun -n libpulse0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libpulse-mainloop-glib0 -p /sbin/ldconfig
|
%post -n libpulse-mainloop-glib0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libpulse-mainloop-glib0 -p /sbin/ldconfig
|
%postun -n libpulse-mainloop-glib0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -436,6 +439,9 @@ setup-pulseaudio --auto > /dev/null
|
|||||||
%{_libdir}/libpulse-mainloop-glib.so
|
%{_libdir}/libpulse-mainloop-glib.so
|
||||||
%{_libdir}/libpulse-simple.so
|
%{_libdir}/libpulse-simple.so
|
||||||
%{_libdir}/pkgconfig/libpulse*.pc
|
%{_libdir}/pkgconfig/libpulse*.pc
|
||||||
|
%dir %{_libdir}/cmake
|
||||||
|
%dir %{_libdir}/cmake/PulseAudio
|
||||||
|
%{_libdir}/cmake/PulseAudio/PulseAudio*.cmake
|
||||||
%{_datadir}/vala
|
%{_datadir}/vala
|
||||||
|
|
||||||
%files -n libpulse-mainloop-glib0
|
%files -n libpulse-mainloop-glib0
|
||||||
|
Loading…
Reference in New Issue
Block a user