summaryrefslogtreecommitdiff
blob: c7d297984c93f1c8dd338eb085295111500980af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/win32codecs/win32codecs-0.90.1-r1.ebuild,v 1.4 2003/07/08 23:40:02 weeve Exp $

# Update codec pack from:
#
#   http://www.mplayerhq.hu/MPlayer/releases/codecs/win32codecs.tar.bz2

S="${WORKDIR}/${PN}"
DESCRIPTION="Win32 binary codecs for MPlayer and maybe avifile as well"
SRC_URI="mirror://gentoo/${P}.tar.bz2
	quicktime? ( mirror://gentoo/qt6dlls-${PV}.tar.bz2 )"
HOMEPAGE="http://www.mplayerhq.hu/"

LICENSE="as-is"
SLOT="0"
KEYWORDS="x86 ppc -sparc"
IUSE="quicktime"

src_install() {
	insinto /usr/lib/win32
	doins ${S}/*
	use quicktime && doins ${WORKDIR}/qt6dlls/*
}