diff options
author | 2002-12-21 06:02:00 +0000 | |
---|---|---|
committer | 2002-12-21 06:02:00 +0000 | |
commit | 299b1c37347d6a14b64e87f06e1f5ae042bfd4c2 (patch) | |
tree | d5036d14fcdc638221670dcbca02b1910ffa687f /media-sound/sox | |
parent | Install soxmix executable. (diff) | |
download | gentoo-2-299b1c37347d6a14b64e87f06e1f5ae042bfd4c2.tar.gz gentoo-2-299b1c37347d6a14b64e87f06e1f5ae042bfd4c2.tar.bz2 gentoo-2-299b1c37347d6a14b64e87f06e1f5ae042bfd4c2.zip |
The -r3 is no different in any way, just installes some files missing
from -r2.
Diffstat (limited to 'media-sound/sox')
-rw-r--r-- | media-sound/sox/files/digest-sox-12.17.3-r2 | 1 | ||||
-rw-r--r-- | media-sound/sox/sox-12.17.3-r2.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/media-sound/sox/files/digest-sox-12.17.3-r2 b/media-sound/sox/files/digest-sox-12.17.3-r2 deleted file mode 100644 index 32e2ece0bd4f..000000000000 --- a/media-sound/sox/files/digest-sox-12.17.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 1b9998387616ce0638c8edd1145f9932 sox-12.17.3.tar.gz 405660 diff --git a/media-sound/sox/sox-12.17.3-r2.ebuild b/media-sound/sox/sox-12.17.3-r2.ebuild deleted file mode 100644 index fab28ad68f5f..000000000000 --- a/media-sound/sox/sox-12.17.3-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.3-r2.ebuild,v 1.4 2002/12/09 04:26:14 manson Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="The swiss army knife of sound processing programs" -HOMEPAGE="http://sox.sourceforge.net" -SRC_URI="http://download.sourceforge.net/sox/${P}.tar.gz" - -KEYWORDS="x86 ppc alpha ~sparc " -SLOT="0" -LICENSE="LPGL-2.1" - -DEPEND="virtual/glibc" - -src_compile () { - # Looks like support for alsa09's dsp is broken in sox; - # disabling it for now. Note that even when this is fixed, - # then we should check for USE=alsa and set --without-alsa-dsp - # appropriately. - econf --enable-fast-ulaw --enable-fast-alaw --without-alsa-dsp || die - emake || die -} - -src_install () { - into /usr - dobin sox play soxeffect - doman sox.1 soxexam.1 - dodoc Changelog Copyright README TODO *.txt -} - -pkg_postinst () { - # the rec binary doesnt exist anymore - if([ ! -e /usr/bin/rec ]) then - ln -s /usr/bin/play /usr/bin/rec - fi -} |