buildroot.git
3 years agopackage/libopenssl: fix build wrt. 64-bit time-related syscalls & structs
Yann E. MORIN [Tue, 9 Mar 2021 21:37:17 +0000 (22:37 +0100)]
package/libopenssl: fix build wrt. 64-bit time-related syscalls & structs

riscv32 is (surprise!) a 32-bit architecture. But it has been Y2038-safe
from its inception. As such, there are no legacy binaries that may use
the 32-bit time syscalls, and thus they are not available on riscv32.

Code that directly calls to the syscalls without using the C libraries
wrappers thus need to handle this case by themselves.

Backport two cumulative patches from the upstream openssl development
branch that will eventually be openssl 3.0, but has not yet been
backported to the 1.1.1 stable branch.

Fixes:
    http://autobuild.buildroot.org/results/eb9/eb9a64d4ffae8569b5225083f282cf87ffa7c681/
    ...
    http://autobuild.buildroot.org/results/07e/07e413b24ba8adc9558c80267ce16dda339bf032/

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Alistair Francis <alistair.francis@wdc.com>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Cc: Mark Corbin <mark@dibsco.co.uk>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/optee-client: fix gid_t build issue in OP-TEE 3.12 libckteec
Etienne Carriere [Tue, 9 Mar 2021 11:33:48 +0000 (12:33 +0100)]
package/optee-client: fix gid_t build issue in OP-TEE 3.12 libckteec

Include missing unistd.h to support type gid_t in ckteec library
of optee-client 3.12.0. This change fixes [1]. The fix has been
posted to optee-client forum, see [2].

