Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gmpc-lastfm: ChangeLog gmpc-lastfm-0.16.0.ebuild
Date: Wed, 24 Sep 2008 19:02:24
Message-Id: E1KiZcy-0004n3-V7@stork.gentoo.org
1 angelos 08/09/24 19:02:20
2
3 Modified: ChangeLog
4 Added: gmpc-lastfm-0.16.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc9/cvs/Linux 2.6.27-rc6 x86_64)
8
9 Revision Changes Path
10 1.14 media-plugins/gmpc-lastfm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 20 Mar 2008 21:41:14 -0000 1.13
23 +++ ChangeLog 24 Sep 2008 19:02:20 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/gmpc-lastfm
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.13 2008/03/20 21:41:14 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/ChangeLog,v 1.14 2008/09/24 19:02:20 angelos Exp $
29 +
30 +*gmpc-lastfm-0.16.0 (24 Sep 2008)
31 +
32 + 24 Sep 2008; Christoph Mende <angelos@g.o>
33 + +gmpc-lastfm-0.16.0.ebuild:
34 + Version bump
35
36 20 Mar 2008; Christoph Mende <angelos@g.o>
37 -gmpc-lastfm-0.14.0.ebuild, -gmpc-lastfm-0.15.0.ebuild:
38
39
40
41 1.1 media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gmpc-lastfm-0.16.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-lastfm/gmpc-lastfm-0.16.0.ebuild,v 1.1 2008/09/24 19:02:20 angelos Exp $
51
52 inherit autotools eutils multilib
53
54 MY_PN="gmpc-last.fm"
55 MY_P=${MY_PN}-${PV}
56
57 DESCRIPTION="This plugin fetches artist art from last.fm"
58 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Last.fm"
59 SRC_URI="http://download.sarine.nl/Programs/gmpc/${PV}/${MY_P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
64 IUSE=""
65
66 RDEPEND=">=media-sound/gmpc-${PV}
67 dev-libs/libxml2"
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 S="${WORKDIR}/${MY_P}"
72
73 pkg_setup() {
74 if ! built_with_use =x11-libs/gtk+-2* jpeg ; then
75 echo
76 eerror "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
77 die "x11-libs/gtk+-2 needs to be built with \"jpeg\" USE flag"
78 fi
79 }
80
81 src_unpack() {
82 unpack ${A}
83 cd "${S}"
84
85 sed -i "/^libdir/s:/lib/:/$(get_libdir)/:" src/Makefile.am
86 eautoreconf
87 }
88
89 src_install () {
90 emake DESTDIR="${D}" install || die
91 }