[packages/crossmingw32-harfbuzz] - updated to 0.9.27 - enhanced mingw32 patch (MemoryBarrier requires at least _WIN32_WINNT_VISTA)

qboosh qboosh at pld-linux.org
Fri Mar 21 22:18:45 CET 2014


commit b54c0db2c7f6b9fec2d76d9f1a63f9c22caf5710
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Mar 21 22:22:00 2014 +0100

    - updated to 0.9.27
    - enhanced mingw32 patch (MemoryBarrier requires at least _WIN32_WINNT_VISTA)

 crossmingw32-harfbuzz.spec |  4 ++--
 harfbuzz-mingw32.patch     | 11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-harfbuzz.spec b/crossmingw32-harfbuzz.spec
index 8f7f7d7..ec4ef1d 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.26
+Version:	0.9.27
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 Source0:	http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
-# Source0-md5:	a2b6cbd437f22dd5dc93d377696c9204
+# Source0-md5:	60e122288c0ea4d66505d4704e376a1c
 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 243c1d6..4c0bd7b 100644
--- a/harfbuzz-mingw32.patch
+++ b/harfbuzz-mingw32.patch
@@ -1,5 +1,16 @@
 --- 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
  
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list