Browse Source

harfbuzz: update to latest stable version

Waldemar Brodkorb 10 years ago
parent
commit
df4148e45a

+ 2 - 2
package/harfbuzz/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		harfbuzz
-PKG_VERSION:=		0.9.40
+PKG_VERSION:=		1.0.6
 PKG_RELEASE:=		1
-PKG_HASH:=		1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f
+PKG_HASH:=		f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26
 PKG_DESCR:=		opentype text shaping engine
 PKG_SECTION:=		libs/fonts
 PKG_SITES:=		http://www.freedesktop.org/software/harfbuzz/release/

+ 0 - 15
package/harfbuzz/patches/patch-configure_ac

@@ -1,15 +0,0 @@
---- harfbuzz-0.9.28.orig/configure.ac	2014-04-28 23:30:44.308730444 +0200
-+++ harfbuzz-0.9.28/configure.ac	2014-06-22 19:41:33.532833719 +0200
-@@ -417,12 +417,6 @@ src/Makefile
- src/hb-version.h
- src/hb-ucdn/Makefile
- util/Makefile
--test/Makefile
--test/api/Makefile
--test/shaping/Makefile
--docs/Makefile
--docs/reference/Makefile
--docs/reference/version.xml
- ])
- 
- AC_OUTPUT

+ 0 - 16
package/harfbuzz/patches/patch-src_harfbuzz_pc_in

@@ -1,16 +0,0 @@
---- harfbuzz-0.9.28.orig/src/harfbuzz.pc.in	2013-10-28 00:45:25.000000000 +0100
-+++ harfbuzz-0.9.28/src/harfbuzz.pc.in	2014-05-23 18:08:04.000000000 +0200
-@@ -1,11 +1,8 @@
- prefix=%prefix%
--exec_prefix=%exec_prefix%
--libdir=%libdir%
--includedir=%includedir%
- 
- Name: harfbuzz
- Description: HarfBuzz text shaping library
- Version: %VERSION%
- 
--Libs: -L${libdir} -lharfbuzz
--Cflags: -I${includedir}/harfbuzz
-+Libs: -L${prefix}/lib -lharfbuzz
-+Cflags: -I${prefix}/include/harfbuzz