diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-11 03:50:55 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-11 03:50:55 +0800 |
commit | c5e1202db4309fdf9b6b2d82035803740222274a (patch) | |
tree | a7708d146764294a92784caa725ff0678c02c9f9 /multimedia | |
parent | 435270df4844ab4bb58ee7c753615d2dfa22de87 (diff) | |
download | freebsd-ports-gnome-c5e1202db4309fdf9b6b2d82035803740222274a.tar.gz freebsd-ports-gnome-c5e1202db4309fdf9b6b2d82035803740222274a.tar.zst freebsd-ports-gnome-c5e1202db4309fdf9b6b2d82035803740222274a.zip |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdauthor/Makefile | 6 | ||||
-rw-r--r-- | multimedia/kino/Makefile | 3 | ||||
-rw-r--r-- | multimedia/libxine/Makefile | 4 | ||||
-rw-r--r-- | multimedia/lives/Makefile | 4 | ||||
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
5 files changed, 11 insertions, 10 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index fdfbaecf7627..81b86617dfa5 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,7 +35,7 @@ WITH_FRIBIDI= yes .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagickWand.so.1) +.if exists(${LOCALBASE}/lib/libMagickWand.so.2) WITH_IMAGEMAGICK= yes .endif @@ -50,7 +50,7 @@ USE_ICONV= yes CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes" .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png .endif diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index 7ac9a8e77a47..313136862b68 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -7,6 +7,7 @@ PORTNAME= kino PORTVERSION= 1.3.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= pb@FreeBSD.org COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ - MagickWand.1:${PORTSDIR}/graphics/ImageMagick \ + MagickWand.2:${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 8be9d48edd8b..6b8f3d884f9a 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.15 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia ipv6 MASTER_SITES= SF PKGNAMEPREFIX= lib @@ -153,7 +153,7 @@ CONFIGURE_ARGS+= --disable-aalib --disable-aalibtest .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else PLIST_SUB+= WITH_IMAGEMAGICK="@comment " diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index c41547309f0f..690ab601f0aa 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -7,7 +7,7 @@ PORTNAME= lives DISTVERSION= 0.9.8.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.xs4all.nl/%7Esalsaman/lives/current/ CENKES DISTNAME= LiVES-${DISTVERSION} @@ -15,7 +15,7 @@ DISTNAME= LiVES-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Video editing system -LIB_DEPENDS= MagickWand.1:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand.2:${PORTSDIR}/graphics/ImageMagick \ jpeg.9:${PORTSDIR}/graphics/jpeg \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ jack.0:${PORTSDIR}/audio/jack \ diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 7520bf6dd3fe..49bab3f956ee 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://transcode.kabewm.com/ \ http://fromani.exit1.org/ @@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --enable-theora=no .endif .if (defined(WITH_IMAGEMAGICK) || exists(${LOCALBASE}/lib/libMagickWand.so)) && !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.2:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --enable-imagemagick --with-imagemagick-prefix=${LOCALBASE} .else CONFIGURE_ARGS+= --enable-imagemagick=no |