Commit Graph

722 Commits

Author SHA1 Message Date
Matthias Reichl
b458226dbc ffmpeg gen-patches.sh: rework patch handling
Use upstream ffmpeg as the base version and add support for creating
kodi ffmpeg fork patchsets.

Downstream patchsets now can set their base repo/version if they aren't
based on upstream ffmpeg.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-09 18:58:58 +01:00
Rudi Heitbaum
a6bc1549f7 tools/docker: add jammy container 2022-10-22 05:07:01 +00:00
Rudi Heitbaum
4580feb6da tools/docker: add kinetic container 2022-10-22 05:06:45 +00:00
Rudi Heitbaum
03cd4101ad tools/docker: drop hirsute container as it is EOL 2022-10-22 05:06:45 +00:00
Rudi Heitbaum
2d3aaabd9a tools/docker: drop groovy container as it is EOL 2022-10-22 05:06:45 +00:00
Rudi Heitbaum
9fe786bd15 tools/docker: update readme 2022-10-22 05:06:45 +00:00
Matthias Reichl
f9a14ea581 ffmpeg: update to 4.4.1-Nexus-Alpha1
Sync with kodi, seems we forgot to bump it with kodi alpha1.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-09-06 10:52:13 +02:00
Lukas Rusak
4af06750d7 scripts/check_kernel_config: handle string options 2022-05-03 14:51:42 -07:00
Ian Leonard
7a6f1b219c tools/viewconfig: include adjustments to cflags made by toolchain setup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2022-02-19 07:29:21 +00:00
CvH
17e1770c29 Merge pull request #5732 from HiassofT/le11-update-scripts
update_retroplayer-addons: do stricter libretro version checks
2022-01-23 14:53:11 +01:00
Matthias Reichl
2176284b6e update_retroplayer-addons: improve tag resolution
Make sure we always return the latest tag in the branch and
only apply tag-suffix filtering if more than one tag exists.

This ensures we won't pick up an older (eg -Nexus) tag if newer
(eg -Matrix) tags are present - like it's currently the case with
game addons which only get "-Matrix" tags.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-10 19:14:04 +01:00
Matthias Reichl
a811118efe update_retroplayer-addons: allow overriding the tag suffix
The game addons are currently being tagged with "-Matrix"
as suffix which doesn't match the "Nexus" branch of the binary
addons repo.

Allow overriding the tag suffix so we don't fall back to earlier
-Nexus tags of the addon.

usage eg: ./update_retroplayer-addons Nexus Matrix

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-10 19:14:04 +01:00
Matthias Reichl
6d6bab32bd update_retroplayer-addons: do stricter libretro version checks
Only accept standard github archive URLs and warn about other URLs
that aren't supported by the update script.

This avoids trashing PKG_VERSION with garbage, eg in libretro-mrboom

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-10 19:14:04 +01:00
heitbaum
549e7a0262 tools/docker/README.md: log-driver command line update
update the `docker run` command to set `--log-driver none` otherwise the logs go through to journald
observed the journald logs during the testing of systemd v250
2022-01-06 05:21:11 +00:00
heitbaum
4f0badeb3b tools/docker: update readme 2021-12-31 23:34:18 +11:00
CvH
ebb0aa1e7f Merge pull request #5771 from heitbaum/pac
Some package updates
2021-10-26 11:46:26 +02:00
Ian Leonard
d4c3092e7a download-cleaner: be non-interactive while deleting
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-17 21:58:52 +00:00
heitbaum
cc7745575d tools/update-scan: minor cleanup 2021-10-17 08:43:43 +11:00
Portisch
b6da5ced51 update scripts: rework tag fetching with GitHub API
Use GitHub GraphQL API to sort fetched tags by date instead by version 
number.
2021-10-13 11:30:33 +02:00
Matthias Reichl
f58c0a401c Merge pull request #5673 from Portisch/API_GHTOKEN
[LE11] Use Github API for binary addons update scripts
2021-10-09 13:27:26 +02:00
Portisch
eecccee3c7 update_binary-addons: remove ADDONS_GIT_DIR if delete git dirs is set 2021-10-04 11:33:02 +02:00
Portisch
bec6d17054 update binary addons scripts: implement GITHUB_API_TOKEN alternative
When environment variable GITHUB_API_TOKEN like in ${HOME}/.${DISTRO,,}/options
is assigned the script will fetch all data direct from Github instead
clone every single package.
2021-10-04 11:31:18 +02:00
Ian Leonard
156a917d30 packages-checker: detail more of what it is doing
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-01 19:19:01 +00:00
Ian Leonard
050ba25fb6 packages-cleaner: remove trailing whitespace during automated pass
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-01 19:18:34 +00:00
CvH
b8b2a2cec8 ffmpeg gen-patches.sh: update ffmpeg to 4.4 2021-09-25 15:40:17 +02:00