Find attached the ebuilds for media-sound/zita-ajbridge and the needed dependency media-libs/zita-alsa-pcmi which are both to be found on http://kokkinizita.linuxaudio.org/linuxaudio/downloads/
The attached Makefile.patch needs to go into
$PORTDIR/media-libs/zita-alsa-pcmi/files
Not the most beautiful ebuilbs but htey do work :)
Best regards,
Jannis
# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit eutils DESCRIPTION="Zita ALSA audio API" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/" SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${PN}-${PV}.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~amd64" DEPEND="media-libs/alsa-lib" src_prepare() { mv libs/* . epatch ${FILESDIR}/Makefile.patch }
Makefile.patch
Description: application/mbox
# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 DESCRIPTION="Zita ALSA to JACK (and the other way round) bridge" HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/" SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${PN}-${PV}.tar.bz2" LICENSE="GPL3" SLOT="0" KEYWORDS="~amd64" DEPEND="media-libs/zita-alsa-pcmi" src_prepare() { mv source/* . sed -i 's_/usr/local_/usr_g' Makefile }
