diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 22:18:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 22:18:29 +0000 |
commit | f26b93901d7f98b5a4d833b0e8066a2192704956 (patch) | |
tree | dcc52b65f4e32e22880e67465805a4a7582576ae /media-sound/ecasound | |
parent | USE fix (diff) | |
download | historical-f26b93901d7f98b5a4d833b0e8066a2192704956.tar.gz historical-f26b93901d7f98b5a4d833b0e8066a2192704956.tar.bz2 historical-f26b93901d7f98b5a4d833b0e8066a2192704956.zip |
USE flag fix
Diffstat (limited to 'media-sound/ecasound')
-rw-r--r-- | media-sound/ecasound/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/ecasound/ecasound-2.0.4.ebuild | 6 | ||||
-rw-r--r-- | media-sound/ecasound/ecasound-2.2.0.ebuild | 6 | ||||
-rw-r--r-- | media-sound/ecasound/ecasound-2.2.0_rc1.ebuild | 92 | ||||
-rw-r--r-- | media-sound/ecasound/files/digest-ecasound-2.2.0_rc1 | 1 |
5 files changed, 13 insertions, 101 deletions
diff --git a/media-sound/ecasound/ChangeLog b/media-sound/ecasound/ChangeLog index 67ec533cce55..af0eeb394683 100644 --- a/media-sound/ecasound/ChangeLog +++ b/media-sound/ecasound/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for media-sound/ecasound-2.0.4.ebuild # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.5 2003/02/12 07:27:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.6 2003/03/25 22:18:29 seemant Exp $ *ecasound-2.2.0 (29 Jan 2003) @@ -25,7 +25,12 @@ Thanks to Paul Thompson <thompson@pobox.com> for contribution and minor ebuild cleanups. Closes bug #12381. -*ecasound-2.0.4.ebuild (04 Aug 2002) +*ecasound-2.0.4 (04 Aug 2002) + + 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> ecasound-2.0.4.ebuild, + ecasound-2.2.0.ebuild, ecasound-2.2.0_rc1.ebuild, ecasound-2.2.0_rc1.ebuild: + libmikmod to mikmod in USE, ffs, please check use.desc before adding flags + haphazardly 04 Aug 2002; Michael Nazaroff <naz@gentoo.org> ecasound-2.0.4.ebuild: diff --git a/media-sound/ecasound/ecasound-2.0.4.ebuild b/media-sound/ecasound/ecasound-2.0.4.ebuild index 131eb4d0bf0c..f300eda0a583 100644 --- a/media-sound/ecasound/ecasound-2.0.4.ebuild +++ b/media-sound/ecasound/ecasound-2.0.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.0.4.ebuild,v 1.5 2003/02/13 13:10:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.0.4.ebuild,v 1.6 2003/03/25 22:18:29 seemant Exp $ -IUSE="ncurses arts alsa python oss libmikmod audiofile oggvorbis" +IUSE="ncurses arts alsa python oss mikmod audiofile oggvorbis" S=${WORKDIR}/${P} DESCRIPTION="A package for multitrack audio processing" @@ -19,7 +19,7 @@ DEPEND="virtual/glibc oggvorbis? ( media-libs/libvorbis ) arts? ( kde-base/arts ) audiofile? ( media-libs/audiofile ) - libmikmod? ( media-libs/libmikmod ) + mikmod? ( media-libs/libmikmod ) python? ( dev-lang/python ) ncurses? ( sys-libs/ncurses )" diff --git a/media-sound/ecasound/ecasound-2.2.0.ebuild b/media-sound/ecasound/ecasound-2.2.0.ebuild index 0717cfebc939..1f64501b8deb 100644 --- a/media-sound/ecasound/ecasound-2.2.0.ebuild +++ b/media-sound/ecasound/ecasound-2.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.2.0.ebuild,v 1.2 2003/02/13 13:10:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.2.0.ebuild,v 1.3 2003/03/25 22:18:29 seemant Exp $ -IUSE="ncurses arts alsa python oss libmikmod audiofile oggvorbis" +IUSE="ncurses arts alsa python oss mikmod audiofile oggvorbis" S=${WORKDIR}/${P} DESCRIPTION="A package for multitrack audio processing" @@ -20,7 +20,7 @@ DEPEND="virtual/glibc oggvorbis? ( media-libs/libvorbis ) arts? ( kde-base/arts ) audiofile? ( media-libs/audiofile ) - libmikmod? ( media-libs/libmikmod ) + mikmod? ( media-libs/libmikmod ) python? ( dev-lang/python ) ncurses? ( sys-libs/ncurses )" diff --git a/media-sound/ecasound/ecasound-2.2.0_rc1.ebuild b/media-sound/ecasound/ecasound-2.2.0_rc1.ebuild deleted file mode 100644 index f6c414d748a5..000000000000 --- a/media-sound/ecasound/ecasound-2.2.0_rc1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.2.0_rc1.ebuild,v 1.3 2003/02/13 13:10:18 vapier Exp $ - -IUSE="ncurses arts alsa python oss libmikmod audiofile oggvorbis" - -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} -DESCRIPTION="A package for multitrack audio processing" -SRC_URI="http://ecasound.seul.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://eca.cx/" -LICENSE="GPL-2" - -SLOT="1" -KEYWORDS="~x86" - -DEPEND="virtual/glibc - virtual/jack - media-libs/ladspa-sdk - alsa? ( media-libs/alsa-lib ) - oggvorbis? ( media-libs/libvorbis ) - arts? ( kde-base/arts ) - audiofile? ( media-libs/audiofile ) - libmikmod? ( media-libs/libmikmod ) - python? ( dev-lang/python ) - ncurses? ( sys-libs/ncurses )" - -# We don't make RDEPEND for vorbis-tools, mpg123/mpg321, timidity++ or lame -- no -# use flags for them. - -src_unpack() { - - unpack ${A} - cd ${S} - cp configure 1 - sed -e 's:map.h:map:g' 1 > configure - -} - -src_compile () { - local myconf - - use alsa || myconf="$myconf --disable-alsa" - use arts || myconf="$myconf --disable-arts" - use ncurses || myconf="$myconf --disable-ncurses" - use audiofile || myconf="$myconf --disable-audiofile" - use oss || myconf="$myconf --disable-oss" - - if use python; then - # - # ecasound is braindead about finding python includes/libdirs and - # about where to install modules. Luckily, it allows us to specify - # all this. - # - local python_version python_prefix python_includes python_modules - python_version="`python -c 'import sys; print sys.version[:3]'`" - python_prefix="`python -c 'import sys; print sys.prefix'`" - - python_includes="$python_prefix/include/python$python_version" - python_modules="$python_prefix/lib/python$python_version" - - # ecasound configure assumes `disable' if you pass - # --(enable|disable)-pyecasound. *sigh* - #myconf="$myconf --enable-pyecasound" - - myconf="$myconf --with-python-includes=$python_includes" - myconf="$myconf --with-python-modules=$python_modules" - else - myconf="$myconf --disable-pyecasound" - fi - - einfo "configuring with ${myconf}" - econf ${myconf} || die "configure failed" - make || die "build failed" -} - -src_install () { - make DESTDIR=${D} install || die - - if use python; then - cd pyecasound || die - python -c "import compileall; compileall.compile_dir('.')" || die - python -O -c "import compileall; compileall.compile_dir('.')" || die - python_sitepkgsdir="`python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/site-packages/')"`" - install *.pyc *.pyo "${D}/${python_sitepkgsdir}" - cd .. - fi - - dodoc INSTALL FAQ BUGS COPYING NEWS README TODO - dohtml `find Documentation -name "*.html"` - dodoc Documentation/edi-list.txt -} diff --git a/media-sound/ecasound/files/digest-ecasound-2.2.0_rc1 b/media-sound/ecasound/files/digest-ecasound-2.2.0_rc1 deleted file mode 100644 index 434c1024610a..000000000000 --- a/media-sound/ecasound/files/digest-ecasound-2.2.0_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5b830775c30e4cb58f0bda1365c69146 ecasound-2.2.0-rc1.tar.gz 890897 |