Link: [1] http://autobuild.buildroot.net/results/34b9946e6d59112a7eead304933534ad4739a84c/build-end.log
Link: [2] https://github.com/OP-TEE/optee_client/pull/262

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
[yann.morin.1998@free.fr:
  - use an actual backport now that upstream applied it
  - fix typo in title
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/linux-firmware: fix build failure when no firmware item selected
Andreas Ziegler [Tue, 9 Mar 2021 18:25:17 +0000 (18:25 +0000)]
package/linux-firmware: fix build failure when no firmware item selected

The latest change in Linux firmware handling breaks the build if no
specific firmware item is selected below BR2_PACKAGE_LINUX_FIRMWARE.

The firmware archive is only created if at least one firmware
sub-category is selected; the installation step wants to unpack the
archive unconditionally.

Use the same condition to control install command definition as in the
build step.

Signed-off-by: Andreas Ziegler <br015@umbiko.net>
[yann.morin.1998@free.fr: use a single conditional block]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/avrdude: Switch to upstream
Alexander Sverdlin [Mon, 22 Feb 2021 02:26:06 +0000 (03:26 +0100)]
package/avrdude: Switch to upstream

In the meanwhile "linuxspi" programmer was merged upstream, therefore
it's possible to switch to latest upstream tree instead of the old fork
without losing any functionality.

The fork we were using did auto-detection of kernel headers to detect
whether spidev.h was present or not, and thus whether to enable or
disable its linuxspi 'driver'. As spidev.h has been present since
linux-2.6.22, we can quite easily conclude that spidev support was
always enabled in the fork.

But upstream went a slightly different route, and added a configure
option (and they do no validity check).

So, to keep backward behaviour, we unconditionally enable it  now that
we switched back to use upstream.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
[yann.morin.1998@free.fr:
  - clarify why we forcibly use --enable-linuxspi
  - fix the hash to adapt to the new svn tarball format (c043ecb20ce6)
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/zyre: bump version to 2.0.1
Jack Cripps [Mon, 8 Mar 2021 12:27:33 +0000 (12:27 +0000)]
package/zyre: bump version to 2.0.1

Version bump required due to python setup.py missing from v2.0.0 python bindings

Signed-off-by: Jack Cripps <jack.cripps@disguise.one>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/inih: bump version to 53
Bernd Kuhls [Mon, 8 Mar 2021 12:17:59 +0000 (13:17 +0100)]
package/inih: bump version to 53

Removed patch which was applied upstream, fixed upper-case package name.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agoDEVELOPERS: adopt package/sysklogd
Joachim Wiberg [Mon, 8 Mar 2021 13:27:41 +0000 (14:27 +0100)]
DEVELOPERS: adopt package/sysklogd

Since I'm the upstream maintainer and we use it for $DAYJOB, I'll adopt.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/sysklogd: bump to version 2.2.2
Joachim Wiberg [Mon, 8 Mar 2021 13:27:40 +0000 (14:27 +0100)]
package/sysklogd: bump to version 2.2.2

https://github.com/troglobit/sysklogd/releases/tag/v2.2.2

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/python-bluezero: bump to version 0.6.0
Grzegorz Blach [Mon, 8 Mar 2021 17:30:00 +0000 (18:30 +0100)]
package/python-bluezero: bump to version 0.6.0

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/libinput: bump version to 1.17.0
Peter Seiderer [Mon, 8 Mar 2021 19:33:54 +0000 (20:33 +0100)]
package/libinput: bump version to 1.17.0

For details see [1].

[1] https://lists.freedesktop.org/archives/wayland-devel/2021-February/041733.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agoMerge branch 'next'
Peter Korsgaard [Mon, 8 Mar 2021 07:06:00 +0000 (08:06 +0100)]
Merge branch 'next'

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agopackage/nano: bump to version 5.6.1
Francois Perrad [Sun, 7 Mar 2021 16:32:27 +0000 (17:32 +0100)]
package/nano: bump to version 5.6.1

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/frotz: Update to version 2.53
Thomas Huth [Sun, 7 Mar 2021 15:21:47 +0000 (16:21 +0100)]
package/frotz: Update to version 2.53

This version should now also compile fine on systems without pthreads,
so we can remove the dependency on BR2_TOOLCHAIN_HAS_THREADS again.

While we're at it, also fix a typo in the description (replace "can not"
with "cannot").

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/libuhttpd: bump version to 3.10.1
Jianhui Zhao [Sun, 7 Mar 2021 14:19:33 +0000 (22:19 +0800)]
package/libuhttpd: bump version to 3.10.1

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agoboot/at91bootstrap3: fix checksum of license
Edgar Bonet [Sun, 7 Mar 2021 19:45:33 +0000 (20:45 +0100)]
boot/at91bootstrap3: fix checksum of license

Commit ca1604388a86d73c548c6e65eadd13f424685838 updated the checksum of
the tarball, but failed to update the one of main.c, which serves as a
license file.

Signed-off-by: Edgar Bonet <bonet@grenoble.cnrs.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/ruby: update hashes
Bartosz Bilas [Sun, 7 Mar 2021 16:34:55 +0000 (17:34 +0100)]
package/ruby: update hashes

Commit af5226f2fd1292a26f2dfda32f41cbbad7aa4cc6 forgot to update
hash of LEGAL and BSDL files.

Those two files have mostly undergone reoraganizing. A few new files
have also been listed. The resulting licensing does not change
fundamentally, especially sine we already list 'others' in the list of
licenses applicable to Ruby.

Fixes:
 - http://autobuild.buildroot.net/results/448/4484fcce51dd2556156631d20b35bbba44abc171/build-end.log
 ..
 - http://autobuild.buildroot.net/results/c60/c60e5923159b3d66b422eb988f5d49e1c73e8710/build-end.log

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
[yann.morin.1998@free.fr: explain what changed]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agoKickoff 2021.05 cycle
Peter Korsgaard [Sun, 7 Mar 2021 12:02:09 +0000 (13:02 +0100)]
Kickoff 2021.05 cycle

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agodocs/website/news.html: add 2021.02 announcement link
Peter Korsgaard [Sun, 7 Mar 2021 12:01:02 +0000 (13:01 +0100)]
docs/website/news.html: add 2021.02 announcement link

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agopackage/optee-test: add deps on openssl when enabled
Etienne Carriere [Fri, 30 Oct 2020 07:50:44 +0000 (08:50 +0100)]
package/optee-test: add deps on openssl when enabled

Add a dependency on openssl upon BR2_PACKAGE_LIBOPENSSL=y to
enable some for OP-TEE embedded tests.

Building with libressl makes the optee-test test tool fail on a
certificate test; so we explicitly depend on libopenssl.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
[yann.morin.1998@free.fr:
  - match the depenency to libopenssl, since that's is what is used in
    the condition (BR2_PACKAGE_LIBOPENSSL)
  - add a blurb to explain why libopenssl is used, not the virutal
    openssl
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/optee-client: disable -Werror
Fabrice Fontaine [Sun, 1 Nov 2020 20:43:49 +0000 (21:43 +0100)]
package/optee-client: disable -Werror

Disable -Werror thanks to CFG_WERROR which is available since version
3.3.0 and
https://github.com/OP-TEE/optee_client/commit/5355fdb841bce4f7cce3dd37fc31fa91bd625c98
to fix the following build failure with optee-client 3.11.0:

/home/giuliobenetti/autobuild/run/instance-2/output-1/build/optee-client-3.11.0/libckteec/src/pkcs11_processing.c: In function 'ck_create_object':
/home/giuliobenetti/autobuild/run/instance-2/output-1/build/optee-client-3.11.0/libckteec/src/pkcs11_processing.c:22:9: error: missing initializer for field 'buffer' of 'struct serializer' [-Werror=missing-field-initializers]
  struct serializer obj = { };
         ^

Fixes:
 - http://autobuild.buildroot.org/results/a3d663adb943aee814180f01d6e153b3309be962

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/optee-test: bump to version 3.12.0
Etienne Carriere [Thu, 25 Feb 2021 15:33:45 +0000 (16:33 +0100)]
package/optee-test: bump to version 3.12.0

Bump OP-TEE Test package version to OP-TEE release 3.12.0.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/optee-examples: bump to version 3.12.0
Etienne Carriere [Thu, 25 Feb 2021 15:33:44 +0000 (16:33 +0100)]
package/optee-examples: bump to version 3.12.0

Bump OP-TEE Examples package version to OP-TEE release 3.12.0.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/optee-client: bump to version 3.12.0
Etienne Carriere [Thu, 25 Feb 2021 15:33:43 +0000 (16:33 +0100)]
package/optee-client: bump to version 3.12.0

Remove local patch file since issue addressed in OP-TEE mainline
since 3.12.0 and bump OP-TEE Client package version to OP-TEE
release 3.12.0.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/optee-benchmark: bump to version 3.12.0
Etienne Carriere [Thu, 25 Feb 2021 15:33:42 +0000 (16:33 +0100)]
package/optee-benchmark: bump to version 3.12.0

Remove main-fix-typo patch since merged in OP-TEE OS 3.12.0 and
bump OP-TEE Benchmark package version to OP-TEE release 3.12.0.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agoboot/optee-os: bump to version 3.12.0
Etienne Carriere [Thu, 25 Feb 2021 15:33:41 +0000 (16:33 +0100)]
boot/optee-os: bump to version 3.12.0

Bump OP-TEE OS package version to OP-TEE release 3.12.0.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/lttng-tools: set rundir to /run/lttng unconditionally
Norbert Lange [Wed, 24 Feb 2021 10:31:53 +0000 (11:31 +0100)]
package/lttng-tools: set rundir to /run/lttng unconditionally

Buildroot ensures that all init-systems have a /run directory,
this should be the preferred location.

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/lttng-libust: set rundir to /run/lttng unconditionally
Norbert Lange [Wed, 24 Feb 2021 10:31:52 +0000 (11:31 +0100)]
package/lttng-libust: set rundir to /run/lttng unconditionally

Buildroot ensures that all init-systems have a /run directory,
this should be the preferred location.

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/lttng-libust: bump to version 2.12.1
Norbert Lange [Wed, 24 Feb 2021 10:31:51 +0000 (11:31 +0100)]
package/lttng-libust: bump to version 2.12.1

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/lttng-tools: bump version to 2.12.3
Norbert Lange [Wed, 24 Feb 2021 10:31:50 +0000 (11:31 +0100)]
package/lttng-tools: bump version to 2.12.3

Remove patch 001 as it has been fixed upstream.

Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/mawk: new package
Ismael Luceno [Thu, 4 Mar 2021 13:40:49 +0000 (14:40 +0100)]
package/mawk: new package

Interpreter for the AWK Programming Language.

Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agotoolchain: disable gcc bug 60620 if gcc version >= 10.x
Giulio Benetti [Fri, 5 Mar 2021 15:41:39 +0000 (16:41 +0100)]
toolchain: disable gcc bug 60620 if gcc version >= 10.x

Since gcc version 10.x bug 60620 doesn't show anymore, so let's make it
enabled up to versino 10.x excluded.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage/libnss: bump version to 3.62
Giulio Benetti [Mon, 22 Feb 2021 17:52:02 +0000 (18:52 +0100)]
package/libnss: bump version to 3.62

Release Notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.62_release_notes

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/timescaledb: bump version to 2.1.0
Maxim Kochetkov [Thu, 4 Mar 2021 08:47:21 +0000 (11:47 +0300)]
package/timescaledb: bump version to 2.1.0

Remove all PG13 upstream patches.

Release notes: https://github.com/timescale/timescaledb/releases/tag/2.1.0

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/strace: bump to version 5.11
Baruch Siach [Thu, 4 Mar 2021 12:39:11 +0000 (14:39 +0200)]
package/strace: bump to version 5.11

Update COPYING: copyright year update, and added note about the bundled
Linux UAPI headers. Upstream commit 5bd8364f4202d ("Introduce bundled
directory") says:

   According to analysis made by Kent Gibson at [1], we are allowed to
   re-distribute unmodified Linux kernel UAPI headers under the same
   terms as they are provided by the Linux kernel, and such
   re-distribution does not affect the license of strace itself.

   [1] https://lore.kernel.org/linux-gpio/20210128032641.GA11655@sol/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/python-aioblescan: bump to version 0.2.7
Grzegorz Blach [Tue, 2 Mar 2021 16:57:52 +0000 (17:57 +0100)]
package/python-aioblescan: bump to version 0.2.7

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/pigpio: bump to version 79
Grzegorz Blach [Wed, 3 Mar 2021 22:07:30 +0000 (23:07 +0100)]
package/pigpio: bump to version 79

Signed-off-by: Grzegorz Blach <grzegorz@blach.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-platform: remove package
Bernd Kuhls [Tue, 2 Mar 2021 07:07:49 +0000 (08:07 +0100)]
package/kodi-platform: remove package

This package is not used by kodi addons anymore.
No legacy handling needed because this package was never selectable.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-visualisation-matrix: new package
Bernd Kuhls [Tue, 2 Mar 2021 07:07:48 +0000 (08:07 +0100)]
package/kodi-visualisation-matrix: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-visualisation-waveform: bump version to 4.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:47 +0000 (08:07 +0100)]
package/kodi-visualisation-waveform: bump version to 4.4.0-Matrix

Add dependency to glm due to upstream commit:
https://github.com/xbmc/visualization.waveform/commit/18e32dd2416fc58e91c977d3c3a4c27b6ca59c3b

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-visualisation-starburst: bump version to 2.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:46 +0000 (08:07 +0100)]
package/kodi-visualisation-starburst: bump version to 2.4.0-Matrix

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-visualisation-spectrum: bump version to 3.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:45 +0000 (08:07 +0100)]
package/kodi-visualisation-spectrum: bump version to 3.4.0-Matrix

