Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/decibel-audio-player: ChangeLog decibel-audio-player-1.00.ebuild decibel-audio-player-0.11.ebuild
Date: Sun, 23 Nov 2008 12:10:39
Message-Id: E1L4DnR-0005IF-3u@stork.gentoo.org
1 aballier 08/11/23 12:10:37
2
3 Modified: ChangeLog
4 Added: decibel-audio-player-1.00.ebuild
5 Removed: decibel-audio-player-0.11.ebuild
6 Log:
7 Version bump, by Josh
8 (Portage version: 2.2_rc15/cvs/Linux 2.6.27.5 x86_64)
9
10 Revision Changes Path
11 1.8 media-sound/decibel-audio-player/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 24 Oct 2008 08:30:23 -0000 1.7
24 +++ ChangeLog 23 Nov 2008 12:10:37 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/decibel-audio-player
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.7 2008/10/24 08:30:23 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.8 2008/11/23 12:10:37 aballier Exp $
30 +
31 +*decibel-audio-player-1.00 (23 Nov 2008)
32 +
33 + 23 Nov 2008; Alexis Ballier <aballier@g.o>
34 + -decibel-audio-player-0.11.ebuild, +decibel-audio-player-1.00.ebuild:
35 + Version bump, by Josh
36
37 24 Oct 2008; Alexis Ballier <aballier@g.o>
38 decibel-audio-player-0.10.ebuild, decibel-audio-player-0.11.ebuild:
39
40
41
42 1.1 media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: decibel-audio-player-1.00.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild,v 1.1 2008/11/23 12:10:37 aballier Exp $
52
53 DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
54 HOMEPAGE="http://decibel.silent-blade.org"
55 SRC_URI="http://decibel.silent-blade.org/uploads/Main/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
60 IUSE="aac cdaudio gnome libnotify musepack"
61
62 RDEPEND="media-libs/mutagen
63 dev-python/dbus-python
64 dev-python/gnome-python
65 dev-python/gst-python
66 >=media-plugins/gst-plugins-meta-0.10-r2
67 aac? ( media-plugins/gst-plugins-faad )
68 cdaudio? ( || ( media-plugins/gst-plugins-cdio
69 media-plugins/gst-plugins-cdparanoia )
70 dev-python/cddb-py )
71 gnome? ( dev-python/gnome-python-desktop )
72 libnotify? ( dev-python/notify-python )
73 musepack? ( media-plugins/gst-plugins-musepack )"
74
75 DEPEND="sys-devel/gettext"
76
77 src_install() {
78 emake DESTDIR="${D}" prefix=/usr \
79 install || die "emake install failed"
80 dodoc doc/ChangeLog || die "dodoc failed"
81 }
82
83 pkg_postinst() {
84 elog "Please read the Decibel guide at"
85 elog "http://www.gentoo.org/proj/en/desktop/sound/decibel.xml; it contains"
86 elog "information on how to enable various features and audio formats."
87 }