Portage is a package management system used by Gentoo Linux
# ChangeLog for media-plugins/gmpc-magnatune
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/ChangeLog,v 1.14 2008/03/20 21:45:42 angelos Exp $
20 Mar 2008; Christoph Mende
-gmpc-magnatune-0.14.0.ebuild, -gmpc-magnatune-0.15.0.ebuild:
Remove old
17 Mar 2008; Ferris McCormick
gmpc-magnatune-0.15.5.0.ebuild:
Sparc stable --- part of Bug #212077.
16 Mar 2008; Markus Meier
gmpc-magnatune-0.15.5.0.ebuild:
x86 stable, bug #212077
02 Mar 2008; nixnut
Stable on ppc wrt bug 212077
02 Mar 2008; Christoph Mende
gmpc-magnatune-0.15.5.0.ebuild:
Stable on amd64, bug #212077
*gmpc-magnatune-0.15.5.0 (27 Jan 2008)
27 Jan 2008; Christoph Mende
+gmpc-magnatune-0.15.5.0.ebuild:
Taking over maintainership and version bump (Bug #202995 by Jesse Adelman)
30 Sep 2007; Andrej Kacian
gmpc-magnatune-0.14.0.ebuild, gmpc-magnatune-0.15.0.ebuild:
Updated HOMEPAGE, bug #187880 by Anton Romanov
07 Aug 2007; Gustavo Zacarias
gmpc-magnatune-0.15.0.ebuild:
Stable on sparc
25 Jul 2007; Gustavo Zacarias
gmpc-magnatune-0.15.0.ebuild:
Keyworded ~ppc
05 Jul 2007; Andrej Kacian
gmpc-magnatune-0.14.0.ebuild, gmpc-magnatune-0.15.0.ebuild:
Add check for correct USE flag for x11-libs/gtk+-2. Bug #184162, by Avuton
Olrich
03 Jul 2007; Christoph Mende
gmpc-magnatune-0.15.0.ebuild:
Added ~amd64
27 Jun 2007; Gustavo Zacarias
gmpc-magnatune-0.15.0.ebuild:
Keyworded ~sparc
*gmpc-magnatune-0.15.0 (19 Jun 2007)
19 Jun 2007; Andrej Kacian
+gmpc-magnatune-0.15.0.ebuild:
Version bump.
*gmpc-magnatune-0.14.0 (15 Apr 2007)
15 Apr 2007; Andrej Kacian
+gmpc-magnatune-0.14.0.ebuild:
Initial commit. Bug #173241, by fabien Zouaoui
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST gmpc-magnatune-0.15.5.0.tar.gz 478540 RMD160 3507d0e8d7a2ec83a4987c933d01442f39c8b6dc SHA1 df935eaa8bc2c3bfbf574fb1aad77024503a05e2 SHA256 e7f4775115f39dc0545b436f0b61a6691b2b7e7d852304a65cfca22d86698f5e
EBUILD gmpc-magnatune-0.15.5.0.ebuild 890 RMD160 5764cb4efb085e2783a85cde6660af5a0430d784 SHA1 a0ca37c8aaf20f636b5e5e5ad777748f02a0c23b SHA256 6a599e78b4dbc73a7655bd84d3fea5ad6b85f1c1b2844377316f09e304ec80f0
MISC ChangeLog 2200 RMD160 1cedcd999a5c774a4058050807b2afe23a88eee8 SHA1 d4fee1e58de6a53e601e94be632dab71d3a5eb5e SHA256 cfd7bdf6f01fdfe2488fbe590c5c100ce4f99e9bffe36fdce6b6b87c904206dd
MISC metadata.xml 582 RMD160 a11078c79fe3acf0244b68aad3751a292e5fd365 SHA1 01c9425523b9955dec81dd4971344b5da182bbce SHA256 20394e7ba5373b48ba52091d9217a2158a0f05ffbf9472e8090cefdd17ebe55a
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH4tsLKhnDs22gwa8RAjzeAJ0UG9zqF/C8Z/9SqKNGjANXEUC0FACgt5rY
0DfmN9ZGXPbYDeF6Wj3Bcms=
=WWyV
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-magnatune/gmpc-magnatune-0.15.5.0.ebuild,v 1.5 2008/03/17 14:44:45 fmccor Exp $
inherit eutils
DESCRIPTION="This plugin allows you to browse and preview available albums on magnatune.com"
HOMEPAGE="http://sarine.nl/gmpc-plugins-magnatune"
SRC_URI="http://download.sarine.nl/gmpc-0.15.5/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND=">=media-sound/gmpc-${PV}
dev-libs/libxml2"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {
if ! built_with_use =x11-libs/gtk+-2* jpeg ; then
echo
eerror "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
die "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
fi
}
src_install () {
emake DESTDIR="${D}" install || die
}
The magnatune plugin provides an interface to the www.magnatune.com website. The plugin allows you to browse, and preview available albums. (It uses the 128kbit mp3 version).
The magnatune plugin provides a double function, it also uses the data from the
magnatune website to fetch cover art.