summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-09-24 06:02:59 +0000
committerDonny Davies <woodchip@gentoo.org>2001-09-24 06:02:59 +0000
commit2e2d80b9a55a96205f0b94d530f393622969020d (patch)
tree00c8d9da491017a2729cfd2cced679ba0eac6439 /incoming
parentadded this win32 codecs package (diff)
downloadgentoo-2-2e2d80b9a55a96205f0b94d530f393622969020d.tar.gz
gentoo-2-2e2d80b9a55a96205f0b94d530f393622969020d.tar.bz2
gentoo-2-2e2d80b9a55a96205f0b94d530f393622969020d.zip
added to media-libs
Diffstat (limited to 'incoming')
-rw-r--r--incoming/w32codecs-0.18.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/incoming/w32codecs-0.18.ebuild b/incoming/w32codecs-0.18.ebuild
deleted file mode 100644
index 760ffb4c7504..000000000000
--- a/incoming/w32codecs-0.18.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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>
-
-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 () {
- cd ${S}
-
- dodir /usr/lib/win32
- cp ${S}/* ${D}/usr/lib/win32
-}
-