[SCM] vlc/master: Refresh ftbfs_freetype.patch from upstream version
mati75-guest at users.alioth.debian.org
mati75-guest at users.alioth.debian.org
Fri Dec 6 21:01:26 UTC 2013
The following commit has been merged in the master branch:
commit e70cb2614fd5c2ecff25069596d6920648066b54
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date: Fri Dec 6 22:01:05 2013 +0100
Refresh ftbfs_freetype.patch from upstream version
diff --git a/debian/patches/ftbfs_freetype.patch b/debian/patches/ftbfs_freetype.patch
index a29b86d..c38e606 100644
--- a/debian/patches/ftbfs_freetype.patch
+++ b/debian/patches/ftbfs_freetype.patch
@@ -4,12 +4,16 @@ Bug-Debian: http://bugs.debian.org/731513
--- a/modules/text_renderer/freetype.c
+++ b/modules/text_renderer/freetype.c
-@@ -90,7 +90,7 @@
+@@ -90,10 +90,11 @@
#endif
/* Freetype */
-#include <freetype/ftsynth.h>
-+#include <freetype2/ftsynth.h>
++#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
#include FT_STROKER_H
++#include FT_SYNTHESIS_H
+
+ #define FT_FLOOR(X) ((X & -64) >> 6)
+ #define FT_CEIL(X) (((X + 63) & -64) >> 6)
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list