mirror of
https://github.com/openwrt/video.git
synced 2026-08-26 22:04:26 +04:00
master
Removed fullscreen-shell entirely; deprecated (but not yet removed) xdg-shell-v6, the GStreamer-based remoting plug-in and the old Pipewire virtual-output plug-in in favour of the new first-class backend-pipewire backend. Improved Perfetto traces with debug annotations, further HDR/colour-management work (grayscale output colour effect, better inversion documentation), new DRM connector properties (color-format, underscan/margin), DRM state-reuse and plane-handling rework, Vulkan renderer explicit-synchronisation and non-axis-aligned rotation support, and a large number of memory-leak and use-after-free fixes across the DRM/GL/Vulkan/xdg-shell code paths. The old 'pipewire' and 'remoting' meson options were renamed to 'deprecated-pipewire' and 'deprecated-remoting' upstream (migrating to the first-class 'backend-pipewire' option, already explicitly disabled here); updated accordingly, otherwise meson configure would fail with "Unknown options". Verified every other MESON_ARGS option referenced by this Makefile still exists unchanged in 16.0.0's meson_options.txt. Also add an explicit PKG_RELEASE:=1 line (version bump resets it from the prior package's PKG_RELEASE:=2). No patches to refresh. Hash verified against the release download and the official SHA256 published in the upstream release announcement (wayland-devel mailing list). 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'.
Languages
Makefile
97.1%
C
1.9%
Shell
1%