r563 - in /packages/swfmill/trunk/debian: changelog patches/freetype.patch patches/series

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Thu May 19 16:48:31 UTC 2016


Author: miriam
Date: Thu May 19 16:48:31 2016
New Revision: 563

URL: http://svn.debian.org/wsvn/?sc=1&rev=563
Log:
Added missing stuff from previous release


Added:
    packages/swfmill/trunk/debian/patches/freetype.patch
Modified:
    packages/swfmill/trunk/debian/changelog
    packages/swfmill/trunk/debian/patches/series

Modified: packages/swfmill/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/changelog?rev=563&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/changelog	(original)
+++ packages/swfmill/trunk/debian/changelog	Thu May 19 16:48:31 2016
@@ -7,6 +7,15 @@
   * Using Hardening Options. See https://wiki.debian.org/Hardening
 
  -- Miriam Ruiz <miriam at debian.org>  Thu, 19 May 2016 02:25:00 +0200
+
+swfmill (0.3.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/freetype.patch: Fix freetype include to work with recent
+    versions of freetype. Thanks to Juhani Numminen for the patch. (Closes:
+    #733356)
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Fri, 17 Jan 2014 19:59:16 +0100
 
 swfmill (0.3.2-1) unstable; urgency=low
 

Added: packages/swfmill/trunk/debian/patches/freetype.patch
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/patches/freetype.patch?rev=563&op=file
==============================================================================
--- packages/swfmill/trunk/debian/patches/freetype.patch	(added)
+++ packages/swfmill/trunk/debian/patches/freetype.patch	Thu May 19 16:48:31 2016
@@ -0,0 +1,18 @@
+Description: Fix build failure with freetype 2.5.1
+Author: Juhani Numminen <juhaninumminen0 at gmail.com>
+Bug: https://github.com/djcsdy/swfmill/issues/32
+Bug-Debian: http://bugs.debian.org/733356
+
+Index: swfmill-0.3.3/src/swft/swft_import_ttf.cpp
+===================================================================
+--- swfmill-0.3.3.orig/src/swft/swft_import_ttf.cpp
++++ swfmill-0.3.3/src/swft/swft_import_ttf.cpp
+@@ -14,7 +14,7 @@
+ #include FT_OUTLINE_H
+ #include "SWFShapeMaker.h"
+ 
+-#include <freetype/tttables.h>
++#include FT_TRUETYPE_TABLES_H
+ 
+ using namespace SWF;
+ 

Modified: packages/swfmill/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/packages/swfmill/trunk/debian/patches/series?rev=563&op=diff
==============================================================================
--- packages/swfmill/trunk/debian/patches/series	(original)
+++ packages/swfmill/trunk/debian/patches/series	Thu May 19 16:48:31 2016
@@ -1 +1,2 @@
 missing_files.patch
+freetype.patch




More information about the pkg-flash-devel mailing list