Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273151
Collapse All | Expand All

(-)/usr/portage/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild (-4 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.00.ebuild,v 1.4 2009/07/01 21:45:11 maekke Exp $
3
# $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 $
4
4
5
DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
5
DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
6
HOMEPAGE="http://decibel.silent-blade.org"
6
HOMEPAGE="http://decibel.silent-blade.org"
Lines 9-15 Link Here
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
11
KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
12
IUSE="aac cdaudio gnome libnotify musepack"
12
IUSE="aac cdaudio gnome-keyring libnotify musepack"
13
13
14
RDEPEND="media-libs/mutagen
14
RDEPEND="media-libs/mutagen
15
                dev-python/dbus-python
15
                dev-python/dbus-python
Lines 20-26 Link Here
20
                cdaudio? ( || ( media-plugins/gst-plugins-cdio
20
                cdaudio? ( || ( media-plugins/gst-plugins-cdio
21
                                media-plugins/gst-plugins-cdparanoia )
21
                                media-plugins/gst-plugins-cdparanoia )
22
                                        dev-python/cddb-py )
22
                                        dev-python/cddb-py )
23
                gnome? ( dev-python/gnome-python-desktop )
23
                gnome-keyring? ( dev-python/gnome-keyring-python )
24
                libnotify? ( dev-python/notify-python )
24
                libnotify? ( dev-python/notify-python )
25
                musepack? ( media-plugins/gst-plugins-musepack )"
25
                musepack? ( media-plugins/gst-plugins-musepack )"
26
26

Return to bug 273151