Commit Graph

3253 Commits

Author SHA1 Message Date
Huangbin Zhan 0ec746ccb6 treewide: add conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-05-09 06:06:43 +08:00
Rosen Penev e2cce61f5d
pugixml: fix pkgconfig paths
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-08 14:06:02 -07:00
Rosen Penev a3a87fa8e1
Merge pull request #12109 from neheb/gerb3
gerbera static library changes
2020-05-08 10:51:45 -07:00
Eneas U de Queiroz fdc23942ab
oniguruma: bump to 6.9.5_rev1, switch to cmake
Besides the version bump, this backports a patch so that cmake uses the
same so version information as the current autotools, allowing the
switch over to cmake.

6.9.5_rev1 Changelog:

- Look-behind bug: if the look-behind contains a branch with a character
  length of 0 and an anchor is included in the branch, the whole
  look-behind is ignored
- POSIX API disabled by default -- enabled in openwrt, as at least
  libevhtp needs it
- Update Unicode version 13.0.0
- NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...}
- NEW API: retry limit in search functions
- NEW API: maximum nesting level of subexp call
- Fixed behavior of isolated options in Perl and Java syntaxes.
  /...(?i).../

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-05-08 11:26:51 -03:00
Rosen Penev c88bf0ef2c
pugixml: build as static
Upstream recommends static. There is also onle one package that depends
on this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-07 19:46:22 -07:00
Rosen Penev 0f829d0246
spdlog: switch to static libraries
Upstream recommends static libraries for smaller size. There is also
one package that uses spdlog.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-07 19:46:22 -07:00
Rosen Penev 1376a5fe66
Merge pull request #12088 from lucize/sysrepofix
sysrepo: update to 1.4.2
2020-05-06 14:55:36 -07:00
Lucian Cristian 1953132cea sysrepo: update to 1.4.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-07 00:25:57 +03:00
Jeffery To 1c54706b97 libevhtp: Fix dependencies not selected when building static library
When libevhtp is added to a package's PKG_BUILD_DEPENDS (i.e. for
seafile-server), libevhtp's target package dependencies are not
automatically selected, in particular libevent2-openssl and
libevent2-pthreads.

Moreover, if libevent-openssl and libevent2-pthreads are not selected,
OpenSSL and thread support are disabled when compiling libevent2, which
in turn causes a compile error when building libevhtp.

This adds a config option, LIBEVHTP_BUILD_DEPENDS, that will select
libevent2-openssl and libevent2-pthreads (via LIBEVHTP_BUILD_SELECT)
when it is selected.

Other build dependencies are moved to PKG_BUILD_DEPENDS.

This also updates seafile-server to remove the (indirect) dependencies
added in 13d843fec1 and instead select
LIBEVHTP_BUILD_DEPENDS.

This also updates the maintainer's email address and adds myself as
another maintainer.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-05 23:03:30 -03:00
Rosen Penev 0d913069e5
Merge pull request #12059 from neheb/gerb2
gerbera: update to 1.5.0
2020-05-04 18:07:29 -07:00
Rosen Penev f24f339eb1
Merge pull request #12078 from micmac1/masneon
neon: add back sed scripts for neon-config
2020-05-04 15:37:16 -07:00
Rosen Penev fd437d1495 libmicrohttpd: update to 0.9.70
Fix license information.

Cleanup Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-05 00:24:38 +02:00
Sebastian Kemper d59ae48f85 neon: add back sed scripts for neon-config
Commit 3a67097 removed the sed scripts that ran on neon-config. Now
there is build failure for Asterisk because a host include directory is
added to the build:

mips_24kc_musl/usr/lib/libintl-stub/include    -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include/libxml2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -fPIC -DAST_MODULE=\"res_calendar_exchange\" -DAST_MODULE_SELF_SYM=__internal_res_calendar_exchange_self  -I/usr/include/neon -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include -pthread -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include
res_calendar_exchange.c:34:10: fatal error: ne_session.h: No such file or directory
 #include <ne_session.h>
          ^~~~~~~~~~~~~~
compilation terminated.

This commit adds back the sed scripts.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-04 23:00:13 +02:00
Rosen Penev 60e16ba4a2
Merge pull request #12036 from micmac1/json-glib
json-glib: new package
2020-05-04 10:34:43 -07:00
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 8858aa2578
pugixml: add
Needed for gerbera 1.5.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:07 -07:00
Rosen Penev 091de62e83
spdlog: add
Needed for Gerbera 1.5.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:07 -07:00
Rosen Penev dd58239128
libupnpp: update to 0.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:07 -07:00
Rosen Penev d2d00b76ee
libnpupnp: add
This is needed for newer versions of libupnpp. This may or may not also
be needed for newer versions of Gerbera.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:07 -07:00
Rosen Penev 8ec1a8e153
libupnp: update to 1.12.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:06 -07: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
Sebastian Kemper a5c4fd1cc1 json-glib: new package
From upstream description:

JSON-GLib is a library providing serialization and deserialization
support for the JavaScript Object Notation (JSON) format described by
RFC 4627.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-02 10:37:02 +02: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