Commit graph

5770 commits

Author SHA1 Message Date
FollieHiyuki 83f8a470a0 tinyxml2: update to 9.0.0 2021-07-02 23:52:01 -03:00
Érico Nogueira 4c0908487b New package: libvarlink-22. 2021-07-02 22:43:19 -03:00
Louis Dupré Bertoni 80166ea3bd New package: rnnoise-0.4.1
closes #31203
2021-07-02 22:40:20 +02:00
Đoàn Trần Công Danh a653676c88 build-style/cmake: only depends on cmake for non-cmake package
* In the next change, we will remove it from cmake template entirely
2021-07-02 07:28:04 +07:00
Érico Nogueira 69b59e3eac common/shlibs: move libwayland-egl to libwayland block 2021-06-30 22:31:23 -03:00
Piotr Wójcik 18d9a5dd55 common/xbps-cycles.py: deterministic cycle path 2021-06-30 21:09:10 +02:00
Piotr Wójcik 287624675c common/xbps-cycles.py: Add cache option
allows to modify deps and see if cycle is resolved
2021-06-30 21:09:10 +02:00
Érico Nogueira d0c9f994da common/scripts: import xbps-cycles.
From https://github.com/ahesford/xbps-cycles, that is based on
https://gist.github.com/Chocimier/de76441493ec7775c201dac0bb03ced5 .
License is compatible with void-packages. Will be run in CI, so it
should live in the same repository.
2021-06-30 21:09:10 +02:00
Andrew J. Hesford bbe65b4e7c samba: update to 4.14.5, fix nss modules for musl
nss modules from samba, like libnss_winbind, will be used by
musl-nscd-devel, and therefore should use its headers for the
definitions of return values and others.

Without musl-nscd-devel to provide <nss.h>, samba uses a fallback header
that carries completely incompatible return value definitions.

Co-authored-by: Érico Nogueira <erico.erc@gmail.com>
2021-06-29 22:17:37 -04:00
Isaac Freund 9d07fac57b wlroots: update to 0.14.0. 2021-06-27 04:16:54 -03:00
John a1cfe9c36e flite: add libflite_cmu_us_kal16.so.1 in common/shlibs 2021-06-24 22:55:09 +02:00
Đoàn Trần Công Danh e5626f81c7 update_check: support pkgs.fedoraproject.org 2021-06-23 19:04:03 +07:00
Andrew J. Hesford 59ab2669e6 build-helper/numpy: add cross path for libnpyrandom to LDFLAGS 2021-06-22 12:02:17 -04:00
Đoàn Trần Công Danh 614abf4613 build-style: new build-style for sip-build 2021-06-22 21:27:41 +07:00
q66 44f4cad4ec build-style/void-cross: fix after patch -Np1 transition 2021-06-20 17:54:31 +02:00
Đoàn Trần Công Danh 8b25a1449b do-patch: switch default patch_args to -Np1
All templates that require -Np0 have patch_args appended.
Let's flip the switch.
2021-06-20 13:17:29 +07:00
Érico Nogueira a351cdf88d ell: update to 0.41. 2021-06-16 23:26:09 -03:00
Đoàn Trần Công Danh fb4838a591 base-chroot: add tzdata
Some packages require tzdata to testing, however, adding `tzdata` to
those checkdepends will break masterdir, since `tzdata` provides
`/usr/share/zoneinfo/UTC`, hence, it will be removed upon cleanup.

Let's add `tzdata` into `base-chroot` and remove the shenanigan in
`chroot.sh`.
2021-06-17 07:33:49 +07:00
Pierre Bourgin 4eb0f065ea New package: libb2 0.98.1 2021-06-13 10:30:45 +02:00
skmpz db3fd8bd67 benchmark: update to 1.5.5. 2021-06-12 15:03:00 -03:00
John 1d66c39aa6 bullet: update to 3.17. 2021-06-12 17:04:06 +02:00
John 76e861f8e8 krita: update to 4.4.5. 2021-06-12 12:32:07 +02:00
Piotr Wójcik 88c9f70cfa build-style/cmake: move CTEST_OUTPUT_ON_FAILURE to environment 2021-06-11 22:45:07 +02:00
Piotr Wójcik 7ffd292bc5 common/environment/check: enable offscreen test for qt 2021-06-11 22:45:07 +02:00
Abigail G 61ec7655c7 hamlib: update to 4.2.
Signed-off-by: Abigail G <dev@kb6.ee>
2021-06-11 17:19:46 -03:00
skmpz fcc136529e New package: benchmark-1.5.3 2021-06-11 17:16:25 -03:00
John 0caa748d89 common/shlibs: add libKSysGuardSystemStats.so.1 entry 2021-06-10 19:58:07 +02:00
John e45a722679 New package: layer-shell-qt-5.22.0 2021-06-09 19:50:52 +02:00
Andrew J. Hesford fa5500228e build-style/python3-{module,pep517}.sh: improve pytest usage
1. Relying on `python3 -m pytest --help` to test for pytest can fail
   because the pytest packages's __main__ is still invoked; this can
   trigger import problems and falsely indicate that pytest is missing.
   A simpler test is to just confirm that pytest is importable. If so,
   the interpreter returns 0. Otherwise, an ImportError is thrown and
   the interpreter will return 1.

