Remove warning disable. The issue was fixed in 7.1 and backported to
6.1.3
Remove atrac3 from patented list. It's no longer true and is already in
the non patented list.
Add missing upstream patch in 6.1.4 to fix x86 build.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Bump rtpmidid to version 24.12. The new release fix support for CMake >=
4.0 version and permit to drop all patch (everything is upstream)
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Add pending patch for v4l2tools for CMake >= 4.0 support.
Also backport a patch for the v4l2wrapper library.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
An external JavaScript runtime (e.g. QuickJS) is now required for full
YouTube support.
Add QuickJS as a dependency and use it as an external runtime.
Move cache to /var/cache.
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.11.12
Signed-off-by: George Sapkin <george@sapk.in>
- Update version
- Remove unneded patches
- Add patch to drop codegen in alsa module
- Rebase & refresh patches
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
- Add UCI configuration to be able to switch user/group and set ulimit.
- Place daemon into jail by default, to allow bind on lower ports, such as 554 (RTSP)
- Add option to allow or deny config.yaml editing from the web interface.
- Connect stdout/err to log
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
The codecparsers package was accidentally added another time.
Sort libraries alphabetically to avoid this kind of mistake in the
future.
Fixes: a014537e0 ("gstreamer: update to 1.26.4")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Update GStreamer packages release 1.26.4.
While at it, package v4l2codecs to make use of stateless video
encoding and decoding features typical for embedded devices.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Changes since the last packaged version, 0.3.16, include:
* Translation updates.
* Updates to CI definitions.
* Test fixes.
* Revisions to iptv plugin.
* Lua-related changes.
* Drop Rai.tv plugin.
* Drop the Apple trailers plugin.
* Update euronews plugin.
* Update filesystem plugin.
* Update dleyna plugin.
* Documentation updates, including reference to Discourse.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Changes since the last packaged version, 0.3.16, include:
* Updates to the playlist handling functions.
* Translation updates.
* Documentation updates, including reference to Discourse.
* Fixes related to the use of GTask.
* Updates to CI definitions.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
The libv4l package has been renamed to v4l-utils to match the name now
used upstream, and also to make the folder name consistent with the
PKG_NAME.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Unannounced modifications (OpenWrt PR 13780) in uci network.lan.ipaddr broke tvheadend init script.
This commit updates the init script to cut the subnet from the ip address reported by uci.
Bug report: #26681
Reported-by: @DonKult
Tested-by: @DonKult
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
- Update version to 1.9.9
- Add patch to fix build with CGO=0
- Add patch to support RISC-V 64
- Fix excludes not to include examples
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Some platforms lack builtin atomics and use libatomic. Add it.
Backport various patches to fix some warnings.
Signed-off-by: Rosen Penev <rosenp@gmail.com>