packages: cinelerra/cinelerra-strip.patch - updated

glen glen at pld-linux.org
Tue Jul 7 12:50:59 CEST 2009


Author: glen                         Date: Tue Jul  7 10:50:59 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated

---- Files affected:
packages/cinelerra:
   cinelerra-strip.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/cinelerra/cinelerra-strip.patch
diff -u packages/cinelerra/cinelerra-strip.patch:1.5 packages/cinelerra/cinelerra-strip.patch:1.6
--- packages/cinelerra/cinelerra-strip.patch:1.5	Fri Aug 29 16:34:24 2008
+++ packages/cinelerra/cinelerra-strip.patch	Tue Jul  7 12:50:53 2009
@@ -1,3 +1,24 @@
+--- cinelerra-4/global_config~	2009-07-07 13:26:09.000000000 +0300
++++ cinelerra-4/global_config	2009-07-07 13:33:03.659733152 +0300
+@@ -46,6 +46,7 @@
+ 
+ CC = g++
+ GCC = gcc
++STRIP = strip
+ 
+ 
+ # libraries are stored in different directories depending on CPU
+--- cinelerra-4/plugin_config~	2009-07-07 13:26:09.000000000 +0300
++++ cinelerra-4/plugin_config	2009-07-07 13:33:24.239770459 +0300
+@@ -12,7 +12,7 @@
+ 
+ $(OUTPUT): $(OBJS)
+ 	$(LDLINKER) -o $(OUTPUT) $(OBJS) `cat ../$(OBJDIR)/l_flags`
+-	strip $(OUTPUT)
++	$(STRIP) $(OUTPUT)
+ 
+ 
+ install:
 --- 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 @@
@@ -31,3 +52,25 @@
  
  $(OBJDIR)/test: 
  	$(CC) -shared -o $(OBJDIR)/test.so \
+--- cinelerra-4/plugins/suv/Makefile~	2008-09-02 14:38:09.000000000 +0300
++++ cinelerra-4/plugins/suv/Makefile	2009-07-07 13:39:33.106900936 +0300
+@@ -12,7 +12,7 @@
+ 
+ $(OUTPUT_THEME): $(OBJS) $(THEME_DATA)
+ 	$(LDLINKER) -o $(OUTPUT_THEME) $(OBJS) $(THEME_DATA)
+-	strip $(OUTPUT_THEME)
++	$(STRIP) $(OUTPUT_THEME)
+ 
+ 
+ 
+--- cinelerra-4/plugins/chromakeyhsv/Makefile~	2008-09-02 14:38:09.000000000 +0300
++++ cinelerra-4/plugins/chromakeyhsv/Makefile	2009-07-07 13:39:51.163323109 +0300
+@@ -11,7 +11,7 @@
+ 
+ $(OUTPUT_): $(OBJS) $(SHADER)
+ 	$(LDLINKER) -o $(OUTPUT_) $(OBJS) $(SHADER)
+-	strip $(OUTPUT_)
++	$(STRIP) $(OUTPUT_)
+ 
+ 
+ include ../../plugin_config
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cinelerra/cinelerra-strip.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list