diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-13 22:58:05 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-13 22:58:05 +0000 |
commit | a13832d30967d01cc8e2520b49f00e4151393a2f (patch) | |
tree | d61a157dee0bde35dc0b11c469c974bb83c82845 /media-libs | |
parent | unp version bump (diff) | |
download | gentoo-2-a13832d30967d01cc8e2520b49f00e4151393a2f.tar.gz gentoo-2-a13832d30967d01cc8e2520b49f00e4151393a2f.tar.bz2 gentoo-2-a13832d30967d01cc8e2520b49f00e4151393a2f.zip |
added doins *.so for newly introduced codecs, and dodoc call for the readme. thanks to genstef
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/win32codecs/win32codecs-20050216.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/media-libs/win32codecs/win32codecs-20050216.ebuild b/media-libs/win32codecs/win32codecs-20050216.ebuild index cd2f1ee53d5e..d6c8d5ae2270 100644 --- a/media-libs/win32codecs/win32codecs-20050216.ebuild +++ b/media-libs/win32codecs/win32codecs-20050216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-20050216.ebuild,v 1.1 2005/03/13 22:45:54 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-20050216.ebuild,v 1.2 2005/03/13 22:58:05 luckyduck Exp $ DESCRIPTION="Win32 binary codecs for video and audio playback support" @@ -26,6 +26,10 @@ src_install() { insinto /usr/lib/real doins *so.6.0 + # copy newly introduced codecs from realplayer10 + # see the ChangeLog online + doins *.so + # fix bug #80321 ln -s ${D}/usr/lib/real/* ${D}/usr/lib/win32/ fi @@ -37,4 +41,6 @@ src_install() { fi doins *.dll *.ax *.xa *.acm *.vwp *.drv *.DLL + + dodoc README } |