Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2013-12-13 13:07:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbluray (Old)
 and      /work/SRC/openSUSE:Factory/.libbluray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbluray"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes      2013-10-05 
20:59:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2013-12-13 
13:07:20.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Dec 11 18:29:00 UTC 2013 - hrvoje.sen...@gmail.com
+
+- 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:
------------------
++++++ libbluray.spec ++++++
--- /var/tmp/diff_new_pack.L2jtmV/_old  2013-12-13 13:07:20.000000000 +0100
+++ /var/tmp/diff_new_pack.L2jtmV/_new  2013-12-13 13:07:20.000000000 +0100
@@ -25,6 +25,9 @@
 Group:          Productivity/Multimedia/Other
 Url:            http://bd.videolan.org
 Source:         
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
+# 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
+Patch0:         use-recommended-freetype-include.patch
 Source99:       baselibs.conf
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(freetype2)
@@ -66,6 +69,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++++++ use-recommended-freetype-include.patch ++++++
diff --git a/src/libbluray/decoders/textst_render.c 
b/src/libbluray/decoders/textst_render.c
index 780b640..ffcb1bd 100644
--- a/src/libbluray/decoders/textst_render.c
+++ b/src/libbluray/decoders/textst_render.c
@@ -30,7 +30,7 @@
 #ifdef HAVE_FT2
 #include <ft2build.h>
 #include FT_FREETYPE_H
-#include <freetype/ftsynth.h>
+#include FT_SYNTHESIS_H
 #endif
 
 #include "textst_render.h"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to