aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2012-07-02 16:32:59 +0800
committeravilla <avilla@FreeBSD.org>2012-07-02 16:32:59 +0800
commit1ee745fb29fb1164ef2d159d6528d6594203b6b8 (patch)
tree3b81269b3789e4da85617e1d548ffb247ab19f2a /multimedia
parent29e0ba946ca0cad09786d20c649c81207b6b71d0 (diff)
downloadfreebsd-ports-gnome-1ee745fb29fb1164ef2d159d6528d6594203b6b8.tar.gz
freebsd-ports-gnome-1ee745fb29fb1164ef2d159d6528d6594203b6b8.tar.zst
freebsd-ports-gnome-1ee745fb29fb1164ef2d159d6528d6594203b6b8.zip
- Update to 0.8.0.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/py-mlt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/py-mlt/Makefile b/multimedia/py-mlt/Makefile
index 9c6acc46a97a..f6a619ad99cb 100644
--- a/multimedia/py-mlt/Makefile
+++ b/multimedia/py-mlt/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= mlt
-PORTVERSION= 0.7.8
-PORTREVISION= 1
+PORTVERSION= 0.8.0
CATEGORIES= multimedia python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +18,7 @@ COMMENT= Python bindings for the MLT multimedia framework
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/GPL
-LIB_DEPENDS= mlt.4:${PORTSDIR}/multimedia/mlt
+LIB_DEPENDS= mlt.5:${PORTSDIR}/multimedia/mlt
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
@@ -52,7 +51,7 @@ do-install:
post-install:
.ifndef(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}/python
-.for f in codecs play waveforms
+.for f in codecs getimage play waveforms
${INSTALL_DATA} ${INSTALL_WRKSRC}/${f}.py ${EXAMPLESDIR}/python
.endfor
.endif