diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-02-17 15:29:50 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-02-17 15:29:50 +0000 |
commit | 05558078945f9344aef8a51037e00752d0584eae (patch) | |
tree | dde2d1ff15b83b5333cd9bdb5ddc172d9363f4b0 /media-video/avifile | |
parent | unmask avifile-0.6, as 0.53 is not availible any longer (diff) | |
download | gentoo-2-05558078945f9344aef8a51037e00752d0584eae.tar.gz gentoo-2-05558078945f9344aef8a51037e00752d0584eae.tar.bz2 gentoo-2-05558078945f9344aef8a51037e00752d0584eae.zip |
new version; removed older
Diffstat (limited to 'media-video/avifile')
15 files changed, 67 insertions, 420 deletions
diff --git a/media-video/avifile/ChangeLog b/media-video/avifile/ChangeLog index 472e9900764f..231b897bd152 100644 --- a/media-video/avifile/ChangeLog +++ b/media-video/avifile/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for media-video/avifile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/ChangeLog,v 1.2 2002/02/17 15:29:50 azarah Exp $ + +*avifile-0.6.0.20011220 (17 Feb 2002) *avifile-0.53.5-r1 (1 Feb 2002) diff --git a/media-video/avifile/avifile-0.53.5-r1.ebuild b/media-video/avifile/avifile-0.53.5-r1.ebuild deleted file mode 100644 index 15ef00598713..000000000000 --- a/media-video/avifile/avifile-0.53.5-r1.ebuild +++ /dev/null @@ -1,63 +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-video/avifile/avifile-0.53.5-r1.ebuild,v 1.4 2002/02/04 18:18:49 danarmak Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://divx.euro.ru/${P}.tar.gz - http://divx.euro.ru/binaries-010122.zip" - -HOMEPAGE="http://divx.euro.ru/" - -DEPEND="virtual/glibc qt? ( =x11-libs/qt-2* ) >=media-libs/libsdl-1.1.5 app-arch/unzip" -RDEPEND="virtual/glibc qt? ( =x11-libs/qt-2* ) >=media-libs/libsdl-1.1.5" - -src_unpack() { - unpack ${P}.tar.gz -} - -src_compile() { - local myconf - if [ -z "`use qt`" ] ; then - myconf="$myconf --disable-qt" - else - myconf="$myconf --with-qt-dir=/usr/qt/2" - fi - if [ "`use nas`" ] ; then - LDFLAGS="-L/usr/X11R6/lib -lXt" - fi - export CFLAGS=${CFLAGS/-O?/-O2} - LDFLAGS="$LDFLAGS" ./configure --prefix=/usr --host=${CHOST} --disable-tsc $myconf || die - cp Makefile Makefile.orig - sed -e "s:/usr/lib/win32:${D}/usr/lib/win32:" \ - Makefile.orig > Makefile - make || die - #cd xmps-avi-plugin - #cp Makefile Makefile.orig - #sed -e "s:INCLUDES = :INCLUDES = -I/usr/X11R6/include -I/usr/include/glib/include -I/opt/gnome/include:" \ - # Makefile.orig > Makefile - #try make - -} - -src_install () { - - dodir /usr/lib /usr/bin - dodir /usr/lib/win32 - - make prefix=${D}/usr install - - cd ${D}/usr/lib/win32 - unzip ${DISTDIR}/binaries-010122.zip - 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.6.0.20010503-r1.ebuild b/media-video/avifile/avifile-0.6.0.20010503-r1.ebuild deleted file mode 100644 index dfbe6d041583..000000000000 --- a/media-video/avifile/avifile-0.6.0.20010503-r1.ebuild +++ /dev/null @@ -1,58 +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-video/avifile/avifile-0.6.0.20010503-r1.ebuild,v 1.4 2002/02/03 21:43:11 danarmak Exp $ - -S=${WORKDIR}/${PN}-0.6.0 -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://www.directfb.org/download/contrib/${P}.tar.gz - http://divx.euro.ru/binaries-010122.zip" - -HOMEPAGE="http://divx.euro.ru/" - -DEPEND="virtual/glibc qt? ( =x11-libs/qt-2* ) >=media-libs/libsdl-1.1.5 app-arch/unzip" -RDEPEND="virtual/glibc qt? ( =x11-libs/qt-2* ) >=media-libs/libsdl-1.1.5" - -src_unpack() { - unpack ${P}.tar.gz -} - -src_compile() { - local myconf - if [ -z "`use qt`" ] ; then - myconf="$myconf --disable-qt" - else - myconf="$myconf --with-qt-dir=/usr/qt/2" - fi - if [ "`use nas`" ] ; then - LDFLAGS="-L/usr/X11R6/lib -lXt" - fi - export CFLAGS=${CFLAGS/-O?/-O2} - LDFLAGS="$LDFLAGS" ./configure --prefix=/usr --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 - dodir /usr/lib/win32 - - make prefix=${D}/usr install - - cd ${D}/usr/lib/win32 - unzip ${DISTDIR}/binaries-010122.zip - 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.6.0.20011003-r1.ebuild b/media-video/avifile/avifile-0.6.0.20011003-r1.ebuild deleted file mode 100644 index 051d4a24cef6..000000000000 --- a/media-video/avifile/avifile-0.6.0.20011003-r1.ebuild +++ /dev/null @@ -1,60 +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-video/avifile/avifile-0.6.0.20011003-r1.ebuild,v 1.4 2002/02/03 21:43:11 danarmak Exp $ - -P=${PN}-0.6.0-20011003 -S=${WORKDIR}/${PN}-0.6.0 -DESCRIPTION="Library for AVI-Files" - -SRC_URI="http://avifile.sourceforge.net/${P}.tgz - http://avifile.sourceforge.net/binaries-011002.tgz" - -HOMEPAGE="http://divx.euro.ru/" - -DEPEND="virtual/glibc qt? ( =x11-libs/qt-2* ) >=media-libs/libsdl-1.1.5 app-arch/unzip" -RDEPEND="virtual/glibc qt? ( =x11-libs/qt-2* ) >=media-libs/libsdl-1.1.5" - -src_unpack() { - unpack ${P}.tgz -} - -src_compile() { - local myconf - if [ -z "`use qt`" ] ; then - myconf="$myconf --disable-qt" - else - myconf="$myconf --with-qt-dir=/usr/qt/2" - fi - if [ "`use nas`" ] ; then - LDFLAGS="-L/usr/X11R6/lib -lXt" - fi - export CFLAGS=${CFLAGS/-O?/-O2} - LDFLAGS="$LDFLAGS" ./configure --prefix=/usr --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 - dodir /usr/lib/win32 - - make prefix=${D}/usr install - - cd ${D}/usr/lib/win32 - unzip ${DISTDIR}/binaries-011002.zip - 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.6.0.20011026.ebuild b/media-video/avifile/avifile-0.6.0.20011026.ebuild deleted file mode 100644 index 481e56853ca4..000000000000 --- a/media-video/avifile/avifile-0.6.0.20011026.ebuild +++ /dev/null @@ -1,62 +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-video/avifile/avifile-0.6.0.20011026.ebuild,v 1.3 2002/02/03 21:43:11 danarmak Exp $ - -P0=${PN}-0.6.0-20011026 -S=${WORKDIR}/${PN}0.6-0.6.4 -DESCRIPTION="Library for AVI-Files" - -SRC_URI="http://avifile.sourceforge.net/${P0}.tgz - http://avifile.sourceforge.net/binaries-011002.tgz" - -HOMEPAGE="http://divx.euro.ru/" - -DEPEND="virtual/glibc qt? ( >=x11-libs/qt-2* ) >=media-libs/libsdl-1.1.5 app-arch/unzip >=media-libs/divx4linux-20011025" -RDEPEND="virtual/glibc qt? ( >=x11-libs/qt-2* ) >=media-libs/libsdl-1.1.5 >=media-libs/divx4linux-20011025" - -src_unpack() { - unpack ${P0}.tgz - patch -p0 < ${FILESDIR}/${P}-gentoo.diff -} - -src_compile() { - local myconf - if [ -z "`use qt`" ] ; then - myconf="$myconf --disable-qt" - else - myconf="$myconf --with-qt-dir=/usr/qt/2" - fi - if [ "`use nas`" ] ; then - LDFLAGS="-L/usr/X11R6/lib -lXt" - fi - export CFLAGS=${CFLAGS/-O?/-O2} - export LDFLAGS - ./configure --prefix=/usr --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 - dodir /usr/lib/win32 - - make prefix=${D}/usr install - - cd ${D}/usr/lib/win32 - unzip ${DISTDIR}/binaries-011002.zip - 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.6.0.20011109.ebuild b/media-video/avifile/avifile-0.6.0.20011109.ebuild deleted file mode 100644 index 6ea58dcc23e3..000000000000 --- a/media-video/avifile/avifile-0.6.0.20011109.ebuild +++ /dev/null @@ -1,61 +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-video/avifile/avifile-0.6.0.20011109.ebuild,v 1.6 2002/02/03 21:43:11 danarmak Exp $ - -P0=${PN}-0.6.0-20011109 -S=${WORKDIR}/${P0} -DESCRIPTION="Library for AVI-Files" - -SRC_URI="http://avifile.sourceforge.net/${P0}.tgz - http://avifile.sourceforge.net/binaries-011002.tgz" - -HOMEPAGE="http://divx.euro.ru/" - -RDEPEND="virtual/glibc qt? ( >=x11-libs/qt-2* ) >=media-libs/libsdl-1.2.2 >=media-libs/divx4linux-20011025 >=media-sound/mad-0.14" -DEPEND="$RDEPEND app-arch/unzip" - -src_unpack() { - unpack ${P0}.tgz -} - -src_compile() { - local myconf - if [ -z "`use qt`" ] ; then - myconf="$myconf --disable-qt" - else - myconf="$myconf --with-qt-dir=/usr/qt/2" - fi - if [ "`use nas`" ] ; then - LDFLAGS="-L/usr/X11R6/lib -lXt" - fi - export CFLAGS=${CFLAGS/-O?/-O2} - export LDFLAGS - ./configure --prefix=/usr --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 - dodir /usr/lib/win32 - - make prefix=${D}/usr install || die - - cd ${D}/usr/lib/win32 - unzip ${DISTDIR}/binaries-011002.zip - 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.6.0.20011220.ebuild b/media-video/avifile/avifile-0.6.0.20011220.ebuild new file mode 100644 index 000000000000..a8d84a2514b8 --- /dev/null +++ b/media-video/avifile/avifile-0.6.0.20011220.ebuild @@ -0,0 +1,63 @@ +# 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.ebuild,v 1.1 2002/02/17 15:29:50 azarah 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/win32codecs + >=media-libs/libsdl-1.2.2 + >=media-libs/divx4linux-20011025 + qt? ( =x11-libs/qt-2* ) + nas? ( >=media-libs/nas-1.4.2 )" + + +src_compile() { + + local myconf="" + if [ -z "`use qt`" ] ; then + myconf="$myconf --disable-qt" + else + myconf="$myconf --with-qt-dir=/usr/qt/2" + fi + if [ "`use nas`" ] ; then + LDFLAGS="-L/usr/X11R6/lib -lXt" + fi + + 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 + 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/avifile-0.6.0.20011026-gentoo.diff b/media-video/avifile/files/avifile-0.6.0.20011026-gentoo.diff deleted file mode 100644 index 516ac75b85f6..000000000000 --- a/media-video/avifile/files/avifile-0.6.0.20011026-gentoo.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- avifile0.6-0.6.4/plugins/libdivx4/divx4.cpp~ Sat Nov 24 12:36:00 2001 -+++ avifile0.6-0.6.4/plugins/libdivx4/divx4.cpp Sat Nov 24 12:36:11 2001 -@@ -172,7 +172,7 @@ - return 0; - DEC_FRAME param; - // leave here for some time - until all users will use new headers -- CONST_VOID param.bitstream = src; -+ param.bitstream = src; - unsigned char* pc[3]; - param.bmp=pImage?pImage->Data():0; - param.length=size; diff --git a/media-video/avifile/files/avifile-0.6.0.20011109-gentoo.diff b/media-video/avifile/files/avifile-0.6.0.20011109-gentoo.diff deleted file mode 100644 index 1237ba72378d..000000000000 --- a/media-video/avifile/files/avifile-0.6.0.20011109-gentoo.diff +++ /dev/null @@ -1,94 +0,0 @@ ---- avifile-0.6.0-20011109/samples/qtvidcap/parsecl.h~ Mon Apr 9 16:17:03 2001 -+++ avifile-0.6.0-20011109/samples/qtvidcap/parsecl.h Mon Nov 12 15:38:09 2001 -@@ -25,7 +25,7 @@ - #include <qlist.h> - #include <qstrlist.h> - --struct option -+struct option2 - { - QString olong, oshort; - QString options, help; -@@ -53,7 +53,7 @@ - - QStrList * list; - -- QList<option> * oplist; -+ QList<option2> * oplist; - }; - - #endif ---- avifile-0.6.0-20011109/samples/qtvidcap/parsecl.cpp~ Sat Sep 29 19:08:47 2001 -+++ avifile-0.6.0-20011109/samples/qtvidcap/parsecl.cpp Mon Nov 12 15:38:58 2001 -@@ -37,7 +37,7 @@ - argv=_argv; - - list= new QStrList; // do deep copies -- oplist= new QList<option>; -+ oplist= new QList<option2>; - } - - parsecl::~parsecl() -@@ -94,7 +94,7 @@ - QString outstr; - - fprintf(stderr,"usage: kWinTV [options]\noptions:\n"); -- option *op= oplist->first(); -+ option2 *op= oplist->first(); - while( op ) { - outstr.remove( 0, outstr.length() ); - outstr+=op->oshort; -@@ -139,7 +139,7 @@ - bool parsecl::addOption( int oid, const char * oshort, const char * olong, - const char * options, const char * help ) - { -- option *op; -+ option2 *op; - if ( !oplist->isEmpty() ) { - op= oplist->first(); - while( op ) { -@@ -152,7 +152,7 @@ - } - } - -- op= new option; -+ op= new option2; - op->oshort= oshort; - op->olong= olong; - op->options= options; -@@ -169,7 +169,7 @@ - debug("parsecl: checkOptionBool %d, default %d",oid,odefault); - #endif - if ( !oplist->isEmpty() ) { -- option *op= oplist->first(); -+ option2 *op= oplist->first(); - while( op ) { - if ( ( op->oid == oid ) ) break; - op= oplist->next(); -@@ -188,7 +188,7 @@ - debug("parsecl: checkOptionInt %d, default %d",oid,odefault); - #endif - if ( !oplist->isEmpty() ) { -- option *op= oplist->first(); -+ option2 *op= oplist->first(); - while( op ) { - if ( ( op->oid == oid ) ) break; - op= oplist->next(); -@@ -218,7 +218,7 @@ - debug("parsecl: checkOptionBool %d, default %s",oid,odefault); - #endif - if ( !oplist->isEmpty() ) { -- option *op= oplist->first(); -+ option2 *op= oplist->first(); - while( op ) { - if ( ( op->oid == oid ) ) break; - op= oplist->next(); -@@ -236,7 +236,7 @@ - debug("parsecl: checkOptionSwitch %d, default %d",oid,odefault); - #endif - if ( !oplist->isEmpty() ) { -- option *op= oplist->first(); -+ option2 *op= oplist->first(); - while( op ) { - if ( ( op->oid == oid ) ) break; - op= oplist->next(); diff --git a/media-video/avifile/files/digest-avifile-0.53.5-r1 b/media-video/avifile/files/digest-avifile-0.53.5-r1 deleted file mode 100644 index 8e79d89632fe..000000000000 --- a/media-video/avifile/files/digest-avifile-0.53.5-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 3d51465e8a720af0bb1afa68aa4e7373 avifile-0.53.5.tar.gz 848382 -MD5 ffc44e68b581994613931a9e47500446 binaries-010122.zip 1903024 diff --git a/media-video/avifile/files/digest-avifile-0.6.0.20010503-r1 b/media-video/avifile/files/digest-avifile-0.6.0.20010503-r1 deleted file mode 100644 index a4cadde00104..000000000000 --- a/media-video/avifile/files/digest-avifile-0.6.0.20010503-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 df4139ede83515a1d3e5f173b6267747 avifile-0.6.0.20010503.tar.gz 899707 -MD5 ffc44e68b581994613931a9e47500446 binaries-010122.zip 1903024 diff --git a/media-video/avifile/files/digest-avifile-0.6.0.20011003-r1 b/media-video/avifile/files/digest-avifile-0.6.0.20011003-r1 deleted file mode 100644 index 0b90032ec149..000000000000 --- a/media-video/avifile/files/digest-avifile-0.6.0.20011003-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 875679e16e226533c09bf45b70c6be68 avifile-0.6.0-20011003.tgz 1723396 -MD5 4db4edeeceefb9353b15b047207fa6d3 binaries-011002.tgz 4405727 diff --git a/media-video/avifile/files/digest-avifile-0.6.0.20011026 b/media-video/avifile/files/digest-avifile-0.6.0.20011026 deleted file mode 100644 index b6c89e8fa509..000000000000 --- a/media-video/avifile/files/digest-avifile-0.6.0.20011026 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 56f9f0c81ba02207798223896bf9ae65 avifile-0.6.0-20011026.tgz 1910665 -MD5 4db4edeeceefb9353b15b047207fa6d3 binaries-011002.tgz 4405727 diff --git a/media-video/avifile/files/digest-avifile-0.6.0.20011109 b/media-video/avifile/files/digest-avifile-0.6.0.20011109 deleted file mode 100644 index 05c9cf0a0d8c..000000000000 --- a/media-video/avifile/files/digest-avifile-0.6.0.20011109 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 d90d285597ac47fb156077a579c844b6 avifile-0.6.0-20011109.tgz 1900142 -MD5 4db4edeeceefb9353b15b047207fa6d3 binaries-011002.tgz 4405727 diff --git a/media-video/avifile/files/digest-avifile-0.6.0.20011220 b/media-video/avifile/files/digest-avifile-0.6.0.20011220 new file mode 100644 index 000000000000..a2398611d718 --- /dev/null +++ b/media-video/avifile/files/digest-avifile-0.6.0.20011220 @@ -0,0 +1 @@ +MD5 89c096520c14a68922669dbda0132baa avifile-0.6.0-20011220admin.tgz 2043485 |