summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-12 08:20:27 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-12 08:20:27 +0000
commitda68cdc32d8d42b0837ce08fd7c78e956196ba9a (patch)
tree558c2e040d0e9aa1f8eac80b49e2d6fdf5a6e779 /media-sound/lame
parentStable amd64, sparc, x86. (Manifest recommit) (diff)
downloadgentoo-2-da68cdc32d8d42b0837ce08fd7c78e956196ba9a.tar.gz
gentoo-2-da68cdc32d8d42b0837ce08fd7c78e956196ba9a.tar.bz2
gentoo-2-da68cdc32d8d42b0837ce08fd7c78e956196ba9a.zip
Cleaning out old versions.
Diffstat (limited to 'media-sound/lame')
-rw-r--r--media-sound/lame/ChangeLog6
-rw-r--r--media-sound/lame/files/digest-lame-3.921
-rw-r--r--media-sound/lame/files/digest-lame-3.93.1-r11
-rw-r--r--media-sound/lame/files/lame-3.91-gcc3.diff11
-rw-r--r--media-sound/lame/lame-3.92.ebuild63
-rw-r--r--media-sound/lame/lame-3.93.1-r1.ebuild61
6 files changed, 5 insertions, 138 deletions
diff --git a/media-sound/lame/ChangeLog b/media-sound/lame/ChangeLog
index baca85b17f90..50f12b92ccdd 100644
--- a/media-sound/lame/ChangeLog
+++ b/media-sound/lame/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lame
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.53 2004/11/11 23:34:48 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/ChangeLog,v 1.54 2004/11/12 08:20:27 eradicator Exp $
+
+ 12 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ -files/lame-3.91-gcc3.diff, -lame-3.92.ebuild, -lame-3.93.1-r1.ebuild:
+ Cleaning out old versions.
12 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> lame-3.96.1.ebuild:
Stable on alpha.
diff --git a/media-sound/lame/files/digest-lame-3.92 b/media-sound/lame/files/digest-lame-3.92
deleted file mode 100644
index b78e0c4d310a..000000000000
--- a/media-sound/lame/files/digest-lame-3.92
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4e1b83a7b08636d2ef43711e4c74d3a9 lame-3.92.tar.gz 970894
diff --git a/media-sound/lame/files/digest-lame-3.93.1-r1 b/media-sound/lame/files/digest-lame-3.93.1-r1
deleted file mode 100644
index bc8392a0b0e7..000000000000
--- a/media-sound/lame/files/digest-lame-3.93.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1b79c08045eafc55e24ebd38d9e84329 lame-3.93.1.tar.gz 1037603
diff --git a/media-sound/lame/files/lame-3.91-gcc3.diff b/media-sound/lame/files/lame-3.91-gcc3.diff
deleted file mode 100644
index 0abfdbd2ae4c..000000000000
--- a/media-sound/lame/files/lame-3.91-gcc3.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- lame-3.91/frontend/rtp.h_copy 2002-04-06 15:37:29.000000000 +0200
-+++ lame-3.91/frontend/rtp.h 2002-04-06 15:36:58.000000000 +0200
-@@ -26,7 +26,7 @@
- int makesocket(char *szAddr,unsigned short port,unsigned char TTL,struct sockaddr_in *sSockAddr);
- void rtp_output(const char *mp3buffer,int mp3size);
-
--#ifdef 0
-+#if 0
- int rtp_send (
- SOCKET s,
- struct rtpheader *foo,
diff --git a/media-sound/lame/lame-3.92.ebuild b/media-sound/lame/lame-3.92.ebuild
deleted file mode 100644
index 54a39dc60581..000000000000
--- a/media-sound/lame/lame-3.92.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.92.ebuild,v 1.22 2004/07/28 17:04:09 agriffis Exp $
-
-inherit libtool
-
-DESCRIPTION="LAME Ain't an MP3 Encoder"
-HOMEPAGE="http://www.mp3dev.org/mp3/"
-SRC_URI="mirror://sourceforge/lame/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
-IUSE="gtk debug" #oggvorbis
-
-DEPEND="virtual/libc
- x86? ( dev-lang/nasm )
- >=sys-libs/ncurses-5.2
- gtk? ( =x11-libs/gtk+-1.2* )"
-# oggvorbis? ( >=media-libs/libvorbis-1.0_rc3 )"
-# Oggvorbis support breaks with -rc3
-RDEPEND="virtual/libc
- >=sys-libs/ncurses-5.2
- gtk? ( =x11-libs/gtk+-1.2* )"
-# oggvorbis? ( >=media-libs/libvorbis-1.0_rc3 )"
-
-src_compile() {
- elibtoolize
-
- local myconf=""
-# if use oggvorbis ; then
-# myconf="${myconf} --with-vorbis"
-# myconf="${myconf} --without-vorbis"
-# else
- myconf="${myconf} --without-vorbis"
-# fi
- if use gtk ; then
- myconf="${myconf} --enable-mp3x"
- fi
- use debug \
- && myconf="${myconf} --enable-debug=yes" \
- || myconf="${myconf} --enable-debug=no"
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --enable-shared \
- --enable-nasm \
- --enable-mp3rtp \
- --enable-extopt=full \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- pkghtmldir=${D}/usr/share/doc/${PF}/html \
- install || die
-
- dodoc API COPYING HACKING PRESETS.draft LICENSE README* TODO USAGE
- dohtml misc/lameGUI.html Dll/LameDLLInterface.htm
-}
diff --git a/media-sound/lame/lame-3.93.1-r1.ebuild b/media-sound/lame/lame-3.93.1-r1.ebuild
deleted file mode 100644
index 013e5db57048..000000000000
--- a/media-sound/lame/lame-3.93.1-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.93.1-r1.ebuild,v 1.17 2004/07/28 17:04:09 agriffis Exp $
-
-inherit flag-o-matic gcc
-
-DESCRIPTION="LAME Ain't an MP3 Encoder"
-HOMEPAGE="http://www.mp3dev.org/mp3/"
-SRC_URI="mirror://sourceforge/lame/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64"
-IUSE="gtk debug"
-
-RDEPEND=">=sys-libs/ncurses-5.2
- gtk? ( =x11-libs/gtk+-1.2* )"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )"
-
-src_unpack() {
- unpack ${A}
-
- # fix gtk detection
- sed -i -e "s:gtk12-config:gtk-config:" ${S}/configure
-}
-
-# this release completely removed oggvorbis support as it was too outdated.
-src_compile() {
- # take out -fomit-frame-pointer from CFLAGS if k6-2
- is-flag "-march=k6-3" && filter-flags "-fomit-frame-pointer"
- is-flag "-march=k6-2" && filter-flags "-fomit-frame-pointer"
- is-flag "-march=k6" && filter-flags "-fomit-frame-pointer"
-
- [ "`gcc-fullversion`" == "3.3.2" ] && replace-flags -march=2.0 -march=1.0
-
- local myconf=""
- if use gtk; then
- myconf="${myconf} --enable-mp3x"
- fi
-
- use debug \
- && myconf="${myconf} --enable-debug=yes" \
- || myconf="${myconf} --enable-debug=no"
-
- econf \
- --enable-shared \
- --enable-nasm \
- --enable-mp3rtp \
- --enable-extopt=full \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} pkghtmldir=${D}/usr/share/doc/${PF}/html install || die
-
- dodoc API COPYING HACKING PRESETS.draft LICENSE README* TODO USAGE
- dohtml misc/lameGUI.html Dll/LameDLLInterface.htm
-}