Commit graph

4085 commits

Author SHA1 Message Date
Andrew J. Hesford 1861b5327f zfs: update to 2.1.0. 2021-07-08 10:00:44 -04:00
John 9ec6a6b734 New package: mlt7-7.0.1 2021-07-07 22:48:18 +02:00
John a709210020 pulseaudio-qt: update to 1.3. 2021-07-03 23:33:36 +02:00
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
Érico Nogueira 69b59e3eac common/shlibs: move libwayland-egl to libwayland block 2021-06-30 22:31:23 -03: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
Érico Nogueira a351cdf88d ell: update to 0.41. 2021-06-16 23:26:09 -03: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
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
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
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
Leah Neukirchen 806e7c39a7 janet: update to 1.16.0. 2021-05-31 12:56:00 +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
Daniel Lewan a87fd991cd libraw: update to 0.20.2. 2021-05-22 23:34:00 -03:00
Enno Boland 9a91393a24 libcppunit: update to 1.15.1. 2021-05-21 15:50:31 +02:00
q66 39374b4272 New package: llvm12-12.0.0
Distro changes since 11.0:

- html docs are now included (except lldb where they are broken)
- manpages are now included
- enabled linker build id
- libcxx(abi), libunwind, libomp are now built as subpackages
- disabled clangd on ppc32 (crashes assembler)
- template cleanups

Cross fixes by Leah.

Closes https://github.com/void-linux/void-packages/issues/28609
Closes https://github.com/void-linux/void-packages/issues/17935
2021-05-18 02:11:58 +02:00
Anthony Iliopoulos 77ee038322 libmicrodns: update to 0.2.0. 2021-05-17 01:24:39 -03:00
Helmut Pozimski 8624576233 libfilezilla: update to 0.28.0. 2021-05-12 20:59:00 +02:00
Érico Nogueira 8c144a196c poppler: update to 21.05.0. 2021-05-12 00:02:57 -03:00
Andrew Benson 3a8cbd96ed gnustep-gui: update to 0.29.0 2021-05-10 12:32:24 -05:00
Andrew Benson 2f9d275979 gnustep-base: update to 1.28.0 2021-05-10 12:32:24 -05:00
eoli3n 6e1426b6db New package: nx-libs-3.5.99.26 2021-05-10 10:26:50 +02:00
Anubhav Kini debd49c10f New package: basu-0.2.0 2021-05-09 01:08:52 -03:00
Colin Booth 7371e9c9f2 ndpi: update to 3.4 2021-05-09 01:04:22 -03:00
John b08763d5a1 New package: qt6-charts-6.1.0 2021-05-06 18:23:18 +02:00
John b28fed41e9 New package: qt6-3d-6.1.0 2021-05-06 18:23:18 +02:00
John 29d82c6b98 New package: qt6-lottie-6.1.0 2021-05-06 18:23:18 +02:00
John 9e872018a5 New package: qt6-scxml-6.1.0 2021-05-06 18:23:18 +02:00
John e3fae42ed6 New package: qt6-networkauth-6.1.0 2021-05-06 18:23:18 +02:00
John ff2bd4845e New package: qt6-quick3d-6.1.0 2021-05-06 18:23:18 +02:00
John 44470e724d New package: qt6-shadertools-6.1.0 2021-05-06 18:23:18 +02:00
John fad646a1cb New package: qt6-declarative-6.1.0 2021-05-06 18:23:18 +02:00
John 13e45486d3 New package: qt6-wayland-6.1.0 2021-05-06 18:23:18 +02:00
John 0bd64a0c3c New package: qt6-base-6.1.0 2021-05-06 18:23:18 +02:00
John 345efd3bed re: update to 2.0.1. 2021-05-03 17:04:20 +02:00