[SCM] vlc/master: Remove ftbfs_freetype.patch no longer needed

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Wed Dec 11 14:15:32 UTC 2013


The following commit has been merged in the master branch:
commit 8a65e3b08e52a0734537b5853cf5f127b730ac2b
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Wed Dec 11 13:01:39 2013 +0100

    Remove ftbfs_freetype.patch no longer needed

diff --git a/debian/patches/ftbfs_freetype.patch b/debian/patches/ftbfs_freetype.patch
deleted file mode 100644
index c38e606..0000000
--- a/debian/patches/ftbfs_freetype.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-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,10 +90,11 @@
- #endif
- 
- /* Freetype */
--#include <freetype/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