Bernd Kuhls
2fe5c6bf57
package/kodi-pvr-argustv: bump version to 7.1.0-Matrix
...
Switch dependency to kodi after upstream removed the dependency to
kodi-platform:
44d9c5a205
6a6968892d
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 >
2021-03-06 21:53:50 +01:00
Bernd Kuhls
7591fc0176
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 >
2021-03-06 21:53:34 +01:00
Bernd Kuhls
36c3a64ad8
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 >
2021-03-06 21:53:25 +01:00
Bernd Kuhls
d8a582f140
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 >
2021-03-06 21:53:16 +01:00
Bernd Kuhls
d0c70351a5
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 >
2021-03-06 21:52:40 +01:00
Bernd Kuhls
8e78c80467
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 >
2021-03-06 21:52:06 +01:00
Bernd Kuhls
d5b747467c
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 >
2021-03-06 21:49:23 +01:00
Bernd Kuhls
c11db7e86f
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 >
2021-03-06 21:49:23 +01:00
Bernd Kuhls
148e695e37
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 >
2021-03-06 21:37:08 +01:00
Bernd Kuhls
8c476e1bb7
package/kodi: remove dependency to libsamplerate
...
This package is not needed anymore since 2014:
e36e4f0e2a
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-06 21:37:03 +01:00
Bernd Kuhls
977f5fd134
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 >
2021-03-06 21:30:52 +01:00
Bernd Kuhls
639fe21d5b
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 >
2021-03-06 21:30:37 +01:00
Bernd Kuhls
49eb73cac1
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 >
2021-03-06 21:30:27 +01:00
Michael Nosthoff
aed4eaa040
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 >
2021-03-06 21:23:54 +01:00
Michael Nosthoff
46979791ba
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 >
2021-03-06 21:23:29 +01:00
Brandon Maier
88df5192a8
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 >
2021-03-06 21:22:59 +01:00
Bartosz Bilas
b5e8f1c147
package/janet: add -std=c99 to CFLAGS
...
As upstream says Janet should be compiled with -std=c99
so pass this in order to fix the failures below.
Fixes:
http://autobuild.buildroot.net/results/192/1922ec115b9dc9e879760a6868969d9677093510/build-end.log
...
http://autobuild.buildroot.net/results/355/355e0992338a8d132050517f83a3884606b00529/build-end.log
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-05 23:15:17 +01:00
David GOUARIN
1e07dc4ed2
package/librelp: bump to version 1.10.0
...
Signed-off-by: David GOUARIN <david.gouarin@thalesgroup.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 23:56:06 +01:00
Bin Meng
88c1cb10b6
board/qemu: Add ppc-e500mc configuration
...
This adds a 32-bit equivalent configuration of ppc64-e5500 board.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com >
Reviewed-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 23:50:15 +01:00
Jianhui Zhao
9044268247
package/libuhttpd: bump version to 3.10.0
...
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 23:23:38 +01:00
Fabrice Fontaine
17ee49fe25
package/python-colorlog: bump to version 4.7.2
...
Update indentation in hash file (two spaces)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 22:35:20 +01:00
Fabrice Fontaine
29f38b4c60
package/dfu-util: bump to version 0.10
...
Update indentation in hash file (two spaces)
https://sourceforge.net/p/dfu-util/dfu-util/ci/v0.10/tree/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 22:35:02 +01:00
Fabrice Fontaine
a7953bfa0f
package/udftools: bump to version 2.3
...
Update indentation in hash file (two spaces)
https://github.com/pali/udftools/releases/tag/2.3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 22:34:48 +01:00
Waldemar Brodkorb
af5226f2fd
package/ruby: update to 3.0.0
...
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 22:31:49 +01:00
Alexander Egorenkov
b82b58a8dd
package/s390-tools: bump to version 2.16.0
...
- Remove patch 0001-zkey-ekmfweb-fix-linking-of-libekmfweb.patch which has
been merged.
- Also update the GitHub URL because the project has been renamed.
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com >
[Peter: also update Config.in URL]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 22:28:19 +01:00
Jörg Krause
3a80e19009
package/gerbera: add optional duktape dependency
...
Duktape allows the user to enable JavaScript scripting support.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 22:20:36 +01:00
Gustavo Heinz
8c017f3777
package/python-m2crypto: bump to version 0.37.1
...
Also, removed 0001 patch since it's already merged upstream.
https://gitlab.com/m2crypto/m2crypto/-/merge_requests/248
Signed-off-by: Gustavo Heinz <gustavo@gsthnz.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 22:18:28 +01:00
Francois Perrad
59f35fe78e
package/lighttpd: bump to version 1.4.59
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 20:22:20 +01:00
Francois Perrad
722918d818
package/nano: bump to version 5.6
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 20:21:06 +01:00
Francois Perrad
970b2ca3cc
package/gd: bump to version 2.3.1
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-03-01 20:20:09 +01:00
Fabrice Fontaine
c954860598
package/log4cplus: bump to version 2.0.6
...
Drop patch (already in version) and so autoreconf
https://github.com/log4cplus/log4cplus/releases/tag/REL_2_0_6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-27 18:18:24 +01:00
Fabrice Fontaine
a66614dddd
package/pcsc-lite: bump to version 1.9.1
...
https://github.com/LudovicRousseau/PCSC/releases/tag/1.9.1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-27 18:18:13 +01:00
Peter Seiderer
1fd8baac1d
package/libinput: bump version to 1.16.5
...
For details see [1].
[1] https://lists.freedesktop.org/archives/wayland-devel/2021-February/041734.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-27 18:17:14 +01:00
Markus Mayer
27fffea6db
package/tar: bump version to 1.34
...
Bump the version of tar to 1.34 for host and target.
Signed-off-by: Markus Mayer <mmayer@broadcom.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-02-26 23:47:00 +01:00
Guillaume W. Bres
4e827d930f
package/libxcrypt: bump version to 4.4.18
...
Drop patch which has been merged into mainline.
LICENSING file identifies individual files in the tree, and some have
moved between 4.4.17 and 4.4.18 (upstream commit 3436c6a94b8d).
Fix two -spaces in hash file as well.
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com >
[yann.morin.1998@free.fr:
- explain license hash change
- two-spaces in hash file
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-02-26 23:05:01 +01:00
Guillaume W. Bres
8a854214bd
package/libxcrypt: fix legal info
...
When the initial package has been submitted, the hashes for the
license files were computed against the files from the repository,
not the release tarball, but the files had changed in the repo
since the version was cut.
Fix that hash.
Fixes:
http://autobuild.buildroot.net/results/206aac81799074ef45c0cc7b9979cbf02c3935d5
http://autobuild.buildroot.net/results/8db5df1286673fdedb854bad2b9e5757d5218950
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com >
[yann.morin.1998@free.fr: expand commit log with root cause]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-02-26 22:44:21 +01:00
Giulio Benetti
f50c212218
package/nfs-utils: bump version to 2.5.3
...
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-26 08:48:19 +01:00
Antoine Tenart
d1d5c1c914
package/refpolicy: bump to 2.20210203
...
Changelog:
https://github.com/SELinuxProject/refpolicy/releases/tag/RELEASE_2_20210203
Signed-off-by: Antoine Tenart <atenart@kernel.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-26 08:47:43 +01:00
Bernd Kuhls
2a3cfb2381
package/ffmpeg: bump version to 4.3.2
...
Removed patch which was applied upstream.
Changelog:
http://git.videolan.org/?p=ffmpeg.git;a=blob;f=Changelog;h=28d79ea1aed0a59f43ee922f5b6efa82dc7e2b18;hb=refs/heads/release/4.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 22:26:40 +01:00
Peter Korsgaard
f3b292d907
package/wireguard-tools: bump version to 1.0.20210223
...
For details, see the announcement:
https://lists.zx2c4.com/pipermail/wireguard/2021-February/006407.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 20:31:22 +01:00
Peter Korsgaard
5211e74894
package/wireguard-linux-compat: bump version to 1.0.20210219
...
Includes various compat fixes and lowers memory requirements. For details,
see the announcement:
https://lists.zx2c4.com/pipermail/wireguard/2021-February/006404.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 20:31:17 +01:00
Baruch Siach
8b2934e0ae
package/daemon: bump to version 0.7.1
...
Add COPYING to _LICENSE_FILES.
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 20:21:40 +01:00
Baruch Siach
7328b08c56
package/uhubctl: bump to version 2.4.0
...
Add COPYING license text to _LICENSE_FILES.
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 20:21:12 +01:00
Pierre-Jean Texier
38b58a0d65
package/stunnel: bump to version 5.58
...
Update COPYING hash; copyright year update:
-_Copyright (C) 1998-2020 Michal Trojnara_
+_Copyright (C) 1998-2021 Michal Trojnara_
See full changelog https://www.stunnel.org/NEWS.html
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 20:20:28 +01:00
Pierre-Jean Texier
50cfedc86d
package/genimage: bump to version 14
...
Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 20:20:19 +01:00
Fabrice Fontaine
81efd0da9a
package/faketime: bump to version 0.9.9
...
Update indentation in hash file (two spaces)
https://github.com/wolfcw/libfaketime/releases/tag/v0.9.9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 20:13:00 +01:00
Fabrice Fontaine
564371c1f3
package/bwm-ng: bump to version 0.6.3
...
https://github.com/vgropp/bwm-ng/releases/tag/v0.6.3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-25 20:12:46 +01:00
Yegor Yefremov
af3a264b3b
package/python-pyusb: bump to version 1.1.1
...
Along with the version bump the following changes were
needed to get the package built:
- since 1.1.1 PyUSB supports only Python3
- change download file name to lowercase
- the package now requires setuptools and setuptools_scm
- change LICENSE checksum as the copyright year changed to 2021
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-23 14:05:10 +01:00
Yegor Yefremov
f3f64705b9
package/python-dialog3: bump to version 3.5.1
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-23 14:04:05 +01:00
Bernd Kuhls
8939392424
package/dav1d: bump version to 0.8.2
...
Release notes: https://code.videolan.org/videolan/dav1d/-/releases
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-02-23 14:03:56 +01:00