2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.10 2006/02/05 23:08:50 joerg Exp $
|
2004-02-10 02:56:42 +01:00
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
|
|
PANGO_BUILDLINK3_MK:= ${PANGO_BUILDLINK3_MK}+
|
|
|
|
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= pango
|
|
|
|
.endif
|
|
|
|
|
2004-03-05 20:25:06 +01:00
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npango}
|
|
|
|
BUILDLINK_PACKAGES+= pango
|
|
|
|
|
2004-02-10 02:56:42 +01:00
|
|
|
.if !empty(PANGO_BUILDLINK3_MK:M+)
|
2004-09-21 18:43:52 +02:00
|
|
|
BUILDLINK_DEPENDS.pango+= pango>=1.6.0
|
2006-02-06 00:08:03 +01:00
|
|
|
BUILDLINK_RECOMMENDED.pango+= pango>=1.10.2nb2
|
2004-02-17 15:48:01 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.pango?= ../../devel/pango
|
2004-03-18 10:12:08 +01:00
|
|
|
.endif # PANGO_BUILDLINK3_MK
|
2004-02-10 02:56:42 +01:00
|
|
|
|
2004-03-05 20:25:06 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2004-04-01 20:15:16 +02:00
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
2004-03-05 20:25:06 +01:00
|
|
|
.include "../../fonts/Xft2/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"
|
|
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
2004-03-05 20:25:06 +01:00
|
|
|
|
2004-02-10 02:56:42 +01:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|