Remove unneccesary dependency on git. Switch to USE_GSTREAMER1.
PR: 234393 Reported by: jhibbits Approved by: maintainer
This commit is contained in:
parent
20ae49f2cf
commit
6c60966f60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490216
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= pithos
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= jhixson@FreeBSD.org
|
||||
@ -16,13 +16,12 @@ USE_GITHUB= yes
|
||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/gi/overrides/Gst.py:multimedia/py-gstreamer1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR} \
|
||||
git:devel/git
|
||||
${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR}
|
||||
|
||||
USE_GNOME= gtk30 pygobject3
|
||||
USES= python:3.4+
|
||||
USE_PYTHON= distutils autoplist optsuffix
|
||||
USE_GSTREAMER= core good bad soup
|
||||
USE_GSTREAMER1= core good bad soup
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
|
Loading…
Reference in New Issue
Block a user