[proaudio] Live ebuild for jack-stdout |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
Hi, Robin Gareus announced this new application, and as I wanted to try it I made this live ebuild. Seems to work OK here (amd64). I hope it can be useful for someone else.. Best regards, Natanael. -------- Original Message --------
Hya, I've just brought jack-stdout up to scratch. jack-stdout captures audio from one or more JACK audio-ports and writes raw data to standard-output. It can write signed/unsigned 16/24bit integer and 32bit floating-point data, both big/little endian. * http://rg42.org/oss/jackstdout/ * git://rg42.org/jack-stdout example usage - live stream from JACK: jack-stdout system:capture_1 system:capture_2 \ | oggenc -r -R 48000 -B 16 -C 2 - \ | tee /tmp/recording.ogg \ | oggfwd -p -n "my live stream" localhost 5900 hackme live.ogg have fun, robin _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/listinfo/linux-audio-user |
Index: media-sound/jack-stdout/Manifest =================================================================== --- media-sound/jack-stdout/Manifest (revision 0) +++ media-sound/jack-stdout/Manifest (revision 0) @@ -0,0 +1 @@ +EBUILD jack-stdout-9999.ebuild 544 RMD160 121067b829e79cf729bb7713984c6ffe12df1426 SHA1 e5a0cd72c529b1afd003bc97610eb569892558c8 SHA256 598076616a3a1d5fa391abedddb6020e5933a871232ead0227e89289ca93001f Index: media-sound/jack-stdout/jack-stdout-9999.ebuild =================================================================== --- media-sound/jack-stdout/jack-stdout-9999.ebuild (revision 0) +++ media-sound/jack-stdout/jack-stdout-9999.ebuild (revision 0) @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +inherit git + +DESCRIPTION="jack-stdout captures audio from one or more JACK audio-ports and writes raw data to standard-output" +HOMEPAGE="http://rg42.org/oss/jackstdout/start" +EGIT_REPO_URI="git://rg42.org/jack-stdout" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="media-sound/jack-audio-connection-kit" +RDEPEND="${DEPEND}" + +src_install () { + emake install PREFIX="${D}"/usr || die "Installation failed" +} +
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |