summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-plugins/vdr-sndctl/ChangeLog10
-rw-r--r--media-plugins/vdr-sndctl/vdr-sndctl-0.1.3.ebuild5
-rw-r--r--media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild23
3 files changed, 34 insertions, 4 deletions
diff --git a/media-plugins/vdr-sndctl/ChangeLog b/media-plugins/vdr-sndctl/ChangeLog
index 9f63012632fd..648bafc34140 100644
--- a/media-plugins/vdr-sndctl/ChangeLog
+++ b/media-plugins/vdr-sndctl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-sndctl
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-sndctl/ChangeLog,v 1.1 2007/12/02 17:50:24 hd_brummy Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-sndctl/ChangeLog,v 1.2 2011/01/18 14:51:22 hd_brummy Exp $
+
+*vdr-sndctl-0.1.5.1 (18 Jan 2011)
+
+ 18 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-sndctl-0.1.3.ebuild, +vdr-sndctl-0.1.5.1.ebuild:
+ version bump
*vdr-sndctl-0.1.3 (02 Dec 2007)
diff --git a/media-plugins/vdr-sndctl/vdr-sndctl-0.1.3.ebuild b/media-plugins/vdr-sndctl/vdr-sndctl-0.1.3.ebuild
index c5b3a70beafb..5ec9a0579751 100644
--- a/media-plugins/vdr-sndctl/vdr-sndctl-0.1.3.ebuild
+++ b/media-plugins/vdr-sndctl/vdr-sndctl-0.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-sndctl/vdr-sndctl-0.1.3.ebuild,v 1.2 2007/12/03 07:21:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-sndctl/vdr-sndctl-0.1.3.ebuild,v 1.3 2011/01/18 14:51:22 hd_brummy Exp $
inherit vdr-plugin
@@ -16,3 +16,4 @@ IUSE=""
DEPEND=">=media-video/vdr-1.4.1
media-libs/alsa-lib"
+RDEPEND="${DEPEND}"
diff --git a/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild b/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild
new file mode 100644
index 000000000000..21413db107e5
--- /dev/null
+++ b/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild,v 1.1 2011/01/18 14:51:22 hd_brummy Exp $
+
+EAPI="2"
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR plugin: Control the vol levels of different controls of your sound-
+card according to the vol settings of VDR"
+HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-sndctl"
+SRC_URI="http://www.vdr-portal.de/board/attachment.php?attachmentid=25497 -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.4.1
+ media-libs/alsa-lib"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${VDRPLUGIN}-0.1.5-1"