Package Details: kodi-addon-game-libretro 20.2.4-1

Git Clone URL: https://aur.archlinux.org/kodi-addon-game-libretro.git (read-only, click to copy)
Package Base: kodi-addon-game-libretro
Description: Libretro wrapper for Kodi's Game API
Upstream URL: https://github.com/kodi-game/game.libretro
Licenses: GPL
Groups: kodi-addons, kodi-addons-game
Submitter: BlackIkeEagle
Maintainer: mcarni
Last Packager: mcarni
Votes: 0
Popularity: 0.000000
First Submitted: 2023-01-30 14:35 (UTC)
Last Updated: 2023-08-01 21:33 (UTC)

Latest Comments

mcarni commented on 2023-08-04 15:03 (UTC)

@gnaggnoyil,

can you maybe try to refresh your sources or update the PKGBUILD?

i realised that it didn't build too late and I had to add a couple of lines to the PKGBUILD to make it work, the one in the AUR should be OK, but maybe somehow you got the old and wrong one?

if you want to check the PKGBUILD should have both these lines:

"-DENABLE_INTERNAL_LIBRETROCOMMON=1 \ -DENABLE_INTERNAL_RCHEEVOS=1 \"

please let me know

M

gnaggnoyil commented on 2023-08-04 13:22 (UTC)

makepkg failed during build:

-- The C compiler identification is GNU 13.2.1
-- The CXX compiler identification is GNU 13.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking to see if CXX compiler accepts flag -flto
-- Checking to see if CXX compiler accepts flag -flto - yes
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find LibretroCommon (missing: LIBRETRO_COMMON_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindLibretroCommon.cmake:44 (find_package_handle_standard_args)
  CMakeLists.txt:7 (find_package)

Anyone facing the same issue?

patlefort commented on 2023-01-30 20:05 (UTC)

Fails validity check. Can you update the checksum?

kpauburn commented on 2023-01-30 18:43 (UTC)

I can't compile this either.

Karlk94 commented on 2023-01-30 17:37 (UTC)

fails to build on two of my computers with the following error:

kodi-addon-game-libretro/src/game.libretro-20.1.0-Nexus/src/video/VideoStream.h:50:37: required from here /usr/include/c++/12.2.1/bits/unique_ptr.h:93:23: error: invalid application of ?sizeof? to incomplete type ?LIBRETRO::CVideoGeometry? 93 | static_assert(sizeof(_Tp)>0,