373 Commits

Author SHA1 Message Date
Matthias Reichl
47a43e3dde update retroplayer addons to latest versions
also bump PKG_REV of all not-updated addons to make sure freshly
built addons get rolled out to LE11 nightly users

Signed-off-by: Matthias Reichl <hias@horus.com>
2023-02-28 23:13:23 +01:00
Matthias Reichl
1120b8ca73 update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2023-01-27 17:17:38 +01:00
Matthias Reichl
bcb869a387 Revert "libretro-fbneo: dont build target with _TIME_BITS or _FILE_OFFSET_BITS for arm32 userland builds"
This reverts commit e80603557c6f497ffe4b794cb13597faf16ec308.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-12-04 21:13:52 +01:00
Matthias Reichl
19546c226a libretro-dosbox-pure: update cross compile patch
Patched sourced from LibreELEC-RR repo

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-12 16:32:54 +01:00
Matthias Reichl
5a27b1bf6f libretro-uae: add patch to fix build with glibc 2.35
Patched sourced from LibreELEC-RR repo

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-12 16:32:54 +01:00
Matthias Reichl
fff4968047 libretro-mame2016: fix build with Python 3
Universal newline handling is default since Python 3 and the "U"
file mode has been deprecated and is finally removed now. Drop the
"U" flag to fix build with Python 3.11

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-12 16:32:54 +01:00
Matthias Reichl
2b6a943e03 libretro-mame2015: fix build with Python 3
Universal newline handling is default since Python 3 and the "U"
file mode has been deprecated and is finally removed now. Drop the
"U" flag to fix build with Python 3.11

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-12 16:32:54 +01:00
Matthias Reichl
8fb805ef1f update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-12 16:32:47 +01:00
Matthias Reichl
4c5b778415 libretro-common: initial package
This is a dependency of newer game.libretro versions

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-12 14:58:36 +01:00
Matthias Reichl
898996e762 rcheevos: initial package
This is a dependency of newer game.libretro versions

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-12 14:58:36 +01:00
Jernej Skrabec
2fd48a356c libretro-vecx: add missing graphics dependency 2022-08-21 08:23:31 +02:00
Rudi Heitbaum
e80603557c libretro-fbneo: dont build target with _TIME_BITS or _FILE_OFFSET_BITS for arm32 userland builds 2022-07-22 07:25:46 +00:00
Rudi Heitbaum
11a48fe2bb libretro-fsuae: update PKG_DEPENDS_HOST 2022-05-27 06:36:32 +00:00
CvH
7f5db5a18a
Merge pull request #6486 from heitbaum/libretro-sameboy
Fix libretro-sameboy build
2022-05-15 12:11:13 +02:00
Rudi Heitbaum
bbc9846755 libretro-fsuae: add host build for gen target as designed
The host utils are meant to be build on the host (using the host
libaries.) This fixes the error when the glibc libraries are older on
the build host, than the target.

  ./gen/build68k < ./src/table68k > ./gen/cpudefs.c
  ./gen/build68k: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./gen/build68k)
  make[1]: *** [Makefile:2011: gen/cpudefs.c] Error 1
