diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-07-02 08:32:59 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-07-02 08:32:59 +0000 |
commit | 2a87f30fa0c197749ddf59ca42c206ed70c41cd7 (patch) | |
tree | 46ffa2f987cd836a2ad1115975f03f603f7a9c5f /multimedia/py-mlt | |
parent | e19c9228d0fe54d11bbbb5eb2a2bc62c15fa2c11 (diff) | |
download | ports-2a87f30fa0c197749ddf59ca42c206ed70c41cd7.tar.gz ports-2a87f30fa0c197749ddf59ca42c206ed70c41cd7.zip |
- Update to 0.8.0.
Notes
Notes:
svn path=/head/; revision=300363
Diffstat (limited to 'multimedia/py-mlt')
-rw-r--r-- | multimedia/py-mlt/Makefile | 7 |
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 |