Commit graph

45 commits

Author SHA1 Message Date
Matthias Reichl
84a66d9937 update retroplayer addons to latest versions
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-11 22:53:12 +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
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
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
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
Lukas Rusak
f03cbc574f
update retroplayer add-ons and emulation packages 2018-02-22 23:26:08 -08:00
Lukas Rusak
f60556f090
update retroplayer add-ons and emulation packages 2018-01-31 14:46:43 -08:00
Sascha Kuehndel (InuSasha)
430f6e33a0
buildsystem: set PKG_TOOLCHAIN for multiple packages 2017-11-22 00:49:45 +01:00
Sascha Kuehndel (InuSasha)
da38cd92e3
buildsystem: set PKG_TOOLCHAIN for packages, that need it 2017-11-22 00:41:13 +01:00
Sascha Kuehndel (InuSasha)
c90b78d9d5
buildsystem: replace PKG_USE_CMAKE 2017-11-22 00:41:12 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
f7da3c2cc3 remove double newlines 2017-10-16 01:25:26 +02:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
cvh
c6b5cdc10f fix copyright header 2017-10-16 00:01:11 +02:00
Lukas Rusak
e5c2de966f
emulation: update packages 2017-09-05 20:59:28 -07:00
Lukas Rusak
4e19e4dcab
emulation: update packages 2017-09-05 10:05:57 -07:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
99ef6bc05d PKG_BUILD: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
Lukas Rusak
ac79e0f2ca
libretro-picodrive: update to d6be4fa and cleanup 2017-02-05 22:20:44 -08:00
Lukas Rusak
ac206250b1
libretro-picodrive: add package 2017-02-01 15:44:26 -08:00