Commit Graph

640 Commits

Author SHA1 Message Date
CvH
44d1b8dfb5 Merge pull request #5406 from antonlacon/le10-minors
Buildsystem minor cleanups
2021-08-11 13:08:00 +02:00
heitbaum
ce60e6adeb soil: remove package 2021-07-29 23:02:40 +10:00
CvH
13403ab109 Merge pull request #5448 from knaerzche/fix-patch-arch
tools: refresh-patches: fix PATCH_ARCH
2021-07-03 19:34:41 +02:00
Matthias Reichl
2aa49f449a ffmpeg gen-patches.sh: use jc's jc/dev/4.3.2/clean_3 branch
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-06-28 20:26:02 +02:00
Alex Bee
44b53d2ef8 tools: refresh-patches: fix PATCH_ARCH 2021-06-22 18:51:37 +02:00
Ian Leonard
ae65d1dd39 tools/viewconfig: initial commit
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-05-28 03:06:17 +00:00
CvH
bb1ac7462b Merge pull request #5309 from heitbaum/td
tools/docker: add sid, groovy, hirsute containers
2021-04-22 20:57:25 +02:00
heitbaum
c634225faa tools/docker: delete xenial container 2021-04-13 22:29:46 +00:00
heitbaum
98fec932b5 tools/docker: update readme 2021-04-13 22:29:38 +00:00
Jernej Skrabec
0d8e7898ac tools/ffmpeg: change v4l2-request repo url 2021-04-11 11:49:07 +02:00
heitbaum
087a414d45 tools/docker: add groovy container 2021-04-10 08:31:20 +00:00
heitbaum
379bbb0752 tools/docker: add hirsute container 2021-04-10 08:31:20 +00:00
heitbaum
3f1cc498c7 tools/docker: add sid container 2021-04-10 08:31:19 +00:00
Christian Hewitt
fe881fa7d3 Merge pull request #5165 from CvH/10.0/dvb-driver
DVB Addons Update
2021-03-08 16:44:25 +04:00
CvH
16f32a6a23 Merge pull request #5044 from lrusak/linux-required-config
linux: check for required config options before building
2021-03-05 18:11:11 +01:00
Matthias Reichl
745dd0cad3 remove tools/mkpkg/mkpkg_libretro-ppsspp
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-28 09:17:31 +01:00
Lukas Rusak
d33beeefed scripts: add adjust_kernel_config to help adjust kernel options 2021-02-24 17:29:41 -08:00
Lukas Rusak
c1054355a1 scripts: add check_kernel_config to help enable kernel options per distro 2021-02-24 17:29:33 -08:00
CvH
9e1e24e1c4 mkpkg_pvr: update cc to new url 2021-02-20 16:42:26 +01:00
Matthias Reichl
255bea76b4 update_retroplayer-addons: check for orphaned addon packages
Report which game addon packages are only present in LE but not in
the kodi game binary addon repo.

These packages are not automatically bumped by the script and should
either be removed from LE or added to the kodi game binary repo.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-17 11:10:28 +01:00
Ian Leonard
c3e04b1a9d tools/packages-checker: initial commit
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-27 00:09:36 +00:00
Ian Leonard
5780d2a58a tools/download-cleaner: add new tool
This script selectively deletes files out of the specified download
directory to prune source tarballs that don't correspond with the
current version of its package in the tree according to the set
PROJECT, DEVICE and ARCH.

The script is also capable of building a new SOURCES dir to combine
different combinations of PROJECT, DEVICE and ARCH tarballs. This is
to move out known good tarballs to a new directory, and to delete the
old SOURCES dir once all desired tarballs have been moved.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-18 19:42:24 +00:00
Andre Heider
804807bed2 tools: add script to refresh patches
This script uses quilt to refresh patches, e.g.:
./tools/refresh-patches linux

It tries to detect already applied patches and removes those.
The rest is refreshed, which means updating the hunk line offsets and
removing junk (so that the result is the same for everyone).

This makes it easy to update packages with large patch sets. It's
usable as-is without any additional git clone to rebase patches.

Note that there're alot of patches in-tree that contain multiple patches
per file. While quilt doesn't have a problem applying those, the
resulting file is a combined patch.
2021-01-17 12:26:11 +01:00
Matthias Reichl
f5dff7ab01 tools/mkpkg/update_binary-addons: exclude vfs.sacd
vfs.sacd has been deprecated in favour of audiodecoder.sacd and
removed from official kodi binary repo.

Add it to the exclude list until we finally remove the package so
the update script won't switch the version from tag to githash.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-01-16 09:58:41 +01:00
Matthias Reichl
e2ca4f5e9d ffmpeg: update rpi patch
Patch created using revisions 922f5ee..fbcd774
from branch dev/4.3.1/drm_prime_1 of https://github.com/jc-kynesim/rpi-ffmpeg
2020-12-19 10:40:44 +01:00