Changes of Revision 65
[-] | Changed | vlc.spec |
x 1
2 3 4 Name: vlc 5 -Version: 1.0.1 6 -Release: 20 7 +Version: 1.0.2 8 +Release: 30 9 10 Summary: VLC - Video Lan Client (preview of the upcoming version) 11 URL: http://www.videolan.org/ 12 |
||
[+] | Added | vlc-1.0.2-fix_font_path.patch ^ |
@@ -0,0 +1,11 @@ +--- vlc-0.9.1/modules/misc/freetype.c 2008-08-25 23:40:43.000000000 +0200 ++++ vlc-0.9.1/modules/misc/freetype.c.new 2008-08-29 22:18:10.000000000 +0200 +@@ -61,7 +61,7 @@ + #define DEFAULT_FONT "" /* Default font found at run-time */ + #define FC_DEFAULT_FONT "Arial" + #else +-#define DEFAULT_FONT "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf" ++#define DEFAULT_FONT "/usr/share/fonts/truetype/FreeSerifBold.ttf" + #define FC_DEFAULT_FONT "Serif Bold" + #endif + | ||
Added | vlc-1.0.2.tar.bz2 ^ |