]> git.pld-linux.org Git - packages/cinelerra.git/commitdiff
- trying to fix alpha/ppc/sparc build failure
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 13 Sep 2004 09:16:21 +0000 (09:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cinelerra-guicast_bootstrap.patch -> 1.1
    cinelerra.spec -> 1.18

cinelerra-guicast_bootstrap.patch [new file with mode: 0644]
cinelerra.spec

diff --git a/cinelerra-guicast_bootstrap.patch b/cinelerra-guicast_bootstrap.patch
new file mode 100644 (file)
index 0000000..61c3ccc
--- /dev/null
@@ -0,0 +1,22 @@
+diff -dur cinelerra-1.2.1.orig/guicast/Makefile cinelerra-1.2.1/guicast/Makefile
+--- cinelerra-1.2.1.orig/guicast/Makefile      2004-07-06 06:32:42.000000000 +0200
++++ cinelerra-1.2.1/guicast/Makefile   2004-09-13 11:14:21.672141990 +0200
+@@ -24,6 +24,17 @@
+ BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf64-x86-64\""
+ endif
++ifeq ($(OBJDIR), alpha)
++BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf64-alpha\""
++endif
++
++ifeq ($(OBJDIR), ppc)
++BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf32-ppc\""
++endif
++
++ifeq ($(OBJDIR), sparc)
++BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf32-sparc\""
++endif
+ $(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
+Only in cinelerra-1.2.1/guicast: Makefile~
index 85ee7fc264d2b2001cc8439a502e96a50b09cbee..87e20f129f46d6be14789b30abb462bd81baf0f9 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Cinelerra - capturing, editing and production of audio/video material
 Summary(pl):   Cinelerra - nagrywanie, obróbka i produkcja materia³u audio/video
 Name:          cinelerra
 Version:       1.2.1
-Release:       1
+Release:       1.1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/heroines/%{name}-%{version}-src.tar.bz2
@@ -15,6 +15,7 @@ Patch2:               %{name}-strip.patch
 Patch3:                %{name}-fontsdir.patch
 Patch4:                %{name}-alpha.patch
 Patch5:                %{name}-locale_h.patch
+Patch6:                %{name}-guicast_bootstrap.patch
 URL:           http://heroinewarrior.com/cinelerra.php3
 BuildRequires: OpenEXR-devel >= 1.2.1
 BuildRequires: XFree86-devel
@@ -74,6 +75,7 @@ Cinelerra by
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 # assume we have <linux/videodev2.h> (it's in llh)
 echo '#define HAVE_V4L2' > hvirtual_config.h
This page took 0.093374 seconds and 4 git commands to generate.