pkgsrc/print/libgnomeprintui/buildlink3.mk

31 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: buildlink3.mk,v 1.8 2006/02/05 23:10:38 joerg Exp $
2004-02-11 03:30:49 +01:00
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
2004-02-11 03:30:49 +01:00
LIBGNOMEPRINTUI_BUILDLINK3_MK:= ${LIBGNOMEPRINTUI_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= libgnomeprintui
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgnomeprintui}
BUILDLINK_PACKAGES+= libgnomeprintui
2004-02-11 03:30:49 +01:00
.if !empty(LIBGNOMEPRINTUI_BUILDLINK3_MK:M+)
Update to 2.8.0. This version corresponds to GNOME 2.8.0. While here, convert to the bsd.options.mk framework to handle the cups functionality. libgnomeprint 2.8.0 Jody * Bump automake req to 1.7 * clean up some improperly namespaced private symbols * Recognize .ttc files as truetype J.H.M. Dassen * Explicitly require gmodule ------------------------------------------------------------------------------ libgnomeprint 2.7.90 Jody http://bugzilla.gnome.org/show_bug.cgi?id=147349 * Improve test for zlib http://bugzilla.gnome.org/show_bug.cgi?id=133924 * Fix transformations of text in pdf backend Kmaraas * Patch some warnings from sparse Owen http://bugzilla.gnome.org/show_bug.cgi?id=143878 * Fix gnome_font_find_closest to call gnome_font_face_find_closest Morten * Keep more private symbols from polluting the global namespace. Suresh Chandrasekharan http://bugzilla.gnome.org/show_bug.cgi?id=149858 * Don't modify the global font table ------------------------------------------------------------------------------ libgnomeprint 2.7.2 Andreas * Fix 1#49160 * Fix #149161 Jody * #Fix 149452 * more portability Suresh Chandrasekharan * Fix #148674 * Fix #149858 ------------------------------------------------------------------------------ libgnomeprint 2.7.1 Andreas * Add module to scan /etc/printcap Colin Walters : * Support for new gnomeprintui printer list (state polling) Jody * Some win32 build fixes * Build fixes for sft code from glib J.H.M. Dassen (Ray) : * link fixes Matthias Clasen: * fix handling of no cups printers ------------------------------------------------------------------------------ libgnomeprint 2.7.0 Andreas * Improve handling of multiple instances of a cups printer. * Add all paper sizes to PDF writer Grzegorz Golawski * Use G_MODULE_SUFFIX Owen Taylor : * Improved pango integration (Requires Pango 1.5.0) Suresh Chandrasekharan : * Improved font subsetting for PS and PDF backends Dom Lachowicz : * Fix win32 compilation Jody Goldberg : * Fix pdf generation J.H.M. Dassen (Ray): * Fixed unresolved symbols in the CUPS module.
2004-09-21 18:49:04 +02:00
BUILDLINK_DEPENDS.libgnomeprintui+= libgnomeprintui>=2.8.0
BUILDLINK_RECOMMENDED.libgnomeprintui+= libgnomeprintui>=2.12.1nb2
2004-02-11 03:30:49 +01:00
BUILDLINK_PKGSRCDIR.libgnomeprintui?= ../../print/libgnomeprintui
.endif # LIBGNOMEPRINTUI_BUILDLINK3_MK
2004-02-11 03:30:49 +01:00
.include "../../devel/GConf2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
2004-02-11 03:30:49 +01:00
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Update to 2.6.0: libgnomeprint 2.5.3 * Some GtkFileChooser adjustments * Fix leak (133415) * Fix printing crash under cups if no ppd file available (132872) * Use g_get_tmp_dir rather than hard coding directory (133926) * Fix header order (required for Darwin) (134806) * Fix PDF locale bug * Accessibility fixes libgnomeprint 2.5.2 * Various fixes * Remove setlocale invocations where they change the locale (109446) * Fix leak and erroneous model names (131359) * Fix encoding mismatch for cups ppd files * Fix mishandling of font weights (89580) * Fix unconfimed overwriting of files (assuming people use gnome_print_dialog_run) * Switch to GtkFileChooser * Make the print preview theme-able libgnomeprint 2.5.1 * Handle ttc files * Handle duplex and tumble in postscript files * Improve handling of duplex printing (#128036) * HIGify print dialog (#128614) * Add delayed printing support in cups module * Remove modifying calls to setlocale * Remove markup from translatable text * Offer users the possibility to display several pages together (#113956). * add source (tray) selector to paper selector (for cups module) libgnomeprint 2.5.0.1 http://bugzilla.gnome.org/show_bug.cgi?id=126046 * make gnumeric work correctly with cups via gnome-print. * handle fonts with spaces in postscript export * Change cups module to load ppd files on demand http://bugzilla.gnome.org/show_bug.cgi?id=115566 * Protect against libcups changing the locale http://bugzilla.gnome.org/show_bug.cgi?id=125836 * Implement a better fallback than first font. * Replace filename entry field with file selector. * Adjust Preview windo size http://bugzilla.gnome.org/show_bug.cgi?id=124307 * Make ctl-q and ctl-w close the preview window * Reduce the usage of setlocale libgnomeprint 2.5.0 http://bugzilla.gnome.org/show_bug.cgi?id=125828 * Apply patch (by bland@mail.ru) to improve performance exporting large images. http://bugzilla.gnome.org/show_bug.cgi?id=122741 * Work around unreliable cupsGetDefault * Fix some leaks * Fix locating the lpr command. http://bugzilla.gnome.org/show_bug.cgi?id=120954 * Use Sans Regular rather than Helvetica as fallback http://bugzilla.gnome.org/show_bug.cgi?id=120910 * Fix clipping
2004-04-01 20:29:40 +02:00
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
2004-02-11 03:30:49 +01:00
.include "../../graphics/libart2/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}