mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
multimedia/openshot: switch from py-imaging to py-pillow
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
This commit is contained in:
parent
782a5d8e1d
commit
71b8301a28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370190
1 changed files with 4 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= openshot
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/
|
||||
|
||||
|
@ -16,16 +16,15 @@ RUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg \
|
|||
frei0r-plugins>=0:${PORTSDIR}/graphics/frei0r-plugins \
|
||||
${PYTHON_PKGNAMEPREFIX}goocanvas>=0:${PORTSDIR}/graphics/py-goocanvas \
|
||||
${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
|
||||
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \
|
||||
${PYTHON_PKGNAMEPREFIX}mlt>=0:${PORTSDIR}/multimedia/py-mlt \
|
||||
${PYTHON_PKGNAMEPREFIX}xdg>=0:${PORTSDIR}/devel/py-xdg \
|
||||
scrollkeeper-install:${PORTSDIR}/textproc/rarian \
|
||||
sox:${PORTSDIR}/audio/sox
|
||||
|
||||
USE_GNOME= pygtk2
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS=yes
|
||||
USES= desktop-file-utils gettext shared-mime-info
|
||||
USE_PYTHON= distutils
|
||||
USES= desktop-file-utils gettext python:2 shared-mime-info
|
||||
INSTALLS_OMF= yes
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue