diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-25 22:19:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-25 22:19:55 +0000 |
commit | e1cf1ac5947729a1d446b9cc9c1bc8cd6a7bc5d5 (patch) | |
tree | dbfa5d347ec572a898d6fa0a95fc7b7800b98112 /media-sound | |
parent | Fix dependencies for modular X. (diff) | |
download | historical-e1cf1ac5947729a1d446b9cc9c1bc8cd6a7bc5d5.tar.gz historical-e1cf1ac5947729a1d446b9cc9c1bc8cd6a7bc5d5.tar.bz2 historical-e1cf1ac5947729a1d446b9cc9c1bc8cd6a7bc5d5.zip |
Drop old version with broken PIC handling.
Package-Manager: portage-2529-svn
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ecasound/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/ecasound/Manifest | 12 | ||||
-rw-r--r-- | media-sound/ecasound/ecasound-2.3.3.ebuild | 90 | ||||
-rw-r--r-- | media-sound/ecasound/files/digest-ecasound-2.3.3 | 1 |
4 files changed, 9 insertions, 99 deletions
diff --git a/media-sound/ecasound/ChangeLog b/media-sound/ecasound/ChangeLog index d4c769a1adaf..b5d3bffadc35 100644 --- a/media-sound/ecasound/ChangeLog +++ b/media-sound/ecasound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ecasound # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.36 2006/01/25 20:43:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.37 2006/01/25 22:19:55 flameeyes Exp $ + + 25 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> -ecasound-2.3.3.ebuild: + Drop old version with broken PIC handling. 25 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> ecasound-2.4.3.ebuild: Stable on sparc wrt #115259 diff --git a/media-sound/ecasound/Manifest b/media-sound/ecasound/Manifest index 25e5536b7d17..3ad6d8d77e80 100644 --- a/media-sound/ecasound/Manifest +++ b/media-sound/ecasound/Manifest @@ -1,16 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 6f011f4e77151f649f8d9e47a27dc44d ChangeLog 5806 -MD5 f6388cadb4f92585f4b64e0352b71eee ecasound-2.3.3.ebuild 2786 +MD5 2fa39e916ca3f6f2c4086647d07306cc ChangeLog 5930 MD5 fae03f9d40ebe2d0641f5c587e09fc57 ecasound-2.4.3.ebuild 3093 -MD5 92bd0b879f6e514225f5db2a2d474688 files/digest-ecasound-2.3.3 66 MD5 c060e437668b796937fe7f25d200d092 files/digest-ecasound-2.4.3 67 MD5 eadab3941f136b871837953c9d1472d5 metadata.xml 753 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFD1+MjKRy60XGEcJIRAq4ZAJoCWHU5sdWe7IgFLoT4u+vQZe2NCACfYPme -4/iBQy/VXC80HxBcea1mN2k= -=sG91 +iD8DBQFD1/mbAiZjviIA2XgRAiDSAKCsLr+TPHB46D033oL2XeLhKpdhZQCffu4r +4Lyjw78gW9q921pc6aJg1cg= +=SeMb -----END PGP SIGNATURE----- diff --git a/media-sound/ecasound/ecasound-2.3.3.ebuild b/media-sound/ecasound/ecasound-2.3.3.ebuild deleted file mode 100644 index 96a9868dd2f6..000000000000 --- a/media-sound/ecasound/ecasound-2.3.3.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.3.3.ebuild,v 1.13 2005/12/26 14:42:15 lu_zero Exp $ - -IUSE="ncurses arts alsa python oss mikmod vorbis jack audiofile" - -DESCRIPTION="A package for multitrack audio processing" -SRC_URI="http://ecasound.seul.org/download/${P}.tar.gz" -HOMEPAGE="http://eca.cx/" -LICENSE="GPL-2" - -SLOT="1" -KEYWORDS="x86 sparc ~ppc amd64" - -DEPEND="jack? ( media-sound/jack-audio-connection-kit ) - media-libs/ladspa-sdk - audiofile? ( media-libs/audiofile ) - alsa? ( media-libs/alsa-lib ) - vorbis? ( media-libs/libvorbis ) - arts? ( kde-base/arts ) - mikmod? ( 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} - - sed -i 's:map.h:map:g' configure -} - -src_compile () { - local myconf - - use jack || myconf="$myconf --disable-jack" - 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" - - use amd64 && myconf="${myconf} --with-pic" - - 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 FAQ BUGS NEWS README TODO - dohtml `find Documentation -name "*.html"` - dodoc Documentation/edi-list.txt -} diff --git a/media-sound/ecasound/files/digest-ecasound-2.3.3 b/media-sound/ecasound/files/digest-ecasound-2.3.3 deleted file mode 100644 index ef6f9a6a5bb9..000000000000 --- a/media-sound/ecasound/files/digest-ecasound-2.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 6db220e7d179e5a07ca27379ba23e517 ecasound-2.3.3.tar.gz 959967 |