diff options
author | mm <mm@FreeBSD.org> | 2009-02-11 03:50:55 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-11 03:50:55 +0800 |
commit | 9f74f217b1721449f260582604d62b539ee4eca0 (patch) | |
tree | e10840a903b849ecaf4e5b1b63b05156c6fb3afe /multimedia/kino | |
parent | cb7248fca8d3aebb34d5ec1b09b9d7aaf0147560 (diff) | |
download | freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.tar.gz freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.tar.zst freebsd-ports-gnome-9f74f217b1721449f260582604d62b539ee4eca0.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/kino')
-rw-r--r-- | multimedia/kino/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |