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-osd: ChangeLog gmpc-osd-0.16.0.ebuild
Date: Wed, 24 Sep 2008 19:20:03
Message-Id: E1KiZu4-0004xU-Jm@stork.gentoo.org
1 angelos 08/09/24 19:20:00
2
3 Modified: ChangeLog
4 Added: gmpc-osd-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-osd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-osd/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-osd/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-osd/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/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:48:20 -0000 1.13
23 +++ ChangeLog 24 Sep 2008 19:20:00 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-plugins/gmpc-osd
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/ChangeLog,v 1.13 2008/03/20 21:48:20 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/ChangeLog,v 1.14 2008/09/24 19:20:00 angelos Exp $
29 +
30 +*gmpc-osd-0.16.0 (24 Sep 2008)
31 +
32 + 24 Sep 2008; Christoph Mende <angelos@g.o> +gmpc-osd-0.16.0.ebuild:
33 + Version bump
34
35 20 Mar 2008; Christoph Mende <angelos@g.o> -gmpc-osd-0.14.0.ebuild,
36 -gmpc-osd-0.15.0.ebuild:
37
38
39
40 1.1 media-plugins/gmpc-osd/gmpc-osd-0.16.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-osd/gmpc-osd-0.16.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gmpc-osd/gmpc-osd-0.16.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gmpc-osd-0.16.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-osd/gmpc-osd-0.16.0.ebuild,v 1.1 2008/09/24 19:20:00 angelos Exp $
50
51 inherit autotools multilib
52
53 DESCRIPTION="This plugin provides an on-screen-display using xosd"
54 HOMEPAGE="http://gmpcwiki.sarine.nl/index.php/Osd"
55 SRC_URI="http://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND=">=media-sound/gmpc-${PV}
63 dev-libs/libxml2
64 x11-libs/xosd"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71
72 sed -i "/^libdir/s:/lib/:/$(get_libdir)/:" src/Makefile.am
73 eautoreconf
74 }
75
76 src_install () {
77 emake DESTDIR="${D}" install || die
78 }