You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/puddletag/puddletag-1.0.1-r1.ebuild

33 lines
1.1 KiB

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/puddletag-1.0.1-r1.ebuild,v 1.5 2013/04/15 19:23:06 billie Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 fdo-mime
DESCRIPTION="Audio tag editor"
HOMEPAGE="http://puddletag.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="acoustid cover musicbrainz quodlibet"
DEPEND=""
RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
virtual/pyparsing[${PYTHON_USEDEP}]
>=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
>=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
acoustid? ( >=media-libs/chromaprint-0.6 )
musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
cover? ( >=dev-python/imaging-1.1.7-r2[${PYTHON_USEDEP}] )
quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
>=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
>=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
DOCS=( changelog HACKING NEWS README THANKS TODO)