commit: ec276b49c2f79c91ea6c372a4d0e1ad8c99baed6 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jul 25 09:04:51 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Jul 27 18:18:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec276b49
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 <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/21780 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> media-video/binkplayer/binkplayer-1.99w.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-video/binkplayer/binkplayer-1.99w.ebuild b/media-video/binkplayer/binkplayer-1.99w.ebuild index 01e6281cfd4..da676885c94 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"
