diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-09-24 05:10:20 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-09-24 05:10:20 +0000 |
commit | f6762bfc6dfa4b9010949567b0310533e0747ebc (patch) | |
tree | aeb639f5b35ef1d2f96cf05c2fb40e37bc9dec3c /media-libs/win32codecs | |
parent | older then what we alredy have (diff) | |
download | gentoo-2-f6762bfc6dfa4b9010949567b0310533e0747ebc.tar.gz gentoo-2-f6762bfc6dfa4b9010949567b0310533e0747ebc.tar.bz2 gentoo-2-f6762bfc6dfa4b9010949567b0310533e0747ebc.zip |
added this win32 codecs package
Diffstat (limited to 'media-libs/win32codecs')
-rw-r--r-- | media-libs/win32codecs/files/digest-win32codecs-0.18 | 1 | ||||
-rw-r--r-- | media-libs/win32codecs/win32codecs-0.18.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/media-libs/win32codecs/files/digest-win32codecs-0.18 b/media-libs/win32codecs/files/digest-win32codecs-0.18 new file mode 100644 index 000000000000..45860427467a --- /dev/null +++ b/media-libs/win32codecs/files/digest-win32codecs-0.18 @@ -0,0 +1 @@ +MD5 80afcd781e6c6a7d93989e9128d8c753 w32codec.zip diff --git a/media-libs/win32codecs/win32codecs-0.18.ebuild b/media-libs/win32codecs/win32codecs-0.18.ebuild new file mode 100644 index 000000000000..cbdc54c3e407 --- /dev/null +++ b/media-libs/win32codecs/win32codecs-0.18.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Martin Schlemmer <azarah@saintmail.net>, Donny Davies <woodchip@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-0.18.ebuild,v 1.1 2001/09/24 05:10:20 woodchip Exp $ + +S=${WORKDIR} +DESCRIPTION="Win32 binary codecs for MPlayer and maybe avifile as well" +SRC_URI="ftp://ftp.mplayerhq.hu/MPlayer/releases/w32codec.zip" +HOMEPAGE="http://www.mplayerhq.hu/" + +DEPEND="" + +src_install () { + insinto /usr/lib/win32 ; doins ${S}/* +} |