diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 10:47:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 10:47:49 +0000 |
commit | ec1d3257a93806fda07f329e484928981cfe2132 (patch) | |
tree | 50d5f4ba97fbdd6d9025e3aa3f963118e4a1f357 /media-video/avifile | |
parent | make cvs_src_unpack implement base_src_unpack-style autopatching. this way pa... (diff) | |
download | gentoo-2-ec1d3257a93806fda07f329e484928981cfe2132.tar.gz gentoo-2-ec1d3257a93806fda07f329e484928981cfe2132.tar.bz2 gentoo-2-ec1d3257a93806fda07f329e484928981cfe2132.zip |
repoman'd
Diffstat (limited to 'media-video/avifile')
4 files changed, 6 insertions, 96 deletions
diff --git a/media-video/avifile/avifile-0.6.0.20011220-r2.ebuild b/media-video/avifile/avifile-0.6.0.20011220-r2.ebuild index f308923fc636..fc3dce8a0c62 100644 --- a/media-video/avifile/avifile-0.6.0.20011220-r2.ebuild +++ b/media-video/avifile/avifile-0.6.0.20011220-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.6.0.20011220-r2.ebuild,v 1.8 2002/07/11 06:30:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.6.0.20011220-r2.ebuild,v 1.9 2002/07/19 10:47:49 seemant Exp $ MY_P=${P/.200/-200} MY_S=${MY_P/avifile-/avifile} @@ -19,6 +19,8 @@ DEPEND="=media-libs/divx4linux-20011025* oggvorbis? ( media-libs/libvorbis )" SLOT="0.6" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { diff --git a/media-video/avifile/avifile-0.7.4.20020426-r2.ebuild b/media-video/avifile/avifile-0.7.4.20020426-r2.ebuild deleted file mode 100644 index 2af1161227c6..000000000000 --- a/media-video/avifile/avifile-0.7.4.20020426-r2.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.4.20020426-r2.ebuild,v 1.2 2002/07/11 06:30:42 drobbins 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-20020418 - 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_unpack() { - unpack ${A} - cd ${S} - patch -p1 <${FILESDIR}/${P}-gcc3.1-gentoo.patch || die -} - -src_compile() { - - einfo "${S}" - - local myconf="" - local kdepre="" - - ( 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/avifile-0.7.7.20020523.ebuild b/media-video/avifile/avifile-0.7.7.20020523.ebuild index 5728ccac8c0c..75fb826ea70a 100644 --- a/media-video/avifile/avifile-0.7.7.20020523.ebuild +++ b/media-video/avifile/avifile-0.7.7.20020523.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.7.20020523.ebuild,v 1.2 2002/07/11 06:30:42 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.7.20020523.ebuild,v 1.3 2002/07/19 10:47:49 seemant Exp $ MY_P=${P/.200/-200} MY_S=${PN}0.7-0.7.7 @@ -18,7 +18,8 @@ DEPEND=">=media-libs/divx4linux-20020418 oggvorbis? ( media-libs/libvorbis )" SLOT="0.7" - +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { diff --git a/media-video/avifile/files/digest-avifile-0.7.4.20020426-r2 b/media-video/avifile/files/digest-avifile-0.7.4.20020426-r2 deleted file mode 100644 index a05ee43f371c..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.4.20020426-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b57fd2b745a5bd6aa801ef4786918e51 avifile-0.7.4-20020426.tgz 2162391 |