Hello community, here is the log from the commit of package libmlt for openSUSE:Factory checked in at 2013-12-13 13:08:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmlt (Old) and /work/SRC/openSUSE:Factory/.libmlt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmlt" Changes: -------- --- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes 2013-07-02 07:37:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes 2013-12-13 13:08:12.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Dec 11 18:59:43 UTC 2013 - [email protected] + +- Added use-recommended-freetype-include.patch -- Freetype upstream + recommends using their macros together with ft2build include. + Positive sideeffect is that this patch makes it build with both + freetype2 2.5.1, and older version + +------------------------------------------------------------------- New: ---- use-recommended-freetype-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmlt.spec ++++++ --- /var/tmp/diff_new_pack.DWfFXv/_old 2013-12-13 13:08:12.000000000 +0100 +++ /var/tmp/diff_new_pack.DWfFXv/_new 2013-12-13 13:08:12.000000000 +0100 @@ -38,6 +38,9 @@ Source0: http://downloads.sourceforge.net/project/%{_name}/%{_name}/%{_name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE libmlt-0.8.2-vdpau.patch [email protected] -- Make VDPAU support work without the devel package Patch1: libmlt-0.8.2-vdpau.patch +# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype upstream recommends using their macros together with +# ft2build include. Positive sideeffect is that this patch makes it build with both freetype2 2.5.1, and older versions +Patch2: use-recommended-freetype-include.patch BuildRequires: gcc-c++ BuildRequires: ladspa-devel BuildRequires: pkg-config @@ -206,6 +209,7 @@ %prep %setup -q -n %{_name}-%{version} %patch1 +%patch2 -p1 # To complement libmlt-0.8.0-vdpau.patch. # When vdpau support is not compiled it will break the code. Doesn't matter because the code will not be used anyway. ++++++ use-recommended-freetype-include.patch ++++++ diff -Naur mlt-0.9.0.orig/src/modules/gtk2/producer_pango.c mlt-0.9.0/src/modules/gtk2/producer_pango.c --- mlt-0.9.0.orig/src/modules/gtk2/producer_pango.c 2013-06-03 05:34:35.000000000 +0200 +++ mlt-0.9.0/src/modules/gtk2/producer_pango.c 2013-12-11 19:59:06.975420338 +0100 @@ -25,7 +25,8 @@ #include <string.h> #include <gdk-pixbuf/gdk-pixbuf.h> #include <pango/pangoft2.h> -#include <freetype/freetype.h> +#include <ft2build.h> +#include FT_FREETYPE_H #include <iconv.h> #include <pthread.h> #include <ctype.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
