forked from pool/pulseaudio
This commit is contained in:
parent
b0b5ce5242
commit
3a0189d894
12
pulseaudio-0.9.6-no-flist-test.diff
Normal file
12
pulseaudio-0.9.6-no-flist-test.diff
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/Makefile.am-dist 2007-06-12 16:20:45.000000000 +0200
|
||||
+++ src/Makefile.am 2007-06-12 16:21:00.000000000 +0200
|
||||
@@ -218,8 +218,7 @@
|
||||
ipacl-test \
|
||||
hook-list-test \
|
||||
memblock-test \
|
||||
- thread-test \
|
||||
- flist-test
|
||||
+ thread-test
|
||||
|
||||
if HAVE_SIGXCPU
|
||||
noinst_PROGRAMS += \
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 16:30:13 CEST 2007 - tiwai@suse.de
|
||||
|
||||
- disable flist-test that doesn't pass with ppc (libatomic-ops
|
||||
problem)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 15:08:39 CEST 2007 - tiwai@suse.de
|
||||
|
||||
|
@ -14,7 +14,7 @@ Name: pulseaudio
|
||||
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.6
|
||||
Release: 1
|
||||
Release: 5
|
||||
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
|
||||
@ -22,6 +22,7 @@ Source1: default.pa
|
||||
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
|
||||
Patch3: pulseaudio-0.9.6-no-flist-test.diff
|
||||
URL: http://pulseaudio.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -73,6 +74,9 @@ Authors:
|
||||
%patch -p1
|
||||
%patch1
|
||||
%patch2
|
||||
%ifarch ppc ppc64
|
||||
%patch3
|
||||
%endif
|
||||
cp /usr/share/gettext/config.rpath .
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
autoreconf --force --install
|
||||
@ -124,6 +128,9 @@ test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/pulse*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user