pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/libgnomeprint libgnomeprint 2.4.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/321ec9e748a0
branches:  trunk
changeset: 464961:321ec9e748a0
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 18 11:02:47 2003 +0000

description:
libgnomeprint 2.4.2:
        * Adjust Preview window

libgnomeprint 2.4.1:
        * make gnumeric work correctly with cups via gnome-print
        * handle fonts with spaces in postscript export
        * Apply patch to improve performance exporting large images
        * Work around unreliable cupsGetDefault
        * Load cups ppd files on demand only
        * Protect against libcups changing the locale
        * Implement a better fallback than first font
        * Fix some leaks
        * Fix locating the lpr command
        * Use Sans Regular rather than Helvetica as fallback
        * Fix clipping
        * Fix build errors with freetype2 2.1.7

diffstat:

 print/libgnomeprint/Makefile |  23 ++++++++++++-----------
 print/libgnomeprint/PLIST    |  13 ++-----------
 print/libgnomeprint/distinfo |   6 +++---
 3 files changed, 17 insertions(+), 25 deletions(-)

diffs (86 lines):

diff -r d386899974c8 -r 321ec9e748a0 print/libgnomeprint/Makefile
--- a/print/libgnomeprint/Makefile      Thu Dec 18 09:59:55 2003 +0000
+++ b/print/libgnomeprint/Makefile      Thu Dec 18 11:02:47 2003 +0000
@@ -1,24 +1,25 @@
-# $NetBSD: Makefile,v 1.20 2003/12/14 19:51:04 jmmv Exp $
+# $NetBSD: Makefile,v 1.21 2003/12/18 11:02:47 adam Exp $
 #
 
-DISTNAME=              libgnomeprint-2.4.0
-CATEGORIES=            print gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.4/}
-EXTRACT_SUFX=          .tar.bz2
+DISTNAME=      libgnomeprint-2.4.2
+CATEGORIES=    print gnome
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgnomeprint/2.4/}
+EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=            jmmv%NetBSD.org@localhost
-HOMEPAGE=              http://www.levien.com/gnome/print-arch.html
-COMMENT=               Library for the GNOME2 Printing Architecture
+MAINTAINER=    jmmv%NetBSD.org@localhost
+HOMEPAGE=      http://www.levien.com/gnome/print-arch.html
+COMMENT=       Library for the GNOME2 Printing Architecture
 
 BUILD_USES_MSGFMT=     YES
-BUILDLINK_DEPENDS.freetype2=   freetype2>=2.1.4
 
-GNU_CONFIGURE=         YES
 USE_BUILDLINK2=                YES
+USE_GMAKE=             YES
 USE_PKGLOCALEDIR=      YES
-USE_GMAKE=             YES
 USE_X11=               YES
 USE_LIBTOOL=           YES
+GNU_CONFIGURE=         YES
+
+BUILDLINK_DEPENDS.freetype2=   freetype2>=2.1.4
 
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 PKGCONFIG_OVERRIDE=    ${WRKSRC}/libgnomeprint/libgnomeprint-2.2.pc.in
diff -r d386899974c8 -r 321ec9e748a0 print/libgnomeprint/PLIST
--- a/print/libgnomeprint/PLIST Thu Dec 18 09:59:55 2003 +0000
+++ b/print/libgnomeprint/PLIST Thu Dec 18 11:02:47 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2003/12/14 19:51:04 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.7 2003/12/18 11:02:47 adam Exp $
 include/libgnomeprint-2.2/libgnomeprint/gnome-font-face.h
 include/libgnomeprint-2.2/libgnomeprint/gnome-font.h
 include/libgnomeprint-2.2/libgnomeprint/gnome-glyphlist.h
@@ -53,16 +53,6 @@
 share/doc/html/libgnomeprint/left.png
 share/doc/html/libgnomeprint/libgnomeprint-building.html
 share/doc/html/libgnomeprint/libgnomeprint-compiling.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-font-face.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-font.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-glyphlist.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-pgl.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-print-config.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-print-job.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-print-paper.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-print-unit.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-print.html
-share/doc/html/libgnomeprint/libgnomeprint-gnome-rfont.html
 share/doc/html/libgnomeprint/libgnomeprint-resources.html
 share/doc/html/libgnomeprint/libgnomeprint.html
 share/doc/html/libgnomeprint/libgnomeprintunsorted.html
@@ -106,6 +96,7 @@
 ${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/libgnomeprint-2.2.mo
 ${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/libgnomeprint-2.2.mo
 ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/libgnomeprint-2.2.mo
+${PKGLOCALEDIR}/locale/mr/LC_MESSAGES/libgnomeprint-2.2.mo
 ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/libgnomeprint-2.2.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgnomeprint-2.2.mo
 ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/libgnomeprint-2.2.mo
diff -r d386899974c8 -r 321ec9e748a0 print/libgnomeprint/distinfo
--- a/print/libgnomeprint/distinfo      Thu Dec 18 09:59:55 2003 +0000
+++ b/print/libgnomeprint/distinfo      Thu Dec 18 11:02:47 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2003/12/18 03:36:53 xtraeme Exp $
+$NetBSD: distinfo,v 1.8 2003/12/18 11:02:47 adam Exp $
 
-SHA1 (libgnomeprint-2.4.0.tar.bz2) = 397698448ccd377307b7e5620cd59912aafbe980
-Size (libgnomeprint-2.4.0.tar.bz2) = 652182 bytes
+SHA1 (libgnomeprint-2.4.2.tar.bz2) = 86c3010533b8d9514f94ae3a4dab80be406f44fb
+Size (libgnomeprint-2.4.2.tar.bz2) = 639654 bytes
 SHA1 (patch-aa) = 54cf15d9caa7834f06cae48a792fc4716bc8a3f9



Home | Main Index | Thread Index | Old Index