diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-06-29 15:25:10 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-06-29 15:25:10 +0000 |
commit | 2e0a46f6df94731db8e2e27c2293f2f679b4ce6c (patch) | |
tree | 2c79dd154155198d909b29246693b7388068a0c9 /multimedia | |
parent | 570727393615a5b064247c78060e7cea45c04f5a (diff) | |
download | ports-2e0a46f6df94731db8e2e27c2293f2f679b4ce6c.tar.gz ports-2e0a46f6df94731db8e2e27c2293f2f679b4ce6c.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kdenlive/Makefile | 4 | ||||
-rw-r--r-- | multimedia/openshot/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 86755a9e7ae5..fc66ffd77639 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -6,7 +6,7 @@ PORTNAME= kdenlive PORTVERSION= 0.7.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia kde MASTER_SITES= SF @@ -41,7 +41,7 @@ RUN_DEPENDS+= dvdauthor:${PORTSDIR}/multimedia/dvdauthor .endif .ifdef(WITH_FREI0R) -RUN_DEPENDS+= frei0r>=1.1.22:${PORTSDIR}/graphics/frei0r +RUN_DEPENDS+= frei0r-plugins>=0:${PORTSDIR}/graphics/frei0r-plugins .endif .ifdef(WITH_LADSPA) diff --git a/multimedia/openshot/Makefile b/multimedia/openshot/Makefile index d7e15d5e74f8..3c5dee192404 100644 --- a/multimedia/openshot/Makefile +++ b/multimedia/openshot/Makefile @@ -8,7 +8,7 @@ PORTNAME= openshot PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTMAJORVERSION}/${PORTVERSION}/+download/ @@ -16,7 +16,7 @@ MAINTAINER= rodrigo@bebik.net COMMENT= A non-linear video editor RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ - ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r \ + frei0r-plugins>=0:${PORTSDIR}/graphics/frei0r-plugins \ ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ ${PYTHON_SITELIBDIR}/httplib2/__init__.py:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ |