summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-05 00:13:01 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-05 00:13:01 +0000
commitf9fa23b77d38139ea1a288a46c005f9a68abeacb (patch)
tree72369af465f1dbf0a935b79ae9dfe0b9d46b7a0a /media-sound
parent*** empty log message *** (diff)
downloadhistorical-f9fa23b77d38139ea1a288a46c005f9a68abeacb.tar.gz
historical-f9fa23b77d38139ea1a288a46c005f9a68abeacb.tar.bz2
historical-f9fa23b77d38139ea1a288a46c005f9a68abeacb.zip
*** empty log message ***
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild41
-rw-r--r--media-sound/alsa-utils/files/digest-alsa-utils-0.5.8-r11
-rw-r--r--media-sound/lame/lame-3.86b.ebuild4
3 files changed, 2 insertions, 44 deletions
diff --git a/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild
deleted file mode 100644
index b022777776af..000000000000
--- a/media-sound/alsa-utils/alsa-utils-0.5.8-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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/alsa-utils/alsa-utils-0.5.8-r1.ebuild,v 1.3 2000/09/15 20:09:04 drobbins Exp $
-
-P=alsa-utils-0.5.8
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Advanced Linux Sound Architecture / Utils"
-SRC_URI="ftp://ftp.alsa-project.org/pub/utils/"${A}
-HOMEPAGE="http://www.alsa-project.org/"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
- try make
-
-}
-
-src_install() {
- cd ${S}/aplay
- cd aplay
- cp Makefile Makefile.orig
- sed -e "s:cd \$(bindir):cd \$(DESTDIR)\$(bindir):" \
- sed -e "s:cd \$(mandir):cd \$(DESTDIR)\$(mandir):" \
- Makefile.orig > Makefile
- cd ${S}
- try make DESTDIR=${D} install
- dodoc ChangeLog COPYING README
- newdoc alsamixer/README README.alsamixer
- dodoc seq/aconnect/README* seq/aseqnet/README*
- prepman
-}
-
-
-
-
diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.5.8-r1 b/media-sound/alsa-utils/files/digest-alsa-utils-0.5.8-r1
deleted file mode 100644
index 9a292705cc89..000000000000
--- a/media-sound/alsa-utils/files/digest-alsa-utils-0.5.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 610313825dc5ef8ca25f94b10028ec93 alsa-utils-0.5.8.tar.bz2
diff --git a/media-sound/lame/lame-3.86b.ebuild b/media-sound/lame/lame-3.86b.ebuild
index a526b031e9ed..28613653b1c4 100644
--- a/media-sound/lame/lame-3.86b.ebuild
+++ b/media-sound/lame/lame-3.86b.ebuild
@@ -1,14 +1,14 @@
# 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/lame/lame-3.86b.ebuild,v 1.2 2000/09/15 20:09:04 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.86b.ebuild,v 1.3 2000/10/05 00:13:01 achim Exp $
P=lame-3.86b
A=lame3.86beta.tar.gz
S=${WORKDIR}/lame3.86
CATEGORY="media-sound"
DESCRIPTION="LAME Ain't an Mp3 Encoder"
-SRC_URI="http://www.sulaco.org/mp3/download/beta/${A}"
+SRC_URI="http://lame.sourceforge.net/download/beta/${A}"
HOMEPAGE="http://www.sulaco.org/mp3/"
src_unpack () {