Removed patch applied upstream:
https://github.com/xbmc/visualization.spectrum/commit/46b605516b057823855c7f76dbc3f622dcf5983b

Add dependency to glm due to upstream commit:
https://github.com/xbmc/visualization.spectrum/commit/0a3e3885b87f61e9a511ec942b3c01679e4b3414

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-visualisation-shadertoy: bump version to 2.3.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:44 +0000 (08:07 +0100)]
package/kodi-visualisation-shadertoy: bump version to 2.3.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/xbmc/visualization.shadertoy/commit/3fa4d118dcee2025620eb342d1a22a956beb06e5

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-visualisation-goom: bump version 3.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:43 +0000 (08:07 +0100)]
package/kodi-visualisation-goom: bump version 3.4.0-Matrix

Switched opengl dependency to render system used by Kodi.

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-visualisation-fishbmc: bump version to 6.3.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:42 +0000 (08:07 +0100)]
package/kodi-visualisation-fishbmc: bump version to 6.3.0-Matrix

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-vfs-sftp: bump version to 2.0.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:41 +0000 (08:07 +0100)]
package/kodi-vfs-sftp: bump version to 2.0.0-Matrix

Upstream removed usage of libplatform
https://github.com/xbmc/vfs.sftp/commit/a4fb0019a6b20c2e9b44ff80dd084002df6052a9