2. Many templates require a custom do_check just to set PYTHONPATH to
   either a build directory (especially for compiled extensions) or some
   subdirectory of the source tree. Setting PYTHONPATH automatically to
   the build directory should drastically reduce the need for custom
   do_check in py3 templates. (This only applies to python3-module.sh
   because pep517 builders will have unpredictable build directories.)

Closes: #31354.
2021-06-08 13:53:15 -04:00
Morgan Thomas a6f4c6166b libmicrohttpd: update to 0.9.73.
This update breaks some C++ implementations (see [1] and
05ed2cb76b).

All packages that depend on libmicrohttpd have been checked; all but two
(psensor and retroshare) build against libmicrohttpd >= 0.9.71 by now,
and those two are easy enough to patch.

The relevant change is just switching some API return types from `int`
to an enum with the same values, so there isn't any concern about ABI
compatibility with the change (and in fact it's only a warning on a C
compiler).

[1] https://github.com/kismetwireless/kismet/issues/281
2021-06-08 00:51:49 -03:00
Đoàn Trần Công Danh c310295bfe build-style/cmake: always depends on cmake in host
All packages that build with cmake build-style switched from
cmake-bootstrap to cmake. Remove the conditional.
2021-06-07 15:38:30 +07:00
Andrew J. Hesford 027cab23a4 tagparser: update to 10.0.0. 2021-06-05 23:14:22 -04:00
FollieHiyuki 6592edd7a6 btrfs-progs: update to 5.12.1
- Add build options for btrfs-convert.
- Temporarily disable all tests, since most of them fail without
`mount` or `fallocate` commands.
2021-06-02 01:14:57 -03:00
Đoàn Trần Công Danh 4b009994e5 changed_templates: exit early if no merge-base could be found
GitHub Action and fetch_upstream.sh script limits fetch depth to 200.
With such depth, should the PR was based on very old tree, we couldn't
find the merge-base to diff again.

In theory, we could replace actions/checkout and fetch_upstream.sh to
fetch more than 200 depth. However, there isn't much gain from such
change and it will increase the time to fetch upstream for all PR.
Arguably, such problematic PR couldn't be built because other steps
would build changed packages' dependencies, too.

Let's complain and exit early instead.
2021-06-01 08:31:00 +07:00
Đoàn Trần Công Danh 987dfd294f changed_templates: use current tip for non-merge commit
Some people uses this scripts to detect changes locally.
Let's not break their script.
2021-06-01 08:31:00 +07:00
Leah Neukirchen 806e7c39a7 janet: update to 1.16.0. 2021-05-31 12:56:00 +02:00
Đoàn Trần Công Danh 46e6063606 CI: make lint-commits part of xlint.sh
* CI will stop whenever a step is failing.
* We always want to enforce commit message lint
* `xlint` is reporting some false positive for license with " WITH "

Let's make the lint-commits part of xlint.sh
2021-05-31 17:47:56 +07:00
Đoàn Trần Công Danh 7f8e1f56fa ci/changed-templates: use tip of feature branch as tip
The HEAD given by GitHub Action is always non-fast-forward merge commit.
In the next change, lint-commits will use the tip from
"changed_templates.sh".

Let pick the correct tip for interrogation.
2021-05-31 17:47:56 +07:00
Piotr Wójcik c0331b57eb common: add lint-version-change 2021-05-27 21:18:38 +02:00
Piotr Wójcik 2dbe48e260 common/changed_templates.sh: store merge-base in file 2021-05-27 21:18:38 +02:00
Piotr Wójcik d06bb7e98f workflows: fetch xbps for lint step 2021-05-27 21:18:38 +02:00
Érico Nogueira 07f83ffb9b ldc: update to 1.26.0.
Also move to llvm12 and add llvm-unwind-devel to depends, since it's
required by some packages when building things with ldc.

Forcing linking against libunwind from llvm is necessary, otherwise the
resulting runtime is underlinked and fails to find the unw_* symbols it
needs. Argument taken from Alpine:

aaaa982c68/community/ldc/APKBUILD
2021-05-26 00:12:09 -03:00
yopito 9e6e3dbcdf qt6-*: add remaining shlibs 2021-05-25 11:45:50 +02:00
Érico Nogueira beb3f7fb1f musl: backport reallocarray and others.
It's in POSIX-future and some applications have started depending on it.
It's easier to backport into musl than fix each individual package.

Since we are adding a new interface to libc, update common/shlibs entry
as well. This should probably have been done for all musl updates.

And since we are here, also backport:
- isascii fix (removes the need for a patch in fceux)
- make epoll a cancellation point (fixes a bug in jack pipewire utilities)
2021-05-24 18:45:30 -03:00
Andrew J. Hesford 22eea53ba5 grpc: update to 1.38.0. 2021-05-24 14:42:42 -04:00
Andrew J. Hesford 452f503b8d protobuf26: rename to protobuf28, update to 3.17.0 2021-05-24 14:42:42 -04:00
Đoàn Trần Công Danh cf11f9987e update-check: fix update pattern for literal dot
The dot (.) inside [] matches literal dot. I don't know how it's
working, however the update-check for some packages is broken (i.e.
anthy-unicode).

Let's remove the backslash.
2021-05-23 12:11:03 +07:00
Daniel Lewan a87fd991cd libraw: update to 0.20.2. 2021-05-22 23:34:00 -03:00
mobinmob 6966661b52 spdx-licenses-list: update to 3.13. 2021-05-21 12:43:44 -03:00
Enno Boland 9a91393a24 libcppunit: update to 1.15.1. 2021-05-21 15:50:31 +02:00