diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-04-23 22:36:07 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-04-23 22:36:07 +0000 |
commit | 1f7a71849b697bfdbac5aafb16e00a69437f4fa8 (patch) | |
tree | 4f5ad81b4db8e83102b267805165a6383675b370 /media-libs/divx4linux | |
parent | new galeon that works with mozilla 1.0-rc (diff) | |
download | gentoo-2-1f7a71849b697bfdbac5aafb16e00a69437f4fa8.tar.gz gentoo-2-1f7a71849b697bfdbac5aafb16e00a69437f4fa8.tar.bz2 gentoo-2-1f7a71849b697bfdbac5aafb16e00a69437f4fa8.zip |
new version
Diffstat (limited to 'media-libs/divx4linux')
-rw-r--r-- | media-libs/divx4linux/ChangeLog | 4 | ||||
-rw-r--r-- | media-libs/divx4linux/divx4linux-20020304.ebuild | 36 | ||||
-rw-r--r-- | media-libs/divx4linux/files/digest-divx4linux-20020304 | 2 |
3 files changed, 41 insertions, 1 deletions
diff --git a/media-libs/divx4linux/ChangeLog b/media-libs/divx4linux/ChangeLog index ec1c7b71d17a..735d013d5f7c 100644 --- a/media-libs/divx4linux/ChangeLog +++ b/media-libs/divx4linux/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for media-libs/divx4linux # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/ChangeLog,v 1.1 2002/02/01 21:53:30 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/ChangeLog,v 1.2 2002/04/23 22:36:07 azarah Exp $ + +*divx4linux-20020304 (23 Apr 2002) *divx4linux-20011025 (1 Feb 2002) diff --git a/media-libs/divx4linux/divx4linux-20020304.ebuild b/media-libs/divx4linux/divx4linux-20020304.ebuild new file mode 100644 index 000000000000..7bc0fa7d2763 --- /dev/null +++ b/media-libs/divx4linux/divx4linux-20020304.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020304.ebuild,v 1.1 2002/04/23 22:36:07 azarah 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" + +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/files/digest-divx4linux-20020304 b/media-libs/divx4linux/files/digest-divx4linux-20020304 new file mode 100644 index 000000000000..296d7ba090a2 --- /dev/null +++ b/media-libs/divx4linux/files/digest-divx4linux-20020304 @@ -0,0 +1,2 @@ +MD5 3291d5c31c58856717af0b727b723f7d divx4linux50-20020304.tgz 107914 +MD5 7f92ddbd26987bccc58f1ab0318931f0 divx4linux-20011025.tgz 161172 |