rpms/gpac/devel gpac-ppc64.patch,NONE,1.1 gpac.spec,1.3,1.4

NicolasChauvet kwizart at rpmfusion.org
Thu Dec 18 23:16:27 CET 2008


Author: kwizart

Update of /cvs/free/rpms/gpac/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29308

Modified Files:
	gpac.spec 
Added Files:
	gpac-ppc64.patch 
Log Message:
WTF - don't follow ffmpeg configure sample - please


gpac-ppc64.patch:

--- NEW FILE gpac-ppc64.patch ---
diff -up gpac/configure~ gpac/configure
--- gpac/configure~	2008-12-17 14:58:05.000000000 +0100
+++ gpac/configure	2008-12-18 23:10:50.000000000 +0100
@@ -236,6 +236,10 @@ case "$cpu" in
   alpha)
     cpu="alpha"
   ;;
+  ppc64)
+    cpu="powerpc"
+    libdir="lib64"
+  ;;
   "Power Macintosh"|ppc)
     cpu="powerpc"
   ;;


Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gpac.spec	17 Dec 2008 14:18:44 -0000	1.3
+++ gpac.spec	18 Dec 2008 22:16:26 -0000	1.4
@@ -19,7 +19,7 @@
 Name:        gpac
 Summary:     MPEG-4 multimedia framework
 Version:     0.4.5
-Release:     1%{?dist}
+Release:     2%{?dist}
 License:     LGPLv2+
 Group:       System Environment/Libraries
 URL:         http://gpac.sourceforge.net/
@@ -33,6 +33,7 @@
 Patch4:      gpac-0.4.5-system_openjpeg.patch
 Patch6:      gpac-0.4.5-shared_sggen.patch
 Patch7:      gpac-0.4.5-libxml2.patch
+Patch8:      gpac-ppc64.patch
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
 
 BuildRequires:  ImageMagick
@@ -150,6 +151,7 @@
 %patch4 -p1 -b .openjpeg
 %patch6 -p1 -b .shared
 %patch7 -p1 -b .libxml2
+%patch8 -p1 -b .ppc64
 
 ## kwizart - enable dynamic mode - hardcoded with patch2
 # define SONAME number from the first number of gpac version.
@@ -326,6 +328,9 @@
 %endif
 
 %changelog
+* Thu Dec 18 2008 kwizart < kwizart at gmail.com > - 0.4.5-2
+- Fix for ppc64
+
 * Wed Dec 17 2008 kwizart < kwizart at gmail.com > - 0.4.5-1
 - Update to 0.4.5 (final)
 - Drop upstreamed patches - Rewrite some



More information about the rpmfusion-commits mailing list