Added remaining dependencies and removed unused kodi-platform:
https://github.com/xbmc/vfs.sftp/blob/Matrix/CMakeLists.txt#L6

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-vfs-rar: bump version to 4.0.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:40 +0000 (08:07 +0100)]
package/kodi-vfs-rar: bump version to 4.0.0-Matrix

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-vfs-libarchive: new package
Bernd Kuhls [Tue, 2 Mar 2021 07:07:39 +0000 (08:07 +0100)]
package/kodi-vfs-libarchive: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-skin-confluence: bump version
Bernd Kuhls [Tue, 2 Mar 2021 07:07:38 +0000 (08:07 +0100)]
package/kodi-skin-confluence: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-stars: bump version to 2.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:37 +0000 (08:07 +0100)]
package/kodi-screensaver-stars: bump version to 2.4.0-Matrix

Remove dependency to opengl, opengles support was added upstream:
https://github.com/xbmc/screensaver.stars/commit/b0cb93b21888a5808f7701a794c5795f55e641d4

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-rsxs: bump version
Bernd Kuhls [Tue, 2 Mar 2021 07:07:36 +0000 (08:07 +0100)]
package/kodi-screensaver-rsxs: bump version

Removed patch 0001, ImageMagick code was removed upstream:
https://github.com/xbmc/screensavers.rsxs/commit/e3793a1e5d120b0354d07d6bf9dc175af883e134#diff-f9e414fa2a69e3c79d590dd6e91236778d803a84669f93f0e550483f7be105e9L31

Removed various dependencies after upstream cleanup:
https://github.com/xbmc/screensavers.rsxs/commit/e3793a1e5d120b0354d07d6bf9dc175af883e134

Switched opengl dependency to render system used by Kodi.

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-pyro: bump version to 3.3.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:35 +0000 (08:07 +0100)]
package/kodi-screensaver-pyro: bump version to 3.3.0-Matrix

Remove dependency to opengl, opengles support was added upstream:
https://github.com/xbmc/screensaver.pyro/commit/d052f9997bcc0efc1c5dfb974a4bd24654e715fb

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-pingpong: bump version to 2.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:34 +0000 (08:07 +0100)]
package/kodi-screensaver-pingpong: bump version to 2.4.0-Matrix

Remove dependency to opengl, add dependency to glm, opengles support
was added upstream:
https://github.com/xbmc/screensaver.pingpong/commit/39ccbf75e6a7a56781329aeb508ae4f2ce210e4f

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-matrixtrails: bump version to 2.6.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:33 +0000 (08:07 +0100)]
package/kodi-screensaver-matrixtrails: bump version to 2.6.0-Matrix

Remove dependency to libsoil:
https://github.com/xbmc/screensaver.matrixtrails/commit/92a0d44e9151cfce3be74e81a3e39f0688d69b7a

Remove dependency to opengl, opengles support was fixed upstream:
https://github.com/xbmc/screensaver.matrixtrails/commit/ea6408ee391c75ae7ee4cb9f948df2ff8c0c87c5

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-greynetic: bump version to 2.5.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:32 +0000 (08:07 +0100)]
package/kodi-screensaver-greynetic: bump version to 2.5.0-Matrix

Remove dependency to opengl, add dependency to glm, opengles support
was fixed upstream:
https://github.com/xbmc/screensaver.greynetic/commit/aee7082c92f8c8aa1195c33db89e38753a039bba

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-cpblobs: bump version to 3.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:31 +0000 (08:07 +0100)]
package/kodi-screensaver-cpblobs: bump version to 3.4.0-Matrix

