diff options
author | xtraeme <xtraeme> | 2003-12-18 04:14:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-18 04:14:05 +0000 |
commit | 0f0d9ea94e4f3554ba703e2516bb722fe2bf87d2 (patch) | |
tree | 15ecd2c7586c332d0af59f64b347c2e392761a21 /graphics | |
parent | aaa1cd0834ceb2a29ac1b1b10f800c3b6d72e8bd (diff) | |
download | pkgsrc-0f0d9ea94e4f3554ba703e2516bb722fe2bf87d2.tar.gz |
Update to 0.33
Changes:
- Text gradients get double href and thus are built again and again
- Fix rendering of gradients with global opacity
- Make export dialog honour filename
- Make internal canvas position floating-point
- Split ::Modified and ::Update flags in SPObject
- Fix zooming into scaled text
- Baseline-shift and spacing properties
- Does export create namedview views that are not destroyed?
- Star::Build does not work for non-sodipodi objects
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sodipodi/Makefile | 14 | ||||
-rw-r--r-- | graphics/sodipodi/PLIST | 7 | ||||
-rw-r--r-- | graphics/sodipodi/distinfo | 6 |
3 files changed, 18 insertions, 9 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index dbd0df12915..b99155adf22 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2003/12/13 00:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2003/12/18 04:14:05 xtraeme Exp $ # -DISTNAME= sodipodi-0.31 -PKGREVISION= 5 +DISTNAME= sodipodi-0.33 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/} @@ -17,16 +16,21 @@ USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_GMAKE= YES USE_LIBTOOL= YES -USE_X11BASE= YES +USE_X11= YES + +REPLACE_PERL= extensions/*.pl # force usage of Xft CONFIGURE_ARGS+= --with-xft +CONFIGURE_ARGS+= --without-gnome-print # needed by configure script for Xft detection CPPFLAGS+= -I${BUILDLINK_PREFIX.freetype2}/include/freetype2 LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/popt/buildlink2.mk" .include "../../graphics/libart2/buildlink2.mk" -.include "../../print/libgnomeprintui/buildlink2.mk" +.include "../../textproc/libxml2/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/sodipodi/PLIST b/graphics/sodipodi/PLIST index 067545760b5..edabbe1040f 100644 --- a/graphics/sodipodi/PLIST +++ b/graphics/sodipodi/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.4 2003/03/10 23:02:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/12/18 04:14:05 xtraeme Exp $ bin/sodipodi +lib/sodipodi/extensions/ill2svg.pl man/man1/sodipodi.1 share/applications/sodipodi.desktop ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/sodipodi.mo +${PKGLOCALEDIR}/locale/be/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/sodipodi.mo @@ -17,6 +19,7 @@ ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sodipodi.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/sodipodi.mo @@ -24,6 +27,8 @@ ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/sodipodi.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/sodipodi.mo +${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/sodipodi.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/sodipodi.mo diff --git a/graphics/sodipodi/distinfo b/graphics/sodipodi/distinfo index 02d71159fe3..446fdad26e1 100644 --- a/graphics/sodipodi/distinfo +++ b/graphics/sodipodi/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/03/10 23:02:18 wiz Exp $ +$NetBSD: distinfo,v 1.6 2003/12/18 04:14:05 xtraeme Exp $ -SHA1 (sodipodi-0.31.tar.gz) = 98855ee7e8f322025bab725e5fe601d82194fc25 -Size (sodipodi-0.31.tar.gz) = 1315798 bytes +SHA1 (sodipodi-0.33.tar.gz) = 0cba4a9957d693e8534ad081609459d268bc232f +Size (sodipodi-0.33.tar.gz) = 2197940 bytes |