Commit graph

5951 commits

Author SHA1 Message Date
Michal Vasilek b2732b4b7d New package: snowball-2.1.0 2021-08-06 22:06:24 +02:00
Enno Boland 38f9bb34d0 valadoc: update to 0.52.4. 2021-08-06 20:43:02 +02:00
Enno Boland 31d221c06f vala: update to 0.52.4. 2021-08-06 20:43:02 +02:00
Duncaen 7c3f6b190f
knot: update to 3.1.0. 2021-08-03 19:54:36 +02:00
FollieHiyuki 363b58b7b2 qalculate: update to 3.20.1 2021-07-30 17:06:10 -03:00
Andrew Benson 024088a581 libxlsxwriter: update to 1.1.0. 2021-07-28 15:36:16 -05:00
Leah Neukirchen 0c9b07347d darcs: unbreak i686.
Closes #32221.
2021-07-28 14:51:24 +02:00
Érico Nogueira 2a36c42b21 build-style/haskell-stack: broken for i686*.
This commit is only to unlock builders.

Builds error out with:

=> debug-me-1.20200820_2: running do_build ...
=> Using stack config in stack.yaml.
Cabal file info not found for posix-pty-0.2.1.1, updating
Selected mirror https://hackage.haskell.org/
Downloading root
Waiting to acquire cache lock on /builddir/debug-me-1.20200820/.stack/pantry/hackage/hackage-security-lock
fdLock: invalid argument (Invalid argument)

Tracked in: #32221
2021-07-28 02:03:29 -03:00
Érico Nogueira ffb8ed7f59 poppler: update to 21.07.0.
- stop versioning the libpoppler subpackage, we always rebuild
  dependants anyway
- add boost since it makes the splash backend much faster [1], but make
  it a build option so disabling is easy and any eventual Boost API
  breaks are easily overcome

[1] https://gitlab.freedesktop.org/poppler/poppler/-/issues/1080
2021-07-28 01:38:20 -03:00
Andrew Benson 4e859931b9 nvidia390: update to 390.144. 2021-07-25 12:25:44 -05:00
Leah Neukirchen e2fe59f345 ruby: update to 3.0.2. 2021-07-23 14:49:53 +02:00
Andrew J. Hesford eb6232de3e grpc: update to 1.39.0. 2021-07-22 21:21:53 -04:00
Érico Nogueira 6303c2e6ce common/hooks: speed up generate-runtime-deps.
Instead of using file(1) to check for ELF files, just read bytes
directly from the file and check if they are the ELF magic bytes.

Should probably be factored out into a common function that can be used
in other places, if necessary.

Also use awk instead of "grep|awk" for some minor speedup.
2021-07-22 11:56:26 -03:00
Helmut Pozimski bc308787da libfilezilla: update to 0.30.0. 2021-07-21 21:46:44 +02:00
dkwo e9487ab5a2 perl: update to 5.34 2021-07-21 13:23:19 +02:00
Jami Kettunen 4ebad99f29 New package: libqrtr-glib-1.0.0 2021-07-20 16:11:32 -03:00
Leah Neukirchen 87cd368a65 New package: mandrel-21.1.0.0 2021-07-17 13:49:55 +02:00
Joshua Krämer e53e5aa4b8 New package: libmt32emu-2.5.1 2021-07-16 23:15:30 -03:00
Joshua Krämer 636336b1a7 Add -DNDEBUG to CFLAGS and CXXFLAGS in CMake build style
CMake adds -DNDEBUG with build types Release, MinSizeRel and RelWithDebInfo.
NDEBUG disables assert(), which can improve performance.
2021-07-16 19:48:16 +02:00
John 4d5c366871 KDSoap: update to 2.0.0. 2021-07-15 21:21:46 +02:00
Leah Neukirchen 30b0e23540 tidy5: update to 5.8.0. 2021-07-11 18:44:35 +02:00
Đoàn Trần Công Danh d8e2056a8f xbps-src: retire XBPS_PKGDESTDIR
Historically, PKGDESTDIR was only set during pkg_install, and
XBPS_PKGDESTDIR was set to indicate that we're in subpkg's
pkg_install.

However, from 0b95cb8f5d, (Merge xbps-src code to make it usable in
a standalone mode., 2014-03-22), PKGDESTDIR is always set,
regardless of states.

