34 lines
1.2 KiB
Makefile
34 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.11 2009/04/10 22:02:37 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= quodlibet-0.24
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.sacredchao.net/~piman/software/
|
|
|
|
MAINTAINER= shattered@users.sourceforge.net
|
|
HOMEPAGE= http://code.google.com/p/quodlibet/
|
|
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"
|