Author: glen Date: Fri Feb 12 10:28:47 2010 GMT Module: packages Tag: AC-branch ---- Log message: - disable building progs that fail on ppc and aren't really needed
---- Files affected: packages/pulseaudio: pulseaudio.spec (1.25.2.2 -> 1.25.2.3) , pulseaudio-ppc-noinst.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: packages/pulseaudio/pulseaudio.spec diff -u packages/pulseaudio/pulseaudio.spec:1.25.2.2 packages/pulseaudio/pulseaudio.spec:1.25.2.3 --- packages/pulseaudio/pulseaudio.spec:1.25.2.2 Tue Feb 2 15:27:44 2010 +++ packages/pulseaudio/pulseaudio.spec Fri Feb 12 11:28:42 2010 @@ -12,7 +12,7 @@ Summary(pl.UTF-8): Modularny serwer dźwięku Name: pulseaudio Version: 0.9.6 -Release: 2 +Release: 3 License: GPL (server and libpulsecore), LGPL (libpulse) Group: Libraries Source0: http://0pointer.de/lennart/projects/pulseaudio/%{name}-%{version}.tar.gz @@ -21,6 +21,7 @@ Patch1: %{name}-path.patch Patch2: %{name}-link.patch Patch3: %{name}-am-iconv.patch +Patch4: %{name}-ppc-noinst.patch URL: http://pulseaudio.org/ BuildRequires: GConf2-devel >= 2.4.0 BuildRequires: XFree86-devel @@ -194,6 +195,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %{__libtoolize} @@ -377,6 +379,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25.2.3 2010/02/12 10:28:42 glen +- disable building progs that fail on ppc and aren't really needed + Revision 1.25.2.2 2010/02/02 14:27:44 glen - release 2 ================================================================ Index: packages/pulseaudio/pulseaudio-ppc-noinst.patch diff -u /dev/null packages/pulseaudio/pulseaudio-ppc-noinst.patch:1.1.2.1 --- /dev/null Fri Feb 12 11:28:47 2010 +++ packages/pulseaudio/pulseaudio-ppc-noinst.patch Fri Feb 12 11:28:42 2010 @@ -0,0 +1,12 @@ +--- pulseaudio-0.9.6/src/Makefile.am~ 2010-02-04 22:23:47.101569885 +0000 ++++ pulseaudio-0.9.6/src/Makefile.am 2010-02-11 11:04:39.880128138 +0000 +@@ -218,8 +218,7 @@ + ipacl-test \ + hook-list-test \ + memblock-test \ +- thread-test \ +- flist-test ++ thread-test + + if HAVE_SIGXCPU + noinst_PROGRAMS += \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pulseaudio/pulseaudio.spec?r1=1.25.2.2&r2=1.25.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
