2010-02-22 00:51:25 +01:00
|
|
|
# $NetBSD: Makefile,v 1.140 2010/02/21 23:51:25 tron Exp $
|
2002-03-24 21:29:35 +01:00
|
|
|
|
2009-12-15 16:09:21 +01:00
|
|
|
DISTNAME= pango-1.26.2
|
2010-02-22 00:51:25 +01:00
|
|
|
PKGREVISION= 1
|
2004-12-24 01:17:37 +01:00
|
|
|
CATEGORIES= devel fonts
|
2009-10-21 17:42:18 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pango/1.26/}
|
2003-08-27 11:27:32 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2002-03-24 21:29:35 +01:00
|
|
|
|
2007-07-21 23:56:07 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-12-30 18:21:54 +01:00
|
|
|
HOMEPAGE= http://www.pango.org/
|
2002-03-24 21:29:35 +01:00
|
|
|
COMMENT= Library for layout and rendering of text
|
2009-05-13 12:14:50 +02:00
|
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
|
2004-04-24 19:39:01 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2006-11-03 12:27:56 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-04-24 19:39:01 +02:00
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2002-03-24 21:29:35 +01:00
|
|
|
GNU_CONFIGURE= yes
|
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++
|
2004-02-14 18:21:32 +01: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
|
|
|
|
2004-01-22 14:39:23 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/libdata
|
2002-12-22 19:06:21 +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
|
|
|
|
2008-05-14 17:26:14 +02:00
|
|
|
PLIST_VARS+= carbon
|
|
|
|
|
2006-07-23 06:59:33 +02:00
|
|
|
.include "options.mk"
|
|
|
|
|
2009-06-03 14:40:32 +02:00
|
|
|
# Workaround for Upstream Bug#562310.
|
|
|
|
# for more detail, see also PR#41475.
|
|
|
|
TOOLS_NOOP+= gtkdoc-rebase
|
|
|
|
|
2008-11-13 15:39:11 +01:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.17.3
|
2004-02-10 02:56:42 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2009-04-15 05:14:50 +02:00
|
|
|
# XXX: later maybe add an option for libthai to provide pango-thai-lang.la?
|
|
|
|
#.include "../../devel/libthai/buildlink3.mk"
|
2004-02-10 02:56:42 +01:00
|
|
|
.include "../../devel/zlib/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"
|
2009-05-26 18:55:23 +02:00
|
|
|
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.5.0
|
2004-04-01 20:15:16 +02:00
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
2009-05-26 18:55:23 +02:00
|
|
|
BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.7nb3
|
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"
|