pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/pango



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 16 13:35:24 UTC 2018

Modified Files:
        pkgsrc/devel/pango: Makefile distinfo

Log Message:
pango: update to 1.42.1.

Overview of changes in 1.42.1
=============================
- Fix meson build, in particular on Windows (#783274, #795012)
- Add an Emoji font family on Windows, using Segoe UI (#794705)

Overview of changes in 1.42.0
=============================
- No changes

Overview of changes in 1.41.1
=============================
- Build fixes
- Avoid UTF-32 conversion for fribidi
- Use external fribidi and drop mini-fribidi
- Only enable freetype if fontconfig is available (#792363)

Overview of changes in 1.41.0
=============================
- Fix up font options from cairo (#790747)
- Add support for font variations
- Fix compiler warnings (#792231)


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 pkgsrc/devel/pango/Makefile
cvs rdiff -u -r1.114 -r1.115 pkgsrc/devel/pango/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.210 pkgsrc/devel/pango/Makefile:1.211
--- pkgsrc/devel/pango/Makefile:1.210   Mon Mar 12 11:15:31 2018
+++ pkgsrc/devel/pango/Makefile Mon Apr 16 13:35:24 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.210 2018/03/12 11:15:31 wiz Exp $
+# $NetBSD: Makefile,v 1.211 2018/04/16 13:35:24 wiz Exp $
 
-DISTNAME=      pango-1.40.14
-PKGREVISION=   1
+DISTNAME=      pango-1.42.1
 CATEGORIES=    devel fonts
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pango/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -33,6 +32,8 @@ CHECK_PORTABILITY_SKIP+= docs/check.docs
 
 .include "options.mk"
 
+BUILDLINK_API_DEPENDS.fribidi+=        fribidi>=0.19.7
+.include "../../converters/fribidi/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.33.12
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_DEPMETHOD.gobject-introspection:= build

Index: pkgsrc/devel/pango/distinfo
diff -u pkgsrc/devel/pango/distinfo:1.114 pkgsrc/devel/pango/distinfo:1.115
--- pkgsrc/devel/pango/distinfo:1.114   Thu Nov 23 15:59:49 2017
+++ pkgsrc/devel/pango/distinfo Mon Apr 16 13:35:24 2018
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.114 2017/11/23 15:59:49 wiz Exp $
+$NetBSD: distinfo,v 1.115 2018/04/16 13:35:24 wiz Exp $
 
-SHA1 (pango-1.40.14.tar.xz) = 3a3073b79b07f92476276e2457842c92d8374064
-RMD160 (pango-1.40.14.tar.xz) = be4dcf7745a5a7100412c8c2cbc0a5d826536609
-SHA512 (pango-1.40.14.tar.xz) = 35ba7bc8be3992f206ccc2cc5aca0b94e2a3832f887fc9c45b0e29fddcb9051ce05a74377de0ca4ff95a87983b15688fa5d379d592faf87aa8eaca25ac18b7ea
-Size (pango-1.40.14.tar.xz) = 858388 bytes
+SHA1 (pango-1.42.1.tar.xz) = 6dbec02a6a35e4cf0be8e1d6748c3d07cd11b7c3
+RMD160 (pango-1.42.1.tar.xz) = f978edc6c573fcf4abafb1bd2945b2978537e8da
+SHA512 (pango-1.42.1.tar.xz) = 70f0519fdcb896880a9552ed1f3ef85e3e7b99a161818e7c3a5ac851b64366544393546336bfdc1d66ecfc1aa4791b65ff4182ca9f6e93455ca154fbc9cbef80
+Size (pango-1.42.1.tar.xz) = 826776 bytes
 SHA1 (patch-pango_pangocoretext.h) = d6817eb02f0020c102ab95d63202f9508a70e647
 SHA1 (patch-pangocairo-coretext.h) = 2f7c8efad48b58398070f48e71c16d99d3d59f57



Home | Main Index | Thread Index | Old Index