| 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/pavucontrol/pavucontrol-1.0.ebuild,v 1.3 2012/03/09 18:57:57 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-sound/pavucontrol/pavucontrol-1.0.ebuild,v 1.4 2012/03/14 19:25:58 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | |
6 | |
| 7 | DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" |
7 | DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" |
| 8 | HOMEPAGE="http://freedesktop.org/software/pulseaudio/pavucontrol/" |
8 | HOMEPAGE="http://freedesktop.org/software/pulseaudio/pavucontrol/" |
| 9 | SRC_URI="http://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" |
9 | SRC_URI="http://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" |
13 | KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd" |
| 14 | IUSE="nls" |
14 | IUSE="nls" |
| 15 | |
15 | |
| 16 | RDEPEND=">=dev-cpp/gtkmm-3.0:3.0 |
16 | RDEPEND=">=dev-cpp/gtkmm-3.0:3.0 |
| 17 | >=dev-libs/libsigc++-2.2:2 |
17 | >=dev-libs/libsigc++-2.2:2 |
| 18 | >=media-libs/libcanberra-0.16[gtk3] |
18 | >=media-libs/libcanberra-0.16[gtk3] |