]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- fix including freetype headers auto/th/vlc-2.1.0-4
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Nov 2013 20:15:27 +0000 (21:15 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Nov 2013 20:15:27 +0000 (21:15 +0100)
- rel 4

freetype.patch [new file with mode: 0644]
vlc.spec

diff --git a/freetype.patch b/freetype.patch
new file mode 100644 (file)
index 0000000..55e6c7e
--- /dev/null
@@ -0,0 +1,12 @@
+--- vlc-2.1.0/modules/text_renderer/freetype.c~        2013-11-30 20:49:37.741873844 +0100
++++ vlc-2.1.0/modules/text_renderer/freetype.c 2013-11-30 21:01:19.098798390 +0100
+@@ -90,7 +90,8 @@
+ #endif
+ /* Freetype */
+-#include <freetype/ftsynth.h>
++#include <ft2build.h>
++#include FT_SYNTHESIS_H
+ #include FT_FREETYPE_H
+ #include FT_GLYPH_H
+ #include FT_STROKER_H
index 552d635ea551401b194f92189983401b9ffe0728..90d45e229dfa2f44f67b895d643e36a68fd64488 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -55,7 +55,7 @@ Summary:      VLC - a multimedia player and stream server
 Summary(pl.UTF-8):     VLC - odtwarzacz multimedialny oraz serwer strumieni
 Name:          vlc
 Version:       2.1.0
-Release:       3
+Release:       4
 License:       GPL v2+
 Group:         X11/Applications/Multimedia
 Source0:       http://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.xz
@@ -64,7 +64,7 @@ Patch0:               %{name}-buildflags.patch
 Patch1:                %{name}-defaultfont.patch
 Patch2:                %{name}-system-minizip.patch
 Patch3:                xmas-sucks.patch
-
+Patch4:                freetype.patch
 Patch7:                no-cache.patch
 
 Patch9:                %{name}-libdvbpsi.patch
@@ -317,6 +317,7 @@ Akcje klienta VLC dla Solid.
 %patch3 -p1
 %endif
 
+%patch4 -p1
 %patch7 -p1
 
 #%patch9 -p0
This page took 0.055836 seconds and 4 git commands to generate.