Remove dependency to libsoil:
https://github.com/xbmc/screensaver.cpblobs/commit/c505105f277b7e4bae0797e1c3cf89a0515ff3a5

Add dependency to glm and remove dependency to opengl, opengles support
was added upstream:
https://github.com/xbmc/screensaver.cpblobs/commit/cab48fbc8a7b288b758eb10c1c27caa99cc33f06

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-biogenesis: bump version to 2.5.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:30 +0000 (08:07 +0100)]
package/kodi-screensaver-biogenesis: bump version to 2.5.0-Matrix

Remove dependency to opengl, opengles support was fixed upstream:
https://github.com/xbmc/screensaver.biogenesis/commit/2de1b7eb5897001f7bdf72ec4e390be749ccac13

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-asterwave: bump version to 3.3.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:29 +0000 (08:07 +0100)]
package/kodi-screensaver-asterwave: bump version to 3.3.0-Matrix

Remove dependency to libsoil:
https://github.com/xbmc/screensaver.asterwave/commit/8a778873754de09c93031408c71b3c40d198f3bc

Add dependency to glm and remove dependency to opengl and libglu,
opengles support was added upstream:
https://github.com/xbmc/screensaver.asterwave/commit/fb1d7ca8bf45b278afdb7a0dd2be4117c0fe3508

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-asteroids: bump version to 2.6.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:28 +0000 (08:07 +0100)]
package/kodi-screensaver-asteroids: bump version to 2.6.0-Matrix

Remove dependency to opengl, opengles support was fixed upstream:
https://github.com/xbmc/screensaver.asteroids/commit/360a02fc20925fa17179f3298dd4515b4354e266

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-zattoo: bump version to 19.7.3-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:27 +0000 (08:07 +0100)]
package/kodi-pvr-zattoo: bump version to 19.7.3-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform and libplatform:
https://github.com/rbuehlma/pvr.zattoo/commit/382c83d0cadcfb3152c577291ee0a2d1015a128c
https://github.com/rbuehlma/pvr.zattoo/commit/a813b2c9f0510d2b9cd23d57b659ae5346c63065

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-wmc: bump version to 6.1.1-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:26 +0000 (08:07 +0100)]
package/kodi-pvr-wmc: bump version to 6.1.1-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.wmc/commit/6549e6f0cec7314dd4a34dc5cad96d6f76ac7751
https://github.com/kodi-pvr/pvr.wmc/commit/f824bd285df06a45fc0a2f57859fd5b28c426ad6

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-vuplus: bump version to 7.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:25 +0000 (08:07 +0100)]
package/kodi-pvr-vuplus: bump version to 7.4.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.vuplus/commit/122a9b281668d31f921e842e8700b2f048121c16

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-vdr-vnsi: bump version to 8.2.1-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:24 +0000 (08:07 +0100)]
package/kodi-pvr-vdr-vnsi: bump version to 8.2.1-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.vdr.vnsi/commit/d8af242ba923590330c65fded9034c1ac9b6157c
https://github.com/kodi-pvr/pvr.vdr.vnsi/commit/49cc728f18bbe8df1d1779eb5e42e060fa9f78ed

Added dependency to gcc >= 7 due to c++17 code added by
https://github.com/kodi-pvr/pvr.vdr.vnsi/commit/8a3f3c8fe378a4aae4ac381db45d0ce980f44761

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-vbox: bump version to 8.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:23 +0000 (08:07 +0100)]
package/kodi-pvr-vbox: bump version to 8.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.vbox/commit/29bd329feb6a0b007299636d61f66b9efb526e5f
https://github.com/kodi-pvr/pvr.vbox/commit/b007646f4389ce81f30ca60bdd7b7323e552ee22

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-stalker: bump version to 7.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:22 +0000 (08:07 +0100)]
package/kodi-pvr-stalker: bump version to 7.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.stalker/commit/8cee21986877bd4d324d078203e2bd9101e794ec
https://github.com/kodi-pvr/pvr.stalker/commit/e30167549bbd7a33b2aca4bdc93ddf9e2b83c442

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-pctv: bump version to 6.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:21 +0000 (08:07 +0100)]
package/kodi-pvr-pctv: bump version to 6.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.pctv/commit/b6cebce2c9579a2bcce619dbba586eafd2cf2701
https://github.com/kodi-pvr/pvr.pctv/commit/db2eca67995017c7b3b4755e5bf674faaebe77ea

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-octonet: bump version to 4.1.0-2-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:20 +0000 (08:07 +0100)]
package/kodi-pvr-octonet: bump version to 4.1.0-2-Matrix

Switch dependency to kodi after upstream removed the dependency to
libplatform and kodi-platform:
https://github.com/DigitalDevices/pvr.octonet/commit/ec08c205408de47a08fdc6e540e21dc0d6e18bd7
https://github.com/DigitalDevices/pvr.octonet/commit/e7449d9537a650790c2e742a57277d46b6cf6b33

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-njoy: bump version to 7.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:19 +0000 (08:07 +0100)]
package/kodi-pvr-njoy: bump version to 7.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.njoy/commit/eb5613fb8bbf45643e211147f39f106ea9ff573d

