bcallah f52df46cb8 Update pithos to 1.0.0
Pithos moves to python3 and gstreamer1.
2014-07-13 22:36:31 +00:00

43 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.5 2014/07/13 22:36:31 bcallah Exp $
GH_ACCOUNT = pithos
GH_PROJECT = pithos
GH_TAGNAME = 1.0.0
GH_COMMIT = 1f5975e569869407ba8c56a57f2e54cc22fb49b5
COMMENT = Pandora client for GNOME
DISTNAME = ${GH_PROJECT}-${GH_TAGNAME}
CATEGORIES = audio x11
SUBST_VARS += GH_TAGNAME
HOMEPAGE = http://pithos.github.io/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# Github page says GPLv3+
# But the code says GPLv3 only
# pithos/pandora/blowfish.py: AGPLv3+
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODPY_SETUPTOOLS = Yes
RUN_DEPENDS = audio/py-last${MODPY_FLAVOR}>=0.5.11 \
devel/desktop-file-utils \
devel/libnotify \
devel/py-gobject3${MODPY_FLAVOR} \
devel/py-xdg${MODPY_FLAVOR} \
multimedia/gstreamer1/plugins-good \
multimedia/gstreamer1/plugins-bad \
multimedia/gstreamer1/plugins-libav \
x11/dbus-python${MODPY_FLAVOR} \
x11/keybinder3 \
x11/gtk+2,-guic
TEST_DEPENDS = audio/py-last${MODPY_FLAVOR}>=0.5.11
post-patch:
perl -pi -e "s,/usr/s,s,g" ${WRKSRC}/setup.py
.include <bsd.port.mk>