]> git.pld-linux.org Git - packages/cinelerra.git/blobdiff - cinelerra-fontsdir.patch
- partial fixes; needs more c++ fixes
[packages/cinelerra.git] / cinelerra-fontsdir.patch
index 764b4426bac899096e848c8b3e19478de896ce48..8744c16e41aa2e00e2acd3e2acb77c64ae070cd7 100644 (file)
@@ -1,11 +1,22 @@
---- cinelerra-1.1.5/plugins/titler/title.C.orig        Mon Nov 11 06:19:10 2002
-+++ cinelerra-1.1.5/plugins/titler/title.C     Mon Mar 24 10:30:30 2003
-@@ -14,7 +14,7 @@
- #include <string.h>
+--- cinelerra-2.0/plugins/titler/title.C.orig  2005-05-12 10:41:22.000000000 +0200
++++ cinelerra-2.0/plugins/titler/title.C       2005-11-01 14:03:10.117615280 +0100
+@@ -26,7 +26,7 @@
+ #include <byteswap.h>
+ #include <iconv.h>
  
--#define FONT_SEARCHPATH "/usr/lib/cinelerra/fonts"
+-#define FONT_SEARCHPATH PLUGIN_DIR "/fonts"
 +#define FONT_SEARCHPATH "/usr/share/fonts"
- //#define FONT_SEARCHPATH "/usr/X11R6/lib/X11/fonts"
+ REGISTER_PLUGIN(TitleMain)
+--- cinelerra-2.0/plugins/titler/Makefile.orig 2005-11-01 13:51:28.423289000 +0100
++++ cinelerra-2.0/plugins/titler/Makefile      2005-11-01 14:03:27.131028848 +0100
+@@ -21,8 +21,6 @@
+ install:
+       cp $(OUTPUT_PLUGIN) $(PLUGINDIR)
+-      mkdir -p $(PLUGINDIR)/fonts
+-      cp fonts/* $(PLUGINDIR)/fonts
  
  
This page took 0.037469 seconds and 4 git commands to generate.