mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
media-plugins/kodi-game-libretro-bnes: 0.83.0.7 version bump
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -2,3 +2,4 @@ DIST kodi-game-libretro-bnes-0.83.0.3.tar.gz 809447 BLAKE2B 4efcc72c60ceb433f755
|
||||
DIST kodi-game-libretro-bnes-0.83.0.4.tar.gz 810686 BLAKE2B fc64d07a3629f00d658028a1f63ef4be640d511968bbd165019431563c84989c07fe11a132757b0ab64d0127e0b39d853525f615e25fea319bef2e8cb3435ea1 SHA512 5add79554a0064dfe9287961a20b80a5c8fd63598f173e254320b78347881f23c87653b742d6b759a1faa280496155c1822ef7ed4631c94fc35a99e7ca22932d
|
||||
DIST kodi-game-libretro-bnes-0.83.0.5.tar.gz 810684 BLAKE2B 803197c0f196c460d02b683874e2f47e986155310c1c2f7f8f7af74540965e9f94239b561e7143fcd878ba3be6612b441cc9f09ba351c3ddd5eef40a5b8c6ed3 SHA512 46851fe5665f4f69acfbb51b5ebdbc6fdd86016893d3c93956ef690956df127920229f3e9029337da6af388ef9e615fc17b969e3660d22c8a01a3f7116866483
|
||||
DIST kodi-game-libretro-bnes-0.83.0.6.tar.gz 810679 BLAKE2B 9e414c924706ed1e45b4831e1a760107be56608b98c4f4fb20203f933d56f8d01232c8e1b8e216715eb4408d63f423ec421039fb2bf9c811dac3081a1916ed59 SHA512 f13e166282d215f9f82da9c6aeb8122fd2893600200d9877ca110cf94f1fe03ca3dc2b9914068fa058843d56a1c775ff2312c7d90ec7cfdd3d8208cb80fccf06
|
||||
DIST kodi-game-libretro-bnes-0.83.0.7.tar.gz 810746 BLAKE2B 338223fbebf4de8fdac9e9ac513d629081b92383b3f6793cdc59ff917a2bef87c50879bcfc7f6dd0dc98166930aec5333e2d12b9a3d31366503ad5a2f78acc51 SHA512 028ed758b5024ee987001b27737ab92b1ac89f510a659c3ef917b57b4a93e259dd9933609caafc3713d4256a0c1a5ea2fc9ebe79357904d9d90e169487138cc1
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils kodi-addon
|
||||
|
||||
DESCRIPTION="bNES GameClient for Kodi"
|
||||
HOMEPAGE="https://github.com/kodi-game/game.libretro.bnes"
|
||||
SRC_URI=""
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.bnes.git"
|
||||
inherit git-r3
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
CODENAME="Leia"
|
||||
SRC_URI="https://github.com/kodi-game/game.libretro.bnes/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/game.libretro.bnes-${PV}-${CODENAME}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
=media-tv/kodi-18*
|
||||
games-emulation/libretro-bnes
|
||||
"
|
||||
RDEPEND="
|
||||
media-plugins/kodi-game-libretro
|
||||
${DEPEND}
|
||||
"
|
||||
src_prepare() {
|
||||
echo 'find_library(BNES_LIB NAMES bnes_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-bnes.cmake" || die
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user