rpms/SDL/devel SDL.spec,1.69,1.70

jwboyer jwboyer at fedoraproject.org
Tue Feb 16 22:20:27 UTC 2010


Author: jwboyer

Update of /cvs/pkgs/rpms/SDL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20426

Modified Files:
	SDL.spec 
Log Message:
* Tue Feb 16 2010 Josh Boyer <jwboyer at gmail.com> 1.2.14-3
- disable ps3 video support that was added in 2.14.  It fails to
  build on ppc/ppc64



Index: SDL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SDL/devel/SDL.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- SDL.spec	12 Feb 2010 11:37:09 -0000	1.69
+++ SDL.spec	16 Feb 2010 22:20:27 -0000	1.70
@@ -1,7 +1,7 @@
 Summary: A cross-platform multimedia library
 Name: SDL
 Version: 1.2.14
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
 Source1: SDL_config.h
 Patch0: SDL-1.2.14-byteorder.patch
@@ -79,6 +79,7 @@ autoconf
    --enable-esd-shared \
    --enable-pulseaudio-shared \
    --enable-alsa \
+   --disable-video-ps3 \
    --disable-rpath
 make %{?_smp_mflags}
 
@@ -123,6 +124,10 @@ rm -rf %{buildroot}
 %{_libdir}/lib*.a
 
 %changelog
+* Tue Feb 16 2010 Josh Boyer <jwboyer at gmail.com> 1.2.14-3
+- disable ps3 video support that was added in 2.14.  It fails to
+  build on ppc/ppc64
+
 * Fri Feb 12 2010 Thomas Woerner <twoerner at redhat.com> 1.2.14-2
 - fixed build for libtool 2.2.6 in F-13 (rhbz#555501)
 



More information about the scm-commits mailing list