Quod Libet is a GTK+-based audio player written in Python. It's designed

around the idea that you know better than we do how to organize your
music. It lets you make playlists based on regular expressions (don't
worry, regular searches work too). It lets you display and edit any tags
you want in the file. And it lets you do this for all the file formats
it supports -- Ogg Vorbis, FLAC, MP3, Musepack, and MOD.

Ex Falso is a program that uses the same tag editing backend as Quod Libet,
but isn't connected to an audio player. If you're perfectly happy with
your favorite player and just want something that can handle tagging,
Ex Falso is for you.
This commit is contained in:
Sergey Svishchev 2006-02-05 01:43:40 +00:00 committed by Thomas Klausner
parent 494e6084ca
commit 40c911d0a5

24
quodlibet/Makefile Normal file
View file

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1.1.1 2006/02/05 01:43:40 shattered Exp $
#
DISTNAME= quodlibet-0.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio
MASTER_SITES= http://www.sacredchao.net/~piman/software/
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://www.sacredchao.net/quodlibet
COMMENT= Finally a good alternative to iTunes
DEPENDS+= ${PYPKGPREFIX}-gst-python>=0.0:../../wip/gst-python
DEPENDS+= ${PYPKGPREFIX}-vorbis>=0.0:../../audio/py-vorbis
DEPENDS+= ${PYPKGPREFIX}-mad>=0.0:../../audio/py-mad
PYTHON_PATCH_SCRIPTS= *.py
NO_BUILD= yes
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
.include "../../lang/python/application.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"