--- mixxx-1.3.2.ebuild 2004-10-08 09:18:21.000000000 +0200 +++ mixxx-1.4.ebuild 2004-10-12 15:47:59.000000000 +0200 @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.3.2.ebuild,v 1.2 2004/10/08 07:18:21 eradicator Exp $ +# $Header: /usr/local/portage/media-sound/mixxx/RCS/mixxx-1.4.ebuild,v 1.2 2004/10/12 13:47:50 root Exp root $ -IUSE="jack" +IUSE="alsa jack" inherit eutils @@ -40,7 +40,7 @@ } src_compile() { - ./configure `use_enable jack Jack` || die "configure failed" + ./configure `use_enable alsa Alsa` `use_enable jack Jack` || die "configure failed" sed -i -e "s/CFLAGS *= -pipe -w -O2/CFLAGS = ${CFLAGS} -w/" \ -e "s/CXXFLAGS *= -pipe -w -O2/CXXFLAGS = ${CXXFLAGS} -w/" Makefile @@ -53,5 +53,5 @@ make COPY_FILE="cp -fpr" \ INSTALL_ROOT="${D}" install || die "make install failed" - dodoc ../README ../Mixxx-Manual.pdf + dodoc ../README ../README.ALSA ../Mixxx-Manual.pdf }