# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="The PicardTagger is the next generation MusicBrainzTagger." HOMEPAGE="http://wiki.musicbrainz.org/wiki.pl?PicardTagger" # The significant bit of this URI is 654, picard-0.4.0.tar.gz is just visual aid... SRC_URI="https://helixcommunity.org/download.php/654/picard-0.4.0.tar.gz" #[FIXME] This package is availible under three licenses: RealNetworks Community Source License, RealNetworks Public Source License or GPL-2 #LICENSE="RCSL-1 RPSL-1 GPL-2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=" >=dev-python/wxpython-2.5.1.5 >=dev-python/python-musicbrainz-20050108 >=media-libs/tunepimp-0.4.0_pre4 " pkg_setup() { if ! built_with_use dev-python/wxpython unicode; then eerror "Dependency dev-python/wxpython must be intalled with USE=\"unicode\"" die "Broken depencency" fi if ! built_with_use media-libs/tunepimp python; then eerror "Dependency media-libs/tunepimp must be installed with USE=\"python\"" die "Broken dependency" fi } pkg_postinst() { einfo "No files are installed at this point!" einfo "To play with picard unpack ${DISTDIR}/${P}.tar.gz" einfo "and apply ${FILESDIR}/coverartpanel.patch" }