diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-05-26 22:07:31 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-05-26 22:07:31 +0000 |
commit | c437b85e2b9a2fc884c9bb4217092fa069224db0 (patch) | |
tree | f138700a6267b33b8fa22bd5b88c57c8d5ab169e /media-video/avifile | |
parent | mask bogus avifile and co (diff) | |
download | historical-c437b85e2b9a2fc884c9bb4217092fa069224db0.tar.gz historical-c437b85e2b9a2fc884c9bb4217092fa069224db0.tar.bz2 historical-c437b85e2b9a2fc884c9bb4217092fa069224db0.zip |
remove old/broken ebuilds
Diffstat (limited to 'media-video/avifile')
8 files changed, 0 insertions, 348 deletions
diff --git a/media-video/avifile/avifile-0.6.0.20011220-r1.ebuild b/media-video/avifile/avifile-0.6.0.20011220-r1.ebuild deleted file mode 100644 index cb31945e2d6c..000000000000 --- a/media-video/avifile/avifile-0.6.0.20011220-r1.ebuild +++ /dev/null @@ -1,80 +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.6.0.20011220-r1.ebuild,v 1.3 2002/04/30 09:49:50 seemant Exp $ - -MY_P=${P/.200/-200} -MY_S=${MY_P/avifile-/avifile} -MY_S=${MY_S/.0-200/-200} -S=${WORKDIR}/${MY_S} -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://avifile.sourceforge.net/${MY_P}admin.tgz" -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 )" - -SLOT="0.6" - -src_compile() { - - local myconf - - use mmx && myconf="--enable-x86opt" - use sse && myconf="--enable-x86opt" - use 3dnow && myconf="--enable-x86opt" - - use qt \ - && myconf="${myconf} --with-qt-dir=/usr/qt/2" \ - || myconf="${myconf} --disable-qt" - - use kde \ - && myconf="${myconf} --enable-kde" \ - || 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" - - export CFLAGS=${CFLAGS/-O?/-O2} - LDFLAGS="$LDFLAGS -L/usr/kde/2/lib" - export LDFLAGS - ./configure --prefix=/usr \ - --host=${CHOST} \ - --enable-quiet \ - --disable-tsc \ - --with-extra-libraries=/usr/kde/2 \ - ${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/avifile-0.7.3.20020419-r1.ebuild b/media-video/avifile/avifile-0.7.3.20020419-r1.ebuild deleted file mode 100644 index 35902843d9bf..000000000000 --- a/media-video/avifile/avifile-0.7.3.20020419-r1.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.3.20020419-r1.ebuild,v 1.1 2002/04/29 03:57:12 mkennedy Exp $ - -MY_P=${P/.200/-200} -MY_S=${P/avifile-/avifile} -MY_S=${MY_S/.3.200/-200} -S=${WORKDIR}/${MY_S} -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://avifile.sourceforge.net/${MY_P}.tgz" -HOMEPAGE="http://avifile.sourceforge.net/" - -DEPEND=">=media-libs/divx4linux-20011025 - media-libs/jpeg - media-libs/win32codecs - qt? ( x11-libs/qt ) - nas? ( >=media-libs/nas-1.4.2 ) - sdl? ( >=media-libs/libsdl-1.2.2 ) - oggvorbis? ( media-libs/libvorbis )" - - -src_compile() { - - einfo "${S}" - - local myconf - local kdepre - - use mmx && myconf="--enable-x86opt" - use sse && myconf="--enable-x86opt" - use 3dnow && myconf="--enable-x86opt" - - use qt \ - && myconf="${myconf} --with-qt-dir=${QTDIR}" \ - || myconf="${myconf} --without-qt" - - use kde \ - && myconf="${myconf} --enable-kde" \ - || 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 kde \ - && ( \ - myconf="${myconf} --enable-kde" \ - && LDFLAGS="${LDFLAGS} -L${KDEDIR}/lib" \ - && myconf="${myconf} --with-extra-libraries=${KDEDIR}" \ - ) || ( - myconf="${myconf} --disable-kde" \ - && LDFLAGS="${LDFLAGS}" - ) - - - export CFLAGS=${CFLAGS/-O?/-O2} - export LDFLAGS - ./configure --prefix=/usr \ - --host=${CHOST} \ - --enable-quiet \ - --disable-tsc \ - ${myconf} || die - - 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/avifile-0.7.3.20020419.ebuild b/media-video/avifile/avifile-0.7.3.20020419.ebuild deleted file mode 100644 index 496acc7d0c62..000000000000 --- a/media-video/avifile/avifile-0.7.3.20020419.ebuild +++ /dev/null @@ -1,88 +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.3.20020419.ebuild,v 1.2 2002/04/30 09:49:50 seemant Exp $ - -MY_P=${P/.200/-200} -MY_S=${P/avifile-/avifile} -MY_S=${MY_S/.3.200/-200} -S=${WORKDIR}/${MY_S} -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://avifile.sourceforge.net/${MY_P}.tgz" -HOMEPAGE="http://avifile.sourceforge.net/" - -DEPEND=">media-libs/divx4linux-20011025 - media-libs/jpeg - media-libs/win32codecs - qt? ( x11-libs/qt ) - nas? ( >=media-libs/nas-1.4.2 ) - sdl? ( >=media-libs/libsdl-1.2.2 ) - oggvorbis? ( media-libs/libvorbis )" - -SLOT="0.7" - -src_compile() { - - einfo "${S}" - - local myconf - local kdepre - - use mmx && myconf="--enable-x86opt" - use sse && myconf="--enable-x86opt" - use 3dnow && myconf="--enable-x86opt" - - use qt \ - && myconf="${myconf} --with-qt-dir=${QTDIR}" \ - || myconf="${myconf} --disable-qt" - - use kde \ - && myconf="${myconf} --enable-kde" \ - || 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 kde \ - && ( \ - myconf="${myconf} --enable-kde" \ - && LDFLAGS="${LDFLAGS} -L${KDEDIR}/lib" \ - && myconf="${myconf} --with-extra-libraries=${KDEDIR}" \ - ) || ( - myconf="${myconf} --disable-kde" \ - && LDFLAGS="${LDFLAGS}" - ) - - - export CFLAGS=${CFLAGS/-O?/-O2} - export LDFLAGS - ./configure --prefix=/usr \ - --host=${CHOST} \ - --enable-quiet \ - --disable-tsc \ - ${myconf} || die - - 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/avifile-0.7.4.20020426.ebuild b/media-video/avifile/avifile-0.7.4.20020426.ebuild deleted file mode 100644 index 1251377012ec..000000000000 --- a/media-video/avifile/avifile-0.7.4.20020426.ebuild +++ /dev/null @@ -1,89 +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.4.20020426.ebuild,v 1.4 2002/05/10 20:51:25 verwilst Exp $ - -MY_P=${P/.200/-200} -MY_S=${PN}0.7-0.7.4 -S=${WORKDIR}/${MY_S} -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://avifile.sourceforge.net/${MY_P}.tgz" -HOMEPAGE="http://avifile.sourceforge.net/" - -DEPEND=">media-libs/divx4linux-20011025 - media-libs/jpeg - media-libs/win32codecs - qt? ( >=x11-libs/qt-3.0.3 ) - nas? ( >=media-libs/nas-1.4.2 ) - sdl? ( >=media-libs/libsdl-1.2.2 ) - oggvorbis? ( media-libs/libvorbis )" - -SLOT="0.7" - -src_compile() { - - einfo "${S}" - - local myconf - local kdepre - - myconf="--program-suffix=0.7" - - ( use mmx || use sse || use 3dnow ) && myconf="${myconf} --enable-x86opt" - - use qt \ - && myconf="${myconf} --with-qt-dir=${QTDIR}" \ - || myconf="${myconf} --without-qt" - - use kde \ - && myconf="${myconf} --enable-kde" \ - || 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 kde \ - && ( \ - myconf="${myconf} --enable-kde" \ - && LDFLAGS="${LDFLAGS} -L${KDEDIR}/lib" \ - && myconf="${myconf} --with-extra-libraries=${KDEDIR}" \ - ) || ( - myconf="${myconf} --disable-kde" \ - && LDFLAGS="${LDFLAGS}" - ) - - - # this version has b0rked a52 support -- author recommends disabling it - myconf="${myconf} --disable-a52" - - export CFLAGS=${CFLAGS/-O?/-O2} - export LDFLAGS - ./configure --prefix=/usr \ - --host=${CHOST} \ - --enable-quiet \ - --disable-tsc \ - ${myconf} || die - - 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.6.0.20011220-r1 b/media-video/avifile/files/digest-avifile-0.6.0.20011220-r1 deleted file mode 100644 index a2398611d718..000000000000 --- a/media-video/avifile/files/digest-avifile-0.6.0.20011220-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 89c096520c14a68922669dbda0132baa avifile-0.6.0-20011220admin.tgz 2043485 diff --git a/media-video/avifile/files/digest-avifile-0.7.3.20020419 b/media-video/avifile/files/digest-avifile-0.7.3.20020419 deleted file mode 100644 index 093792c524e3..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.3.20020419 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7a1084621ad2702280a9c8796f7850d avifile-0.7.3-20020419.tgz 2145961 diff --git a/media-video/avifile/files/digest-avifile-0.7.3.20020419-r1 b/media-video/avifile/files/digest-avifile-0.7.3.20020419-r1 deleted file mode 100644 index 093792c524e3..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.3.20020419-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7a1084621ad2702280a9c8796f7850d avifile-0.7.3-20020419.tgz 2145961 diff --git a/media-video/avifile/files/digest-avifile-0.7.4.20020426 b/media-video/avifile/files/digest-avifile-0.7.4.20020426 deleted file mode 100644 index a05ee43f371c..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.4.20020426 +++ /dev/null @@ -1 +0,0 @@ -MD5 b57fd2b745a5bd6aa801ef4786918e51 avifile-0.7.4-20020426.tgz 2162391 |