[packages/crossmingw32-harfbuzz] - updated to 2.5.3

qboosh qboosh at pld-linux.org
Sat Jun 29 07:36:23 CEST 2019


commit ea40a09cca9038a8a751ac2262428684f31c5b1d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jun 29 07:37:44 2019 +0200

    - updated to 2.5.3

 crossmingw32-harfbuzz.spec |  4 ++--
 harfbuzz-win32.patch       | 31 -------------------------------
 2 files changed, 2 insertions(+), 33 deletions(-)
---
diff --git a/crossmingw32-harfbuzz.spec b/crossmingw32-harfbuzz.spec
index befd557..b6074a9 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:	2.5.1
+Version:	2.5.3
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 Source0:	https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.xz
-# Source0-md5:	7d19d1f610472285b3e47f5c45831b84
+# Source0-md5:	29a310e74a90b4e4f6d62f3e74a571e5
 Patch0:		harfbuzz-win32.patch
 URL:		https://www.freedesktop.org/wiki/HarfBuzz
 BuildRequires:	autoconf >= 2.64
diff --git a/harfbuzz-win32.patch b/harfbuzz-win32.patch
index 5844c47..d1d9587 100644
--- a/harfbuzz-win32.patch
+++ b/harfbuzz-win32.patch
@@ -10,34 +10,3 @@
  
  static inline uint16_t hb_uint16_swap (const uint16_t v)
  { return (v >> 8) | (v << 8); }
---- harfbuzz-1.9.0/src/hb.hh.orig	2018-06-08 22:23:00.670122650 +0200
-+++ harfbuzz-1.9.0/src/hb.hh	2018-06-08 22:28:25.200118946 +0200
-@@ -51,7 +51,7 @@
- #include <stdio.h>
- #include <stdarg.h>
- 
--#if (defined(_MSC_VER) && _MSC_VER >= 1500) || defined(__MINGW32__)
-+#if (defined(_MSC_VER) && _MSC_VER >= 1500)
- #include <intrin.h>
- #endif
- 
---- harfbuzz-2.4.0/src/hb-algs.hh.orig	2018-07-17 16:29:54.000000000 +0200
-+++ harfbuzz-2.4.0/src/hb-algs.hh	2018-08-02 21:15:43.988542278 +0200
-@@ -98,7 +98,7 @@
-     return sizeof (unsigned long long) * 8 - __builtin_clzll (v);
- #endif
- 
--#if (defined(_MSC_VER) && _MSC_VER >= 1500) || defined(__MINGW32__)
-+#if (defined(_MSC_VER) && _MSC_VER >= 1500)
-   if (sizeof (T) <= sizeof (unsigned int))
-   {
-     unsigned long where;
-@@ -172,7 +172,7 @@
-     return __builtin_ctzll (v);
- #endif
- 
--#if (defined(_MSC_VER) && _MSC_VER >= 1500) || defined(__MINGW32__)
-+#if (defined(_MSC_VER) && _MSC_VER >= 1500)
-   if (sizeof (T) <= sizeof (unsigned int))
-   {
-     unsigned long where;
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list