Commit Graph

40 Commits

Author SHA1 Message Date
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
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
d8b2be02f7 update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-09 23:59:41 +02:00
CvH
b988723074 emulator: update to latest versions 2021-01-30 14:45:52 +01:00
Ian Leonard
df43cb5f5b emulation: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:53 +00:00
CvH
144ec15162 kodi-emulator-addons: update to latest versions 2020-11-17 18:52:40 +01:00
CvH
894b4eaf4a kodi-binary-addons: update to latest versions 2020-10-19 20:54:07 +02:00
CvH
58cb27a006 retroplayer addons: update to latest Matrix versions 2020-09-04 21:18:59 +02:00
CvH
16a2431f5b retroplayer addons: update to latest Matrix versions 2020-06-18 18:10:00 +02:00
Matthias Reichl
03e748284a retroplayer addons: update to latest Matrix versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-01-31 00:19:55 +01:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
CvH
bc8fd997e1 emulators: update to latest versions 2019-02-18 22:27:18 +01:00
CvH
95e37a1ab3 emulators/libretro: update to latest 2018-11-14 11:52:40 +01:00
CvH
330a8867a3 emulators/libretro: update to latest 2018-10-27 19:19:56 +02:00
CvH
a4ec8951e0 cleanup: remove redundant PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
8b3e6780e7 Merge pull request #3008 from 5schatten/libretro-genplus_arm_fix
libretro-genplus: bus error fix for non RPi arm based systems
2018-10-02 11:13:21 +02:00
5schatten
c17740e6fb libretro-genplus: bus error fix for non RPi arm based systems
Fixes a bus error, the makefile already sets this flag for RPi based systems but not for other arm platforms like the AML S905 chips.

See https://github.com/ekeeke/Genesis-Plus-GX/issues/158 for further details.
2018-10-01 21:24:50 +02:00
cdu13a
8b4c80eafd retroplayer: update add-ons 2018-09-28 15:16:01 -04:00
CvH
b3bb3f2492 spdx: packages/emulation 2018-07-17 23:58:50 +02:00
CvH
987dc53579 retroplayer: update emulation packages 2018-07-04 14:17:23 +02:00
Matthias Reichl
660d7862ac libretro-genplus: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00