2012-11-23 18:41:23 +01:00
|
|
|
# $NetBSD: Makefile,v 1.172 2012/11/23 17:41:23 drochner Exp $
|
2002-03-24 21:29:35 +01:00
|
|
|
|
2012-11-23 18:41:23 +01:00
|
|
|
DISTNAME= pango-1.32.3
|
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
|
|
|
|
2004-04-24 19:39:01 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
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-uninstalled.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= pango.pc.in
|
2006-02-07 19:00:15 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pangocairo-uninstalled.pc.in
|
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+= pangocairo.pc.in
|
2006-02-07 19:00:15 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pangoft2-uninstalled.pc.in
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pangoft2.pc.in
|
2006-02-07 19:00:15 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pangowin32-uninstalled.pc.in
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pangowin32.pc.in
|
2006-02-07 19:00:15 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pangox-uninstalled.pc.in
|
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+= pangox.pc.in
|
2006-02-07 19:00:15 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= pangoxft-uninstalled.pc.in
|
2004-02-14 19:26:26 +01:00
|
|
|
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
|
2006-11-03 12:27:56 +01:00
|
|
|
|
2012-02-03 23:03:34 +01:00
|
|
|
PLIST_VARS+= coretext
|
2008-05-14 17:26:14 +02:00
|
|
|
|
2006-07-23 06:59:33 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2012-10-08 23:35:22 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2012-02-02 01:00:39 +01:00
|
|
|
.if ${OPSYS} == "Darwin"
|
2012-10-08 23:35:22 +02:00
|
|
|
PLIST.coretext= yes
|
|
|
|
.else
|
|
|
|
BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.7nb3
|
2012-02-02 01:00:39 +01:00
|
|
|
.endif
|
|
|
|
|
2012-04-30 16:06:02 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1
|
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"
|
2012-10-08 23:35:22 +02:00
|
|
|
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.5.0
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
2012-11-23 18:41:23 +01:00
|
|
|
BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=0.9.7
|
2012-10-08 23:35:22 +02:00
|
|
|
.include "../../fonts/harfbuzz/buildlink3.mk"
|
2009-05-26 18:55:23 +02:00
|
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.8.0
|
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"
|
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"
|