diff options
author | pav <pav@FreeBSD.org> | 2005-03-06 22:16:54 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-06 22:16:54 +0000 |
commit | bee2b17850e93413c601bfd2be599eb86f48680e (patch) | |
tree | 15431b85abc4708390316fb5176f7dd5d2149dd0 /multimedia | |
parent | 419c7b6fb419f3824087ff289601c6ef4e24f2ff (diff) | |
download | FreeBSD-ports-bee2b17850e93413c601bfd2be599eb86f48680e.zip FreeBSD-ports-bee2b17850e93413c601bfd2be599eb86f48680e.tar.gz |
- Chase ImageMagick shlib bump
PR: ports/78455
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 4 | ||||
-rw-r--r-- | multimedia/kino/Makefile | 4 | ||||
-rw-r--r-- | multimedia/transcode/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 67d4027..3016f2f 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -50,7 +50,7 @@ LIB_DEPENDS+= fribidi.0:${PORTSDIR}/converters/fribidi USE_ICONV= yes .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index e2a0f7e..130ae59 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -7,7 +7,7 @@ PORTNAME= kino PORTVERSION= 0.7.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://kino.schirmacher.de/filemanager/download/42/ \ http://perso.enst.fr/~beyssac/mirrors/ @@ -17,7 +17,7 @@ MAINTAINER= pb@FreeBSD.org COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ - Magick.7:${PORTSDIR}/graphics/ImageMagick \ + Magick.8:${PORTSDIR}/graphics/ImageMagick \ samplerate.1:${PORTSDIR}/audio/libsamplerate USE_GETTEXT= yes diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 9dd08e7..991b029 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -150,7 +150,7 @@ CONFIGURE_ARGS+= --enable-theora=no .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" CONFIGURE_ARGS+= --enable-imagemagick --with-imagemagick-prefix=${LOCALBASE} .else |