svn commit: r370190 - head/multimedia/openshot

William Grzybowski wg at FreeBSD.org
Mon Oct 6 16:22:33 UTC 2014


Author: wg
Date: Mon Oct  6 16:22:32 2014
New Revision: 370190
URL: https://svnweb.freebsd.org/changeset/ports/370190
QAT: https://qat.redports.org/buildarchive/r370190/

Log:
  multimedia/openshot: switch from py-imaging to py-pillow
  
  - USES python
  
  With hat:	python
  Approved by:	portmgr (bdrewery, implicit)

Modified:
  head/multimedia/openshot/Makefile

Modified: head/multimedia/openshot/Makefile
==============================================================================
--- head/multimedia/openshot/Makefile	Mon Oct  6 15:46:36 2014	(r370189)
+++ head/multimedia/openshot/Makefile	Mon Oct  6 16:22:32 2014	(r370190)
@@ -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}/multimed
 		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:


More information about the svn-ports-all mailing list