[packages/crossmingw32-harfbuzz] - updated to 0.9.39 - updated mingw32 patch

qboosh qboosh at pld-linux.org
Thu Mar 5 22:07:32 CET 2015


commit 652c7960c3c31d911093b1d06525fd51b5e7bfc1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Mar 5 22:10:55 2015 +0100

    - updated to 0.9.39
    - updated mingw32 patch

 crossmingw32-harfbuzz.spec |  4 ++--
 harfbuzz-mingw32.patch     | 33 +++++++++++----------------------
 2 files changed, 13 insertions(+), 24 deletions(-)
---
diff --git a/crossmingw32-harfbuzz.spec b/crossmingw32-harfbuzz.spec
index 3da3b04..b2744f3 100644
--- a/crossmingw32-harfbuzz.spec
+++ b/crossmingw32-harfbuzz.spec
@@ -1,12 +1,12 @@
 Summary:	HarfBuzz - internationalized text shaping library - MinGW32 cross version
 Summary(pl.UTF-8):	Rasteryzer fontów TrueType - wersja skrośna dla MinGW32
 Name:		crossmingw32-harfbuzz
-Version:	0.9.38
+Version:	0.9.39
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 Source0:	http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
-# Source0-md5:	8839e574be8089c0de83768798bf7916
+# Source0-md5:	be4dfeb3d0bc91ac4fa0ccad13b80517
 Patch0:		harfbuzz-mingw32.patch
 URL:		http://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires:	autoconf >= 2.64
diff --git a/harfbuzz-mingw32.patch b/harfbuzz-mingw32.patch
index 4c0bd7b..9ba98b6 100644
--- a/harfbuzz-mingw32.patch
+++ b/harfbuzz-mingw32.patch
@@ -1,22 +1,11 @@
---- harfbuzz-0.9.15/src/hb-private.hh.orig	2013-03-19 12:04:53.000000000 +0100
-+++ harfbuzz-0.9.15/src/hb-private.hh	2013-04-07 13:28:22.647401427 +0200
-@@ -33,6 +33,10 @@
- #include "config.h"
- #endif
- 
-+#ifndef _WIN32_WINNT
-+#define _WIN32_WINNT 0x0600
-+#endif
-+
- #include "hb.h"
- #define HB_H_IN
- #ifdef HAVE_OT
-@@ -184,7 +184,7 @@
- #endif
- 
- 
--#if (defined(__WIN32__) && !defined(__WINE__)) || defined(_MSC_VER)
-+#if defined(_MSC_VER)
- #define snprintf _snprintf
- #endif
- 
+--- harfbuzz-0.9.39/src/hb-private.hh.orig	2015-02-26 22:59:13.689932225 +0100
++++ harfbuzz-0.9.39/src/hb-private.hh	2015-03-05 21:56:05.906340574 +0100
+@@ -127,7 +127,7 @@
+ #  elif defined(WINAPI_FAMILY) && (WINAPI_FAMILY==WINAPI_FAMILY_PC_APP || WINAPI_FAMILY==WINAPI_FAMILY_PHONE_APP)
+ #    define getenv(Name) NULL
+ #  endif
+-#  if (defined(__WIN32__) && !defined(__WINE__)) || defined(_MSC_VER)
++#  if (defined(__WIN32__) && !defined(__WINE__)) && defined(_MSC_VER)
+ #    define snprintf _snprintf
+      /* Windows CE only has _strdup, while rest of Windows has both. */
+ #    define strdup _strdup
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-harfbuzz.git/commitdiff/652c7960c3c31d911093b1d06525fd51b5e7bfc1



More information about the pld-cvs-commit mailing list