]> git.pld-linux.org Git - packages/cinelerra.git/blobdiff - cinelerra-strip.patch
- updated for 2.0
[packages/cinelerra.git] / cinelerra-strip.patch
index aad16420fd483fa1c6712fccf8a5c0bc39fdcdde..5372996c368f683712dfe17a18d4d5fa39bbe37e 100644 (file)
@@ -1,12 +1,12 @@
---- cinelerra-1.1.5/plugins/defaulttheme/Makefile.orig Sun Dec 22 11:37:27 2002
-+++ cinelerra-1.1.5/plugins/defaulttheme/Makefile      Mon Mar 24 10:23:13 2003
-@@ -6,7 +6,7 @@
+--- cinelerra-1.2.1/plugins/defaulttheme/Makefile.orig 2004-05-11 18:14:51.000000000 +0200
++++ cinelerra-1.2.1/plugins/defaulttheme/Makefile      2004-08-22 20:38:29.715608048 +0200
+@@ -9,7 +9,7 @@
  
OUTPUT_THEME: $(OBJS)
-       $(LDLINKER) -o $(OUTPUT_THEME) $(OBJS)
$(OUTPUT_THEME): $(OBJS) $(THEME_DATA)
+       $(LDLINKER) -o $(OUTPUT_THEME) $(OBJS) $(THEME_DATA)
 -      strip $(OUTPUT_THEME)
 +      $(STRIP) $(OUTPUT_THEME)
-       ../../guicast/$(OBJDIR)/bootstrap $(OUTPUT_THEME) data/*.png
  
  
 --- cinelerra-1.1.5/plugins/microtheme/Makefile.orig   Fri Jun 21 14:35:25 2002
        ../../cinelerra/$(OBJDIR)/bootstrap $(OUTPUT_THEME) data/*.png
  
  include ../../plugin_config
---- cinelerra-1.1.8/cinelerra/Makefile.orig    2003-11-12 22:55:18.000000000 +0100
-+++ cinelerra-1.1.8/cinelerra/Makefile 2003-11-12 23:58:29.493782632 +0100
-@@ -391,7 +391,7 @@
- # Static linking is not possible because of the way the plugins are loaded
- $(OUTPUT): $(OBJS) $(BOOTSTRAP)
-       $(LINKER) `cat $(OBJDIR)/objs`
--      strip $(OUTPUT)
-+      $(STRIP) $(OUTPUT)
-       ../guicast/$(OBJDIR)/bootstrap $(OUTPUT) data/mode_*.png
+--- cinelerra-1.2.1/cinelerra/Makefile.orig    2004-08-22 20:32:29.566359056 +0200
++++ cinelerra-1.2.1/cinelerra/Makefile 2004-08-22 20:47:51.109263240 +0200
+@@ -412,7 +412,7 @@
+       @echo LD $(OUTPUT)
+       @$(LINKER) `cat $(OBJDIR)/objs`
+       @echo STRIP $(OUTPUT)
+-      @strip $(OUTPUT)
++      @$(STRIP) $(OUTPUT)
  
  $(OBJDIR)/test: 
+       $(CC) -shared -o $(OBJDIR)/test.so \
This page took 0.088554 seconds and 4 git commands to generate.