Commit graph

5630 commits

Author SHA1 Message Date
Érico Rolim e1091a5c5b gettext: reorganize so gettext-libs only ships versioned libintl.so.
Move unrelated libraries to gettext package, since they are only used by
it and by gtranslator, which will for the most part be installed
alongside gtranslator already.

The main purpose with this PR is to stop shipping unversioned libintl.so
in gettext-libs. What happens in this case is that packages built
natively for musl with localization support will have gettext in
hostmakedepends, which will lead to gettext-libs being in the host, and,
consequently, /usr/lib/libintl.so being available.

Due to CMake's FindIntl being bad, CMake projects will assume they
should use libintl.so instead of the gettext support from libc, and link
against it unnecessarily (and sometimes innefectively: CMake points the
compiler at /usr/include/libintl.h instead of our
/usr/include/gettext/libintl.h, which means the musl header will be used
instead, and unless the main executable is linked against libintl, the
library's functions won't even be used). Leaving only the essential
libraries in gettext-libs (versioned libintl.so files) and guaranteeing
gettext doesn't pull in the unversioned one means many packages won't
depend on libintl unnecessarily any more. As a matter of fact, this is a
case where our cross builds were more "correct" than native ones, since
libintl.so in the host won't be found for the target.

Furthermore, some packages require autopoint(1) in order to run
autoreconf; to avoid depending on gettext-devel for it, and ending up
linking in libintl into the final binary, we split it into the
gettext-devel-tools subpackage as well.

Also pull in Alpine patches fixing test failures.
2021-03-24 00:51:08 -03:00
Leah Neukirchen e3385d84d8 courier-unicode: update to 2.2.2. 2021-03-21 13:26:47 +01:00
Đoàn Trần Công Danh 59c67f7d6d xbps-src/update_check: update pattern for GitHub 2021-03-19 22:48:10 +07:00
amak dfde7c9e0a libupnpp: update to 0.21.0 2021-03-17 09:31:01 -04:00
Đoàn Trần Công Danh 7daa75ec09 spdlog: build shared lib 2021-03-17 06:07:03 +07:00
marmeladema 1d676d6284 kodi-platform: update to 20180302 and enable cross compilation 2021-03-16 16:45:39 -03:00
Helmut Pozimski 4dd077cd8d libfilezilla: update to 0.27.1. 2021-03-16 20:30:00 +01:00
Đoàn Trần Công Danh 86484672e4 dotherside: update to 0.7.1. 2021-03-16 07:45:23 +07:00
marmeladema be32f40190 libwaylandpp: fix shlibs 2021-03-15 21:07:55 -03:00
q66 1088eba15b cross*: drop the cross_triplet and _triplet variables 2021-03-15 23:37:10 +01:00
Roberto Ricci 436c814fd4 build-style/go: set GO111MODULE=auto 2021-03-15 09:54:49 -03:00
q66 b0404d97aa cross-profiles: fix qemu name for ppcle 2021-03-13 03:25:36 +01:00
Duncaen 1f6ab168de xbps-src: simplify dbulk-dump output
* List dependencies of subpackages as part of the source packages
  dependencies, knowing the subpackage they are coming from does
  not matter to a build scheduler as long as xbps-src requires
  those to exist in the same way to main depends= have to exist.
* Resolve virtual? packages through existing means in xbps-src to
  avoid duplicating and possibly diverting from xbps-src's
  behaviour in tools that use dbulk-dump.
* Filter out dependencies on the template itself from sub packages,
  this matches the xbps-src behaviour and there is no need to
  have to duplicate logic for this into the scheduling tool.
* Error out on archs= restrictions as we do already on broken=
  and nocross=, there shouldn't be the need to discover archs=
  restrictions when attempting to build the package.
