summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-02-27 18:28:54 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-02-27 18:28:54 +0100
commit8c0c9602523e8169103b20836c282235189956d2 (patch)
tree8c7a87dfaa72b849e76d4f6498404cb491f3a154
parentAdd networkmanager-0.9.3.990 for systemd session tracking support (diff)
downloadbenf-8c0c9602523e8169103b20836c282235189956d2.tar.gz
benf-8c0c9602523e8169103b20836c282235189956d2.tar.bz2
benf-8c0c9602523e8169103b20836c282235189956d2.zip
Add pa-sink-ctl v2 ebuild
-rw-r--r--media-sound/pa-sink-ctl/Manifest2
-rw-r--r--media-sound/pa-sink-ctl/pa-sink-ctl-2.ebuild23
2 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/pa-sink-ctl/Manifest b/media-sound/pa-sink-ctl/Manifest
index 064eacf..3fb0090 100644
--- a/media-sound/pa-sink-ctl/Manifest
+++ b/media-sound/pa-sink-ctl/Manifest
@@ -1,3 +1,5 @@
DIST pa-sink-ctl-1.tar.bz2 86784 RMD160 94978f768011a77cc66005e1bf6504bcd300395d SHA1 539d1df31fa837e079d89a143df21fce0b9a49ee SHA256 e4164f501109dabfbe69a155bb286ba2048b3db8192c92f05f2b6d9bf281ba67
+DIST pa-sink-ctl-2.tar.xz 88080 RMD160 8ce1d75a67403acf7aa06087ce70a35251a7f67e SHA1 db28cdff6f5a78753e0343bc6c3990bc79197885 SHA256 3fa27407e59e96d4773fa3d51189096bfe841c7853a9bbf3ad563500b5651443
EBUILD pa-sink-ctl-1.ebuild 509 RMD160 41e474d58bc2138190bf9fccf163f761ec2a7eee SHA1 9de4ba6572eb30b653d4206a844afb88aa16eeed SHA256 e0c252a09d502bb32454753181ced35b2d1046d6ceecde8ff35c4a4c79c8e025
+EBUILD pa-sink-ctl-2.ebuild 527 RMD160 263430a5035ed4eccaf2d9351e4afda1344ce60a SHA1 1d243ddfc7f05fab459286229c23a373825ed834 SHA256 781efc489a788866cf1e605bb8faf425155405b468ab153ffea2c6756ed86665
EBUILD pa-sink-ctl-9999.ebuild 526 RMD160 0e22bffaf8149281fee697ba9c01f79505d82595 SHA1 e29e01897a764a6008a5ff36fc70bc493dd297eb SHA256 b0b88c38abf73ed1ba699dd6793171aca04399f23dbd46ed7c6bde744658addd
diff --git a/media-sound/pa-sink-ctl/pa-sink-ctl-2.ebuild b/media-sound/pa-sink-ctl/pa-sink-ctl-2.ebuild
new file mode 100644
index 0000000..bd8927c
--- /dev/null
+++ b/media-sound/pa-sink-ctl/pa-sink-ctl-2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit autotools-utils
+
+DESCRIPTION="NCurses based Pulseaudio control client"
+HOMEPAGE="https://gitorious.org/pa-sink-ctl/pages/Home"
+SRC_URI="http://gitorious.org/${PN}/${PN}-gitorious-wiki/blobs/raw/master/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-sound/pulseaudio
+ sys-libs/ncurses
+ app-arch/xz-utils"
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" "AUTHORS" )