Commit Graph

94 Commits

Author SHA1 Message Date
Apaczer
5b66cc5d24 [PACKAGE] LIBRETRO_MRBOOM - update ver
to revision with working verbose opt from 2023/11/15
2023-11-26 22:01:37 +01:00
Apaczer
6bed90d832 [PACKAGE] LIBRETRO_MGBA - add LOCALE ifdef to *.mk
+cleanup
2023-11-26 21:49:52 +01:00
Apaczer
790b198b88 [PACKAGE/BOARD] add COMMANDER package & update appLink (#57)
* [PACKAGE] add COMMANDER file manager
* [BOARD] rm precompiled commander & upd appLink
2023-11-24 21:15:29 +01:00
Apaczer
02627752b2 [PACKAGE/BOARD] add ST_SDL package & update scripts (#54)
* [PACKAGE] add ST_SDL for terminal emulation
* [BOARD] rm 3-party `st` app & update scripts
2023-11-21 15:55:44 +01:00
Apaczer
c8fa30eceb [PACKAGE] lock JOYMAP on beta 0.5.5 + fix musl build (#53)
* [PACKAGE] lock JOYMAP on beta 0.5.5 release + package in musl img
* [JOYMAP] fix musl by using std headers over types.h
2023-11-21 15:54:45 +01:00
Apaczer
423e87bd64 [BOARD/PACKAGE] add FFMPEG to record&play /dev/fb0 + alsa capture (#48)
* [PACKAGE] downgrade FFMPEG(add) & X264
- use ffmpeg-3.1 thus downgrade ver. to working SDL1.2
- downgrade x264 to be inline with former ffmpeg
- uncomment FFSERVER build instructions (it is available in 3.1 version)

* [BOARD] 
- add `ffplay` & `ffmpeg` apps to record&play
- add `arecord` script for AUDIO capture (use alsaloop workaround)
- update appLinks with "params=&" for bg launch
- use `pkill` instead 'killall` for scripts (warning: it also checks for bash running under the same name)
- use FFPROBE to detect media format in `ffplay`
- for X264  use sources.buildroot.net (code.videolan.org src only works with git method)
- rm redundant usb Applink
- add 0003-ffplay-custom-sdlk.patch (to make hotkeys usable in miyoo)
2023-11-18 17:27:30 +01:00
tiopex
b7a8ba56ec [PACKAGE/BOARD] Add Retroarch v1.16.0.3 (#50)
* Add retroarch package

* libretro cores as separate packages

* Add libretro-super package

* Add core resources, move retroarch bin to /mnt/emus/retroarch dir

* add NxEngine assets + correct indendt

* [BOARD] add cores appLinks

* [GENIMAGE] test -d before running cp to not stderr

* [BOARD] add "cores" section in gmenu2x with all appLinks

* add PRBOOM data *.wad file

* [GENIMAGE] generate cores' script links in genimage.sh

* Add scummvm core & downgrade

* [GENIMAGE] don't run cores in verbose

* resort `core links` and update their icons

---------

Co-authored-by: Apaczer <94932128+Apaczer@users.noreply.github.com>
2023-11-16 20:17:18 +01:00
tiopex
89d86217ef [ACTIONS] Less verbose log for GitHub log action + change repo format for libxmlrpc package (#52) 2023-11-14 13:25:33 +01:00
tiopex
a558a481e9 change repo type from git to tar.gz for x264, due to very long clone git repo (#51) 2023-11-07 23:44:53 +01:00
tiopex
1cdeb8b930 Merge pull request #45 from tiopex/master
Add joy to keyboard button mapper
2023-10-25 08:45:59 +02:00
Apaczer
3a434d54a2 [BUSYBOX] use custom config from board/miyoo
add PGREP and PKILL cmds
2023-10-20 18:05:01 +02:00
tiopex
96ee5d9483 Add input_info app to discover buttons src numbers, add '-d' parameter to dynamically (during use) compute calibration value so that events are reported in the range -32767 to 32767 2023-10-12 14:52:21 +02:00
tiopex
515379acad add Linux Joystick Mapper 2023-10-10 15:01:12 +02:00
Apaczer
519ce818d3 [DEFCONFIG] add OPKG packages
+ [GMENU2X] include IPK_SUPPORT in CFLAGS
2023-08-31 20:10:45 +02:00
Apaczer
515013b3ef [PACKAGE] patch fbgrab - compression level fix (#41) 2023-07-19 20:36:07 +02:00
Apaczer
cd078d2b55 [PACKAGE] add fbcat (#40) 2023-07-17 22:27:10 +02:00
Apaczer
004c656b1a [GMENU2X] add -DHW_LIDVOL flag 2023-07-15 23:12:12 +02:00
Apaczer
fb813ce5e3 [PACKAGE] update "dialog" cmd to 1.3-20230209 ver (#38) 2023-06-13 06:31:24 +02:00
Apaczer
66ff4de1ea [GMENU2X] updt BUILDTIME macro + check if CFW_HASH exist && neq BUILDROOT_HASH (#33)
* Update BUILDTIME var. in gmenu2x.mk

* check if CFW_HASH =/ BUILDROOT_HASH in gmenu2x.mk
2023-04-26 19:08:59 +02:00
Apaczer
11cfc78bbe build GMENU2X package with CFW_HASH var only if it exist (#32) 2023-04-24 11:08:47 +02:00
Apaczer
7c9145f0ce use BUILDROOT&CFW_HASH & real GMENU2X COMMIT_HASH in package CFLAGS (#31)
update workflow to accomodate CFW_HASH
2023-04-23 22:29:39 +02:00
Apaczer
4ebcca7de0 Update gmenu2x.mk with COMMIT_HASH macro 2023-04-16 12:05:54 +02:00
tiopex
dc6778c814 Add patch for build parted-3.1 on musl toolchain 2023-04-11 14:06:16 +02:00
tiopex
26cf244553 disable locale, downgrade parted to v3.1, use fatresize v1.1.0 2023-04-11 10:49:52 +02:00
tiopex
2498d3557c Enable Top-level parallel build 2023-03-28 13:08:02 +02:00
tiopex
c5f2ee8941 Add joy2key app 2023-03-27 11:27:42 +02:00
tiopex
a2f39f8c83 Generate sdk tarball file by buildroot
Fix gmenu2x output files when rebuild image
2023-03-27 11:24:45 +02:00
Apaczer
ac644eaf63 add `showkey` to BusyBox def config 2023-03-26 00:14:05 +01:00
Apaczer
4f6a409e9f correct naming of make file for miyooctl 2023-03-22 17:01:08 +01:00
root
8ee9df5b88 add libusbgx, add miyooctl 2023-03-22 07:31:48 +01:00
tiopex
5a0cc1df52 add build fatresize from source 2023-03-20 13:07:22 +01:00
tiopex
52c0a95984 fix uppercase and build gmenu2x dist 2023-03-17 21:49:56 +01:00
tiopex
248f82ac68 build gmenu2x with -O0
prepare to copy generated files from gmenu2x to sdcard
2023-03-17 11:48:04 +01:00
root
e45cdf1ccd add strip var to gmenu2x 2023-03-15 14:12:44 +01:00
tiopex
fa8b4b1683 add build image 2023-03-13 17:52:33 +01:00
tiopex
dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00
vamastah
4c5e6e8135 update m4, fix fakeroot build 2022-10-23 12:00:00 +02:00
TriForceX
5ce34ced3d Merge from bittboy/buildroot@a449d16 2021-10-07 19:21:30 -03:00
TriForceX
b3ecc6e32d Merge from bittboy/buildroot@26c91a9 2021-03-13 22:13:38 -03:00
TriForceX
c77595adbd Fix for non deleted files 2020-10-09 19:47:28 -03:00
TriForceX
90f7661802 Merge from bittboy/buildroot@71f939e 2020-07-29 18:18:19 -04:00
TriForceX
1741b2f468 Merge from bittboy/buildroot@bb4d4ae 2020-07-14 18:10:08 -04:00
TriForceX
84498017f4 Merge from bittboy/buildroot@c9aa6bf 2020-06-01 17:39:24 -04:00
TriForceX
6203ff3e7c Merge from bittboy/buildroot@db180c0 2019-09-25 20:52:32 -03:00