Let's drop all usages of XBPS_PKGDESTDIR.

While we're at it, error out of vmove is used outside of subpkg.
2021-07-11 16:21:29 +07:00
Piotr Wójcik 3680c424db hooks/prepare-32bit: create packages from all *-devel
All *-devel dependencies of 32bit packages are replaced
with *-devel-32bit. Missing dependencies made some
uninstallable.
2021-07-10 20:45:50 +02:00
Piotr Wójcik 7845fa8c53 hooks/prepare-32bit: correct devel packages matching
fixes cases like 'ruby-devel-doc'
2021-07-10 20:45:50 +02:00
J Farkas e7c0b059a3 common/shlibs: correct lhasa pkg name
To avoid installation failure:
[*] Updating repository ...
MISSING: liblhasa>=0.3.1_1
Transaction aborted due to unresolved dependencies.
2021-07-10 22:06:19 +07:00
Hill Ma ecf00f600f New package: lhasa-0.3.1 2021-07-09 15:27:13 -03:00
Andrew J. Hesford 1861b5327f zfs: update to 2.1.0. 2021-07-08 10:00:44 -04:00
Đoàn Trần Công Danh 8361c4807f build-style/perl-module: respect build_wrksrc
`wrksrc` is supposed to be a top-level directory. Should the build
system need to be run inside a sub-directory, `build_wrksrc` should be
used instead. We change to `build_wrksrc` implicitly before `do_build`
and `do_install`.

Let's respect `build_wrksrc` in `perl-module`.
2021-07-08 18:01:11 +07:00
John 9ec6a6b734 New package: mlt7-7.0.1 2021-07-07 22:48:18 +02:00
Érico Nogueira 3d62ba684f common/hooks/post-install: show error in $STRIPCMD in 06-strip-and-debug.
Currently fails with a hard to understand error message:

    2021-04-16T11:51:36.1074291Z => ERROR: rust-std-1.51.0_1: post-install_06-strip-and-debug-pkgs: '$STRIPCMD --strip-unneeded "$f"' exited with 1
2021-07-04 22:29:17 +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
Đ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
Đoàn Trần Công Danh 1f07584a66 common: add basic commit lint
Warn if:
* subject is longer than 50 characters

Error if:
* any lines are longer than 80 characters except it's footnotes
* second line is not blank
2021-05-21 15:56:44 +07: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
Érico Nogueira 47dae4b67d shutils/pkgtarget: don't spam stderr with expected rm errors
Since the first `rm -rf` command is allowed/expected to fail, hide its
output. This was missed with the initial optimization in
d7bf8e06a0.
2021-05-14 16:13:51 -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
Érico Nogueira d7bf8e06a0 shutils/pkgtarget: speed up build dir cleanup.
We need `chmod -R` to be able to cleanup after Go packages, but it's
unnecessary in most other cases. By only running it when the first `rm
-rf` fails, we optimize for the most common case and get a tiny speedup
for this build step.
2021-05-11 20:09:09 -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 644bdb2867 common/build-style/cmake.sh: pass full path of TOOLCHAIN_FILE to cmake 2021-05-06 18:23:18 +02:00
John 345efd3bed re: update to 2.0.1. 2021-05-03 17:04:20 +02:00
newbluemoon 26a35531db New package: gtkdatabox3-1.0.0 2021-05-02 11:30:32 -03:00
Andrew J. Hesford 264ba2587f grpc: update to 1.37.1. 2021-04-30 13:13:17 -04:00
Érico Nogueira 9654501a89 atom: remove package.
- still depends on nodejs 10, which will be EOL starting May 2021
- template is very out of date (current version is 1.56.0), which shows
  lack of interest for the package
- as seen in [1], depends on outdated electron9 (which void no longer
  provides, if we wanted to use system electron), and that's a recent
  development

