2011-04-22 15:41:54 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.26 2011/04/22 13:42:19 obache Exp $
|
2004-02-10 02:56:42 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= pango
|
2004-02-10 02:56:42 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
.if !defined(PANGO_BUILDLINK3_MK)
|
|
|
|
PANGO_BUILDLINK3_MK:=
|
2004-03-05 20:25:06 +01:00
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.pango+= pango>=1.6.0
|
2011-04-22 15:41:54 +02:00
|
|
|
BUILDLINK_ABI_DEPENDS.pango+= pango>=1.28.4nb1
|
2004-02-17 15:48:01 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.pango?= ../../devel/pango
|
2004-02-10 02:56:42 +01:00
|
|
|
|
2006-12-12 22:52:34 +01:00
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
2006-07-23 06:59:33 +02:00
|
|
|
|
2007-05-30 10:54:28 +02:00
|
|
|
pkgbase := pango
|
|
|
|
.include "../../mk/pkg-build-options.mk"
|
2006-07-23 06:59:33 +02:00
|
|
|
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.pango:Mx11)
|
2006-11-06 12:24:26 +01:00
|
|
|
.include "../../x11/libXft/buildlink3.mk"
|
2006-12-06 18:23:24 +01:00
|
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
2006-07-23 06:59:33 +02:00
|
|
|
.endif
|
|
|
|
|
2004-03-05 20:25:06 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2006-12-06 18:23:24 +01:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
2004-04-01 20:15:16 +02:00
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
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"
|
2004-04-01 20:15:16 +02:00
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
2009-03-20 20:23:50 +01:00
|
|
|
.endif # PANGO_BUILDLINK3_MK
|
2004-03-05 20:25:06 +01:00
|
|
|
|
2009-03-20 20:23:50 +01:00
|
|
|
BUILDLINK_TREE+= -pango
|