summaryrefslogtreecommitdiff
path: root/media-video/binkplayer/binkplayer-1.99w.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-28 10:27:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-28 10:27:13 +0100
commitf4fc10428424904caf2035cffc442195cb088b2c (patch)
tree72f320d5963e55586cfdeed2b14c72b8191b6327 /media-video/binkplayer/binkplayer-1.99w.ebuild
parentfbd9734cedfe790955100b8e4ab3613457d77b1a (diff)
gentoo resync : 28.07.2021
Diffstat (limited to 'media-video/binkplayer/binkplayer-1.99w.ebuild')
-rw-r--r--media-video/binkplayer/binkplayer-1.99w.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/media-video/binkplayer/binkplayer-1.99w.ebuild b/media-video/binkplayer/binkplayer-1.99w.ebuild
index 01e6281cfd4b..da676885c940 100644
--- a/media-video/binkplayer/binkplayer-1.99w.ebuild
+++ b/media-video/binkplayer/binkplayer-1.99w.ebuild
@@ -1,25 +1,24 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
+
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"
+S="${WORKDIR}"
# distributable per http://www.radgametools.com/binkfaq.htm
LICENSE="freedist"
SLOT="0"
KEYWORDS="-* amd64 x86"
-IUSE=""
-DEPEND="app-arch/unzip"
RDEPEND="
- >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
- >=media-libs/openal-1.15.1-r1[abi_x86_32(-)]"
-
-S=${WORKDIR}
+ media-libs/libsdl[abi_x86_32(-)]
+ media-libs/openal[abi_x86_32(-)]"
+BDEPEND="app-arch/unzip"
QA_PREBUILT="opt/bin/BinkPlayer"