| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-0.9.10.ebuild,v 1.4 2010/03/08 20:24:46 maekke Exp $ |
| 4 |
|
| 5 |
EAPI=2 |
| 6 |
|
| 7 |
DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" |
| 8 |
HOMEPAGE="http://0pointer.de/lennart/projects/pavucontrol/" |
| 9 |
SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz" |
| 10 |
|
| 11 |
LICENSE="GPL-2" |
| 12 |
SLOT="0" |
| 13 |
KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" |
| 14 |
IUSE="nls" |
| 15 |
|
| 16 |
RDEPEND=">=dev-cpp/gtkmm-2.16:2.4 |
| 17 |
dev-cpp/libglademm:2.4 |
| 18 |
>=dev-libs/libsigc++-2.2:2 |
| 19 |
>=x11-libs/gtk+-2.16:2 |
| 20 |
>=media-sound/pulseaudio-0.9.16[glib] |
| 21 |
>=media-libs/libcanberra-0.16[gtk] |
| 22 |
|| ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )" |
| 23 |
DEPEND="${RDEPEND} |
| 24 |
nls? ( sys-devel/gettext |
| 25 |
dev-util/intltool ) |
| 26 |
virtual/pkgconfig" |
| 27 |
|
| 28 |
src_configure() { |
| 29 |
econf \ |
| 30 |
--docdir=/usr/share/doc/${PF} \ |
| 31 |
--htmldir=/usr/share/doc/${PF}/html \ |
| 32 |
--disable-dependency-tracking \ |
| 33 |
--disable-lynx \ |
| 34 |
$(use_enable nls) |
| 35 |
} |
| 36 |
|
| 37 |
src_install() { |
| 38 |
emake DESTDIR="${D}" install || die |
| 39 |
} |