summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-10 15:17:29 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-10 15:17:29 +0000
commitbbf5433acb87cb77274a0a0526c05e762cbfcc44 (patch)
tree2153cc3bdfa10f745ed4c4103578a89ac8e0bd47 /media-sound/sox
parent*** empty log message *** (diff)
downloadhistorical-bbf5433acb87cb77274a0a0526c05e762cbfcc44.tar.gz
historical-bbf5433acb87cb77274a0a0526c05e762cbfcc44.tar.bz2
historical-bbf5433acb87cb77274a0a0526c05e762cbfcc44.zip
*** empty log message ***
Diffstat (limited to 'media-sound/sox')
-rw-r--r--media-sound/sox/files/digest-sox-12.161
-rw-r--r--media-sound/sox/files/digest-sox-12.171
-rw-r--r--media-sound/sox/sox-12.17.ebuild (renamed from media-sound/sox/sox-12.16.ebuild)11
3 files changed, 7 insertions, 6 deletions
diff --git a/media-sound/sox/files/digest-sox-12.16 b/media-sound/sox/files/digest-sox-12.16
deleted file mode 100644
index 900c9d4c5ca6..000000000000
--- a/media-sound/sox/files/digest-sox-12.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 704e897a71213565c3c46cc17176b247 sox-12.16.tar.gz
diff --git a/media-sound/sox/files/digest-sox-12.17 b/media-sound/sox/files/digest-sox-12.17
new file mode 100644
index 000000000000..765e284c7ddc
--- /dev/null
+++ b/media-sound/sox/files/digest-sox-12.17
@@ -0,0 +1 @@
+MD5 4d3b2b60578a25b351c2385f40df742a sox-12.17.tar.gz
diff --git a/media-sound/sox/sox-12.16.ebuild b/media-sound/sox/sox-12.17.ebuild
index 6e74b763f07d..2312aa1a0276 100644
--- a/media-sound/sox/sox-12.16.ebuild
+++ b/media-sound/sox/sox-12.17.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.16.ebuild,v 1.2 2000/08/16 04:38:10 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-12.17.ebuild,v 1.1 2000/09/10 15:17:29 achim Exp $
-P=sox-12.16
A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="The swiss army knife of sound processing programs"
-SRC_URI="http://metalab.unc.edu/pub/Linux/apps/sound/convert/${A}"
+SRC_URI="http://download.sourceforge.net/sox/${A}"
HOMEPAGE="http://home.sprynet.com/~cgabwell/sox.html"
@@ -15,7 +14,7 @@ src_compile() {
cd ${S}
./configure --prefix=/usr --host=${CHOST} \
- --enable-fast-ulaw --enable-fast-alaw
+ --enable-fast-ulaw --enable-fast-alaw --with-alsa-dsp
make
}
@@ -26,8 +25,10 @@ src_install () {
into /usr
dobin sox
doman sox.1
- dodoc CHEAT README sox.txt TIPS TODO
+ dodoc Changelog Copyright README TODO *.txt
}
+
+