summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-07-25 11:04:51 +0200
committerIonen Wolkens <ionen@gentoo.org>2021-07-27 14:18:35 -0400
commitec276b49c2f79c91ea6c372a4d0e1ad8c99baed6 (patch)
tree50199f13ba3c312bfa349a443b017a7bb0547489 /media-video
parentmedia-gfx/flameshot: remove unused desktop inherit (diff)
downloadgentoo-ec276b49c2f79c91ea6c372a4d0e1ad8c99baed6.tar.gz
gentoo-ec276b49c2f79c91ea6c372a4d0e1ad8c99baed6.tar.bz2
gentoo-ec276b49c2f79c91ea6c372a4d0e1ad8c99baed6.zip
media-video/binkplayer: EAPI8 bump, minor ebuild improvements
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21780 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video')
-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"