View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-2 / +3 lines)
 Lines 2-8    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.3.0.ebuild,v 1.1 2003/09/20 13:32:57 jje Exp $
# $Header: /home/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.3.0.ebuild,v 1.1 2003/09/20 13:32:57 jje Exp $
IUSE="ncurses arts alsa python oss mikmod oggvorbis"
IUSE="ncurses arts alsa python oss mikmod oggvorbis jack"
S=${WORKDIR}/${P}
S=${WORKDIR}/${P}
DESCRIPTION="A package for multitrack audio processing"
DESCRIPTION="A package for multitrack audio processing"
 Lines 14-20    Link Here 
KEYWORDS="~x86"
KEYWORDS="~x86"
DEPEND="virtual/glibc
DEPEND="virtual/glibc
       virtual/jack
       jack?           ( virtual/jack )
       media-libs/ladspa-sdk
       media-libs/ladspa-sdk
       media-libs/audiofile
       media-libs/audiofile
       alsa?           ( media-libs/alsa-lib )
       alsa?           ( media-libs/alsa-lib )
 Lines 39-44    Link Here 
src_compile () {
src_compile () {
       local myconf
       local myconf
       use jack || myconf="$myconf --disable-jack"
       use alsa || myconf="$myconf --disable-alsa"
       use alsa || myconf="$myconf --disable-alsa"
       use arts || myconf="$myconf --disable-arts"
       use arts || myconf="$myconf --disable-arts"
       use ncurses || myconf="$myconf --disable-ncurses"
       use ncurses || myconf="$myconf --disable-ncurses"