2021-03-12 18:33:11 -05:00
Nicolo 09f69b72d7 isl: update to 0.23 (with soname; fixing license and homepage) 2021-03-12 12:19:58 -03:00
mobinmob bd8669126b spdx-licenses-list: update to 3.12. 2021-03-11 12:22:51 -05:00
Piotr Wójcik 81e0103b38 xbps-src: make update-sys operate on host
partially reverts 75eca1b03e
2021-03-10 17:19:02 +01:00
Gonzalo Tornaría 7bc92c1e6e giac: missing dependencies and fixes
- makedepend on mpfr-devel: used for arbitrary precision floats,
   otherwise they are limited to double precision (53 bits ~ 13 digits)

 - makedepend on pari-devel: used for number theory functions

 - fix one line of test output to match a change in pari

 - fix a bug in invmod which resulted in a test fail (chk_xavier)

 - increase stacksize in musl which is needed for tests to pass

In addition to the two new makedepends, there is a small patch that
fixes one line of test output to match a change in pari.

With this commit, all 12 tests pass in glibc and in musl.

See #28989 for the original issue.
2021-03-08 17:08:11 -03:00
John 656e53a085 kImageAnnotator: update to 0.4.1. 2021-03-08 20:28:24 +01:00
John 7ead55a985 kColorPicker: update to 0.1.5. 2021-03-08 20:28:24 +01:00
Đoàn Trần Công Danh 6ed61279a2 build-style/qmake: look for modules in target
- With this added, we can remove qt5*-devel from hostmakedepends
2021-03-08 10:40:33 +07:00
tibequadorian 74b19f3d7f options.description: describe portaudio and clean up from templates 2021-03-07 23:50:23 -03:00
Érico Rolim 4e04578831 common/build-helper: pass a full path for native builds in cmake-wxWidgets-gtk3.
At least KiCAD tries to find wx-config-gtk3 in the current directory,
without looking for it in PATH, so the build fails. Actually give it a
full path, like we do for the cross build case.
2021-03-06 11:52:06 -03:00
John 98caea4d69 zfs: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John dd014dc882 zeek: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John 66138ea5aa zchunk: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John 4420f2a908 yubico-piv-tool: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John d6ec104dc1 yara: rebuild against OpenSSL 2021-03-05 22:09:23 +01:00
John 2ea3501ee0 xmlsec1: rebuild against OpenSSL 2021-03-05 22:08:08 +01:00
John 18ab7bafd0 xmlrpc-c: rebuild against OpenSSL 2021-03-05 22:08:08 +01:00
John 395afb5f55 xar: rebuild against OpenSSL 2021-03-05 22:08:07 +01:00
John c467e569c2 wvstreams: rebuild against OpenSSL 2021-03-05 22:08:07 +01:00
John d5ae245eaa vde2: rebuild against OpenSSL 2021-03-05 22:07:37 +01:00
John 4cd6ac880d trousers: rebuild against OpenSSL 2021-03-05 22:07:34 +01:00
John 987acc0779 swiften: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 6b5bb06783 swi-prolog: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 0f7decdd0b sssd: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 75966d886c sqlcipher: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 79bbf773b1 spice: rebuild against OpenSSL 2021-03-05 22:07:26 +01:00
John 9543ff10eb spice-gtk: rebuild against OpenSSL 2021-03-05 22:07:25 +01:00
John 71beb8de4d serf: rebuild against OpenSSL 2021-03-05 22:07:25 +01:00
John 13086e589c seafile-libclient: rebuild against OpenSSL 2021-03-05 22:07:25 +01:00
John 2e0a7f32aa rabbitmq-c: rebuild against OpenSSL 2021-03-05 22:06:17 +01:00
John 5413efc5f1 qca-qt5: rebuild against OpenSSL 2021-03-05 22:06:16 +01:00
John 0d6a08e27b poco: rebuild against OpenSSL 2021-03-05 22:03:53 +01:00
John 068ced06aa pkcs11-helper: rebuild against OpenSSL 2021-03-05 22:03:52 +01:00
John 68579a86ac pjproject: rebuild against OpenSSL 2021-03-05 22:03:51 +01:00
John 38026b6b5e opusfile: rebuild against OpenSSL 2021-03-05 22:03:19 +01:00
John 48ac23c75c opkg: rebuild against OpenSSL 2021-03-05 22:03:19 +01:00
John aebdb173ef opensc: rebuild against OpenSSL 2021-03-05 22:03:19 +01:00
John 2eda07e229 opendkim: rebuild against OpenSSL 2021-03-05 22:03:19 +01:00