You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/binkplayer/binkplayer-1.99w.ebuild

37 lines
891 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.5 2014/10/10 15:25:01 ago Exp $
EAPI=5
DESCRIPTION="Bink Video! Player"
HOMEPAGE="http://www.radgametools.com/default.htm"
# No version on the archives and upstream has said they are not
# interested in providing versioned archives.
SRC_URI="mirror://gentoo/${P}.zip"
# distributable per http://www.radgametools.com/binkfaq.htm
LICENSE="freedist"
SLOT="0"
KEYWORDS="-* amd64 ~x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND="amd64? (
app-emulation/emul-linux-x86-sdl
)
x86? (
media-libs/libsdl
media-libs/sdl-mixer
)"
S=${WORKDIR}
QA_FLAGS_IGNORED="opt/bin/BinkPlayer"
QA_PRESTRIPPED="opt/bin/BinkPlayer"
QA_EXECSTACK="opt/bin/BinkPlayer"
src_install() {
into /opt
dobin BinkPlayer
}