MilhouseVH
cce413d1d2
packages: align source code licence usage with project licence
2019-03-27 10:42:53 +00:00
CvH
99c388c072
kodi-binary-addons: update to latest versions
2019-03-10 13:43:48 +01:00
CvH
22a4e0829a
libretro-mrboom: fix build
2019-02-18 22:26:15 +01:00
CvH
eaaecb8800
libretro-mgba: fix build
2019-02-18 22:26:15 +01:00
CvH
8208058e55
libretro-scummvm: fix build
2019-02-18 22:26:15 +01:00
CvH
c7a18e2210
libretro-mesen: initial package
2019-02-18 22:26:15 +01:00
CvH
31fe2e6e34
emulators: update to latest versions
2019-02-16 21:16:56 +01:00
Matthias Reichl
9f753b7aea
libretro-picodrive: fix build error
...
The environment variable "R" leaks into the Makefile,
if it is set the build will fail. eg
export R=12345
scripts/build libretro-picodrive
...
make: *** No rule to make target '12345pico/pico.o', needed by 'picodrive_libretro.so'. Stop.
Clear the variable before calling make to fix this issue
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-28 11:19:02 +01:00
Matthias Reichl
aab065b509
libretro-picodrive: drop git rev-parse call from Makefile
...
git rev-parse runs into the LE tree and sets GIT_VERSION to the
current LE githash - which is nonsense.
Just set GIT_VERSION to the (shortened) PKG_VERSION in the Makefile
to avoid this issue.
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-27 23:11:14 +01:00
CvH
27f4f5e4c8
libretro-mame: change name of binary
2019-01-27 22:50:00 +01:00
Matthias Reichl
3ae3e58114
Merge pull request #3266 from CvH/9.0/sync-addons
...
kodi-binary-addons: update to latest versions
2019-01-27 15:21:56 +01:00
CvH
f3cf1a21f8
kodi-binary-addons: update to latest versions
2019-01-27 15:07:57 +01:00
CvH
5d3a991287
mame2016: add missed patch
2019-01-27 14:43:20 +01:00
CvH
345a3d8456
mame2016: initial package
2019-01-27 14:21:39 +01:00
CvH
5e0e798646
mame2003_plus: initial package
2019-01-27 14:18:58 +01:00
MilhouseVH
805b47db50
libretro-ppsspp: fix intertwined vars and funcs
2018-12-30 04:47:32 +00:00
MilhouseVH
c19a3ff780
packages: setup_toolchain $TARGET only called after package is sourced
...
Packages referencing variables defined in setup_toolchain such as CC, CXX,
AR, CFLAGS, LDFLAGS, HOST_CC etc. etc. must only reference these variables in
pre_build()/pre_configure()/pre_make() etc. functions, as the variables will not
be available when the package is sourced, but will be available after the call
to setup_toolchain() from scripts/build.
2018-12-18 03:43:28 +00:00
MilhouseVH
b518bbf4e7
packages: implement late variable binding
...
Move variable assignments into configure_package() if the assignments
depend on variables initialised after the package is sourced, ie.
$PKG_BUILD, $PKG_SOURCE_NAME etc.
2018-12-18 03:43:28 +00:00
CvH
1f14e69a61
Merge pull request #3134 from 5schatten/libretro-mgba
...
libretro-mgba: updated to git 38bad71
2018-12-04 09:55:59 +01:00
5schatten
e0983694b6
libretro-mgba: updated to git 38bad71
...
- switched to upstream repo
- changed PKG_TOOLCHAIN to "cmake-make"
- updated dependencies
2018-11-30 18:33:43 +01:00
5schatten
0a96ead557
libretro-fbalpha: updated to git bfededf / updated build flags
2018-11-28 12:56:00 +01:00
CvH
95e37a1ab3
emulators/libretro: update to latest
2018-11-14 11:52:40 +01:00
CvH
06accc27a6
libretro-ppsspp: update to 1.7.0
2018-10-27 19:36:50 +02: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
5schatten
3be255e635
libretro-pcsx-rearmed: target ARCH is x86_64 not x86-64
2018-10-17 19:03:21 +02:00
5schatten
f0bfb63eec
libretro-pcsx-rearmed: set PKG_ARCH to any since PCSX_reARMed performs on lowend generic systems better than beetle-psx / added correct GIT version
2018-10-17 18:25:36 +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
a887fe61af
libretro-mame2014: update to latest
2018-09-20 21:30:18 +02:00
CvH
34094ab558
libretro-mame2010: update to latest
2018-09-20 21:30:18 +02:00
CvH
00f47b95d2
libretro-mame2003: update to latest
2018-09-20 15:19:28 +02:00
CvH
13d299a3eb
libretro-mame2000: update to latest
2018-09-20 15:19:28 +02:00
CvH
7111205e74
libretro-uae4arm: fix none neon builds
2018-08-01 17:16:11 +02:00
CvH
88dc980f99
libretro-pcsx-rearmed: update to libretro-pcsx-rearmed-1b86cbc
2018-07-29 11:23:12 +02:00
CvH
d23c31cd61
retroplayer: update emulation packages
2018-07-24 23:46:16 +02:00
MilhouseVH
c637c4c036
libretro-mame: update to libretro-mame-c816514
2018-07-19 16:42:09 +01:00
CvH
b3bb3f2492
spdx: packages/emulation
2018-07-17 23:58:50 +02:00
CvH
bd16906d6b
libretro-vram-test: initial package
2018-07-11 21:41:39 +02:00
CvH
83e6eb6192
libretro-uae: initial package
2018-07-11 21:41:39 +02:00
CvH
ae68c1cd72
libretro-sameboy: initial package
2018-07-11 21:41:39 +02:00
CvH
c71c66b230
libretro-pokemini: initial addon
2018-07-11 21:41:39 +02:00
CvH
da5daa6419
libretro-melonds: initial package
2018-07-11 21:41:39 +02:00
CvH
2146f30517
libretro-bsnes-mercury-performance: build for any arch
2018-07-11 21:41:39 +02:00
CvH
dc668dd0e2
libretro-mame: fixed build
2018-07-11 21:41:39 +02:00
CvH
f583f19c1a
libretro-uae4arm: initial package
2018-07-11 21:41:39 +02:00