30 lines
743 B
Bash
30 lines
743 B
Bash
|
# Copyright 1999-2009 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: /var/cvsroot/gentoo-x86/rox-base/volume/volume-009-r1.ebuild,v 1.6 2009/05/31 13:30:24 nixnut Exp $
|
||
|
|
||
|
ROX_VER=2.1.0
|
||
|
ROX_LIB_VER=2.0.0
|
||
|
inherit rox eutils
|
||
|
|
||
|
MY_PN="Volume"
|
||
|
DESCRIPTION="Volume is a ROX Panel Applet that puts a popup volume control in your panel."
|
||
|
HOMEPAGE="http://rox-volume.googlecode.com"
|
||
|
SRC_URI="http://rox-volume.googlecode.com/files/${MY_PN}-${PV}.tgz"
|
||
|
|
||
|
LICENSE="GPL-2"
|
||
|
SLOT="0"
|
||
|
KEYWORDS="amd64 ppc x86"
|
||
|
IUSE=""
|
||
|
|
||
|
RDEPEND=">=dev-python/pyalsaaudio-0.2"
|
||
|
|
||
|
APPNAME=${MY_PN}
|
||
|
APPCATEGORY="AudioVideo;Audio;Mixer"
|
||
|
S=${WORKDIR}
|
||
|
|
||
|
src_unpack() {
|
||
|
unpack ${A}
|
||
|
cd "${S}"
|
||
|
epatch "${FILESDIR}"/${P}-no_channels.patch
|
||
|
}
|