summaryrefslogtreecommitdiff
path: root/print/scribus/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-03-31 19:15:23 +0000
committerdrochner <drochner@pkgsrc.org>2005-03-31 19:15:23 +0000
commit93c1b255025cbbb179a9ed3c3bb2e82f072c638a (patch)
treec46fb61f3a5f83cf34c29200ab1129d8eb89d86d /print/scribus/Makefile
parent674d0848653e7c380ee3bd07bb4c570157f9732e (diff)
downloadpkgsrc-93c1b255025cbbb179a9ed3c3bb2e82f072c638a.tar.gz
update to 1.2.1
changes: -new import/export features -python scripter additions (not enabled in pkgsrc yet) -rendering speed improvements -bugfixes -more UI translations note: scribus is able to trigger bugs in older ghostscript versions, appearently due a too high number of colors used. As a workaround, it worked for me (drochner) to delete unused colors from the palette before invoking print preview. afpl-ghostscript-8.50 works fine, but there is no pkg for (yet).
Diffstat (limited to 'print/scribus/Makefile')
-rw-r--r--print/scribus/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index cf79f499fd8..0e5d5245573 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2004/12/28 23:18:18 reed Exp $
+# $NetBSD: Makefile,v 1.21 2005/03/31 19:15:23 drochner Exp $
-DISTNAME= scribus-1.1.7
-PKGREVISION= 2
+DISTNAME= scribus-1.2.1
CATEGORIES= print
-MASTER_SITES= http://scribus.planetmirror.com/
+MASTER_SITES= http://www.scribus.org.uk/downloads/1.2.1/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.scribus.net/
@@ -21,10 +21,13 @@ GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} \
--with-extra-libs=${LOCALBASE}/lib \
--with-extra-includes=${LOCALBASE}/include
+# avoid CUPS libs to be pulled in
+CONFIGURE_ENV+= ac_cv_prog_hacups=no
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"