svn commit: r370192 - head/multimedia/xbmc
William Grzybowski
wg at FreeBSD.org
Mon Oct 6 16:53:35 UTC 2014
Author: wg
Date: Mon Oct 6 16:53:34 2014
New Revision: 370192
URL: https://svnweb.freebsd.org/changeset/ports/370192
QAT: https://qat.redports.org/buildarchive/r370192/
Log:
multimedia/xbmc: switch from py-imaging to py-pillow
With hat: python
Approved by: portmgr (bdrewery, implicit)
Modified:
head/multimedia/xbmc/Makefile
Modified: head/multimedia/xbmc/Makefile
==============================================================================
--- head/multimedia/xbmc/Makefile Mon Oct 6 16:28:08 2014 (r370191)
+++ head/multimedia/xbmc/Makefile Mon Oct 6 16:53:34 2014 (r370192)
@@ -2,7 +2,7 @@
PORTNAME= xbmc
DISTVERSION= 13.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= multimedia
MASTER_SITES= http://mirrors.xbmc.org/releases/source/
@@ -49,7 +49,7 @@ LIB_DEPENDS= libass.so:${PORTSDIR}/multi
libyajl.so:${PORTSDIR}/devel/yajl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
glxinfo:${PORTSDIR}/graphics/mesa-demos \
- ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
xdpyinfo:${PORTSDIR}/x11/xdpyinfo
USES= gmake iconv:wchar_t libtool:build pkgconfig python:2
More information about the svn-ports-head
mailing list