diff options
author | prlw1 <prlw1@pkgsrc.org> | 2020-09-04 10:50:08 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2020-09-04 10:50:08 +0000 |
commit | 7ba054d8685cb0a3e89173e565cb2f287c05a750 (patch) | |
tree | 5bcfb17c1e978fec4208d86ef1d7045235633fd1 | |
parent | 36b614136e86b5896de989c4a1cc3a54819ba468 (diff) | |
download | pkgsrc-7ba054d8685cb0a3e89173e565cb2f287c05a750.tar.gz |
Update harfbuzz to 2.7.2
Add introspection option defaulting to ON as new pango needs this.
Overview of changes leading to 2.7.2
Saturday, August 29, 2020
====================================
- Fix a regression in the previous release that caused a crash with Kaithi.
- More OOM fixes.
-rw-r--r-- | fonts/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/PLIST | 12 | ||||
-rw-r--r-- | fonts/harfbuzz/distinfo | 10 | ||||
-rw-r--r-- | fonts/harfbuzz/options.mk | 17 |
4 files changed, 27 insertions, 16 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile index e73e2f9b8ea..999365a88b8 100644 --- a/fonts/harfbuzz/Makefile +++ b/fonts/harfbuzz/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.134 2020/08/15 21:48:34 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.135 2020/09/04 10:50:08 prlw1 Exp $ -DISTNAME= harfbuzz-2.7.1 +DISTNAME= harfbuzz-2.7.2 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=harfbuzz/} GITHUB_TAG= ${PKGVERSION_NOREV} diff --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index 8af24b5c234..1ab7d4d9221 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.43 2020/08/15 21:48:34 szptvlfn Exp $ +@comment $NetBSD: PLIST,v 1.44 2020/09/04 10:50:08 prlw1 Exp $ bin/hb-ot-shape-closure bin/hb-shape bin/hb-subset @@ -40,22 +40,24 @@ include/harfbuzz/hb-unicode.h include/harfbuzz/hb-version.h include/harfbuzz/hb.h lib/cmake/harfbuzz/harfbuzz-config.cmake +${PLIST.introspection}lib/girepository-1.0/HarfBuzz-0.0.typelib lib/libharfbuzz-gobject.so lib/libharfbuzz-gobject.so.0 -lib/libharfbuzz-gobject.so.0.20701.0 +lib/libharfbuzz-gobject.so.0.20702.0 ${PLIST.icu}lib/libharfbuzz-icu.so ${PLIST.icu}lib/libharfbuzz-icu.so.0 -${PLIST.icu}lib/libharfbuzz-icu.so.0.20701.0 +${PLIST.icu}lib/libharfbuzz-icu.so.0.20702.0 lib/libharfbuzz-subset.so lib/libharfbuzz-subset.so.0 -lib/libharfbuzz-subset.so.0.20701.0 +lib/libharfbuzz-subset.so.0.20702.0 lib/libharfbuzz.so lib/libharfbuzz.so.0 -lib/libharfbuzz.so.0.20701.0 +lib/libharfbuzz.so.0.20702.0 lib/pkgconfig/harfbuzz-gobject.pc ${PLIST.icu}lib/pkgconfig/harfbuzz-icu.pc lib/pkgconfig/harfbuzz-subset.pc lib/pkgconfig/harfbuzz.pc +${PLIST.introspection}share/gir-1.0/HarfBuzz-0.0.gir ${PLIST.doc}share/gtk-doc/html/harfbuzz/HarfBuzz.png ${PLIST.doc}share/gtk-doc/html/harfbuzz/HarfBuzz.svg ${PLIST.doc}share/gtk-doc/html/harfbuzz/a-clustering-example-for-levels-0-and-1.html diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index 4e5f31cd92c..b281db19e46 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.99 2020/08/15 09:49:44 tnn Exp $ +$NetBSD: distinfo,v 1.100 2020/09/04 10:50:08 prlw1 Exp $ -SHA1 (harfbuzz-2.7.1.tar.gz) = 157e167a79a03cd1f8f2a5e597dbe3bff19a4a7e -RMD160 (harfbuzz-2.7.1.tar.gz) = 37e3229739c0ff082018aa907a5c4b6dc823a299 -SHA512 (harfbuzz-2.7.1.tar.gz) = a04864e0f5e523e9d025f066e0850afdfdf53acc9881c0284034ab4384088b118551a899ae5e77bbd821c344b97fb5e0a3d4506bbb812eb0019080be7b3f75f1 -Size (harfbuzz-2.7.1.tar.gz) = 16603949 bytes +SHA1 (harfbuzz-2.7.2.tar.gz) = 81e29f5502b4a37bec94e1055acf64d76c8eafe7 +RMD160 (harfbuzz-2.7.2.tar.gz) = 1bc3e35bd13c71ba070bd1ddf589ac8c3f11c194 +SHA512 (harfbuzz-2.7.2.tar.gz) = 2eeb198dab1ed1cc7d10c3890293ff40e9f37372413877a5bd44d66e88d8460a81f51cbe71c328b1300f542ca8de3269749d1d01d0c324c8b95a9c038fbe1521 +Size (harfbuzz-2.7.2.tar.gz) = 16605557 bytes diff --git a/fonts/harfbuzz/options.mk b/fonts/harfbuzz/options.mk index b6efb38e520..b0462b235fa 100644 --- a/fonts/harfbuzz/options.mk +++ b/fonts/harfbuzz/options.mk @@ -1,12 +1,12 @@ -# $NetBSD: options.mk,v 1.8 2020/08/16 10:40:16 leot Exp $ +# $NetBSD: options.mk,v 1.9 2020/09/04 10:50:08 prlw1 Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.harfbuzz -PKG_SUPPORTED_OPTIONS+= doc icu -PKG_SUGGESTED_OPTIONS= doc icu +PKG_SUPPORTED_OPTIONS+= doc icu introspection +PKG_SUGGESTED_OPTIONS= doc icu introspection .include "../../mk/bsd.options.mk" -PLIST_VARS+= doc icu +PLIST_VARS+= doc icu introspection .if !empty(PKG_OPTIONS:Mdoc) MESON_ARGS+= -Ddocs=enabled @@ -23,3 +23,12 @@ PLIST.icu= yes .else MESON_ARGS+= -Dicu=disabled .endif + +.if !empty(PKG_OPTIONS:Mintrospection) +BUILDLINK_DEPMETHOD.gobject-introspection+= build +.include "../../devel/gobject-introspection/buildlink3.mk" +MESON_ARGS+= -Dintrospection=enabled +PLIST.introspection= yes +.else +MESON_ARGS+= -Dintrospection=disabled +.endif |