Added missing dependency to tinyxml.

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-nextpvr: bump version to 8.2.1-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:18 +0000 (08:07 +0100)]
package/kodi-pvr-nextpvr: bump version to 8.2.1-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.nextpvr/commit/98b78cee615f5efeb207583c8b75adbaa742e43c
https://github.com/kodi-pvr/pvr.nextpvr/commit/304b0ba94fc2ffb5f2982e6ea4c31cd0e601a44e

Added dependency to tinyxml2:
https://github.com/kodi-pvr/pvr.nextpvr/commit/6855f12ad8496760fa0787660b2c8025ce77311a

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-mythtv: bump version to 7.3.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:17 +0000 (08:07 +0100)]
package/kodi-pvr-mythtv: bump version to 7.3.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/janbar/pvr.mythtv/commit/b847285c33ce4e469d29f8ada643c69d4360af62

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-mediaportal-tvserver: bump version to 8.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:16 +0000 (08:07 +0100)]
package/kodi-pvr-mediaportal-tvserver: bump version to 8.1.0-Matrix

Added patch series from upstream PR 127 to remove the dependency to
kodi-platform, switch dependency to kodi.

Added missing dependency to tinyxml.

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agoUpdate for 2021.02
Peter Korsgaard [Sat, 6 Mar 2021 21:16:45 +0000 (22:16 +0100)]
Update for 2021.02

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agopackage/kodi-pvr-iptvsimple: bump version to 7.4.3-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:15 +0000 (08:07 +0100)]
package/kodi-pvr-iptvsimple: bump version to 7.4.3-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.iptvsimple/commit/61fa5d222bc5633d7b1e1c231c089b61fbb0a8c5
https://github.com/kodi-pvr/pvr.iptvsimple/commit/2d9c01439301292992b6e32c578c222b9eddea69

Switch from rapidxml to pugixml:
https://github.com/kodi-pvr/pvr.iptvsimple/commit/b4e292f11c7c3f40b8c7ff18f28f7b2e149c6bee
https://github.com/kodi-pvr/pvr.iptvsimple/commit/6325b2a958888e88809d7d6036610198cb2d3b09

Add missing dependency to zlib.

Added runtime dependencies to inputstream addons:
https://github.com/kodi-pvr/pvr.iptvsimple/commit/af9a1b6933664ef24d407051f20985682881544d
https://github.com/kodi-pvr/pvr.iptvsimple/commit/46bd18fe84227e59b2d3378b17fafb87bcd87f33

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-hts: bump version to 8.2.1-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:14 +0000 (08:07 +0100)]
package/kodi-pvr-hts: bump version to 8.2.1-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.hts/commit/9943d05ce52b6ddcd63a3faa094f7ee9b2671c86
https://github.com/kodi-pvr/pvr.hts/commit/d6b71de38b1c522a6f2716a7e4a90528ae06e992

Added dependency to gcc >= 7 due to c++17 code added by
https://github.com/kodi-pvr/pvr.hts/commit/954f25d39652098b5fb1a55d44e2d410de78902b

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-hdhomerun: bump version to 7.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:13 +0000 (08:07 +0100)]
package/kodi-pvr-hdhomerun: bump version to 7.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.hdhomerun/commit/f87f811e5d9462cb80370aa72f38d3dbd2e02ba9
https://github.com/kodi-pvr/pvr.hdhomerun/commit/999c7ac4a7f5e6d44d6f35cddfaa27ecb29d1dce

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-filmon: bump version to 6.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:12 +0000 (08:07 +0100)]
package/kodi-pvr-filmon: bump version to 6.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.filmon/commit/b0ea8036274480245b5a7aa48d2ba18cc37b6b88
https://github.com/kodi-pvr/pvr.filmon/commit/b8f249fcb50a27168f8b96ca9b4b8075d8c42b4a

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-dvbviewer: bump version to 7.2.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:11 +0000 (08:07 +0100)]
package/kodi-pvr-dvbviewer: bump version to 7.2.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.dvbviewer/commit/838efac4e46ad249d066437b96633c2e0b9dda1a
https://github.com/kodi-pvr/pvr.dvbviewer/commit/7ca7ca3ab05f67606d7cdae15fcfab292ad00b37

Add missing dependency to tinyxml.

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-dvblink: bump version to 9.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:10 +0000 (08:07 +0100)]
package/kodi-pvr-dvblink: bump version to 9.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.dvblink/commit/a07c82f1591b0231e66b3ae14fabffa88259b8ec

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-pvr-argustv: bump version to 7.1.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:09 +0000 (08:07 +0100)]
package/kodi-pvr-argustv: bump version to 7.1.0-Matrix

Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
https://github.com/kodi-pvr/pvr.argustv/commit/44d9c5a20579a2f505f26a072096911d68855a4a
https://github.com/kodi-pvr/pvr.argustv/commit/6a6968892d468d02ca0d380e3fff54e607346024

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-peripheral-xarcade: bump version to 1.2.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:08 +0000 (08:07 +0100)]
package/kodi-peripheral-xarcade: bump version to 1.2.0-Matrix

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-peripheral-joystick: bump version to 1.7.1-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:07 +0000 (08:07 +0100)]
package/kodi-peripheral-joystick: bump version to 1.7.1-Matrix

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-inputstream-rtmp: bump version to 3.4.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:06 +0000 (08:07 +0100)]
package/kodi-inputstream-rtmp: bump version to 3.4.0-Matrix

