Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 580438 Details for
Bug 688474
media-plugins/kodi-game-libretro and friends
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kodi-game-libretro-snes9x-1.58.0.6.ebuild
kodi-game-libretro-snes9x-1.58.0.6.ebuild (text/plain), 991 bytes, created by
Andreas Schürch
on 2019-06-22 13:12:46 UTC
(
hide
)
Description:
kodi-game-libretro-snes9x-1.58.0.6.ebuild
Filename:
MIME Type:
Creator:
Andreas Schürch
Created:
2019-06-22 13:12:46 UTC
Size:
991 bytes
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit cmake-utils kodi-addon > >DESCRIPTION="Snes9x GameClient for Kodi" >HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x" >SRC_URI="" > >if [[ ${PV} == *9999 ]]; then > SRC_URI="" > EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git" > inherit git-r3 > KDEPVER="~media-tv/kodi-9999" >else > KCODENAME="Leia" > KVER="=media-tv/kodi-18*" > KEYWORDS="~amd64 ~x86" > SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${KCODENAME}.tar.gz -> ${P}.tar.gz" > S="${WORKDIR}/game.libretro.snes9x-${PV}-${KCODENAME}" >fi > >LICENSE="GPL-2" >SLOT="0" >IUSE="" > > >DEPEND=" > $KDEPVER > games-emulation/libretro-snes9x > " >RDEPEND=" > media-plugins/kodi-game-libretro > ${DEPEND} > " >src_prepare() { > echo 'find_library(SNES9X_LIB NAMES snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > "${S}/Findlibretro-snes9x.cmake" || die > default >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 688474
:
580434
|
580436
| 580438