This commit is contained in:
committed by
Git OBS Bridge
parent
fe1d148def
commit
7c49dbbd32
13
pulseaudio-am111.patch
Normal file
13
pulseaudio-am111.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: pulseaudio-0.9.15/configure.ac
|
||||
===================================================================
|
||||
--- pulseaudio-0.9.15.orig/configure.ac
|
||||
+++ pulseaudio-0.9.15/configure.ac
|
||||
@@ -1294,7 +1294,7 @@ fi
|
||||
AC_ARG_WITH(
|
||||
[module-dir],
|
||||
AS_HELP_STRING([--with-module-dir],[Directory where to install the modules to (defaults to ${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/]),
|
||||
- [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules/"])
|
||||
+ [modlibexecdir=$withval], [modlibexecdir="${libdir}/pulse-${PA_MAJORMINORMICRO}/modules"])
|
||||
|
||||
AC_SUBST(modlibexecdir)
|
||||
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 17 11:04:21 CEST 2009 - coolo@novell.com
|
||||
|
||||
- build with automake 1.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 17 10:49:17 CEST 2009 - coolo@novell.com
|
||||
|
||||
- disable as-needed to fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 17 10:35:45 CEST 2009 - coolo@novell.com
|
||||
|
||||
- udev-extras is dropped again
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 02:04:14 CEST 2009 - sreeves@novell.com
|
||||
|
||||
@@ -7,6 +22,12 @@ Tue May 12 02:04:14 CEST 2009 - sreeves@novell.com
|
||||
11.1 to have needed functionality of 1.0.19
|
||||
(pulseaudio-work-with-old-alsa.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 15:11:43 CEST 2009 - sbrabec@suse.cz
|
||||
|
||||
- Don't call autoreconf in older products.
|
||||
- Don't try to package PolicyKit files in older products.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 25 00:18:03 CEST 2009 - sreeves@novell.com
|
||||
|
||||
|
422
pulseaudio.spec
422
pulseaudio.spec
@@ -22,8 +22,8 @@ Name: pulseaudio
|
||||
%define drvver 0.9.15
|
||||
Summary: A Networked Sound Server
|
||||
Version: 0.9.15
|
||||
Release: 1
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Release: 2
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source2: setup-pulseaudio
|
||||
@@ -31,6 +31,8 @@ Source2: setup-pulseaudio
|
||||
Patch1: pulseaudio-bnc480113-default-sink.patch
|
||||
# PATCH-FIX-OPENSUSE pulseaudio-work-with-old-alsa.patch
|
||||
Patch2: pulseaudio-work-with-old-alsa.patch
|
||||
# PATCH-FIX-UPSTREAM pulseaudio-am111.patch automake 1.11 support coolo@novell.com
|
||||
Patch3: pulseaudio-am111.patch
|
||||
Url: http://pulseaudio.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: PolicyKit-devel
|
||||
@@ -55,9 +57,6 @@ BuildRequires: lirc-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: speex-devel
|
||||
BuildRequires: tcpd-devel
|
||||
%if %suse_version > 1110
|
||||
BuildRequires: udev-extras
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11-devel
|
||||
PreReq: pwdutils
|
||||
@@ -71,15 +70,8 @@ pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package esound-compat
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: ESOUND compatibility for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@@ -94,15 +86,8 @@ improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
This package provides the compatibility layer for drop-in replacement
|
||||
of ESOUND.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package module-lirc
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: LIRC module for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@@ -112,15 +97,8 @@ pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package module-x11
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: X11 module for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@@ -130,15 +108,8 @@ pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package module-zeroconf
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: Zeroconf module for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@@ -148,15 +119,8 @@ pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package module-jack
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: JACK support for the PulseAudio sound server
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@@ -168,15 +132,8 @@ improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
This package includes support for Jack-based applications.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package module-bluetooth
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: Bluetooth proximity support for the PulseAudio sound server
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@@ -189,15 +146,8 @@ improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
This package includes support for Bluetooth-based sound devices.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package module-gconf
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Summary: GCONF module for PulseAudio
|
||||
Group: System/Sound Daemons
|
||||
Requires: %{name} = %{version}
|
||||
@@ -207,16 +157,9 @@ pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package -n libpulse0
|
||||
Summary: Client interface to PulseAudio
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Provides: pulseaudio-libs = %{version}-%{release}
|
||||
Obsoletes: pulseaudio-libs < %{version}
|
||||
@@ -229,16 +172,9 @@ improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
This package contains the system libraries for clients of pulseaudio
|
||||
sound server.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package -n libpulse-mainloop-glib0
|
||||
Summary: GLIB 2.0 Main Loop wrapper for PulseAudio
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Provides: pulseaudio-libs-glib2 = %{version}-%{release}
|
||||
Obsoletes: pulseaudio-libs-glib2 < %{version}
|
||||
@@ -248,16 +184,9 @@ pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package -n libpulse-browse0
|
||||
Summary: PulseAudio network browsing API
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Provides: pulseaudio-libs-zeroconf = %{version}-%{release}
|
||||
Obsoletes: pulseaudio-libs-zeroconf < %{version}
|
||||
@@ -267,16 +196,9 @@ pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package -n libpulse-devel
|
||||
Summary: Development package for the pulseaudio library
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libpulse0 = %{version}
|
||||
Requires: libpulse-mainloop-glib0 = %{version}
|
||||
@@ -293,16 +215,9 @@ improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
This package contains the files needed to compile programs that use the
|
||||
pulseaudio library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%package utils
|
||||
Summary: PulseAudio utilities
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
License: GPL v2 or later ; LGPL v2.1 or later
|
||||
Group: System/Sound Daemons
|
||||
Requires: libpulse0 = %{version}
|
||||
Requires: libpulse-browse0 = %{version}
|
||||
@@ -313,22 +228,20 @@ pulseaudio is a networked sound server for Linux and other Unix like
|
||||
operating systems and Microsoft Windows. It is intended to be an
|
||||
improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Lennart Poettering
|
||||
Pierre Ossman
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -T -b0
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
%if %suse_version >= 1110
|
||||
autoreconf -fi
|
||||
%endif
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
# libpulse and libpulsecommon need each other - no way with as-needed
|
||||
export SUSE_ASNEEDED=0
|
||||
%configure \
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
@@ -447,7 +360,9 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-augment-properties.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-cork-music-on-phone.so
|
||||
%{_libdir}/pulse-%{drvver}/modules/module-sine-source.so
|
||||
%if %suse_version >= 1100
|
||||
%{_datadir}/PolicyKit/policy/org.pulseaudio.policy
|
||||
%endif
|
||||
%{_mandir}/man1/pulseaudio.1.gz
|
||||
%{_mandir}/man5/default.pa.5.gz
|
||||
%{_mandir}/man5/pulse-client.conf.5.gz
|
||||
@@ -552,294 +467,3 @@ groupadd -r pulse-access &>/dev/null || :
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
* Tue May 12 2009 sreeves@novell.com
|
||||
- Packaging changes:
|
||||
+ add udev-extras to buildRequires
|
||||
+ Only require alsa 1.0.18 as that version is patched on
|
||||
11.1 to have needed functionality of 1.0.19
|
||||
(pulseaudio-work-with-old-alsa.patch)
|
||||
* Sat Apr 25 2009 sreeves@novell.com
|
||||
- Update to version 0.9.15:
|
||||
Please see Changelog for full details
|
||||
- Add more checks for "Digital" output for choosing default sink
|
||||
(pulseaudio-bnc480113-default-sink.patch)
|
||||
- Drop pulseaudio-defaults-daemon-conf.patch: use upstream defaults
|
||||
for default-fragments* in daemon.conf
|
||||
- Packaging changes:
|
||||
+ Move libpulsecore into main rpm as it's an internal only
|
||||
library
|
||||
+ Remove unused old replacment for default.pa
|
||||
+ Move start-pulseaudio-x11 into pulseaudio-module-x11 package
|
||||
* Wed Mar 25 2009 sreeves@suse.de
|
||||
- Fix for bnc#480113 - default sink
|
||||
- Fix for bnc#456802 - logging out of control
|
||||
* Thu Feb 26 2009 sreeves@suse.de
|
||||
- Fix for bnc#464994 - error messages when using pulse
|
||||
- Fix for bnc#461361 - sound crackles
|
||||
- Fix for bnc#469886 - HDMI sound is muted
|
||||
* Tue Feb 10 2009 vuntz@novell.com
|
||||
- Update Provides/Obsoletes version for esound-daemon.
|
||||
* Sat Jan 24 2009 vuntz@novell.com
|
||||
- Rename libpulse8 to libpulse9 because of soname change, to fix
|
||||
the build.
|
||||
- Add a lang package.
|
||||
- Use %%suse_update_desktop_file for pulseaudio.desktop.
|
||||
* Fri Jan 23 2009 rodrigo@novell.com
|
||||
- Remove perl-XML-Parser from BuildRequires
|
||||
* Thu Jan 15 2009 rodrigo@novell.com
|
||||
- Update to version 0.9.14:
|
||||
+ All bug fixes included in the 0.9.13 Fedora package
|
||||
- Depend on libavahi-devel
|
||||
* Thu Jan 01 2009 mboman@suse.de
|
||||
- Update to version 0.9.13:
|
||||
+ Too many fixes/update to list. Please see Changelog for full details
|
||||
- Remove pulseaudio-dot-pulse.patch. Fixed upstream
|
||||
- Remove pulseaudio-allow-in-sample-names.patch. Fixed upstream
|
||||
- Remove pulseaudio-asserts.patch. Fixed upstream
|
||||
* Thu Dec 04 2008 rodrigo@novell.com
|
||||
- Renamed libpulsecore4 to libpulsecore7 to match so version
|
||||
(bnc#456053)
|
||||
* Mon Nov 24 2008 rodrigo@novell.com
|
||||
- Use /etc/alsa-pulse.conf for ALSA when enabling PulseAudio, as we
|
||||
already do in GNOME, instead of touching /etc/alsa.conf
|
||||
- Don't run the script if user is not root (bnc#445997)
|
||||
* Wed Nov 19 2008 rodrigo@novell.com
|
||||
- Some fixes in setup-pulseaudio script (bnc#445015)
|
||||
* Wed Nov 19 2008 rodrigo@novell.com
|
||||
- Add upstream patch for bnc#443510
|
||||
* Tue Nov 11 2008 rodrigo@novell.com
|
||||
- Add upstream patch for bnc#439054
|
||||
* Mon Oct 27 2008 rodrigo@novell.com
|
||||
- Fixed some bugs in setup-pulseaudio script (bnc#425475)
|
||||
* Thu Oct 16 2008 maw@novell.com
|
||||
- Run autoreconf.
|
||||
* Sat Sep 20 2008 rodrigo@suse.de
|
||||
- Added pulseaudio-dot-pulse.patch from upstream to fix broken
|
||||
~/.pulse directory creation (bnc#427859)
|
||||
- Added setup-pulseaudio script (bnc#425475)
|
||||
* Tue Sep 16 2008 kukuk@suse.de
|
||||
- Only include locales, no directories
|
||||
* Mon Sep 15 2008 dmueller@suse.de
|
||||
- adjust buildrequires
|
||||
* Thu Sep 11 2008 rodrigo@suse.de
|
||||
- Added unpackaged files.
|
||||
- Removed non exiting files.
|
||||
* Thu Sep 11 2008 rodrigo@suse.de
|
||||
- Added missing dependency on intltool
|
||||
- Removed unneeded patch
|
||||
- Update to 0.9.12 version:
|
||||
+ If a mixer device only supports a limited dB range, extend it in
|
||||
software
|
||||
+ Reworked state/runtime directory selection
|
||||
+ A few inner loops have been optimized
|
||||
+ The PA native protocol may now be extended by modules
|
||||
+ A new module module-stream-restore with a client interface, which
|
||||
is intended to replace module-volume-restore (which however will
|
||||
stay around for compatibility with old configurations)
|
||||
+ Allow global glitch-free mode setting in module-hal ("tsched=")
|
||||
+ Internationalization
|
||||
+ Rewritten autospawning logic
|
||||
+ A lot of bugfixes, other improvements
|
||||
* Sun Aug 17 2008 ro@suse.de
|
||||
- change version number for esound-daemon provides to current
|
||||
esound version
|
||||
* Mon Aug 11 2008 rodrigo@suse.de
|
||||
- Change Obsoletes and Provides from esound to esound-daemon, which
|
||||
is the new package containing the Esound daemon
|
||||
* Wed Jul 16 2008 rodrigo@suse.de
|
||||
- Update to 0.9.11-RC version:
|
||||
+ Much better sound latency implementation (glitch-free)
|
||||
+ New driven main loop
|
||||
+ Additional stream attributes for libcanberra
|
||||
- Added new BuildRequires
|
||||
- Added new modules to list of installed files
|
||||
* Fri Jun 27 2008 maw@suse.de
|
||||
- Own some directories so that builds succeed.
|
||||
* Tue Jun 24 2008 rodrigo@suse.de
|
||||
- Added .desktop file for autostarting under GNOME (bnc#387052)
|
||||
* Sat May 31 2008 rodrigo@suse.de
|
||||
- Don't require alsa-plugins-pulse, just Recommend it (bnc#394177)
|
||||
* Mon May 26 2008 rodrigo@suse.de
|
||||
- Depend on alsa-plugins-pulse to have ALSA-based applications
|
||||
work out of the box with PulseAudio (bnc#394177)
|
||||
* Fri May 23 2008 jpr@suse.de
|
||||
- Generate 32bit libraries (bnc #338269)
|
||||
* Mon May 19 2008 rodrigo@suse.de
|
||||
- Removed pulseaudio-use-correct-socket-for-esd-375701.patch,
|
||||
which conflicts with esound patch (bnc#391864)
|
||||
* Mon May 12 2008 rodrigo@suse.de
|
||||
- Added pulseaudio-defaults-daemon-conf.patch to set default
|
||||
values for better performance (bnc#381686)
|
||||
* Tue May 06 2008 rodrigo@suse.de
|
||||
- Added pulseaudio-use-correct-socket-for-esd-375701.patch to
|
||||
use correct esound socket (bnc375701)
|
||||
* Wed Apr 09 2008 maw@suse.de
|
||||
- Update to version 0.9.10:
|
||||
+ Better compatibility in padsp with certain programs which like
|
||||
to pass NULL strings to libc functions
|
||||
+ Properly create ~/.pulse before using it
|
||||
+ Multiarch fixes
|
||||
+ Update module-tunnel for protocol version 12
|
||||
+ Update Speex resampler
|
||||
+ Native ARM atomic operations support
|
||||
+ Update of the PolicyKit interface
|
||||
+ Compatibility with libtool 2.2
|
||||
+ LADSPA interfacing fixes
|
||||
+ Make per-user esd socket compile time configurable
|
||||
+ Many other bug fixes and updates
|
||||
- Drop pulseaudio-0.9.8-fix-sample-upload.patch
|
||||
- Add pulseaudio-declarations.patch.
|
||||
* Fri Apr 04 2008 rodrigo@suse.de
|
||||
- Added Obsoletes and Provides to esound-compat package to fix
|
||||
dependencies on esound
|
||||
* Wed Mar 12 2008 rodrigo@suse.de
|
||||
- Review and merge changes from public build service into FACTORY.
|
||||
* Sun Mar 09 2008 cyberorg@cyberorg.info
|
||||
- Update to 0.9.9
|
||||
- The only change from 0.9.8 is a fix for CVE-2008-0008
|
||||
- Need to add pulse user to audio group too
|
||||
* Fri Jan 25 2008 rodrigo@suse.de
|
||||
- Removed empty patch file
|
||||
- Disabled setuid binaries
|
||||
* Thu Jan 24 2008 rodrigo@suse.de
|
||||
- Don't use our own default configuration, use upstream one. This
|
||||
should give us support for all devices detected by HAL.
|
||||
* Wed Jan 23 2008 rodrigo@suse.de
|
||||
- Reviewed changes from cyberorg@cyberorg.info submitted to
|
||||
home:rodrigomoya:pulseaudio BS service.
|
||||
* Thu Jan 10 2008 cyberorg@cyberorg.info
|
||||
- Update to 0.9.8
|
||||
* Man pages
|
||||
* Make real-time priority and nice level configurable
|
||||
* Support acquiring priviliges for high-priority and real-time scheduling
|
||||
via PolicyKit
|
||||
* Support S32 samples natively
|
||||
* Rework ALSA surround sound configuration completely
|
||||
* Automatic upmixing/downmixing
|
||||
* Add a couple of new directives to libpulse: add flag to allow fixing the
|
||||
sample specs to the ones that are native to the sink/source a stream is
|
||||
connected to; Change the sample rate, buffering attributes during runtime;
|
||||
allow notification on device suspend/resume and moving of streams between
|
||||
devices
|
||||
* Check process name when dealing with PID files
|
||||
* Allow configuratin of RLIMIT_RTPRIO, RLIMIT_NICE
|
||||
* Add bluetooth proximity module. Just pair your phone and have PA turn down
|
||||
the volume when you leave with your phone and turn it up again if you come back.
|
||||
- Enable bluetooth
|
||||
- Enable Jack
|
||||
- Add policykit
|
||||
- Add many man pages
|
||||
- Enable tcpd
|
||||
* Wed Jan 09 2008 rodrigo@suse.de
|
||||
- Renamed libs packages to follow shared lib policy
|
||||
- Added better descriptions for subpackages
|
||||
- Use tar.bz2 instead of tar.gz
|
||||
- Fixed unversioned self-provides and obsoletes
|
||||
- Use update-desktop-files for .desktop file
|
||||
- PreRequire pwdutils for groupadd/del
|
||||
- Moved libpulsedsp.so to libpusecore4 to avoid rpmlint errors
|
||||
* Tue Jan 08 2008 rodrigo@suse.de
|
||||
- Don't remove users/groups on %%postun
|
||||
* Tue Jan 08 2008 rodrigo@suse.de
|
||||
- Removed 'rm -rf $RPM_BUILD_ROOT' from %%install
|
||||
* Mon Dec 24 2007 rodrigo@suse.de
|
||||
- Use /var/lib/pulseaudio as home dir for pulseaudio user.
|
||||
* Wed Dec 12 2007 rodrigo@suse.de
|
||||
- Removed special permissions for pulseaudio binary to make it
|
||||
buildable until the permissions thing is solved.
|
||||
* Tue Dec 11 2007 rodrigo@suse.de
|
||||
- Merged with package from home:rodrigomoya:pulseaudio BS project.
|
||||
* Thu Nov 22 2007 cyberorg@cyberorg.info
|
||||
- Remove Provides and Obsoletes from esound compat package
|
||||
* Wed Nov 21 2007 cyberorg@cyberorg.info
|
||||
- Restructured spec file to build more subpackages, like in Fedora 8.
|
||||
* Wed Oct 31 2007 tiwai@suse.de
|
||||
- updated to version 0.9.7:
|
||||
* New threaded lock-free (mostly at least) core
|
||||
* New module for automatic discovery of zeroconf audio devices
|
||||
* Reworked JACK module for better real-time compatibility
|
||||
* PA now suspends access to all audio devices if idle
|
||||
* module-combine is now beefedup to automatically pick up local hw devices
|
||||
* make use of gcc intrinsics for atomic ops, byteswap, tls, where possible
|
||||
* use speex resampler by default
|
||||
* use mmap access by default for ALSA devices
|
||||
* fold OSS mmap driver into normal OSS driver
|
||||
* add LADSPA plugin
|
||||
* add plugin for splitting or remapping channel maps
|
||||
* Use Linux eventfd() if available, instead of hacks around FIFOs
|
||||
* make use of PTHREAD_PRIO_INHERIT for some mutexes, wher it makes sense
|
||||
* cleanup dead SHM frags from /dev/shm, where applicable
|
||||
* automatically store/restore default audio device
|
||||
* add new tool pasuspender tool
|
||||
* X11 session management support
|
||||
* allow global configuration for fragment settings/sizes
|
||||
* PA (if HAL is enabled) now ignores modem sound devices by default
|
||||
* Lots of bug fixes and other improvements
|
||||
* Thu Oct 11 2007 sbrabec@suse.cz
|
||||
- Use binding specific avahi package.
|
||||
* Tue Jun 19 2007 tiwai@suse.de
|
||||
- fixed default.pa (typo of rtp.monitor).
|
||||
* Tue Jun 12 2007 tiwai@suse.de
|
||||
- disable flist-test that doesn't pass with ppc (libatomic-ops
|
||||
problem)
|
||||
* Fri Jun 08 2007 tiwai@suse.de
|
||||
- updated to version 0.9.6:
|
||||
* bugfixes, including previous patches
|
||||
* use lock-free algorith with libatomic-ops
|
||||
- add avahi-devel, xorg-x11-devel, glib2-devel and hal-devel to
|
||||
buildrequires
|
||||
- prefer Master volume to PCM volume
|
||||
* Tue May 29 2007 tiwai@suse.de
|
||||
- fix possible remote DoS (#260326)
|
||||
- fix wrong endian conversion of float data
|
||||
- add a workaround for firefox with LD_PRELOAD wrapper
|
||||
- add the missing support of ioctls for JavaSound
|
||||
- increase ESD max samplesize
|
||||
* Tue Apr 24 2007 tiwai@suse.de
|
||||
- disable static library, don't use ltdl install
|
||||
- fix requires of devel package
|
||||
- fix post and postun
|
||||
- build documents via doxygen
|
||||
- fix suspend/resume with alsa backend
|
||||
- fix the frame size handling in alsa backend
|
||||
- fix possible NULL dereference
|
||||
* Mon Oct 16 2006 schwab@suse.de
|
||||
- Make sure config.rpath is present.
|
||||
* Wed Sep 06 2006 tiwai@suse.de
|
||||
- updated to version 0.9.5:
|
||||
* add module-hal-detect module
|
||||
* shared memory transfer method for local clients
|
||||
* update module-volume-restore to automatically restore the output device
|
||||
* add a new module module-rescue-streams
|
||||
* add support for moving streams "hot" between sinks/sources
|
||||
* reduce memory consumption and CPU load
|
||||
* add new module module-gconf for reading additional configuration
|
||||
* fix module-tunnel to work with the latest protocol
|
||||
* miscellaneous fixes
|
||||
* Thu Aug 17 2006 tiwai@suse.de
|
||||
- move libpulsedsp.so to the main package from devel sub package
|
||||
(#199735).
|
||||
* Mon Jul 31 2006 tiwai@suse.de
|
||||
- updated to version 0.9.4:
|
||||
* support for system-wide pulseaudio daemon.
|
||||
* add authentication by IP address range ACL (auth-ip-acl=)
|
||||
* support to set resource limits on platforms
|
||||
* remove loopback= argument for module-*-protocol-tcp
|
||||
* remove obsolete GLIB event loop adapter
|
||||
* add an API to check whether a source/sink is hardware or virtual
|
||||
* remove warning about SIGPIPE in client apps
|
||||
* improve latency calculation of NULL sink
|
||||
* port Zeroconf code from the HOWL API to the native Avahi API
|
||||
* fix broken time event handling in GLIB
|
||||
* Some valgrind/massif fixes
|
||||
* Fix pkg-config files for AMD64
|
||||
* Wed Jul 12 2006 tiwai@suse.de
|
||||
- renamed from polypaudio to pulseaudio (the project name was
|
||||
changed)
|
||||
- update to version 0.9.2:
|
||||
* increase maximum number of concurrent connections
|
||||
* fix latency interpolation
|
||||
* add support for reverse endian sound cards
|
||||
* add support for recording in padsp
|
||||
* reenable CPU load limiter
|
||||
* other bugfixes
|
||||
|
Reference in New Issue
Block a user