[1] https://github.com/atom/atom/pull/21777
2021-04-30 12:28:23 -03:00
Anthony Iliopoulos 2b85875a7c bind: update to 9.16.15. 2021-04-29 11:53:08 -03:00
Andrew Benson 0f689ea471 yara: update to 4.1.0. 2021-04-27 07:58:52 -05:00
FollieHiyuki 5a5885d427 nheko: update to 0.8.2 2021-04-27 09:34:47 -03:00
FollieHiyuki 1aa8eef9e5 mtxclient: update to 0.5.1 2021-04-27 09:34:47 -03:00
FollieHiyuki 893983f868 libunwind: enable c++ exception handling
Exclude x86
2021-04-27 09:34:47 -03:00
Andrew Benson 0ea8b3c510 zeek: update to 4.0.1. 2021-04-26 15:46:49 -05:00
Piotr Wójcik aa83569fcb xbps-src: add make_check=ci-skip 2021-04-26 18:49:15 +02:00
Piotr Wójcik e8ab263de5 libkdegames: update to 21.04.0. 2021-04-26 18:46:14 +02:00
Evgeny Ermakov b82f4d545e New package: libinstpatch-1.1.6 2021-04-24 22:01:37 -03:00
John 78d66879cc kpmcore: update to 21.04.0 2021-04-24 13:31:23 +02:00
John b8e6503739 kdeconnect: update to 21.04.0 2021-04-24 13:30:12 +02:00
John 7d2635f6d2 common/shlibs: cleanup double entries 2021-04-23 22:03:30 +02:00
Đoàn Trần Công Danh f24b91c292 New package: anthy-unicode-1.0.0.20201109 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh c6cffb9de6 libpinyin: split libzhuyin 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh 47b573af07 New package: libime-jyutping-1.0.2 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh d51804060a New package: libime-1.0.6 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh d7d9c79617 New package: fcitx5-qt5-5.0.5 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh 995f38c702 New package: fcitx5-gtk-5.0.6 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh 140243e88f New package: fcitx5-5.0.7 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh a63f060fd3 New package: xcb-imdkit-1.0.3 2021-04-21 16:20:03 +07:00
q66 27de9de40a New package: wpebackend-fdo-1.8.3 2021-04-21 00:45:24 +02:00
q66 98abd6dd27 New package: libwpe-1.10.0 2021-04-21 00:30:56 +02:00
Andrew Benson f33e443914 nvidia390: update to 390.143. 2021-04-20 10:10:55 -05:00
Enno Boland 5a9466f3e3 openimageio: update to 2.2.13.1. 2021-04-20 11:59:35 +02:00
Enno Boland 95622a0f01 New package: Field3D-1.7.3 2021-04-20 11:59:35 +02:00
Enno Boland 5f73330e29 New package: ptex-2.3.2 2021-04-20 11:59:35 +02:00
Isaac Freund f223cb8977 wlroots: update to 0.13.0. 2021-04-20 01:28:30 -03:00
Piotr Wójcik 490ef8c8b2 xbps-src: update-check: print out match pattern in verbose mode 2021-04-17 21:34:10 +02:00
Helmut Pozimski fecc5a653b libfm-qt: update to 0.17.1. 2021-04-17 13:17:07 +02:00
Michael Aldridge 4f896929b9 xbps-src: remove remove-obsoletes 2021-04-16 00:02:06 -07:00
Justin Jagieniak ab007f5081 mariadb: update to 10.5.9. 2021-04-15 21:23:51 +02:00
Michael Aldridge 0c9e6e56e7 common/xbps-src: Fix remove-obsoletes 2021-04-15 01:35:17 -07:00
Michael Aldridge f5e766c248 xbps-src: Add remove-obsoletes command 2021-04-14 22:45:13 -07:00
Roberto Ricci 4e235266ec fluidsynth: update to 2.2.0. 2021-04-14 19:33:08 +00:00
Đoàn Trần Công Danh 316eb464ab embb: fix cmake, shared libs location 2021-04-12 08:29:02 +07:00
Đoàn Trần Công Danh a4628b1dfd Haru: build versioned SONAME 2021-04-12 07:48:12 +07:00
Érico Rolim fd8a0f6fed ell: update to 0.39.
Add warnings about ABI stability.
2021-04-11 01:13:03 -03:00
Enno Boland d2622f0b91
common/environment: update GNOME_SITE to new url 2021-04-09 18:52:36 +02:00
Enno Boland 6d243d7619
common/xbps-src: update-check checks new gnome upstream sites 2021-04-09 18:52:35 +02:00
Enno Boland e61b317795
gedit: update to 40.0. 2021-04-09 18:52:25 +02:00
Enno Boland 3fb7b11316
tepl: update to 6.00.0. 2021-04-09 18:52:24 +02:00
Enno Boland 5dfaea0fd6
evolution: update to 3.40.0. 2021-04-09 18:52:19 +02:00
Enno Boland 57df2f3a82
evolution-data-server: update to 3.40.0. 2021-04-09 18:52:19 +02:00
Enno Boland 69c131c899
glib: update to 2.68.0.
* disable broken tests on musl

