OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../cinelerra/stray-backslash.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- cinelerra-2.0/global_config_orig 2006-04-11 18:51:59.301531500 +0200
  17. +++ cinelerra-2.0/global_config 2006-04-11 18:52:17.178648750 +0200
  18. @@ -83,7 +83,7 @@
  19. CXXREPOSITORY = cxx_repository/*.o
  20. endif
  21. -$(shell sh -c 'if ! test -d $(OBJDIR)\; then mkdir $(OBJDIR)\; fi' )
  22. +$(shell sh -c 'if ! test -d $(OBJDIR) ; then mkdir $(OBJDIR) ; fi' )
  23. ########################## LINKER
  24. --- cinelerra-2.0/cinelerra/Makefile_orig 2006-04-11 18:52:52.396849750 +0200
  25. +++ cinelerra-2.0/cinelerra/Makefile 2006-04-11 18:53:04.309594250 +0200
  26. @@ -436,7 +436,7 @@
  27. -$(shell echo "\#define BUILDDATE \"`date`\"" > builddate.h )
  28. +$(shell echo "#define BUILDDATE \"`date`\"" > builddate.h )
  29. $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags)
  30. $(shell echo $(LDFLAGS1) $(OBJS) $(DCRAW) $(FILEEXR) $(AVIOBJS) $(CXXREPOSITORY) $(STATICLIBS) $(LIBS) $(LDFLAGS2) > $(OBJDIR)/objs)
  31. --- cinelerra-2.0/quicktime/Makefile_orig 2006-04-11 19:05:01.586421250 +0200
  32. +++ cinelerra-2.0/quicktime/Makefile 2006-04-11 19:05:24.151831500 +0200
  33. @@ -240,7 +240,7 @@
  34. LIBS := $(OUTPUT) $(MPEG3_DIR)/$(OBJDIR)/libmpeg3.a -lpng -lz -lpthread -ldl -lm
  35. -$(shell if ! test -d $(OBJDIR) \; then mkdir -p $(DIRS) \; fi )
  36. +$(shell if ! test -d $(OBJDIR) ; then mkdir -p $(DIRS) ; fi )
  37. $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags)
  38. $(shell echo $(LAME_CFLAGS) > $(OBJDIR)/lame_flags)
  39. $(shell echo $(OBJS) $(JPEG_LIB)/*.o $(DV_LIB)/*.o $(FAAD_LIB)/*.o $(FAAC_LIB)/*.o $(FFMPEG_LIB)/*.o $(X264_LIB)/*.o $(OGG_LIB)/*.o $(VORBIS_LIB)/*.o $(LAME_OBJS) > $(OBJDIR)/objs)