diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 03:02:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 03:02:22 +0000 |
commit | f436cb50a9f497e0a4918bebf205851da6a7dcfa (patch) | |
tree | bc2d2c84416ff1f2ef1e84d154c8f1c46fa9ef02 /media-video/avifile | |
parent | remove deprecated $DEBUG (diff) | |
download | historical-f436cb50a9f497e0a4918bebf205851da6a7dcfa.tar.gz historical-f436cb50a9f497e0a4918bebf205851da6a7dcfa.tar.bz2 historical-f436cb50a9f497e0a4918bebf205851da6a7dcfa.zip |
old
Diffstat (limited to 'media-video/avifile')
8 files changed, 0 insertions, 598 deletions
diff --git a/media-video/avifile/avifile-0.7.15.20020816-r1.ebuild b/media-video/avifile/avifile-0.7.15.20020816-r1.ebuild deleted file mode 100644 index b1890176c6b5..000000000000 --- a/media-video/avifile/avifile-0.7.15.20020816-r1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.15.20020816-r1.ebuild,v 1.4 2003/02/13 13:23:41 vapier Exp $ - -IUSE="nas avi sdl kde oggvorbis 3dnow qt" - -inherit libtool - -MY_P=${P/.200/-200} -MY_S=${PN}0.7-0.7.15 -S=${WORKDIR}/${MY_S} - -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://avifile.sourceforge.net/${MY_P}.tgz" -HOMEPAGE="http://avifile.sourceforge.net/" - -SLOT="0.7" -LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" - -DEPEND="media-libs/jpeg - x86? ( >=media-libs/divx4linux-20020418 - 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 )" - -src_compile() { - - elibtoolize - - 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 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" - -# if [ `use kde` ] -# then -# myconf="${myconf} --enable-kde --with-extra-libraries=${KDEDIR}" -# LDFLAGS="${LDFLAGS} -L${KDEDIR}/lib" -# else - myconf="${myconf} --disable-kde" -# LDFLAGS="${LDFLAGS}" -# fi - - # Rather not use custom ones here .. build should set as high as - # safe by itself. - unset CFLAGS CXXFLAGS LDFLAGS - - # Make sure we include freetype2 headers before freetype1 headers, else Xft2 - # borks, bug #11941. - export C_INCLUDE_PATH="${C_INCLUDE_PATH}:/usr/include/freetype2" - export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH}:/usr/include/freetype2" - - econf \ - --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 datadir=${D}/usr/share 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.34.20030319.ebuild b/media-video/avifile/avifile-0.7.34.20030319.ebuild deleted file mode 100644 index b9f0bdb2ae07..000000000000 --- a/media-video/avifile/avifile-0.7.34.20030319.ebuild +++ /dev/null @@ -1,161 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.34.20030319.ebuild,v 1.2 2003/06/12 14:17:00 seemant Exp $ - -IUSE="static truetype xv sdl dvd mmx sse 3dnow zlib oggvorbis X qt alsa esd" - -MAJ_PV=${PV:0:3} -MIN_PV=${PV:3:3} -MY_P="${P/.200/-200}" -MY_S="${PN}${MAJ_PV}-${MAJ_PV}${MIN_PV}" -S="${WORKDIR}/${MY_S}" - -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://avifile.sourceforge.net/${MY_P}.tgz" -HOMEPAGE="http://avifile.sourceforge.net/" - -SLOT="0.7" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" - -DEPEND=">=media-libs/jpeg-6b - x86? ( >=media-libs/divx4linux-20020418 - >=media-libs/win32codecs-0.90 ) - >=media-video/ffmpeg-0.4 - >=media-sound/mad-0.14 - >=media-libs/xvid-0.9.0 - >=media-sound/lame-3.90 - >=media-libs/audiofile-0.2.3 - truetype? ( >=media-libs/freetype-2.1 ) - xv? ( >=x11-base/xfree-4.2.1 ) - sdl? ( >=media-libs/libsdl-1.2.2 ) - dvd? ( >=media-libs/a52dec-0.7 ) - zlib? ( >=sys-libs/zlib-1.1.3 ) - oggvorbis? ( >=media-libs/libvorbis-1.0 ) - X? ( >=x11-base/xfree-4.2.0 virtual/xft ) - qt? ( >=x11-libs/qt-3.0.3 ) - alsa? ( >=media-libs/alsa-lib-0.9.0_rc2 ) - esd? ( >=media-sound/esound-0.2.28 )" - -src_compile() { - local myconf="--enable-oss" - local kdepre="" - - use static \ - && myconf="${myconf} --enable-static" \ - || myconf="${myconf} --disable-static" - - use truetype \ - && myconf="${myconf} --enable-freetype2" \ - || myconf="${myconf} --disable-freetype2" - - use xv \ - && myconf="${myconf} --enable-xv" \ - || myconf="${myconf} --disable-xv" - - if [ "$XINERAMA" = "NO" ]; then - myconf="${myconf} --disable-xinerama" - fi - - if [ "$DPMS" = "NO" ]; then - myconf="${myconf} --disable-dpms" - fi - - use sdl \ - && myconf="${myconf} --enable-sdl" \ - || myconf="${myconf} --disable-sdl --disable-sdltest" - - if [ "$V4L" = "NO" ]; then - myconf="${myconf} --disable-v4l" - fi - - if [ "$SUN" = "NO" ]; then - myconf="${myconf} --disable-sunaudio" - fi - - use dvd \ - && myconf="${myconf} --enable-a52 --enable-ffmpeg-a52" \ - || myconf="${myconf} --disable-a52 --disable-ffmpeg-a52" - - if [ "$SBLIVE" = "NO" ]; then - myconf="${myconf} --disable-ac3passthrough" - fi - - if [ "$RUNTIME_LAME" = "YES" ]; then - myconf="${myconf} --enable-lame-bin" - fi - - if [ ! -z $DEBUGBUILD ]; then - myconf="${myconf} --enable-loader-out" - else - myconf="${myconf} --enable-quiet" - fi - - ( use mmx || use sse || use 3dnow ) && myconf="${myconf} --enable-x86opt" - - use zlib \ - && myconf="${myconf} --enable-libz" \ - || myconf="${myconf} --disable-libz" - - use oggvorbis \ - && myconf="${myconf} --enable-vorbis" \ - || myconf="${myconf} --disable-vorbis --disable-oggtest --disable-vorbistest" - - if [ "$MGA" = "NO" ]; then - myconf="${myconf} --disable-mga" - fi - - if [ "$DMALLOC" = "YES" ]; then - myconf="${myconf} --with-dmallocth" - fi - - use X \ - && myconf="${myconf} --with-x --enable-xft" \ - || myconf="${myconf} --without-x --disable-xft" - - use qt \ - && myconf="${myconf} --with-qt-prefix=${QTDIR}" \ - || myconf="${myconf} --without-qt" - - # Rather not use custom ones here .. build should set as high as - # safe by itself. - unset CFLAGS CXXFLAGS LDFLAGS CC CXX - - # Make sure we include freetype2 headers before freetype1 headers, else Xft2 - # borks, bug #11941. - export C_INCLUDE_PATH="${C_INCLUDE_PATH}:/usr/include/freetype2" - export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH}:/usr/include/freetype2" - - # Fix qt detection - cp configure configure.orig - sed -e "s:extern \"C\" void exit(int);:/* extern \"C\" void exit(int); */:" \ - < configure.orig > configure - - econf \ - --enable-samples \ - --disable-vidix \ - --with-fpic \ - --with-gnu-ld \ - ${myconf} || die - emake || die -} - -src_install () { - dodir /usr/lib /usr/bin - use avi && dodir /usr/lib/win32 - - einstall || die - - cd ${S} - dodoc COPYING README INSTALL - cd doc - dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO - dodoc VIDEO-PERFORMANCE WARNINGS KNOWN_BUGS -} - -pkg_postinst() { - einfo "In order to use certain video modes, you must be root" - einfo "chmod +s /usr/bin/aviplay to suid root" - einfo "As this is considered a security risk on multiuser" - einfo "systems, this is not done by default" -} diff --git a/media-video/avifile/avifile-0.7.37.20030522-r1.ebuild b/media-video/avifile/avifile-0.7.37.20030522-r1.ebuild deleted file mode 100644 index 39ddc58d090b..000000000000 --- a/media-video/avifile/avifile-0.7.37.20030522-r1.ebuild +++ /dev/null @@ -1,176 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.37.20030522-r1.ebuild,v 1.1 2003/07/08 22:14:51 mholzer Exp $ - -IUSE="static truetype xv sdl dvd mmx sse 3dnow zlib oggvorbis X qt alsa esd" - -MAJ_PV=${PV:0:3} -MIN_PV=${PV:3:3} -MY_P="${P/.200/-200}" -MY_S="${PN}${MAJ_PV}-${MAJ_PV}${MIN_PV}" -S="${WORKDIR}/${MY_S}" - -DESCRIPTION="Library for AVI-Files" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" -HOMEPAGE="http://avifile.sourceforge.net/" - -SLOT="0.7" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" - -DEPEND=">=media-libs/jpeg-6b - x86? ( >=media-libs/divx4linux-20020418 - >=media-libs/win32codecs-0.90 ) - >=media-video/ffmpeg-0.4 - >=media-sound/mad-0.14 - >=media-libs/xvid-0.9.0 - >=media-sound/lame-3.90 - >=media-libs/audiofile-0.2.3 - >=sys-apps/sed-4 - truetype? ( >=media-libs/freetype-2.1 ) - xv? ( >=x11-base/xfree-4.2.1 ) - sdl? ( >=media-libs/libsdl-1.2.2 ) - dvd? ( >=media-libs/a52dec-0.7 ) - zlib? ( >=sys-libs/zlib-1.1.3 ) - oggvorbis? ( >=media-libs/libvorbis-1.0 ) - X? ( >=x11-base/xfree-4.2.0 virtual/xft ) - qt? ( >=x11-libs/qt-3.0.3 ) - alsa? ( >=media-libs/alsa-lib-0.9.0_rc2 ) - esd? ( >=media-sound/esound-0.2.28 )" - -src_unpack() { - unpack ${A} - use qt || sed -i 's/qt[a-z]*//g' ${S}/samples/Makefile.am - #Fixing divx 2003 API - if has_version '>=media-libs/divx4linux-20030428' - then - einfo "DivX 20030428 found" - cd ${S} - epatch ${FILESDIR}/${P}-divx.patch - else - einfo "Old DivX Api found" - fi -} - -src_compile() { - local myconf="--enable-oss" - local kdepre="" - - use static \ - && myconf="${myconf} --enable-static" \ - || myconf="${myconf} --disable-static" - - use truetype \ - && myconf="${myconf} --enable-freetype2" \ - || myconf="${myconf} --disable-freetype2" - - use xv \ - && myconf="${myconf} --enable-xv" \ - || myconf="${myconf} --disable-xv" - - if [ "$XINERAMA" = "NO" ]; then - myconf="${myconf} --disable-xinerama" - fi - - if [ "$DPMS" = "NO" ]; then - myconf="${myconf} --disable-dpms" - fi - - use sdl \ - && myconf="${myconf} --enable-sdl" \ - || myconf="${myconf} --disable-sdl --disable-sdltest" - - if [ "$V4L" = "NO" ]; then - myconf="${myconf} --disable-v4l" - fi - - if [ "$SUN" = "NO" ]; then - myconf="${myconf} --disable-sunaudio" - fi - - use dvd \ - && myconf="${myconf} --enable-a52 --enable-ffmpeg-a52" \ - || myconf="${myconf} --disable-a52 --disable-ffmpeg-a52" - - if [ "$SBLIVE" = "NO" ]; then - myconf="${myconf} --disable-ac3passthrough" - fi - - if [ "$RUNTIME_LAME" = "YES" ]; then - myconf="${myconf} --enable-lame-bin" - fi - - if [ ! -z $DEBUGBUILD ]; then - myconf="${myconf} --enable-loader-out" - else - myconf="${myconf} --enable-quiet" - fi - - ( use mmx || use sse || use 3dnow ) && myconf="${myconf} --enable-x86opt" - - use zlib \ - && myconf="${myconf} --enable-libz" \ - || myconf="${myconf} --disable-libz" - - use oggvorbis \ - && myconf="${myconf} --enable-vorbis" \ - || myconf="${myconf} --disable-vorbis --disable-oggtest --disable-vorbistest" - - if [ "$MGA" = "NO" ]; then - myconf="${myconf} --disable-mga" - fi - - if [ "$DMALLOC" = "YES" ]; then - myconf="${myconf} --with-dmallocth" - fi - - use X \ - && myconf="${myconf} --with-x --enable-xft" \ - || myconf="${myconf} --without-x --disable-xft" - - use qt \ - && myconf="${myconf} --with-qt-prefix=${QTDIR}" \ - || myconf="${myconf} --without-qt" - - # Rather not use custom ones here .. build should set as high as - # safe by itself. - unset CFLAGS CXXFLAGS LDFLAGS CC CXX - - # Make sure we include freetype2 headers before freetype1 headers, else Xft2 - # borks, bug #11941. - export C_INCLUDE_PATH="${C_INCLUDE_PATH}:/usr/include/freetype2" - export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH}:/usr/include/freetype2" - - # Fix qt detection - cp configure configure.orig - sed -e "s:extern \"C\" void exit(int);:/* extern \"C\" void exit(int); */:" \ - < configure.orig > configure - - econf \ - --enable-samples \ - --disable-vidix \ - --with-fpic \ - --with-gnu-ld \ - ${myconf} || die - emake || die -} - -src_install () { - dodir /usr/lib /usr/bin - use avi && dodir /usr/lib/win32 - - einstall || die - - cd ${S} - dodoc COPYING README INSTALL - cd doc - dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO - dodoc VIDEO-PERFORMANCE WARNINGS KNOWN_BUGS -} - -pkg_postinst() { - einfo "In order to use certain video modes, you must be root" - einfo "chmod +s /usr/bin/aviplay to suid root" - einfo "As this is considered a security risk on multiuser" - einfo "systems, this is not done by default" -} diff --git a/media-video/avifile/avifile-0.7.37.20030522.ebuild b/media-video/avifile/avifile-0.7.37.20030522.ebuild deleted file mode 100644 index 0ad0b3e9ee61..000000000000 --- a/media-video/avifile/avifile-0.7.37.20030522.ebuild +++ /dev/null @@ -1,167 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.7.37.20030522.ebuild,v 1.3 2003/06/12 14:17:00 seemant Exp $ - -IUSE="static truetype xv sdl dvd mmx sse 3dnow zlib oggvorbis X qt alsa esd" - -MAJ_PV=${PV:0:3} -MIN_PV=${PV:3:3} -MY_P="${P/.200/-200}" -MY_S="${PN}${MAJ_PV}-${MAJ_PV}${MIN_PV}" -S="${WORKDIR}/${MY_S}" - -DESCRIPTION="Library for AVI-Files" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" -HOMEPAGE="http://avifile.sourceforge.net/" - -SLOT="0.7" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" - -DEPEND=">=media-libs/jpeg-6b - x86? ( >=media-libs/divx4linux-20020418 - >=media-libs/win32codecs-0.90 ) - >=media-video/ffmpeg-0.4 - >=media-sound/mad-0.14 - >=media-libs/xvid-0.9.0 - >=media-sound/lame-3.90 - >=media-libs/audiofile-0.2.3 - >=sys-apps/sed-4 - truetype? ( >=media-libs/freetype-2.1 ) - xv? ( >=x11-base/xfree-4.2.1 ) - sdl? ( >=media-libs/libsdl-1.2.2 ) - dvd? ( >=media-libs/a52dec-0.7 ) - zlib? ( >=sys-libs/zlib-1.1.3 ) - oggvorbis? ( >=media-libs/libvorbis-1.0 ) - X? ( >=x11-base/xfree-4.2.0 virtual/xft ) - qt? ( >=x11-libs/qt-3.0.3 ) - alsa? ( >=media-libs/alsa-lib-0.9.0_rc2 ) - esd? ( >=media-sound/esound-0.2.28 )" - -src_unpack() { - unpack ${A} - use qt || sed -i 's/qt[a-z]*//g' ${S}/samples/Makefile.am -} - -src_compile() { - local myconf="--enable-oss" - local kdepre="" - - use static \ - && myconf="${myconf} --enable-static" \ - || myconf="${myconf} --disable-static" - - use truetype \ - && myconf="${myconf} --enable-freetype2" \ - || myconf="${myconf} --disable-freetype2" - - use xv \ - && myconf="${myconf} --enable-xv" \ - || myconf="${myconf} --disable-xv" - - if [ "$XINERAMA" = "NO" ]; then - myconf="${myconf} --disable-xinerama" - fi - - if [ "$DPMS" = "NO" ]; then - myconf="${myconf} --disable-dpms" - fi - - use sdl \ - && myconf="${myconf} --enable-sdl" \ - || myconf="${myconf} --disable-sdl --disable-sdltest" - - if [ "$V4L" = "NO" ]; then - myconf="${myconf} --disable-v4l" - fi - - if [ "$SUN" = "NO" ]; then - myconf="${myconf} --disable-sunaudio" - fi - - use dvd \ - && myconf="${myconf} --enable-a52 --enable-ffmpeg-a52" \ - || myconf="${myconf} --disable-a52 --disable-ffmpeg-a52" - - if [ "$SBLIVE" = "NO" ]; then - myconf="${myconf} --disable-ac3passthrough" - fi - - if [ "$RUNTIME_LAME" = "YES" ]; then - myconf="${myconf} --enable-lame-bin" - fi - - if [ ! -z $DEBUGBUILD ]; then - myconf="${myconf} --enable-loader-out" - else - myconf="${myconf} --enable-quiet" - fi - - ( use mmx || use sse || use 3dnow ) && myconf="${myconf} --enable-x86opt" - - use zlib \ - && myconf="${myconf} --enable-libz" \ - || myconf="${myconf} --disable-libz" - - use oggvorbis \ - && myconf="${myconf} --enable-vorbis" \ - || myconf="${myconf} --disable-vorbis --disable-oggtest --disable-vorbistest" - - if [ "$MGA" = "NO" ]; then - myconf="${myconf} --disable-mga" - fi - - if [ "$DMALLOC" = "YES" ]; then - myconf="${myconf} --with-dmallocth" - fi - - use X \ - && myconf="${myconf} --with-x --enable-xft" \ - || myconf="${myconf} --without-x --disable-xft" - - use qt \ - && myconf="${myconf} --with-qt-prefix=${QTDIR}" \ - || myconf="${myconf} --without-qt" - - # Rather not use custom ones here .. build should set as high as - # safe by itself. - unset CFLAGS CXXFLAGS LDFLAGS CC CXX - - # Make sure we include freetype2 headers before freetype1 headers, else Xft2 - # borks, bug #11941. - export C_INCLUDE_PATH="${C_INCLUDE_PATH}:/usr/include/freetype2" - export CPLUS_INCLUDE_PATH="${CPLUS_INCLUDE_PATH}:/usr/include/freetype2" - - # Fix qt detection - cp configure configure.orig - sed -e "s:extern \"C\" void exit(int);:/* extern \"C\" void exit(int); */:" \ - < configure.orig > configure - - econf \ - --enable-samples \ - --disable-vidix \ - --with-fpic \ - --with-gnu-ld \ - ${myconf} || die - emake || die -} - -src_install () { - dodir /usr/lib /usr/bin - use avi && dodir /usr/lib/win32 - - einstall || die - - cd ${S} - dodoc COPYING README INSTALL - cd doc - dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO - dodoc VIDEO-PERFORMANCE WARNINGS KNOWN_BUGS -} - -pkg_postinst() { - einfo "In order to use certain video modes, you must be root" - einfo "chmod +s /usr/bin/aviplay to suid root" - einfo "As this is considered a security risk on multiuser" - einfo "systems, this is not done by default" -} diff --git a/media-video/avifile/files/digest-avifile-0.7.15.20020816-r1 b/media-video/avifile/files/digest-avifile-0.7.15.20020816-r1 deleted file mode 100644 index ce4fde2496ad..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.15.20020816-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f94cef39718bd0ef3ce0a93e57f76bb1 avifile-0.7.15-20020816.tgz 2420925 diff --git a/media-video/avifile/files/digest-avifile-0.7.34.20030319 b/media-video/avifile/files/digest-avifile-0.7.34.20030319 deleted file mode 100644 index dc3f05c754d7..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.34.20030319 +++ /dev/null @@ -1 +0,0 @@ -MD5 5b3a831ed3d12a5d12d23b8d9673b88d avifile-0.7.34-20030319.tgz 2789293 diff --git a/media-video/avifile/files/digest-avifile-0.7.37.20030522 b/media-video/avifile/files/digest-avifile-0.7.37.20030522 deleted file mode 100644 index decb06dd70e4..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.37.20030522 +++ /dev/null @@ -1 +0,0 @@ -MD5 074bd003318128e433dd96a64c80b776 avifile-0.7.37-20030522.tgz 2862210 diff --git a/media-video/avifile/files/digest-avifile-0.7.37.20030522-r1 b/media-video/avifile/files/digest-avifile-0.7.37.20030522-r1 deleted file mode 100644 index decb06dd70e4..000000000000 --- a/media-video/avifile/files/digest-avifile-0.7.37.20030522-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 074bd003318128e433dd96a64c80b776 avifile-0.7.37-20030522.tgz 2862210 |