aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-07-03 22:23:32 +0800
committerstas <stas@FreeBSD.org>2009-07-03 22:23:32 +0800
commit4807d72819d7161f6ae367046aeb84dcd69a8aa2 (patch)
treefa2931571a2daf37ba8d2fdff04b24e83bcb4063 /graphics
parent56b29afbc460aa950ff39c6f178637e0ada93a82 (diff)
downloadfreebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.tar.gz
freebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.tar.zst
freebsd-ports-gnome-4807d72819d7161f6ae367046aeb84dcd69a8aa2.zip
- djvulibre DSO version has changed to 22. Reflect this.
- ImageMagick should never depend on djvulibre, instead -nox11 version should be used, which contains the library required.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile5
-rw-r--r--graphics/djview4/Makefile4
-rw-r--r--graphics/evince/Makefile3
-rw-r--r--graphics/kdegraphics4/Makefile3
4 files changed, 7 insertions, 8 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 4e488e2c472c..6577537d871f 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ImageMagick
DISTVERSION= 6.5.3-10
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \
${MASTER_SITE_SOURCEFORGE} \
@@ -143,11 +144,7 @@ PLIST_SUB+= OPENEXR="@comment "
.endif
.if !defined(WITHOUT_IMAGEMAGICK_DJVU)
-. if defined(WITHOUT_X11)
LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre-nox11
-. else
-LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre
-. endif
PLIST_SUB+= DJVU=""
.else
CONFIGURE_ARGS+= --without-djvu
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile
index ff55c87bd54e..c488c1aa5219 100644
--- a/graphics/djview4/Makefile
+++ b/graphics/djview4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= djview
PORTVERSION= 4.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/djvu
DISTNAME= ${PORTNAME}4-${PORTVERSION}
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}4-${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= Standalone Djvu viewer and plugin based on Qt4 toolkit
-LIB_DEPENDS= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11
+LIB_DEPENDS= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig gnometarget
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index c9b03bc281fd..5804c7f265fd 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -8,6 +8,7 @@
PORTNAME= evince
PORTVERSION= 2.26.2
+PORTREVISION= 1
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -88,7 +89,7 @@ PLIST_SUB+= IMPRESS="@comment "
.endif
.if defined(WITH_DJVU)
-LIB_DEPENDS+= djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11
+LIB_DEPENDS+= djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11
CONFIGURE_ARGS+= --enable-djvu
GCONF_SCHEMAS+= evince-thumbnailer-djvu.schemas
PLIST_SUB+= DJVU=""
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile
index e8d23bf79f15..c4fa9a41d0f1 100644
--- a/graphics/kdegraphics4/Makefile
+++ b/graphics/kdegraphics4/Makefile
@@ -6,6 +6,7 @@
PORTNAME= kdegraphics
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -26,7 +27,7 @@ LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
chm.0:${PORTSDIR}/misc/chmlib \
sane.1:${PORTSDIR}/graphics/sane-backends \
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
- djvulibre.21:${PORTSDIR}/graphics/djvulibre-nox11 \
+ djvulibre.22:${PORTSDIR}/graphics/djvulibre-nox11 \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
spectre.1:${PORTSDIR}/print/libspectre \
qca.2:${PORTSDIR}/devel/qca \