2022-05-15 05:42:12 +00:00
Rudi Heitbaum
710b55c5b5 libretro-sameboy: update dependency to include util-linux:host as hexdump is needed for the build 2022-05-13 22:12:13 +00:00
Rudi Heitbaum
f2c192a36d libretro-mame2016: drop upstreamed patches
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2022-04-16 12:00:08 +00:00
Matthias Reichl
08db095cf2 libretro-mame2015: simplify cross-compile patch
REALCC is already set in package.mk so the hunk can be dropped

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-14 16:13:43 +02:00
Matthias Reichl
f2cf471636 libretro-fbneo: build without gold
this fixes LTO error when linking

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-12 19:57:53 +02:00
Matthias Reichl
761fc68571 libretro-mame2015: update cross-compile patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-12 19:57:53 +02:00
Matthias Reichl
3483888050 update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-12 19:18:31 +02:00
Matthias Reichl
4a734d805e
Merge pull request #6368 from heitbaum/libretro-mame2015
libretro-mame2015: update for python3 and enable override on OBJDUMP
2022-04-12 12:12:51 +02:00
Matthias Reichl
a80fcd5eb5
Merge pull request #6366 from heitbaum/libretro-dosbox
libretro-dosbox: build with -std=gnu++11 to fix gcc11 build
2022-04-12 12:12:22 +02:00
Rudi Heitbaum
eb798b8fe7 libretro-mame2015: update for python3 and enable override on OBJDUMP 2022-04-12 08:30:04 +00:00
Rudi Heitbaum
562eeb0d01 libretro-uae4arm: fix gcc11 build 2022-04-12 08:22:58 +00:00
Rudi Heitbaum
bf6a510f4d libretro-dosbox: build with -std=gnu++11 2022-04-12 07:32:03 +00:00
heitbaum
6108b3e5f3 libretro-mame2016: fix build with Python 3.9 2022-02-14 11:13:52 +00:00
heitbaum
9527fe0a40 libretro-mame2016: add back make patch 2022-01-11 11:46:00 +00:00
Matthias Reichl
6188c47283 update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-10 19:22:00 +01:00
heitbaum
1d2743faa4 libretro-mame2016: update githash to 2021-12-07 2022-01-04 02:30:53 +00:00
Matthias Reichl
509a796c1c update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-11 22:50:29 +02:00
Matthias Reichl
c89bd71bcc Revert "game.libretro.fsuae: drop package"
This reverts commit 48bb489c804800f2a971744fb0b79b75e8d9ebf5.
2021-10-11 16:00:04 +02:00
Matthias Reichl
05d9637a96 Revert "game.libretro.mame2016: drop package"
This reverts commit a49fb73e9dd632a00c01c0f8329ffa3f8f011e52.
2021-10-11 16:00:00 +02:00
Matthias Reichl
a3956a390c Revert "game.libretro.uae4arm: drop package"
This reverts commit b7407b5fe06d3f6a4901b53ab0ede92217244d0a.
2021-10-11 15:59:58 +02:00
Matthias Reichl
50e5771fd4 update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-10 16:35:02 +02:00
Matthias Reichl
e71ade56d0 libretro-dosbox-pure: fix URL and build
add patch to disable CPU-guessing from /proc/cpuinfo and adding
ARM optimization flags

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
3f8a42f7ce libretro-beetle-psx: fix build
set GIT_VERSION, disable static libstdc++ linking

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
2c4338215b libretro-vice: drop obsolete patch, fix build
Makefile.libretro was renamed to Makefile, we can drop make_target

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
b366420d1d libretro-opera: update cross build patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
4f1dec57ba libretro-mame2010: update cross build patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
e838f83437 libretro-beetle-pcfx: drop obsolete patch
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
b7407b5fe0 game.libretro.uae4arm: drop package
it has been removed from kodi game addon repo

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
a49fb73e9d game.libretro.mame2016: drop package
it has been removed from kodi game addon repo

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
48bb489c80 game.libretro.fsuae: drop package
it has been removed from kodi game addon repo

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Matthias Reichl
d8b2be02f7 update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
Ian Leonard
cbeda2bc88 emulation: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-01 19:19:47 +00:00
KOPRajs
ae4fc1c6a9 libretro-picodrive: fix ARM build 2021-07-26 12:00:04 +02:00
KOPRajs
ebf722ebc4 libretro-picodrive: update version and fix the package source URL 2021-07-20 16:00:04 +02:00
KOPRajs
733194d3d3 libretro-picodrive: revert PicoDrive removal 2021-07-20 16:00:04 +02:00
Matthias Reichl
bf7c589d99 libretro-ppsspp: remove package
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-28 09:17:01 +01:00