mirror of
https://github.com/openwrt/video.git
synced 2026-05-31 06:51:54 +08:00
393e8eac5b45c5a1dc455ffe0e19e7651ad508a3
This is a stable bugfix release, with the following changes:
* Fixed the dock occasionally showing on macOS when launching an SDL app
* Report the correct device audio format when using Pipewire
* Fixed signed 8-bit audio on Android
* Support the "ambient" value for SDL_HINT_AUDIO_CATEGORY on iOS
* Improved thumbstick range for Nintendo Switch Pro Controllers
* Fixed loading user calibration for Nintendo Switch Pro Controllers
Patch 110-tests-no-libunwind.patch refreshed for the new upstream
context.
Add patch 120-tests-install-resources-to-datadir.patch which moves
the test resource files (.bmp, .hex, .txt, .dat, .wav) from
${libexecdir}/installed-tests/SDL2/ to
${datadir}/installed-tests/SDL2/, alongside the matching
${exe}.test descriptors. Upstream's install rule put them in
libexecdir, which is both inconsistent with the GNOME
installed-tests convention (data lives under datadir, only
binaries under libexecdir) and trips OpenWrt's package QA which
expects every regular file under /usr/libexec/ to carry the
executable bit. The patch also pins the install permissions to
0644 so the umask of the build host cannot influence the mode
of the installed files.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Video packages feed
Description
This is an OpenWrt package feed containing video / graphics (as in 'higher than just curses') related libraries and applications which are not considered to be so called "core" packages.
Usage
To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot:
src-git video https://github.com/openwrt/video.git
This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
./scripts/feeds update video
./scripts/feeds install -a -p video
The video packages should now appear in menuconfig in section 'Video'.
Description
Languages
Makefile
96.9%
C
2%
Shell
1.1%