summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libmpeg2')
-rw-r--r--media-libs/libmpeg2/files/digest-libmpeg2-0.3.01
-rw-r--r--media-libs/libmpeg2/libmpeg2-0.3.0.ebuild58
-rw-r--r--media-libs/libmpeg2/libmpeg2-0.3.1.ebuild4
3 files changed, 2 insertions, 61 deletions
diff --git a/media-libs/libmpeg2/files/digest-libmpeg2-0.3.0 b/media-libs/libmpeg2/files/digest-libmpeg2-0.3.0
deleted file mode 100644
index 10c6b1c4baaa..000000000000
--- a/media-libs/libmpeg2/files/digest-libmpeg2-0.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8c254ce0a582fd7d35c04f93e06ab994 mpeg2dec-0.3.0.tar.gz 321815
diff --git a/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild b/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild
deleted file mode 100644
index 5d9334e6cef9..000000000000
--- a/media-libs/libmpeg2/libmpeg2-0.3.0.ebuild
+++ /dev/null
@@ -1,58 +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-libs/libmpeg2/libmpeg2-0.3.0.ebuild,v 1.3 2003/01/11 18:26:44 seemant Exp $
-
-IUSE="sdl X"
-
-inherit libtool
-
-# this build doesn't play nice with -maltivec (gcc 3.2 only option) on ppc
-inherit flag-o-matic || die "I lost my inheritance"
-filter-flags "-maltivec -mabi=altivec -fPIC"
-
-MY_P="${P/libmpeg2/mpeg2dec}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="library for decoding mpeg-2 and mpeg-1 video"
-SRC_URI="http://libmpeg2.sourceforge.net/files/${MY_P}.tar.gz"
-HOMEPAGE="http://libmpeg2.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc"
-
-DEPEND="sdl? ( media-libs/libsdl )
- X? ( virtual/x11 )"
-
-
-src_unpack() {
- unpack ${A}
-
- # get rid of the -mcpu
- cd ${S} ; cp configure configure.orig
- sed -e 's:OPT_CFLAGS=\"$CFLAGS -mcpu=.*\":OPT_CFLAGS=\"$CFLAGS\":g' \
- configure.orig > configure
-}
-
-src_compile() {
- elibtoolize
-
- local myconf=""
-
- use sdl \
- && myconf="${myconf} --enable-sdl" \
- || myconf="${myconf} --disable-sdl"
-
- use X && myconf="${myconf} --with-x" \
- || myconf="${myconf} --without-x"
-
- econf --enable-shared \
- ${myconf} || die "./configure failed"
- emake || make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
-
diff --git a/media-libs/libmpeg2/libmpeg2-0.3.1.ebuild b/media-libs/libmpeg2/libmpeg2-0.3.1.ebuild
index 4af46fc86320..b8237a020208 100644
--- a/media-libs/libmpeg2/libmpeg2-0.3.1.ebuild
+++ b/media-libs/libmpeg2/libmpeg2-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.3.1.ebuild,v 1.1 2003/01/14 16:10:20 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.3.1.ebuild,v 1.2 2003/02/09 15:21:56 foser Exp $
IUSE="sdl X"
@@ -17,7 +17,7 @@ HOMEPAGE="http://libmpeg2.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~ppc"
+KEYWORDS="x86 ~sparc ~ppc"
DEPEND="sdl? ( media-libs/libsdl )
X? ( virtual/x11 )"