| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.9 2012/02/02 04:13:51 jdhore Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.10 2012/02/19 15:34:22 armin76 Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic |
7 | inherit eutils flag-o-matic |
| 8 | |
8 | |
| … | |
… | |
| 12 | HOMEPAGE="http://audacious-media-player.org/" |
12 | HOMEPAGE="http://audacious-media-player.org/" |
| 13 | SRC_URI="http://distfiles.atheme.org/${MY_P}.tar.bz2" |
13 | SRC_URI="http://distfiles.atheme.org/${MY_P}.tar.bz2" |
| 14 | |
14 | |
| 15 | LICENSE="GPL-2" |
15 | LICENSE="GPL-2" |
| 16 | SLOT="0" |
16 | SLOT="0" |
| 17 | KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" |
17 | KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" |
| 18 | IUSE="aac adplug alsa aqua bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack |
18 | IUSE="aac adplug alsa aqua bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack |
| 19 | lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile vorbis wavpack" |
19 | lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile vorbis wavpack" |
| 20 | |
20 | |
| 21 | RDEPEND="app-arch/unzip |
21 | RDEPEND="app-arch/unzip |
| 22 | >=dev-libs/dbus-glib-0.60 |
22 | >=dev-libs/dbus-glib-0.60 |