Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 411082575f86b3a15239a46c660facf5 > files > 3

cinelerra-2.1-1.src.rpm

--- 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 PLUGIN_DIR "/fonts"
+#define FONT_SEARCHPATH "/usr/share/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