diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-01-14 04:14:23 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-01-14 04:14:23 +0000 |
commit | 0407f53776acdd886e53ee0cec61cf433cb089f3 (patch) | |
tree | 26e8b34c8f7ccda6507213be649135ad1adabac7 /media-sound/picard | |
parent | Remove old. (diff) | |
download | gentoo-2-0407f53776acdd886e53ee0cec61cf433cb089f3.tar.gz gentoo-2-0407f53776acdd886e53ee0cec61cf433cb089f3.tar.bz2 gentoo-2-0407f53776acdd886e53ee0cec61cf433cb089f3.zip |
Remove old.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/picard')
-rw-r--r-- | media-sound/picard/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/picard/metadata.xml | 1 | ||||
-rw-r--r-- | media-sound/picard/picard-0.15.1-r1.ebuild | 98 | ||||
-rw-r--r-- | media-sound/picard/picard-0.16.ebuild | 98 | ||||
-rw-r--r-- | media-sound/picard/picard-1.0.ebuild | 81 |
5 files changed, 5 insertions, 279 deletions
diff --git a/media-sound/picard/ChangeLog b/media-sound/picard/ChangeLog index 24f13857b918..84eb43bc3bf4 100644 --- a/media-sound/picard/ChangeLog +++ b/media-sound/picard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/picard # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.43 2013/01/13 11:38:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.44 2013/01/14 04:14:22 radhermit Exp $ + + 14 Jan 2013; Tim Harder <radhermit@gentoo.org> -picard-0.15.1-r1.ebuild, + -picard-0.16.ebuild, -picard-1.0.ebuild, metadata.xml: + Remove old. 13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> picard-1.1.ebuild: Stable for x86, wrt bug #450142 diff --git a/media-sound/picard/metadata.xml b/media-sound/picard/metadata.xml index 7576d2c00537..cce6e75146f7 100644 --- a/media-sound/picard/metadata.xml +++ b/media-sound/picard/metadata.xml @@ -8,6 +8,5 @@ track based tagging and cross platform compatibility.</longdescription> <use> <flag name='acoustid'>Use media-libs/chromaprint for acoustic fingerprinting</flag> - <flag name='coverart'>Install plugin for direct coverart dowload</flag> </use> </pkgmetadata> diff --git a/media-sound/picard/picard-0.15.1-r1.ebuild b/media-sound/picard/picard-0.15.1-r1.ebuild deleted file mode 100644 index 90119e8e51ae..000000000000 --- a/media-sound/picard/picard-0.15.1-r1.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/picard-0.15.1-r1.ebuild,v 1.3 2011/11/04 09:38:21 chainsaw Exp $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit eutils distutils - -MY_P="${P/_/}" -DESCRIPTION="An improved rewrite/port of the Picard Tagger using Qt" -HOMEPAGE="http://musicbrainz.org/doc/PicardQt" -SRC_URI=" - http://ftp.musicbrainz.org/pub/musicbrainz/picard/${MY_P}.tar.gz - coverart? ( http://dev.gentoo.org/~radhermit/distfiles/${P}-coverart.py.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="cdda coverart ffmpeg nls" - -DEPEND=" - dev-python/PyQt4[X] - media-libs/mutagen - cdda? ( >=media-libs/libdiscid-0.1.1 ) - ffmpeg? ( - virtual/ffmpeg - >=media-libs/libofa-0.9.2 )" -RDEPEND="${DEPEND}" - -# doesn't work with ebuilds -RESTRICT="test" - -S="${WORKDIR}/${MY_P}" - -DOCS="AUTHORS.txt INSTALL.txt NEWS.txt" - -pkg_setup() { - if ! use ffmpeg; then - ewarn "The 'ffmpeg' USE flag is disabled. Acoustic fingerprinting and" - ewarn "recognition will not be available." - fi - if ! use cdda; then - ewarn "The 'cdda' USE flag is disabled. CD index lookup and" - ewarn "identification will not be available. You can get audio CD support" - ewarn "by installing media-libs/libdiscid." - fi -} - -src_unpack() { - unpack ${A} - if use coverart; then - cp "${WORKDIR}"/${P}-coverart.py "${S}"/${PN}/plugins/coverart.py || die "Copy of coverart plugin failed" - fi -} - -src_prepare() { - distutils_src_prepare -} - -src_configure() { - $(PYTHON -f) setup.py config || die "setup.py config failed" - if ! use ffmpeg; then - sed -i -e "s:\(^with-avcodec\ =\ \).*:\1False:" \ - -e "s:\(^with-libofa\ =\ \).*:\1False:" \ - build.cfg || die "sed failed" - fi -} - -src_compile() { - distutils_src_compile $(use nls || echo "--disable-locales") -} - -src_install() { - distutils_src_install --disable-autoupdate --skip-build \ - $(use nls || echo "--disable-locales") - - doicon picard.ico || die 'doicon failed' - domenu picard.desktop || die 'domenu failed' -} - -pkg_postinst() { - distutils_pkg_postinst - echo - ewarn "If you are upgrading Picard and it does not start" - ewarn "try removing Picard's settings:" - ewarn " rm ~/.config/MusicBrainz/Picard.conf" - elog - elog "You should set the environment variable BROWSER to something like" - elog "\"firefox '%s' &\" to let python know which browser to use." - if use coverart; then - ewarn "You have downloaded and installed the coverart downloader plugin." - ewarn "If you expect it to work please enable it in Options->Plugins." - fi -} diff --git a/media-sound/picard/picard-0.16.ebuild b/media-sound/picard/picard-0.16.ebuild deleted file mode 100644 index fa0e60aa2acd..000000000000 --- a/media-sound/picard/picard-0.16.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/picard-0.16.ebuild,v 1.1 2011/10/24 03:59:39 radhermit Exp $ - -EAPI="3" - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit eutils distutils - -MY_P="${P/_/}" -DESCRIPTION="An improved rewrite/port of the Picard Tagger using Qt" -HOMEPAGE="http://musicbrainz.org/doc/PicardQt" -SRC_URI=" - http://ftp.musicbrainz.org/pub/musicbrainz/picard/${MY_P}.tar.gz - coverart? ( http://dev.gentoo.org/~radhermit/distfiles/${PN}-0.15.1-coverart.py.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="cdda coverart ffmpeg nls" - -DEPEND=" - dev-python/PyQt4[X] - media-libs/mutagen - cdda? ( >=media-libs/libdiscid-0.1.1 ) - ffmpeg? ( - virtual/ffmpeg - >=media-libs/libofa-0.9.2 )" -RDEPEND="${DEPEND}" - -# doesn't work with ebuilds -RESTRICT="test" - -S="${WORKDIR}/${MY_P}" - -DOCS="AUTHORS.txt INSTALL.txt NEWS.txt" - -pkg_setup() { - if ! use ffmpeg; then - ewarn "The 'ffmpeg' USE flag is disabled. Acoustic fingerprinting and" - ewarn "recognition will not be available." - fi - if ! use cdda; then - ewarn "The 'cdda' USE flag is disabled. CD index lookup and" - ewarn "identification will not be available. You can get audio CD support" - ewarn "by installing media-libs/libdiscid." - fi -} - -src_unpack() { - unpack ${A} - if use coverart; then - cp "${WORKDIR}"/${PN}-0.15.1-coverart.py "${S}"/${PN}/plugins/coverart.py || die "Copy of coverart plugin failed" - fi -} - -src_prepare() { - distutils_src_prepare -} - -src_configure() { - $(PYTHON -f) setup.py config || die "setup.py config failed" - if ! use ffmpeg; then - sed -i -e "s:\(^with-avcodec\ =\ \).*:\1False:" \ - -e "s:\(^with-libofa\ =\ \).*:\1False:" \ - build.cfg || die "sed failed" - fi -} - -src_compile() { - distutils_src_compile $(use nls || echo "--disable-locales") -} - -src_install() { - distutils_src_install --disable-autoupdate --skip-build \ - $(use nls || echo "--disable-locales") - - doicon picard.ico || die 'doicon failed' - domenu picard.desktop || die 'domenu failed' -} - -pkg_postinst() { - distutils_pkg_postinst - echo - ewarn "If you are upgrading Picard and it does not start" - ewarn "try removing Picard's settings:" - ewarn " rm ~/.config/MusicBrainz/Picard.conf" - elog - elog "You should set the environment variable BROWSER to something like" - elog "\"firefox '%s' &\" to let python know which browser to use." - if use coverart; then - ewarn "You have downloaded and installed the coverart downloader plugin." - ewarn "If you expect it to work please enable it in Options->Plugins." - fi -} diff --git a/media-sound/picard/picard-1.0.ebuild b/media-sound/picard/picard-1.0.ebuild deleted file mode 100644 index 5d72fad9d174..000000000000 --- a/media-sound/picard/picard-1.0.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/picard-1.0.ebuild,v 1.3 2012/10/17 03:51:09 phajdan.jr Exp $ - -EAPI=4 - -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit eutils distutils - -MY_P="${P/_/}" -DESCRIPTION="An improved rewrite/port of the Picard Tagger using Qt" -HOMEPAGE="http://musicbrainz.org/doc/PicardQt" -SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/picard/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="+acoustid +cdda +ffmpeg nls" - -DEPEND="dev-python/PyQt4[X] - media-libs/mutagen - acoustid? ( media-libs/chromaprint[tools] ) - cdda? ( >=media-libs/libdiscid-0.1.1 ) - ffmpeg? ( virtual/ffmpeg - >=media-libs/libofa-0.9.2 )" -RDEPEND="${DEPEND}" - -# doesn't work with ebuilds -RESTRICT="test" - -S="${WORKDIR}/${MY_P}" - -DOCS="AUTHORS.txt NEWS.txt" - -pkg_setup() { - if ! use acoustid && ! use ffmpeg; then - ewarn "The 'acoustid' and 'ffmpeg' USE flag are disabled." - ewarn "Acoustic fingerprinting and recognition will not be available." - fi - if ! use cdda; then - ewarn "The 'cdda' USE flag is disabled. CD index lookup and" - ewarn "identification will not be available. You can get audio CD support" - ewarn "by installing media-libs/libdiscid." - fi - python_pkg_setup -} - -src_configure() { - $(PYTHON -f) setup.py config || die "setup.py config failed" - if ! use ffmpeg; then - sed -i -e "s:\(^with-avcodec\ =\ \).*:\1False:" \ - -e "s:\(^with-libofa\ =\ \).*:\1False:" \ - build.cfg || die "sed failed" - fi -} - -src_compile() { - distutils_src_compile $(use nls || echo "--disable-locales") -} - -src_install() { - distutils_src_install --disable-autoupdate --skip-build \ - $(use nls || echo "--disable-locales") - - doicon picard.ico - domenu picard.desktop -} - -pkg_postinst() { - distutils_pkg_postinst - echo - ewarn "If you are upgrading Picard and it does not start" - ewarn "try removing Picard's settings:" - ewarn " rm ~/.config/MusicBrainz/Picard.conf" - elog - elog "You should set the environment variable BROWSER to something like" - elog "\"firefox '%s' &\" to let python know which browser to use." -} |