diff options
author | rene <rene@FreeBSD.org> | 2014-06-18 03:26:39 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-06-18 03:26:39 +0800 |
commit | bc59ddae35f072225f38ffeae80d8d7732dd8364 (patch) | |
tree | 40ef1ae0213a9bbd792f2ef80e97442d020c6f5c /graphics | |
parent | d2d5fc7a2cd0359e10f32aa48c2245ef2115e1ae (diff) | |
download | freebsd-ports-gnome-bc59ddae35f072225f38ffeae80d8d7732dd8364.tar.gz freebsd-ports-gnome-bc59ddae35f072225f38ffeae80d8d7732dd8364.tar.zst freebsd-ports-gnome-bc59ddae35f072225f38ffeae80d8d7732dd8364.zip |
Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs
Approved by: portmgr (antoine)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cimg/Makefile | 4 | ||||
-rw-r--r-- | graphics/darktable/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 09ff95a8ebe4..a5b23df1456e 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -3,7 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ @@ -47,7 +47,7 @@ LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ libopencv_core.so:${PORTSDIR}/graphics/opencv-core\ - libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 + libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick ALL_TARGET= Mlinux . else ALL_TARGET= dlinux diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 684268faefef..d166c4e26356 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} @@ -63,7 +64,7 @@ GNOMEKEYRING_CMAKE_OFF= -DUSE_GNOME_KEYRING:BOOL=OFF GPHOTO_LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 GPHOTO_CMAKE_OFF= -DUSE_CAMERA_SUPPORT:BOOL=OFF -GRAPHMAGICK_LIB_DEPENDS=libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick13 +GRAPHMAGICK_LIB_DEPENDS=libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick GRAPHMAGICK_CMAKE_OFF= -DUSE_GRAPHICSMAGICK:BOOL=OFF LUA_USES= lua diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index 8422c661c753..c6f406a94bc8 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -2,6 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.5.9.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/older_versions/ \ SF/${PORTNAME}/ @@ -12,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= GREYC's Magic Image Converter -LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick13 \ +LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libMagick++.so:${PORTSDIR}/graphics/ImageMagick \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ |