diff options
author | mm <mm@FreeBSD.org> | 2011-10-11 15:17:46 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-10-11 15:17:46 +0800 |
commit | 7fca995b031b53d2861f71212f08bd954e219e18 (patch) | |
tree | 82486f9d1e4c209bcf435621c6ea2716b20d96fc /multimedia | |
parent | 9d2b2284eef2996a406f64dbd83781ee3ca794e5 (diff) | |
download | freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.tar.gz freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.tar.zst freebsd-ports-gnome-7fca995b031b53d2861f71212f08bd954e219e18.zip |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 5 | ||||
-rw-r--r-- | multimedia/libxine/Makefile | 4 | ||||
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index cb26614dc0f5..bdc7e2bf3eff 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF @@ -34,7 +35,7 @@ WITH_FREETYPE= yes .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagickWand.so.4) +.if exists(${LOCALBASE}/lib/libMagickWand.so.5) WITH_IMAGEMAGICK= yes .endif @@ -43,7 +44,7 @@ USE_ICONV= yes CFLAGS+= -DICONV_CONV=yes .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png .endif diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 3211c2d9242b..044217e83cd0 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.19 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION} PKGNAMEPREFIX= lib @@ -190,7 +190,7 @@ CONFIGURE_ARGS+= --disable-aalib --disable-aalibtest .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else PLIST_SUB+= WITH_IMAGEMAGICK="@comment " diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index b66eacbc710b..09a878ab4125 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.5 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -208,7 +208,7 @@ CONFIGURE_ARGS+= --disable-sdl .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --with-imagemagick-prefix=${LOCALBASE} --enable-imagemagick .else CONFIGURE_ARGS+= --disable-imagemagick |