summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-01 21:41:22 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-01 21:41:22 +0000
commitf8b3e37f41bc2487972bd16f97fda49554a8a7a9 (patch)
tree93aa1f52ae189af470dd9820744699297a8904ec /media-libs/divx4linux
parentadded fix for qt-3.1 (diff)
downloadgentoo-2-f8b3e37f41bc2487972bd16f97fda49554a8a7a9.tar.gz
gentoo-2-f8b3e37f41bc2487972bd16f97fda49554a8a7a9.tar.bz2
gentoo-2-f8b3e37f41bc2487972bd16f97fda49554a8a7a9.zip
symlink fix #11331
Diffstat (limited to 'media-libs/divx4linux')
-rw-r--r--media-libs/divx4linux/ChangeLog10
-rw-r--r--media-libs/divx4linux/divx4linux-20020418-r1.ebuild (renamed from media-libs/divx4linux/divx4linux-20020418.ebuild)17
-rw-r--r--media-libs/divx4linux/files/digest-divx4linux-20020418-r1 (renamed from media-libs/divx4linux/files/digest-divx4linux-20020418)0
3 files changed, 15 insertions, 12 deletions
diff --git a/media-libs/divx4linux/ChangeLog b/media-libs/divx4linux/ChangeLog
index 8a644d0e4b57..bf07ef1fd786 100644
--- a/media-libs/divx4linux/ChangeLog
+++ b/media-libs/divx4linux/ChangeLog
@@ -1,13 +1,17 @@
# 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.4 2002/09/11 20:09:46 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/ChangeLog,v 1.5 2002/12/01 21:41:22 vapier Exp $
+
+*divx4linux-20020418-r1 (01 Dec 2002)
+
+ 01 Dec 2002; Mike Frysinger <vapier@gentoo.org> :
+ Version bump so symlinks are created #11331
*divx4linux-20020418 (5 May 2002)
+
Sep 11 2002; Mark Guertin <gerk@gentoo.org> :
Set as -ppc -sparc -sparc64 (supplies x86 only libs)
-*divx4linux-20020304 (23 Apr 2002)
-
*divx4linux-20011025 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
diff --git a/media-libs/divx4linux/divx4linux-20020418.ebuild b/media-libs/divx4linux/divx4linux-20020418-r1.ebuild
index 67eed7f8f4d0..921d5d1ebf0e 100644
--- a/media-libs/divx4linux/divx4linux-20020418.ebuild
+++ b/media-libs/divx4linux/divx4linux-20020418-r1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418.ebuild,v 1.10 2002/11/30 01:58:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/divx4linux/divx4linux-20020418-r1.ebuild,v 1.1 2002/12/01 21:41:22 vapier Exp $
DXVER=501
-S="${WORKDIR}/${PN}-${PV}"
DESCRIPTION="Binary release of DivX Codec 5.0.1"
SRC_URI="http://download.divx.com/divx/${PN}${DXVER}-${PV}.tgz"
HOMEPAGE="http://www.divx.com/"
@@ -14,19 +13,19 @@ KEYWORDS="x86 -ppc -sparc -sparc64"
DEPEND="virtual/glibc"
-# Make sure Portage does _NOT_ strip symbols. Need both lines for
-# Portage 1.8.9+
DEBUG="yes"
RESTRICT="nostrip"
src_install() {
- dodir /usr/{lib,include}
+ for lib in *.so ; do
+ dolib.so ${lib}
+ dosym /usr/lib/${lib} /usr/lib/${lib}.0
+ done
- # Do the divx50 decoder stuff
- dolib.so *.so
insinto /usr/include
doins *.h
+
dodoc README.linux license.txt
- dodir /usr/share/doc/${P}/html
- cp -a 'DivX MPEG-4 Codec and Its Interface.htm' ${D}/usr/share/doc/${P}/html
+ dodir /usr/share/doc/${PF}/html
+ cp -a 'DivX MPEG-4 Codec and Its Interface.htm' ${D}/usr/share/doc/${PF}/html
}
diff --git a/media-libs/divx4linux/files/digest-divx4linux-20020418 b/media-libs/divx4linux/files/digest-divx4linux-20020418-r1
index e5b4f56e8f53..e5b4f56e8f53 100644
--- a/media-libs/divx4linux/files/digest-divx4linux-20020418
+++ b/media-libs/divx4linux/files/digest-divx4linux-20020418-r1