Openssl and zlib are built as hard-dependencies of Kodi already. For the
case that Kodi drops these dependencies we need to make sure that this
package still finds its dependencies:
https://github.com/xbmc/inputstream.rtmp/blob/Matrix/CMakeLists.txt#L8

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-inputstream-ffmpegdirect: new package
Bernd Kuhls [Tue, 2 Mar 2021 07:07:05 +0000 (08:07 +0100)]
package/kodi-inputstream-ffmpegdirect: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-inputstream-adaptive: bump version to 2.6.7-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:04 +0000 (08:07 +0100)]
package/kodi-inputstream-adaptive: bump version to 2.6.7-Matrix

Add expat as dependency after it was removed from the kodi package:
https://github.com/xbmc/inputstream.adaptive/blob/Matrix/CMakeLists.txt#L61

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-audioencoder-*: mass version bump
Bernd Kuhls [Tue, 2 Mar 2021 07:07:03 +0000 (08:07 +0100)]
package/kodi-audioencoder-*: mass version bump

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-audiodecoder-*: mass version bump
Bernd Kuhls [Tue, 2 Mar 2021 07:07:02 +0000 (08:07 +0100)]
package/kodi-audiodecoder-*: mass version bump

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi: bump version to 19.0-Matrix
Bernd Kuhls [Tue, 2 Mar 2021 07:07:01 +0000 (08:07 +0100)]
package/kodi: bump version to 19.0-Matrix

Rebased patch 0001.

Removed patch 0002, not needed anymore due to use of system ffmpeg
package.

Added patch 0002 to fix build with gcc-4.9, gcc-4.8 stays broken.

Switch from python2 to python3, reworked dependencies.

Rework platform handling following upstream changes, only the choice
of a render system (OpenGL vs. OpenGLES) is needed now, for details
see upstream PR 18534. Add configure options to force detection of the
host version of wayland-scanner.

Use system ffmpeg instead of internal build.

Added dependency to spdlog, for reference see upstream PR 17498.

cpluff was removed upstream.

Add configure option to use host version of flatc.

Add configure option to disable tests, for reference see upstream PR
17489.

Added optional dependency to libudfread, for reference see upstream PR
17612.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi: remove dependency to libsamplerate
Bernd Kuhls [Wed, 10 Feb 2021 17:40:23 +0000 (18:40 +0100)]
package/kodi: remove dependency to libsamplerate

This package is not needed anymore since 2014:
https://github.com/xbmc/xbmc/commit/e36e4f0e2a46764d0c4341a5caf50cae6f772504

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agopackage/libplatform: bump version
Bernd Kuhls [Tue, 2 Mar 2021 07:07:00 +0000 (08:07 +0100)]
package/libplatform: bump version

Add -std=c++11 to CXXFLAGS to fix build with gcc < 5.x:

buildroot/output/build/libplatform-a7cd0d5780ed80a4e70480d1650749f29e8a1fb2/src/util/StringUtils.cpp:
 In static member function 'static std::string& StringUtils::TrimLeft(std::string&)':
buildroot/output/build/libplatform-a7cd0d5780ed80a4e70480d1650749f29e8a1fb2/src/util/StringUtils.cpp:456:99:
 warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default]
   str.erase(str.begin(), ::find_if(str.begin(), str.end(), [](char s) { return isspace_c(s) == 0; }));
                                                                                                   ^
buildroot/output/build/libplatform-a7cd0d5780ed80a4e70480d1650749f29e8a1fb2/src/util/StringUtils.cpp:456:100:
 error: no matching function for call to 'find_if(std::basic_string<char>::iterator, std::basic_string<char>::iterator,
  StringUtils::TrimLeft(std::string&)::__lambda0)'
   str.erase(str.begin(), ::find_if(str.begin(), str.end(), [](char s) { return isspace_c(s) == 0; }));
                                                                                                    ^

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/libcec: bump version to 6.0.2
Bernd Kuhls [Tue, 2 Mar 2021 07:06:59 +0000 (08:06 +0100)]
package/libcec: bump version to 6.0.2

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/kodi-screensaver-crystalmorph: remove package
Bernd Kuhls [Tue, 2 Mar 2021 07:06:58 +0000 (08:06 +0100)]
package/kodi-screensaver-crystalmorph: remove package

The package received its last updates in 2017, is not part of the
official Kodi github repo and its build is broken with Kodi 19.x.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/{protobuf, python-protobuf}: bump to version 3.15.3
Michael Nosthoff [Wed, 3 Mar 2021 15:57:40 +0000 (16:57 +0100)]
package/{protobuf, python-protobuf}: bump to version 3.15.3

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/grpc: bump to version 1.36.0
Michael Nosthoff [Wed, 3 Mar 2021 15:59:47 +0000 (16:59 +0100)]
package/grpc: bump to version 1.36.0

Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/libubootenv: bump to version e663439
Brandon Maier [Wed, 3 Mar 2021 20:39:39 +0000 (14:39 -0600)]
package/libubootenv: bump to version e663439

