]> git.pld-linux.org Git - packages/cinelerra.git/blob - cinelerra-fontsdir.patch
- partial fixes; needs more c++ fixes
[packages/cinelerra.git] / cinelerra-fontsdir.patch
1 --- cinelerra-2.0/plugins/titler/title.C.orig   2005-05-12 10:41:22.000000000 +0200
2 +++ cinelerra-2.0/plugins/titler/title.C        2005-11-01 14:03:10.117615280 +0100
3 @@ -26,7 +26,7 @@
4  #include <byteswap.h>
5  #include <iconv.h>
6  
7 -#define FONT_SEARCHPATH PLUGIN_DIR "/fonts"
8 +#define FONT_SEARCHPATH "/usr/share/fonts"
9  
10  REGISTER_PLUGIN(TitleMain)
11  
12 --- cinelerra-2.0/plugins/titler/Makefile.orig  2005-11-01 13:51:28.423289000 +0100
13 +++ cinelerra-2.0/plugins/titler/Makefile       2005-11-01 14:03:27.131028848 +0100
14 @@ -21,8 +21,6 @@
15  
16  install:
17         cp $(OUTPUT_PLUGIN) $(PLUGINDIR)
18 -       mkdir -p $(PLUGINDIR)/fonts
19 -       cp fonts/* $(PLUGINDIR)/fonts
20  
21  
22  
This page took 0.660862 seconds and 3 git commands to generate.