pkgsrc-wip/quodlibet/Makefile
2008-02-07 22:02:18 +00:00

34 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2008/02/07 22:02:18 shattered Exp $
#
DISTNAME= quodlibet-0.24
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.sacredchao.net/~piman/software/
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://www.sacredchao.net/quodlibet/wiki
COMMENT= Finally a good alternative to iTunes
DEPENDS+= ${PYPKGPREFIX}-mutagen>=1.8:../../audio/py-mutagen
DEPENDS+= gst-plugins0.10-mad>=0.10.0:../../audio/gst-plugins0.10-mad
DEPENDS+= gst-plugins0.10-vorbis>=0.10.0:../../audio/gst-plugins0.10-vorbis
DEPENDS+= gst-plugins0.10-ogg>=0.10.0:../../multimedia/gst-plugins0.10-ogg
PYTHON_VERSIONS_INCOMPATIBLE=\
15 20 21 22 23
PYTHON_PATCH_SCRIPTS= *.py */*.py
USE_DIRS+= xdg-1.4
USE_TOOLS+= gmake intltool pkg-config
USE_PKGLOCALEDIR= yes
BUILD_TARGET= _trayicon.so _mmkeys.so
.include "../../lang/python/application.mk"
# complains about importing missing dbus during startup, but
# works fine without it. With py-dbus installed however, it
# fails loading hal and exits.
#.include "../../sysutils/py-dbus/buildlink3.mk"
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"