commit 29d657be0ad653a30082ab67babf1e754c809158
Author: Jan RÄ™korajski <[email protected]>
Date:   Sat Nov 30 21:15:27 2013 +0100

    - fix including freetype headers
    - rel 4

 freetype.patch | 12 ++++++++++++
 vlc.spec       |  5 +++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 552d635..90d45e2 100644
--- 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
diff --git a/freetype.patch b/freetype.patch
new file mode 100644
index 0000000..55e6c7e
--- /dev/null
+++ b/freetype.patch
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/29d657be0ad653a30082ab67babf1e754c809158

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to