diff options
author | mm <mm@FreeBSD.org> | 2010-03-29 05:41:12 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-03-29 05:41:12 +0800 |
commit | e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10 (patch) | |
tree | 30ecbdd8c1e2c8e01eb79c06287e35ef808ff32a /multimedia | |
parent | 7ca02036b5c4fe07e87afaf078dfe91092473aac (diff) | |
download | freebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.tar.gz freebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.tar.zst freebsd-ports-gnome-e04bea8a0d4c3eccb7ac0cac6ce25deffd95fa10.zip |
- Bump Magick++, MagickWand or MagickCore dependency
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 4 | ||||
-rw-r--r-- | multimedia/kino/Makefile | 4 | ||||
-rw-r--r-- | multimedia/libxine/Makefile | 4 | ||||
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 71b180ee1b44..16811b5abab2 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= SF @@ -49,7 +49,7 @@ USE_ICONV= yes CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes" .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png .endif diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index e2f790088664..0ecefd32f643 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -7,7 +7,7 @@ PORTNAME= kino PORTVERSION= 1.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= pb@FreeBSD.org COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ - MagickWand.2:${PORTSDIR}/graphics/ImageMagick \ + MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ samplerate.1:${PORTSDIR}/audio/libsamplerate RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \ mplex:${PORTSDIR}/multimedia/mjpegtools diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 3bd73bda55be..b0f956ca06d9 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.16.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib%20%28${PORTNAME}%20core%29/${PORTVERSION} PKGNAMEPREFIX= lib @@ -173,7 +173,7 @@ CONFIGURE_ARGS+= --disable-aalib --disable-aalibtest .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else PLIST_SUB+= WITH_IMAGEMAGICK="@comment " diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 79bae48544f5..4177b81945c9 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -209,7 +209,7 @@ CONFIGURE_ARGS+= --disable-sdl .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --with-imagemagick-prefix=${LOCALBASE} --enable-imagemagick .else CONFIGURE_ARGS+= --disable-imagemagick |