summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-24 20:13:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-24 20:13:47 +0000
commit6ae0355b503ec78759091c41a3df64fb61f011a8 (patch)
treea806dff6946cda618ac76d6eeb6aade046c34877 /media-video/avifile
parentFixes #1869. (diff)
downloadgentoo-2-6ae0355b503ec78759091c41a3df64fb61f011a8.tar.gz
gentoo-2-6ae0355b503ec78759091c41a3df64fb61f011a8.tar.bz2
gentoo-2-6ae0355b503ec78759091c41a3df64fb61f011a8.zip
removed the broken 0.7 version
Diffstat (limited to 'media-video/avifile')
-rw-r--r--media-video/avifile/avifile-0.7.20020412.ebuild87
-rw-r--r--media-video/avifile/files/digest-avifile-0.7.200204121
2 files changed, 0 insertions, 88 deletions
diff --git a/media-video/avifile/avifile-0.7.20020412.ebuild b/media-video/avifile/avifile-0.7.20020412.ebuild
deleted file mode 100644
index 83a8e4f37423..000000000000
--- a/media-video/avifile/avifile-0.7.20020412.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2002 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-video/avifile/avifile-0.7.20020412.ebuild,v 1.3 2002/04/15 23:35:00 seemant Exp $
-
-MY_P=${PN}${PV}
-MY_P=${MY_P/.2/-2}
-MY_S=${MY_P/avifile-/avifile}
-S=${WORKDIR}/${MY_S}
-DESCRIPTION="Library for AVI-Files"
-SRC_URI="http://avifile.sourceforge.net/${MY_P}.tar.gz"
-HOMEPAGE="http://divx.euro.ru/"
-
-DEPEND=">=media-libs/divx4linux-20011025
- media-libs/jpeg
- media-libs/win32codecs
- sdl? ( >=media-libs/libsdl-1.2.2 )
- qt? ( =x11-libs/qt-2* )
- nas? ( >=media-libs/nas-1.4.2 )
- oggvorbis? ( media-libs/libvorbis )"
-
-src_compile() {
-
- local myconf
-
- use mmx && myconf="--enable-x86opt"
- use sse && myconf="--enable-x86opt"
- use 3dnow && myconf="--enable-x86opt"
-
- use X \
- && myconf="${myconf} --with-x" \
- || myconf="${myconf} --without-x"
-
- use qt \
- && myconf="${myconf} --with-qt-dir=/usr/qt/2" \
- || myconf="${myconf} --disable-qt"
-
- use kde \
- && myconf="${myconf} --enable-kde --with-extra-libraries=/usr/kde/2" \
- && LDFLAGS="${LDFLAGS} -L/usr/kde/2/lib" \
- || myconf="${myconf} --disable-kde"
-
- use sdl \
- && myconf="${myconf} --enable-sdl" \
- || myconf="${myconf} --disable-sdl --disable-sdltest"
-
- use nas && LDFLAGS="-L/usr/X11R6/lib -lXt"
-
- use oggvorbis \
- && myconf="${myconf} --enable-vorbis" \
- || myconf="${myconf} --disable-vorbis --disable-oggtest --disable-vorbistest"
-
- use encode \
- && myconf="${myconf} --enable-lame-bin" \
- || myconf="${myconf} --disable-lame-bin"
-
- export CFLAGS=${CFLAGS/-O?/-O2}
- export LDFLAGS
-
- ./configure --prefix=/usr \
- --enable-release \
- --host=${CHOST} \
- --enable-quiet \
- --disable-tsc \
- ${myconf} || die
-
-# cp Makefile Makefile.orig
-# sed -e "s:/usr/lib/win32:${D}/usr/lib/win32:" \
-# Makefile.orig > Makefile
-
- make || die
-}
-
-src_install () {
-
- dodir /usr/lib /usr/bin
- use avi && dodir /usr/lib/win32
-
- make prefix=${D}/usr install || die
-
- cd ${S}
- dodoc COPYING README
- cd doc
- dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO
- dodoc VIDEO-PERFORMANCE WARNINGS
-}
-
diff --git a/media-video/avifile/files/digest-avifile-0.7.20020412 b/media-video/avifile/files/digest-avifile-0.7.20020412
deleted file mode 100644
index 98c593299a7f..000000000000
--- a/media-video/avifile/files/digest-avifile-0.7.20020412
+++ /dev/null
@@ -1 +0,0 @@
-MD5 aeeb8d7191257dbd8055161244ee5c03 avifile0.7-20020412.tar.gz 2089763