diff options
author | arved <arved@FreeBSD.org> | 2011-04-09 22:38:38 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-04-09 22:38:38 +0800 |
commit | 9d37f764bceb8e3f778d02c9df5d7a6dc773ce6e (patch) | |
tree | be3ff82d0a40626742b807ef2ff3df74184b2b5a /multimedia/openshot | |
parent | 562feb2bff395c0f859fd11d7bdd243d91cea97e (diff) | |
download | freebsd-ports-gnome-9d37f764bceb8e3f778d02c9df5d7a6dc773ce6e.tar.gz freebsd-ports-gnome-9d37f764bceb8e3f778d02c9df5d7a6dc773ce6e.tar.zst freebsd-ports-gnome-9d37f764bceb8e3f778d02c9df5d7a6dc773ce6e.zip |
Add missing dependency on py-imaging, switch from scrollkeeper to rarian
PR: 155954
Submitted by: maintainer
Diffstat (limited to 'multimedia/openshot')
-rw-r--r-- | multimedia/openshot/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/openshot/Makefile b/multimedia/openshot/Makefile index bdb307e442da..b7ef4e23a770 100644 --- a/multimedia/openshot/Makefile +++ b/multimedia/openshot/Makefile @@ -8,6 +8,7 @@ PORTNAME= openshot PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTMAJORVERSION}/${PORTVERSION}/+download/ @@ -18,18 +19,20 @@ RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ ${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r \ ${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 \ ${PYTHON_SITELIBDIR}/_mlt.so:${PORTSDIR}/multimedia/py-mlt \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ - scrollkeeper-install:${PORTSDIR}/textproc/scrollkeeper \ + scrollkeeper-install:${PORTSDIR}/textproc/rarian \ sox:${PORTSDIR}/audio/sox +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= pygtk2 desktopfileutils USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes USE_GETTEXT= yes INSTALLS_OMF= yes -LICENSE= GPLv3 MAN1= ${PORTNAME}.1 \ ${PORTNAME}-render.1 MANCOMPRESSED= no |