summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-12-26 01:35:25 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-12-26 01:35:25 +0000
commiteb968228a266fa8c05408c2dd6e0fd88441e5bc4 (patch)
tree9da358a98748fc40cf9914c1623ae6bc48726ba4 /media-sound/radiomixer
parentVersion bump. (diff)
downloadgentoo-2-eb968228a266fa8c05408c2dd6e0fd88441e5bc4.tar.gz
gentoo-2-eb968228a266fa8c05408c2dd6e0fd88441e5bc4.tar.bz2
gentoo-2-eb968228a266fa8c05408c2dd6e0fd88441e5bc4.zip
Add sample config and patchbay sample for qjackctl
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'media-sound/radiomixer')
-rw-r--r--media-sound/radiomixer/ChangeLog9
-rw-r--r--media-sound/radiomixer/files/digest-radiomixer-1.1_rc1-r1 (renamed from media-sound/radiomixer/files/digest-radiomixer-1.1_rc1)0
-rw-r--r--media-sound/radiomixer/files/radiomixer-patchbay.xml43
-rw-r--r--media-sound/radiomixer/files/radiomixerrc117
-rw-r--r--media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild (renamed from media-sound/radiomixer/radiomixer-1.1_rc1.ebuild)21
5 files changed, 188 insertions, 2 deletions
diff --git a/media-sound/radiomixer/ChangeLog b/media-sound/radiomixer/ChangeLog
index 0723c3303f38..333b3bd5261f 100644
--- a/media-sound/radiomixer/ChangeLog
+++ b/media-sound/radiomixer/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/radiomixer
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.9 2007/12/13 16:16:54 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/ChangeLog,v 1.10 2007/12/26 01:35:24 jokey Exp $
+
+*radiomixer-1.1_rc1-r1 (26 Dec 2007)
+
+ 26 Dec 2007; Markus Ullmann <jokey@gentoo.org>
+ +files/radiomixer-patchbay.xml, +files/radiomixerrc,
+ -radiomixer-1.1_rc1.ebuild, +radiomixer-1.1_rc1-r1.ebuild:
+ Add sample config and patchbay sample for qjackctl
13 Dec 2007; Markus Ullmann <jokey@gentoo.org> -radiomixer-1.0.ebuild,
-radiomixer-1.1_pre20070714.ebuild:
diff --git a/media-sound/radiomixer/files/digest-radiomixer-1.1_rc1 b/media-sound/radiomixer/files/digest-radiomixer-1.1_rc1-r1
index 87d821e78185..87d821e78185 100644
--- a/media-sound/radiomixer/files/digest-radiomixer-1.1_rc1
+++ b/media-sound/radiomixer/files/digest-radiomixer-1.1_rc1-r1
diff --git a/media-sound/radiomixer/files/radiomixer-patchbay.xml b/media-sound/radiomixer/files/radiomixer-patchbay.xml
new file mode 100644
index 000000000000..8eee2b27df46
--- /dev/null
+++ b/media-sound/radiomixer/files/radiomixer-patchbay.xml
@@ -0,0 +1,43 @@
+<!DOCTYPE patchbay>
+<patchbay version="0.3.1a" name="radiomixer" >
+ <output-sockets>
+ <socket exclusive="off" client="xine" type="audio" name="Xine-Out(Amarok,Xine)" >
+ <plug>out_l</plug>
+ <plug>out_r</plug>
+ </socket>
+ <socket exclusive="off" client="RadioMixer" type="audio" name="AmarokMixerOut" >
+ <plug>Amarok_leftOut</plug>
+ <plug>Amarok_rightOut</plug>
+ </socket>
+ <socket exclusive="off" client="RadioMixer" type="audio" name="RadioMixer-Players-Out" >
+ <plug>Master_Left</plug>
+ <plug>Master_Right</plug>
+ </socket>
+ <socket exclusive="off" client="RadioMixer" type="audio" name="RadioMixer-Final-Out" >
+ <plug>Master Out_leftOut</plug>
+ <plug>Master Out_rightOut</plug>
+ </socket>
+ </output-sockets>
+ <input-sockets>
+ <socket exclusive="off" client="RadioMixer" type="audio" name="RadioMixer-AmarokIn" >
+ <plug>Amarok_leftIn</plug>
+ <plug>Amarok_rightIn</plug>
+ </socket>
+ <socket exclusive="off" client="RadioMixer" type="audio" name="RadioMixer-Final-In" >
+ <plug>Master Out_leftIn</plug>
+ <plug>Master Out_rightIn</plug>
+ </socket>
+ <socket exclusive="off" client="alsa_pcm" type="audio" name="ToSpeakers" >
+ <plug>playback_1</plug>
+ <plug>playback_2</plug>
+ </socket>
+ </input-sockets>
+ <slots/>
+ <cables>
+ <cable output="AmarokMixerOut" input="RadioMixer-Final-In" />
+ <cable output="RadioMixer-Players-Out" input="RadioMixer-Final-In" />
+ <cable output="RadioMixer-Final-Out" input="ToSpeakers" />
+ <cable output="Xine-Out(Amarok,Xine)" input="RadioMixer-AmarokIn" />
+ </cables>
+</patchbay>
+
diff --git a/media-sound/radiomixer/files/radiomixerrc b/media-sound/radiomixer/files/radiomixerrc
new file mode 100644
index 000000000000..0ef827b32031
--- /dev/null
+++ b/media-sound/radiomixer/files/radiomixerrc
@@ -0,0 +1,117 @@
+[General]
+numChannels=8
+
+[channel_1]
+autoRecue=0
+color_blue=0
+color_green=180
+color_red=0
+hwControl=1
+metaMode=0
+metaText=\0
+name=Musik 1
+position=1
+setMeta=false
+type=PLAYER
+
+[channel_2]
+autoRecue=0
+color_blue=83
+color_green=255
+color_red=82
+hwControl=1
+metaMode=0
+metaText=\0
+name=Musik 2
+position=2
+setMeta=false
+type=PLAYER
+
+[channel_3]
+autoRecue=0
+color_blue=170
+color_green=255
+color_red=170
+hwControl=1
+metaMode=0
+metaText=\0
+name=Musik 3
+position=3
+setMeta=false
+type=PLAYER
+
+[channel_4]
+autoRecue=0
+color_blue=0
+color_green=217
+color_red=255
+hwControl=1
+metaMode=0
+metaText=\0
+name=Jingle
+position=4
+setMeta=false
+type=PLAYER
+
+[channel_5]
+autoRecue=0
+color_blue=237
+color_green=213
+color_red=0
+hwControl=1
+metaMode=0
+metaText=\0
+name=Bett 1
+position=5
+setMeta=false
+type=PLAYER
+
+[channel_6]
+autoRecue=0
+color_blue=255
+color_green=97
+color_red=0
+hwControl=1
+metaMode=0
+metaText=\0
+name=Bett 2
+position=6
+setMeta=false
+type=PLAYER
+
+[channel_7]
+color_blue=70
+color_green=85
+color_red=255
+hwControl=1
+metaMode=0
+metaText=\0
+name=Master Out
+position=8
+setMeta=false
+type=JACK
+
+[channel_8]
+color_blue=210
+color_green=120
+color_red=69
+hwControl=1
+metaMode=0
+metaText=\0
+name=Amarok
+position=6
+setMeta=false
+type=JACK
+
+[channel_9]
+color_blue=207
+color_green=124
+color_red=72
+hwControl=1
+metaMode=0
+metaText=\0
+name=Amarok
+position=6
+setMeta=false
+type=JACK
+
diff --git a/media-sound/radiomixer/radiomixer-1.1_rc1.ebuild b/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild
index b123c8dadd22..1a82464e73ea 100644
--- a/media-sound/radiomixer/radiomixer-1.1_rc1.ebuild
+++ b/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1.ebuild,v 1.1 2007/12/13 16:15:40 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/radiomixer/radiomixer-1.1_rc1-r1.ebuild,v 1.1 2007/12/26 01:35:24 jokey Exp $
inherit kde-functions eutils
@@ -91,6 +91,7 @@ src_compile() {
export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
einfo "Using QTDIR: '$QTDIR'."
+ # qcm, not autotools!
./configure ${myconf}
emake || die "emake failed"
@@ -98,4 +99,22 @@ src_compile() {
src_install() {
dobin bin/radiomixer || die "dobin failed"
+ if use jack; then
+ if use mad || use vorbis; then
+ insinto /usr/share/doc/${PF}
+ doins "${FILESDIR}"/radiomixer{rc,-patchbay.xml}
+ fi
+ fi
}
+
+pkg_postinst() {
+ if use jack; then
+ if use mad || use vorbis; then
+ elog "In your system docdir there is a sample config. Just stick"
+ elog "it into ~/.qt of the user you run it as, and take a look at"
+ elog "the sample patchbay file for qjackctl on how to connect it"
+ elog "in jack"
+ fi
+ fi
+}
+