| 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-sound/audacious/audacious-2.5.4.ebuild,v 1.6 2012/03/18 15:15:56 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.5.4.ebuild,v 1.7 2012/05/05 08:11:04 mgorny Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | MY_P="${P/_/-}" |
7 | MY_P="${P/_/-}" |
| 8 | S="${WORKDIR}/${MY_P}" |
8 | S="${WORKDIR}/${MY_P}" |
| … | |
… | |
| 25 | >=x11-libs/gtk+-2.14:2 |
25 | >=x11-libs/gtk+-2.14:2 |
| 26 | >=x11-libs/pango-1.8.0 |
26 | >=x11-libs/pango-1.8.0 |
| 27 | session? ( x11-libs/libSM )" |
27 | session? ( x11-libs/libSM )" |
| 28 | |
28 | |
| 29 | DEPEND="${RDEPEND} |
29 | DEPEND="${RDEPEND} |
| 30 | >=dev-util/pkgconfig-0.9.0 |
30 | virtual/pkgconfig |
| 31 | chardet? ( app-i18n/libguess ) |
31 | chardet? ( app-i18n/libguess ) |
| 32 | nls? ( dev-util/intltool )" |
32 | nls? ( dev-util/intltool )" |
| 33 | |
33 | |
| 34 | PDEPEND=">=media-plugins/audacious-plugins-2.5.4" |
34 | PDEPEND=">=media-plugins/audacious-plugins-2.5.4" |
| 35 | |
35 | |