[SCM] vlc/master: Add patch fix FTBFS with freetype 2.5.1 (Closes: #731513)
mati75-guest at users.alioth.debian.org
mati75-guest at users.alioth.debian.org
Fri Dec 6 20:19:14 UTC 2013
The following commit has been merged in the master branch:
commit f5d7bb031fb69856e81f912fb981d18eab892afa
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date: Fri Dec 6 21:19:03 2013 +0100
Add patch fix FTBFS with freetype 2.5.1 (Closes: #731513)
diff --git a/debian/changelog b/debian/changelog
index 2aa912a..bc3407a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+vlc (2.1.1-2) UNRELEASED; urgency=medium
+
+ * Add ftbfs_freetype.patch to fix FTBFS with freetype 2.5.1.
+ (Closes: #731513)
+ *
+
+ -- Mateusz Łukasik <mati75 at linuxmint.pl> Fri, 06 Dec 2013 21:14:20 +0100
+
vlc (2.1.1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/patches/ftbfs_freetype.patch b/debian/patches/ftbfs_freetype.patch
new file mode 100644
index 0000000..a29b86d
--- /dev/null
+++ b/debian/patches/ftbfs_freetype.patch
@@ -0,0 +1,15 @@
+Description: Fix FTBFS with freetype 2.5.1
+Author: Mateusz Łukasik <mati75 at linuxmint.pl>
+Bug-Debian: http://bugs.debian.org/731513
+
+--- a/modules/text_renderer/freetype.c
++++ b/modules/text_renderer/freetype.c
+@@ -90,7 +90,7 @@
+ #endif
+
+ /* Freetype */
+-#include <freetype/ftsynth.h>
++#include <freetype2/ftsynth.h>
+ #include FT_FREETYPE_H
+ #include FT_GLYPH_H
+ #include FT_STROKER_H
diff --git a/debian/patches/series b/debian/patches/series
index 420def5..da829bf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
pnap-grammar.patch
+ftbfs_freetype.patch
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list