Commit d326912f authored by Naohiro KORIYAMA's avatar Naohiro KORIYAMA Committed by Jean-Baptiste Kempf

contrib: HarfBuzz 0.9.19

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1fc66144
778d68998f652f37fc5295c09683a294ab50f9ab5c4c0937c89ee4838d5ff042ab9f9d30eeabf5e48f755af2fa78bca03d79d777fb1e014c1592a583cf2fd1cc harfbuzz-0.9.5.tar.bz2 8df19497485acef4febc71bf908d4c983e6963766210bc400a79f6d59b8f405c53fe5a88c21683fa9c37a9e6befefe2efb0434f774d7f37924c522eae3b4ddd4 harfbuzz-0.9.19.tar.bz2
--- harfbuzz-0.9.5/configure.ac.orig 2012-10-18 15:58:56.940962618 +0200
+++ harfbuzz-0.9.5/configure.ac 2012-10-18 15:59:24.348963620 +0200
@@ -117,7 +117,7 @@
dnl ===========================================================================
-have_hb_old=true
+have_hb_old=false
if $have_hb_old; then
AC_DEFINE(HAVE_HB_OLD, 1, [Have Old HarfBuzz backend])
fi
@@ -208,7 +208,7 @@
dnl ===========================================================================
-AC_CHECK_HEADERS(usp10.h windows.h, have_uniscribe=true, have_uniscribe=false)
+have_uniscribe=false
if $have_uniscribe; then
UNISCRIBE_CFLAGS=
UNISCRIBE_LIBS="-lusp10 -lgdi32"
@@ -220,7 +220,7 @@
dnl ===========================================================================
-AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, have_coretext=true, have_coretext=false)
+have_coretext=false
if $have_coretext; then
CORETEXT_CFLAGS=
CORETEXT_LIBS="-framework ApplicationServices"
# HARFBUZZ # HARFBUZZ
HARFBUZZ_VERSION := 0.9.5 HARFBUZZ_VERSION := 0.9.19
HARFBUZZ_URL := http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 HARFBUZZ_URL := http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$(HARFBUZZ_VERSION).tar.bz2
PKGS += harfbuzz PKGS += harfbuzz
ifeq ($(call need_pkg,"harfbuzz"),) ifeq ($(call need_pkg,"harfbuzz"),)
...@@ -14,7 +14,6 @@ $(TARBALLS)/harfbuzz-$(HARFBUZZ_VERSION).tar.bz2: ...@@ -14,7 +14,6 @@ $(TARBALLS)/harfbuzz-$(HARFBUZZ_VERSION).tar.bz2:
harfbuzz: harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 .sum-harfbuzz harfbuzz: harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 .sum-harfbuzz
$(UNPACK) $(UNPACK)
$(APPLY) $(SRC)/harfbuzz/disable-backends.patch
$(UPDATE_AUTOCONFIG) $(UPDATE_AUTOCONFIG)
$(MOVE) $(MOVE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment