Rosen Penev
5fc929077e
Merge pull request #12044 from lucize/yangup
...
libyang: update to 1.0.130
2020-05-03 14:33:40 -07:00
Rosen Penev
474692074b
Merge pull request #12068 from ClaymorePT/boost_1.73.0
...
boost: Package Version Update (1.73.0)
2020-05-03 14:30:08 -07:00
Rosen Penev
9d128700d7
Merge pull request #12051 from neheb/tirp
...
libtirpc: update to 1.2.6
2020-05-03 14:09:56 -07:00
Rosen Penev
b8e54f0240
Merge pull request #12050 from neheb/neon
...
neon: update to 0.31.1
2020-05-03 13:36:50 -07:00
Carlos Miguel Ferreira
3fb802f5d0
boost: Package Version Update (1.73.0)
...
This commit updates Boost to version 1.73.0
In this release, there are two new libraries
- Nowide [2] - Standard library functions with UTF-8 API on Windows,
from Artyom Beilis.
- Static String [3] - A dynamically resizable string of characters
with compile-time fixed capacity and contiguous embedded storage,
from Vinnie Falco and Krystian Stasiowski.
More info about Boost 1.73.0 can be found at the usual place [1].
[1]: https://www.boost.org/users/history/version_1_73_0.html
[2]: https://www.boost.org/libs/nowide/
[3]: https://www.boost.org/libs/static_string/
Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2020-05-03 20:29:04 +01:00
Rosen Penev
25442fbc57
liblo: update to 0.31
...
Refreshed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:14:20 -07:00
Rosen Penev
c77e6fa3af
libtirpc: update to 1.2.6
...
Add HOST_BUILD_PARALLEL for faster compilation.
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:12:14 -07:00
Rosen Penev
3a6709756c
neon: update to 0.31.1
...
Upstream changed.
Add license information.
Add PKG_BUILD_PARALLEL for faster compilation.
Remove several outdated options.
Refreshed OpenSSL patch.
Other small cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:11:07 -07:00
Lucian Cristian
fc706784c0
libyang: update to 1.0.130
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-02 15:48:16 +03:00
Rosen Penev
85a3bf3cd6
libyaml: update to 0.2.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-01 13:00:42 -07:00
Sebastian Kemper
dae3bf4e29
Revert gperf: remove
...
gperf is a basic tool used when building packages. It's not available on
all hosts, in which case having a host package like this one is
required. For instance the CircleCI environment does not contain gperf,
in which case building of software requiring gperf fails.
This commit reverts the gperf removal.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-01 13:04:16 +02:00
Rosen Penev
44bbe55f2e
Merge pull request #11979 from neheb/jan
...
jsoncpp: add size optimizations
2020-04-30 03:22:07 -07:00
Rosen Penev
e35f4be937
Merge pull request #11987 from Payne-X6/liburcu
...
liburcu: update to version 0.12.1
2020-04-28 10:17:31 -07:00
Jan Hák
700546d11d
liburcu: update to version 0.12.1
...
Signed-off-by: Jan Hák <jhak@jhak.nic.cz>
2020-04-28 11:23:08 +02:00
Jan Hák
58a5c548eb
libedit: update to version 20193112-3.1
...
Signed-off-by: Jan Hák <jhak@jhak.nic.cz>
2020-04-28 10:53:34 +02:00
Rosen Penev
c091932a79
jsoncpp: add size optimizations
...
Reduces size slightly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:55:23 -07:00
Rosen Penev
6002d160a3
p11-kit: remove pointless --as-needed parameter
...
It is already default with meson.
Not bumping PKG_RELEASE as there is no compiled difference.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:53:48 -07:00
Rosen Penev
1e65c4b7e3
libevdev: fix compilation with old kernels
...
Fixes compilation for 4.14 targets.
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:52:58 -07:00
Rosen Penev
6594961f63
Merge pull request #11959 from neheb/ipfs
...
ipfs-http-client: fix compilation of tests
2020-04-27 15:26:07 -07:00
Bruno Randolf
04b27feb48
websocketpp: Update to version 0.8.2
...
This version has the boost 1.70+ compatibility included so we can drop
the patch.
Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-04-27 15:47:21 +01:00
Rosen Penev
2a5fa45d72
avahi: remove these pkgconfig workarounds
...
Backported the upstream patch instead. Less error prone.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-26 15:34:18 -07:00
Rosen Penev
85e9ce346a
ipfs-http-client: fix compilation of tests
...
Wrong CMake variable was being used to enable them.
Small whitespace fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 16:54:13 -07:00
Rosen Penev
68a58c4c61
Merge pull request #11951 from neheb/ffi
...
libffi: fix build failure on powerpc platforms
2020-04-25 16:18:44 -07:00
Rosen Penev
d4cdc14e0e
avahi: fix dbus issue
...
Needs an extra configure parameter.
Reverted pkgconfig fix. It's wrong anyway.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 15:54:14 -07:00
Rosen Penev
0dcde0115e
libffi: fix build failure on powerpc platforms
...
This is an upstream backport.
Currently on the buildbots, having libffi unavailable leads to long
range build failures.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-24 13:57:16 -07:00
Rosen Penev
a4bb706918
Merge pull request #11766 from neheb/remove
...
Mass unmaintained/unused package removal
2020-04-22 18:33:34 -07:00
Rosen Penev
d3ce675c02
Merge pull request #11888 from neheb/libinp
...
libinput: update to 1.15.5
2020-04-22 14:44:48 -07:00
Rosen Penev
509ff35712
libinput: update to 1.15.5
...
Converted to meson for speed.
Removed all patches. The issues have all been fixed upstream.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 14:40:41 -07:00
Rosen Penev
b3638b751f
Merge pull request #11824 from aleksander0m/aleksander/qmi-1-24-10
...
libqmi: update version to 1.24.10
2020-04-22 14:30:37 -07:00
Luiz Angelo Daros de Luca
348d3aad2a
libvpx: remove PKG_SOURCE to use default tar.xz
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-04-22 01:50:23 -03:00
Rosen Penev
e36b946b0a
Merge pull request #11876 from neheb/evsd
...
libevdev: update to 2.9.0
2020-04-21 21:47:46 -07:00
Rosen Penev
f98d8d2406
Merge pull request #11875 from neheb/drm
...
libdrm: update to 2.4.101
2020-04-21 21:44:27 -07:00
Luiz Angelo Daros de Luca
48692cfd5b
Merge pull request #11885 from BKPepe/libvpx
...
libvpx: update to version 1.8.2
2020-04-22 01:24:10 -03:00
Josef Schlehofer
34ab886263
libvpx: Makefile polishing
...
- Remove PKG_REV
- Reorder things to be more sync with other Makefiles
- Add PKG_BUILD_PARALLEL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-22 00:20:03 +02:00
Nikos Mavrogiannopoulos
2ae560539e
Merge pull request #11898 from neheb/p111111
...
p11-kit: update to 0.23.20
2020-04-20 19:52:19 +02:00
Hannu Nyman
08c90cd4f4
Merge pull request #11878 from jefferyto/libmraa-libupm-python-makefile-update
...
libmraa,libupm: Disable default Python package build recipe
2020-04-20 20:40:34 +03:00
Hannu Nyman
6c2235253f
Merge pull request #11872 from jefferyto/python3-makefile-cleanup
...
python3: Makefile cleanup
2020-04-20 20:05:07 +03:00
Jan Pavlinec
489112ec19
redis: update to version 5.0.9
...
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-20 14:23:10 +02:00
Josef Schlehofer
111865439b
Revert "glib2: update to 2.64.2"
...
It is not ready and there are some issues described in
https://github.com/openwrt/packages/pull/11442
This reverts commit b465ac3002
.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-20 12:05:33 +02:00
Josef Schlehofer
ad798995ee
Revert "glib2: fix host build"
...
There isn't prime time for it. Currently, it can not be built.
It fails with the following error: ERROR: Compiler gcc can not compile programs.
More details in https://github.com/openwrt/packages/pull/11887 and
https://github.com/openwrt/packages/issues/11900
This reverts commit b62ed68007
.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-20 11:59:48 +02:00
Rosen Penev
5f5b8e3a88
p11-kit: update to 0.23.20
...
Converted to meson for faster compilation speed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-19 15:18:15 -07:00
Lucian Cristian
5fadec5c0e
nss: update to 3.51.1
...
also refresh patches
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-19 16:59:00 +03:00
tripolar
b55d2359bc
Merge pull request #11887 from neheb/glbb
...
glib2: fix host build
2020-04-19 12:47:42 +02:00
tripolar
e187ed5072
Merge pull request #11690 from neheb/libffi
...
libffi: update to 3.3
2020-04-19 11:40:56 +02:00
tripolar
a3c62bf8f0
Merge pull request #10601 from neheb/alsa
...
ALSA update - 1.2.2
2020-04-19 11:40:04 +02:00
Rosen Penev
b62ed68007
glib2: fix host build
...
Seems to need -liconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:58:20 -07:00
Rosen Penev
030cc5570c
quasselc: fix compilation with newer glib2
...
Needed to fix LDFLAGS variable.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:06:33 -07:00
Rosen Penev
0266fa2d29
avahi: patch client pkgconfig files without dbus
...
It still gets built without dbus.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:06:33 -07:00
Josef Schlehofer
97df69bdb5
libvpx: update to version 1.8.2
...
- Change URL to use HTTPS instead of HTTP
- Remove empty row between maintainer and license
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-18 23:13:01 +02:00
Jeffery To
81e99fa7ff
seafile: Remove Python variants, update Python packaging
...
This removes Python build variants and adds PYTHON3_PKG_BUILD:=0 (where
appropriate) for the Seafile packages.
This also updates the way the Python bindings packages are packaged,
using automake installation instead of manual install recipes.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-19 01:56:23 +08:00