* add backport fix.
2021-04-09 18:52:18 +02:00
oreo639 20fcf82386
mutter: update to 40.0 2021-04-09 18:52:17 +02:00
Đoàn Trần Công Danh d284d8b6db build-helper/qmake: respect {C,CXX,LD}FLAGS
As of it's now, package built with build-helper/qmake natively won't
pick our CFLAGS CXXFLAGS and LDFLAGS. The result could be seen in no
debug symbol in djview.

Furthermore, cross build won't pick our hardening flags.

Let's force qmake pick our flags by using the same method as
build-style/qmake.
2021-04-09 18:06:35 +07:00
Đoàn Trần Công Danh 747a69f695 calligra: restore libkokross.so 2021-04-08 21:04:46 +07:00
q66 2a124d83af llvm10: remove 2021-04-07 19:47:50 +02:00
biopsin c082e31fd4 libmypaint: update to 1.6.1
Since neither GIMP or mypaint use the gobject-introspection, we don't
have to hack around it for cross targets, at least not yet.
2021-04-06 09:59:20 -03:00
newbluemoon 7d5d4aea2e build-style/void-cross.sh: fix leftover _triplet variable 2021-04-05 01:00:35 +02:00
Đoàn Trần Công Danh f93dcfec3c vtk: devendor most of dependencies 2021-04-04 11:08:18 +07:00
Đoàn Trần Công Danh 1af5a29d87 build-style/cmake: set CMAKE_BUILD_TYPE to None
- CMAKE_BUILD_TYPE=Release will force -O3 instead of respecting our
  CFLAGS and CXXFLAGS
- Theoretically, we could patch cmake to always use -O2 instead,
  however, patching will break users' expectation when compiling their
  our code.
- RelWithDebInfo could be another option if it's acceptable to always
  have debug symbol available.
- However, some projects ignore all CFLAGS and CXXFLAGS;
- Some other projects relies on CMAKE_BUILD_TYPE=Release to install to
  correct location and/or disable coverage.
- To get away with -O3, we need patching either ways, let's go with
  CMAKE_BUILD_TYPE=None, and patch all problematic softwares.
2021-04-03 09:52:55 +07:00
Karol Kosek 3423ff7c82 libqmatrixclient: remove package.
The package was only used for Quaternion<=0.0.9.4, but since the newer
versions use an API under a new name -- libQuotient, it can be removed.
2021-04-01 18:42:06 +02:00
Karol Kosek 5f350b4ded New package: libQuotient-0.6.6 2021-04-01 18:42:06 +02:00
Karol Kosek e8c187c7d6 gumbo-parser: depend -devel package on the base and fixes
- Installing gumbo-parser-devel didn't provide .so files,
  because they are in the base package, so packages depending on
  this library used the static one instead.

- add libgumbo to shlibs

- fix checks

- remove starting an article
2021-04-01 11:00:25 -03:00
Florian Warzecha 53974aaaa2 New package: ldacBT-2.0.2.3 2021-03-31 15:37:49 -03:00
Evgeny Ermakov f4510d057d libofx: update to 0.10.1. 2021-03-30 22:35:47 -03:00
Andrew Benson 2311bd0774 zeek: update to 4.0.0. 2021-03-30 17:25:31 -05:00
Duncaen ea2d8e647a
New package: libmd-1.0.3 2021-03-30 19:30:42 +02:00
Leah Neukirchen e81e121126 liburing: update to 2.0.
Disable building tests and examples.

Closes #29622.
2021-03-30 17:17:29 +02:00
Đoàn Trần Công Danh 6ed8a3559a New package: libgcroots-0.3.2 2021-03-29 21:23:16 +07:00
Đoàn Trần Công Danh 700c49292e anthy: update to 0.4. 2021-03-29 21:23:16 +07:00
Đoàn Trần Công Danh 97a4afa006 build-style/cmake: do not require ninja if make_cmd is make 2021-03-25 06:58:07 +07:00
É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