2018-04-18 07:38:07 +02:00
|
|
|
# $NetBSD: Makefile,v 1.212 2018/04/18 05:38:07 snj Exp $
|
2002-03-24 21:29:35 +01:00
|
|
|
|
2018-04-16 15:35:24 +02:00
|
|
|
DISTNAME= pango-1.42.1
|
2012-10-08 23:35:22 +02:00
|
|
|
CATEGORIES= devel fonts
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/${PKGVERSION_NOREV:R}/}
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
2002-03-24 21:29:35 +01:00
|
|
|
|
2012-10-08 23:35:22 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.pango.org/
|
|
|
|
COMMENT= Library for layout and rendering of text
|
|
|
|
LICENSE= gnu-lgpl-v2
|
2009-05-13 12:14:50 +02:00
|
|
|
|
2012-10-08 23:35:22 +02:00
|
|
|
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
|
|
|
|
|
2002-12-24 04:41:10 +01:00
|
|
|
TEST_TARGET= check
|
2002-03-24 21:29:35 +01:00
|
|
|
USE_LIBTOOL= yes
|
2009-10-21 17:42:18 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2012-10-08 23:35:22 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata
|
|
|
|
# Carbon has been obsoleted; force turning it off
|
|
|
|
#CONFIGURE_ENV+= ac_cv_header_Carbon_Carbon_h=no
|
2010-08-30 23:43:00 +02:00
|
|
|
|
Update to 1.10.0:
overview of changes between 1.9.1 and 1.10.0
============================================
* Update script tables, bidi tables, and Arabic joining tables for Unicode 4.1
[Roozbeh Pournader, Behdad Esfahbod]
* Misc bug and build fixes [Sebastien Bacher, Hans Breuer, Behdad,
J. Ali Harlow, Tor Lillqvist, Keith Packard, Vittorio Palmisano, Manish Singh]
overview of changes between 1.9.0 and 1.9.1
==========================================
* Support setting of font options and DPI on PangoContext for
the Cairo backend.
* Adapt to recent Cairo API changes
* Win32 build improvements [Tor Lillqvist]
* Misc bug fixes [Hans Breuer, Thomas Fitzsimmons, Kazuki IWAMOTO]
Overview of changes between 1.8.x and 1.9.x
===========================================
* Add Cairo support; PangoCairoFontmap is an interface with
implementations for Fontconfig fonts and Win32 fonts
* Extend PangoFcFontmap to allow more customization by subclasses
* Handle NULL language better for pango_context_get_metrics()
* misc optimization [Paolo Borelli, Behdad Esfahbod]
* Misc bug and build fixes [Hans Breuer, Damien Carbery,
Keith Packard, Manish Singh]
* Doc fixes [Tim Janik]
2005-10-02 14:16:58 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= pango.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= pangocairo.pc.in
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pangoft2.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= pangowin32.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= pangoxft.pc.in
|
2002-03-24 21:29:35 +01:00
|
|
|
|
2006-11-05 15:06:06 +01:00
|
|
|
CHECK_FILES_SKIP+= ${PREFIX}/libdata/pango/pango.modules
|
2012-12-14 20:19:03 +01:00
|
|
|
CHECK_PORTABILITY_SKIP+= docs/check.docs
|
2006-11-03 12:27:56 +01:00
|
|
|
|
2006-07-23 06:59:33 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2018-04-16 15:35:24 +02:00
|
|
|
BUILDLINK_API_DEPENDS.fribidi+= fribidi>=0.19.7
|
|
|
|
.include "../../converters/fribidi/buildlink3.mk"
|
2015-06-11 01:30:24 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.33.12
|
2004-02-10 02:56:42 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2012-10-08 23:35:22 +02:00
|
|
|
BUILDLINK_DEPMETHOD.gobject-introspection:= build
|
|
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
2004-02-10 02:56:42 +01:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2018-04-18 07:38:07 +02:00
|
|
|
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.11.91
|
2012-10-08 23:35:22 +02:00
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
2012-12-14 20:19:03 +01:00
|
|
|
BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=0.9.9
|
2012-10-08 23:35:22 +02:00
|
|
|
.include "../../fonts/harfbuzz/buildlink3.mk"
|
2013-06-01 09:38:16 +02:00
|
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.12.10
|
Update to 1.10.0:
overview of changes between 1.9.1 and 1.10.0
============================================
* Update script tables, bidi tables, and Arabic joining tables for Unicode 4.1
[Roozbeh Pournader, Behdad Esfahbod]
* Misc bug and build fixes [Sebastien Bacher, Hans Breuer, Behdad,
J. Ali Harlow, Tor Lillqvist, Keith Packard, Vittorio Palmisano, Manish Singh]
overview of changes between 1.9.0 and 1.9.1
==========================================
* Support setting of font options and DPI on PangoContext for
the Cairo backend.
* Adapt to recent Cairo API changes
* Win32 build improvements [Tor Lillqvist]
* Misc bug fixes [Hans Breuer, Thomas Fitzsimmons, Kazuki IWAMOTO]
Overview of changes between 1.8.x and 1.9.x
===========================================
* Add Cairo support; PangoCairoFontmap is an interface with
implementations for Fontconfig fonts and Win32 fonts
* Extend PangoFcFontmap to allow more customization by subclasses
* Handle NULL language better for pango_context_get_metrics()
* misc optimization [Paolo Borelli, Behdad Esfahbod]
* Misc bug and build fixes [Hans Breuer, Damien Carbery,
Keith Packard, Manish Singh]
* Doc fixes [Tim Janik]
2005-10-02 14:16:58 +02:00
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
2012-10-07 23:12:19 +02:00
|
|
|
.include "../../graphics/cairo-gobject/buildlink3.mk"
|
2018-04-18 07:38:07 +02:00
|
|
|
# XXX freetype versioning is insane. needs libtool version >= 21.0.15,
|
|
|
|
# which corresponds to release version 2.8.1
|
|
|
|
BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.8.1
|
2004-02-10 02:56:42 +01:00
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
2002-03-24 21:29:35 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|