summaryrefslogtreecommitdiff
blob: fe1ff772f7d3582d157dd7d7641b0bf3c8b4b998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
inherit distutils

DESCRIPTION="GTK+ application for controlling audio volume from system tray/notification area"
HOMEPAGE="http://code.google.com/p/volti"
SRC_URI="http://volti.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86"
IUSE="X hal libnotify"

DEPEND="dev-lang/python"

RDEPEND="${DEPEND}
	x11-themes/gnome-icon-theme
	>=dev-python/pygtk-2.16.0
	>=dev-python/pyalsaaudio-0.6
	>=dev-python/dbus-python-0.80.0
	X? ( >=dev-python/python-xlib-0.15_rc1 )
	libnotify? ( x11-libs/libnotify )
	hal? ( sys-apps/hal )"

DOCS="README ChangeLog TODO AUTHORS"