forked from pool/pulseaudio
This commit is contained in:
committed by
Git OBS Bridge
parent
652500aa2f
commit
b0b5ce5242
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pulseaudio (Version 0.9.5)
|
||||
# spec file for package pulseaudio (Version 0.9.6)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -11,22 +11,17 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: pulseaudio
|
||||
BuildRequires: alsa-devel doxygen jack-devel liboil-devel libsamplerate-devel libsndfile-devel
|
||||
BuildRequires: alsa-devel avahi-devel doxygen glib2-devel hal-devel jack-devel libatomic-ops-devel liboil-devel libsamplerate-devel libsndfile-devel xorg-x11-devel
|
||||
Summary: A Networked Sound Server
|
||||
Version: 0.9.5
|
||||
Release: 53
|
||||
Version: 0.9.6
|
||||
Release: 1
|
||||
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: System/Sound Daemons
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: default.pa
|
||||
Patch: pulseaudio-0.9.5-framesize.patch
|
||||
Patch1: pulseaudio-0.9.5-suspend.patch
|
||||
Patch2: pulseaudio-0.9.5-userconf.patch
|
||||
Patch3: pulseaudio-0.9.5-dos-vulns-fix.diff
|
||||
Patch4: pulseaudio-0.9.5-wrong-endian-convert.diff
|
||||
Patch5: pulseaudio-0.9.5-firefox-workaround.diff
|
||||
Patch6: pulseaudio-0.9.5-javasound-support.diff
|
||||
Patch7: pulseaudio-0.9.5-esd-max-samplesize.diff
|
||||
Patch: pulseaudio-0.9.5-esd-max-samplesize.diff
|
||||
Patch1: pulseaudio-0.9.5-use-master.patch
|
||||
Patch2: pulseaudio-0.9.6-gcc-fix.diff
|
||||
URL: http://pulseaudio.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -75,14 +70,9 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%patch -p1
|
||||
%patch1
|
||||
%patch2 -p2
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch2
|
||||
cp /usr/share/gettext/config.rpath .
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
autoreconf --force --install
|
||||
@@ -127,11 +117,20 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
||||
%doc doxygen/html
|
||||
%{_libdir}/libpulse.so
|
||||
%{_libdir}/libpulsecore.so
|
||||
%{_libdir}/libpulse-browse.so
|
||||
%{_libdir}/libpulse-mainloop-glib.so
|
||||
%{_libdir}/libpulse-simple.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/pulse*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user