Commit Graph

45 Commits

Author SHA1 Message Date
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
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
CvH
ba5db73131 libretro.picodrive: drop package due missing upstream files 2021-01-30 14:42:23 +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
25ee50c880 kodi-emulator-addons: update to latest versions 2020-11-01 07:50:28 +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
c7cdd7e06a retroplayer addons: update to latest Matrix versions 2020-08-22 15:23:49 +02:00
CvH
16a2431f5b retroplayer addons: update to latest Matrix versions 2020-06-18 18:10:00 +02:00
MilhouseVH
3aaac00849 Merge pull request #4202 from dhewg/pull/deps
Add some missing dependencies; fallout from #4088
2020-02-19 03:59:43 +00:00
CvH
fc2667b094 Merge pull request #4165 from HiassofT/le10-retroplayer-bump
retroplayer addons: update to latest Matrix versions
2020-02-18 16:56:43 +01:00
Andre Heider
14b3fcced3 libretro-picodrive: add missing "toolchain" dependency
build.LibreELEC-RPi2.arm-9.80-devel/toolchain/bin/host-g++: not found
2020-02-13 10:23:31 +01:00
Andre Heider
2c1566180b libretro-picodrive: add missing PKG_DEPENDS_UNPACK
cyclone68000 is accessed using get_build_dir().
2020-02-10 08:53:39 +01: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
b8780a0275 packages: use single = not == 2019-05-04 01:29: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
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
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