[packages/pulseaudio] up to 8.0
atler
atler at pld-linux.org
Fri Jan 22 19:48:01 CET 2016
commit f105a6c8d9ff1939acc618c6872beaf78dd40da3
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Jan 22 19:47:30 2016 +0100
up to 8.0
pulseaudio-pa-machine-id.patch | 16 ++++++++--------
pulseaudio.spec | 6 +++---
2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/pulseaudio.spec b/pulseaudio.spec
index 095bc9f..480b413 100644
--- a/pulseaudio.spec
+++ b/pulseaudio.spec
@@ -16,12 +16,12 @@
Summary: Modular sound server
Summary(pl.UTF-8): Modularny serwer dźwięku
Name: pulseaudio
-Version: 7.1
+Version: 8.0
Release: 1
License: GPL v2+ (server and libpulsecore), LGPL v2+ (libpulse)
Group: Libraries
Source0: http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
-# Source0-md5: 9d0a9817b632cac8e3f3834d7eb1c99d
+# Source0-md5: 8678442ba0bb4b4c33ac6f62542962df
Source1: %{name}.init
Source2: %{name}.sysconfig
Source3: %{name}.tmpfiles
@@ -625,13 +625,13 @@ fi
%attr(755,root,root) %{_libdir}/libpulse.so.*.*.*
%attr(755,root,root) %{_libdir}/libpulse-mainloop-glib.so.*.*.*
%attr(755,root,root) %{_libdir}/libpulse-simple.so.*.*.*
-%attr(755,root,root) %{_libdir}/libpulsecore-%{version}.so
%attr(755,root,root) %ghost %{_libdir}/libpulse.so.0
%attr(755,root,root) %ghost %{_libdir}/libpulse-mainloop-glib.so.0
%attr(755,root,root) %ghost %{_libdir}/libpulse-simple.so.0
%dir %{_libdir}/%{name}
%attr(755,root,root) %{_libdir}/%{name}/libpulsedsp.so
%attr(755,root,root) %{_libdir}/%{name}/libpulsecommon-%{version}.so
+%attr(755,root,root) %{_libdir}/%{name}/libpulsecore-%{version}.so
%dir %{_sysconfdir}/pulse
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pulse/client.conf
%dir %{_datadir}/pulseaudio
diff --git a/pulseaudio-pa-machine-id.patch b/pulseaudio-pa-machine-id.patch
index 9ea066a..2c21819 100644
--- a/pulseaudio-pa-machine-id.patch
+++ b/pulseaudio-pa-machine-id.patch
@@ -9,11 +9,11 @@
PA_MACHINE_ID_FALLBACK="${localstatedir}/lib/dbus/machine-id"
AX_DEFINE_DIR(PA_MACHINE_ID_FALLBACK, PA_MACHINE_ID_FALLBACK,
[Fallback machine-id file])
---- pulseaudio-3.0/src/pulsecore/core-util.c.orig 2012-12-22 08:18:53.590608852 +0100
-+++ pulseaudio-3.0/src/pulsecore/core-util.c 2012-12-22 09:05:12.940550922 +0100
-@@ -2893,6 +2893,20 @@
- /* The returned value is supposed be some kind of ascii identifier
- * that is unique and stable across reboots. */
+--- pulseaudio-8.0/src/pulsecore/core-util.c.orig 2016-01-22 19:14:53.600528288 +0100
++++ pulseaudio-8.0/src/pulsecore/core-util.c 2016-01-22 19:19:09.026774778 +0100
+@@ -3066,6 +3066,20 @@
+ * identifier that suits our needs perfectly. If it's not, we fall back to
+ * the hostname, which is not as good, since it can change over time. */
+ /* First we try locally configured ID */
+
@@ -29,6 +29,6 @@
+ return pa_utf8_filter(ln);
+ }
+
- /* First we try the /etc/machine-id, which is the best option we
- * have, since it fits perfectly our needs and is not as volatile
- * as the hostname which might be set from dhcp. */
+ /* We search for the machine-id file from four locations. The first two are
+ * relative to the configured installation prefix, but if we're installed
+ * under /usr/local, for example, it's likely that the machine-id won't be
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pulseaudio.git/commitdiff/f105a6c8d9ff1939acc618c6872beaf78dd40da3
More information about the pld-cvs-commit
mailing list