[proaudio] xwax-0.3 & alsa |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
Hi! I'm trying to make the ebuild with the alsa support of this sotware. Note that it's my first try, please, be kind :-). I had to add the alsa option, hope it works fine... Looks like it compiles fine and run on my machine. I don't know how to add it to the overlay, so here is my ebuild attach. Do you need something else? Digest or manifest? Cheers Yves aka kolt' -- "C'est l'incertitude qui nous charme. Tout devient merveilleux dans la brume." Oscar Wilde |
# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="open source vinyl emulation" HOMEPAGE="http://www.pogo.org.uk/xwax/" SRC_URI="http://www.pogo.org.uk/xwax/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="aac alsa cdparanoia ffmpeg mp3 vorbis" DEPEND="media-libs/libsdl media-libs/sdl-ttf" RDEPEND="${DEPEND} aac? ( media-libs/faad2 ) cdparanoia? ( media-sound/cdparanoia ) ffmpeg? ( media-video/ffmpeg ) flac? ( media-libs/flac ) mp3? ( media-sound/mpg123 ) vorbis? ( media-sound/vorbis-tools )" src_compile() { econf \ $(use_enable alsa) \ || die "Error: econf failed!" emake || die "Make failed" } src_install() { dobin xwax xwax_import || die "dobin failed" dodoc README }
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |