diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-22 14:37:06 +0000 |
commit | 2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f (patch) | |
tree | 581474cf26a837595c43021bc503fc295434e865 /media-libs/divx4linux | |
parent | added 3dfx's GPL (diff) | |
download | gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.gz gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.tar.bz2 gentoo-2-2b21bc5e60bfbdcda2e2e171a3109da4d2905f1f.zip |
repoman'd
Diffstat (limited to 'media-libs/divx4linux')
5 files changed, 1 insertions, 69 deletions
diff --git a/media-libs/divx4linux/divx4linux-20011025.ebuild b/media-libs/divx4linux/divx4linux-20011025.ebuild deleted file mode 100644 index 1fcb6e74c726..000000000000 --- a/media-libs/divx4linux/divx4linux-20011025.ebuild +++ /dev/null @@ -1,27 +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-libs/divx4linux/divx4linux-20011025.ebuild,v 1.4 2002/07/16 11:36:46 seemant Exp $ - -S="${WORKDIR}/${P}" -DESCRIPTION="Binary release of DivX Codec 4.0" -SRC_URI="http://avifile.sourceforge.net/${P}.tgz" -HOMEPAGE="http://www.divx.com/" - -DEPEND="virtual/glibc" - -SLOT="0" -LICENSE="DIVX" -KEYWORDS="x86" - -src_install () { - - dodir /usr/{lib,include} - - dolib.so *.so - - insinto /usr/include - doins *.h - - dodoc RELNOTES.linux license.txt - cp -a 'Codec Core Interface.txt' ${D}/usr/share/doc/${P}/ -} diff --git a/media-libs/divx4linux/divx4linux-20020304.ebuild b/media-libs/divx4linux/divx4linux-20020304.ebuild deleted file mode 100644 index 8c0adc06994b..000000000000 --- a/media-libs/divx4linux/divx4linux-20020304.ebuild +++ /dev/null @@ -1,37 +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-libs/divx4linux/divx4linux-20020304.ebuild,v 1.3 2002/07/16 11:36:46 seemant Exp $ - -OLD_VER=20011025 -S="${WORKDIR}/${PN}-${PV}" -DESCRIPTION="Binary release of DivX Codec 5.0" -SRC_URI="http://download.divx.com/divx/${PN}50-${PV}.tgz - http://avifile.sourceforge.net/${PN}-${OLD_VER}.tgz - ftp://ftp.ibiblio.org/pub/linux/distributions/gentoo/distfiles/${PN}-${OLD_VER}.tgz" -HOMEPAGE="http://www.divx.com/" - -DEPEND="virtual/glibc" - -SLOT="0" -LICENSE="DIVX" -KEYWORDS="x86" - -src_install() { - - dodir /usr/{lib,include} - - # Do the divx50 decoder stuff - dolib.so *.so - insinto /usr/include - doins *.h - dodoc RELNOTES.linux license.txt - - # Do the divx40 encoder stuff - cd ${WORKDIR}/${PN}-${OLD_VER} - dolib.so libdivxencore.so - doins encore2.h mv_hint.h - docinto DX40 - dodoc RELNOTES.linux license.txt - cp -a 'Codec Core Interface.txt' ${D}/usr/share/doc/${P}/DX40/ -} - diff --git a/media-libs/divx4linux/divx4linux-20020418.ebuild b/media-libs/divx4linux/divx4linux-20020418.ebuild index 2bfa075235b7..6e21dfbe8b2a 100644 --- a/media-libs/divx4linux/divx4linux-20020418.ebuild +++ b/media-libs/divx4linux/divx4linux-20020418.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-libs/divx4linux/divx4linux-20020418.ebuild,v 1.3 2002/07/16 11:36:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418.ebuild,v 1.4 2002/07/22 14:37:06 seemant Exp $ DXVER=501 S="${WORKDIR}/${PN}-${PV}" @@ -32,4 +32,3 @@ src_install() { mkdir ${D}/usr/share/doc/${P}/html cp -a 'DivX MPEG-4 Codec and Its Interface.htm' ${D}/usr/share/doc/${P}/html } - diff --git a/media-libs/divx4linux/files/digest-divx4linux-20011025 b/media-libs/divx4linux/files/digest-divx4linux-20011025 deleted file mode 100644 index d66a916776eb..000000000000 --- a/media-libs/divx4linux/files/digest-divx4linux-20011025 +++ /dev/null @@ -1 +0,0 @@ -MD5 7f92ddbd26987bccc58f1ab0318931f0 divx4linux-20011025.tgz 161172 diff --git a/media-libs/divx4linux/files/digest-divx4linux-20020304 b/media-libs/divx4linux/files/digest-divx4linux-20020304 deleted file mode 100644 index 296d7ba090a2..000000000000 --- a/media-libs/divx4linux/files/digest-divx4linux-20020304 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 3291d5c31c58856717af0b727b723f7d divx4linux50-20020304.tgz 107914 -MD5 7f92ddbd26987bccc58f1ab0318931f0 divx4linux-20011025.tgz 161172 |