Include the following changes:

e663439 Always fsync file writes
80b7f31 Treat '=' as an illegal character in variable names
950f541 libuboot_env: fix calculation of usable envsize
fb88032 Correct initialisations in libuboot_configure
20d1ec7 Force writing of environment if default is used
5ca11bd libuboot_env: correct length to usable env size length
cd4a8f1 libuboot_env_store: fix env double-null termination
9510164 uboot_env: fix infinite loop on short read (EOF)

Signed-off-by: Brandon Maier <brandon.maier@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
3 years agopackage/quagga: fix build with gcc 10
Fabrice Fontaine [Sat, 6 Mar 2021 15:56:07 +0000 (16:56 +0100)]
package/quagga: fix build with gcc 10

Fixes:
 - http://autobuild.buildroot.org/results/fd5ee2b52a3cfaec268fafd3ffe4c30e51465c7e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agopackage/wolfssl: security bump to version 4.7.0
Fabrice Fontaine [Sat, 6 Mar 2021 16:14:50 +0000 (17:14 +0100)]
package/wolfssl: security bump to version 4.7.0

Fix CVE-2021-3336: DoTls13CertificateVerify in tls13.c in wolfSSL before
4.7.0 does not cease processing for certain anomalous peer behavior
(sending an ED22519, ED448, ECC, or RSA signature without the
corresponding certificate). The client side is affected because
man-in-the-middle attackers can impersonate TLS 1.3 servers.

https://github.com/wolfSSL/wolfssl/releases/tag/v4.7.0-stable

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agopackage/libjpeg: fix LIBJPEG_SITE
Yann E. MORIN [Sat, 6 Mar 2021 17:46:48 +0000 (18:46 +0100)]
package/libjpeg: fix LIBJPEG_SITE

Commit b83184de674a (package/libjpeg: switch to s.b.o. as source site)
improperly added a trailing slash '/' at the end of LIBJPEG_SITE,
causing builds to fail:

    package/libjpeg/libjpeg.mk:35: *** LIBJPEG_SITE (http://sources.buildroot.org/libjpeg/) cannot have a trailing slash.  Stop.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
3 years agopackage: drop _CPE_ID_VALID, use _CPE_ID_VENDOR
Yann E. MORIN [Fri, 5 Mar 2021 22:27:44 +0000 (23:27 +0100)]
package: drop _CPE_ID_VALID, use _CPE_ID_VENDOR

FOO_CPE_ID_VALID really ought to be an internal implementaion detail.
Packages that really want to trigger their CPE defintitions really
should set one of the actual variables to a meaningful value.

There are two CPE-related variables that we could chose to set to
replace FOO_CPE_ID_VALID: FOO_CPE_ID_VENDOR and FOO_CPE_ID_PRODUCT.
Between those two, _VENDOR more often diverges from the default than
_PRODUCT does, so that's what we use.

    ---8<------8<------8<------8<------8<---
    #!/bin/bash
    # Replace FOO_CPE_ID_VALID = YES with FOO_CPE_ID_VENDOR = foo_project
    for i in $(git grep -l -E '[^)]_CPE_ID_VALID = YES' package support); do
        pkg="$(basename "${i%/*}")"
        sed -r -i -e "s/_CPE_ID_VALID = YES/_CPE_ID_VENDOR = ${pkg}_project/" "${i}"
    done
    ---8<------8<------8<------8<------8<---

Reported-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Peter: update cpe-test comment to reflect pkg3 change]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agopackage/sudo: cleanup the CPE_ID variables
Yann E. MORIN [Fri, 5 Mar 2021 22:27:43 +0000 (23:27 +0100)]
package/sudo: cleanup the CPE_ID variables

The CPE variables are derived from the package upstream values, so they
must be set from the package values, not the other way around.

Also drop CPE_ID_VALID as it is implied as soon as at least one CPE
variable is set.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agodocs/manual: do not expose CPE_ID_VALID as package-settable
Yann E. MORIN [Fri, 5 Mar 2021 22:27:42 +0000 (23:27 +0100)]
docs/manual: do not expose CPE_ID_VALID as package-settable

FOO_CPE_ID_VALID is an internal implementation detail. Packages should
really define an actual CPE_ID variable to trigger their full CPE_ID
definition.

Reported-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Peter: completely drop any mention of _CPE_ID_VALID in the manual]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
3 years agopackage/belle-sip: fix build failure due to gcc bug 99410
Giulio Benetti [Fri, 5 Mar 2021 15:15:29 +0000 (16:15 +0100)]
package/belle-sip: fix build failure due to gcc bug 99410

The belle-sip package exhibits gcc bug 99410 when built for the Nios2
architecture with optimization enabled, which causes a build failure.

As done for other packages in Buildroot work around this gcc bug by
setting optimization to -O0 if BR2_TOOLCHAIN_HAS_GCC_BUG_99410=y.

Fixes:
http://autobuild.buildroot.net/results/71f26fd81db8e9b19b3f18f3f3cefd9c768f094f/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>