diff options
author | Frank van de Pol <fvdpol@gentoo.org> | 2006-07-08 16:08:25 +0000 |
---|---|---|
committer | Frank van de Pol <fvdpol@gentoo.org> | 2006-07-08 16:08:25 +0000 |
commit | 052581daf11753bcd2291a66f3ff864a1cc167f1 (patch) | |
tree | c00f506f3176d1abd92559763955bab9ccda532b /media-sound/jack-audio-connection-kit | |
parent | redigest thanks to Marcel Campello Ferreira <marcel.o.bacharel@gmail.com>, Ra... (diff) | |
download | gentoo-2-052581daf11753bcd2291a66f3ff864a1cc167f1.tar.gz gentoo-2-052581daf11753bcd2291a66f3ff864a1cc167f1.tar.bz2 gentoo-2-052581daf11753bcd2291a66f3ff864a1cc167f1.zip |
Fixed scons dependency (closes bug 131454); version bump for netjack.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'media-sound/jack-audio-connection-kit')
-rw-r--r-- | media-sound/jack-audio-connection-kit/files/digest-jack-audio-connection-kit-0.101.1-r1 | 6 | ||||
-rw-r--r-- | media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild | 157 |
2 files changed, 163 insertions, 0 deletions
diff --git a/media-sound/jack-audio-connection-kit/files/digest-jack-audio-connection-kit-0.101.1-r1 b/media-sound/jack-audio-connection-kit/files/digest-jack-audio-connection-kit-0.101.1-r1 new file mode 100644 index 000000000000..fa4f3dc91e2e --- /dev/null +++ b/media-sound/jack-audio-connection-kit/files/digest-jack-audio-connection-kit-0.101.1-r1 @@ -0,0 +1,6 @@ +MD5 bb25f7c1da5d488b70edcf39ff5a39b2 jack-audio-connection-kit-0.101.1.tar.gz 724598 +RMD160 54bcb565419f032715a90ff79b056003e2fe7fef jack-audio-connection-kit-0.101.1.tar.gz 724598 +SHA256 4f0e89a83aaaf5b125389135ee4f321b22ffef19003749c138eb54974e2f5533 jack-audio-connection-kit-0.101.1.tar.gz 724598 +MD5 0f09c9f641609c71ca24a3b9b337a017 netjack-0.12rc1.tar.bz2 25634 +RMD160 4d41929aedb80a64964641f0de1e6a806b071015 netjack-0.12rc1.tar.bz2 25634 +SHA256 631ffe87f3631495bde730069b2529da668ab5993d6574dafbb60e50b5b9497e netjack-0.12rc1.tar.bz2 25634 diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild new file mode 100644 index 000000000000..d6e8f6f7a1ec --- /dev/null +++ b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild @@ -0,0 +1,157 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.101.1-r1.ebuild,v 1.1 2006/07/08 16:08:25 fvdpol Exp $ + +inherit flag-o-matic eutils multilib + +NETJACK=netjack-0.12rc1 + +DESCRIPTION="A low-latency audio server" +HOMEPAGE="http://www.jackaudio.org" +SRC_URI="mirror://sourceforge/jackit/${P}.tar.gz http://netjack.sourceforge.net/${NETJACK}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc-macos ~sh ~x86" +IUSE="altivec alsa caps coreaudio doc debug jack-tmpfs mmx oss portaudio sndfile sse netjack" + +RDEPEND="dev-util/pkgconfig + sndfile? ( >=media-libs/libsndfile-1.0.0 ) + sys-libs/ncurses + caps? ( sys-libs/libcap ) + portaudio? ( =media-libs/portaudio-18* ) + alsa? ( >=media-libs/alsa-lib-0.9.1 ) + !media-sound/jack-cvs" + +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen ) + netjack? ( dev-util/scons )" + + +pkg_setup() { + if ! use sndfile ; then + ewarn "sndfile not in USE flags. jack_rec will not be installed!" + fi + + if use caps; then + if [[ "${KV:0:3}" == "2.4" ]]; then + einfo "will build jackstart for 2.4 kernel" + else + einfo "using compatibility symlink for jackstart" + fi + fi + + if use netjack; then + einfo "including support for experimental netjack, see http://netjack.sourceforge.net/" + fi +} + +src_unpack() { + unpack ${A} + use netjack && unpack ${NETJACK}.tar.bz2 + cd ${S} + + # the docs option is in upstream, I'll leave the pentium2 foobage + # for the x86 folks...... kito@gentoo.org + + # Add doc option and fix --march=pentium2 in caps test + #epatch ${FILESDIR}/${PN}-doc-option.patch + + # compile and install jackstart, see #92895, #94887 + #if use caps ; then + # epatch ${FILESDIR}/${PN}-0.99.0-jackstart.patch + #fi + + epatch ${FILESDIR}/${PN}-transport.patch + epatch ${FILESDIR}/${PN}-mmap_complex.patch +} + +src_compile() { + local myconf + + sed -i "s/^CFLAGS=\$JACK_CFLAGS/CFLAGS=\"\$JACK_CFLAGS $(get-flag -march)\"/" configure + + use doc && myconf="--with-html-dir=/usr/share/doc/${PF}" + + if use jack-tmpfs; then + myconf="${myconf} --with-default-tmpdir=/dev/shm" + else + myconf="${myconf} --with-default-tmpdir=/var/run/jack" + fi + + if use userland_Darwin ; then + append-flags -fno-common + use altivec && append-flags -force_cpusubtype_ALL \ + -maltivec -mabi=altivec -mhard-float -mpowerpc-gfxopt + fi + + use sndfile && \ + export SNDFILE_CFLAGS="-I/usr/include" \ + export SNDFILE_LIBS="-L/usr/$(get_libdir) -lsndfile" + + econf \ + $(use_enable altivec) \ + $(use_enable alsa) \ + $(use_enable caps capabilities) $(use_enable caps stripped-jackd) \ + $(use_enable coreaudio) \ + $(use_enable debug) \ + $(use_enable doc html-docs) \ + $(use_enable mmx) \ + $(use_enable oss) \ + $(use_enable portaudio) \ + $(use_enable sse) $(use_enable sse dynsimd) \ + --with-pic \ + ${myconf} || die "configure failed" + emake || die "compilation failed" + + if use caps && [[ "${KV:0:3}" == "2.4" ]]; then + einfo "Building jackstart for 2.4 kernel" + cd ${S}/jackd + emake jackstart || die "jackstart build failed." + fi + + if use netjack; then + cd ${WORKDIR}/${NETJACK} + scons jack_source_dir=${S} + fi + +} + +src_install() { + make DESTDIR=${D} datadir=/usr/share/doc install || die + + if use caps; then + if [[ "${KV:0:3}" == "2.4" ]]; then + cd ${S}/jackd + dobin jackstart + else + dosym /usr/bin/jackd /usr/bin/jackstart + fi + fi + + if ! use jack-tmpfs; then + keepdir /var/run/jack + chmod 4777 ${D}/var/run/jack + fi + + if use doc; then + mv ${D}/usr/share/doc/${PF}/reference/html \ + ${D}/usr/share/doc/${PF}/ + + insinto /usr/share/doc/${PF} + doins -r ${S}/example-clients + else + rm -rf ${D}/usr/share/doc + fi + + rm -rf ${D}/usr/share/doc/${PF}/reference + + if use netjack; then + cd ${WORKDIR}/${NETJACK} + dobin alsa_in + dobin alsa_out + dobin jacknet_client + insinto /usr/lib/jack + doins jack_net.so + fi +} |