Commit Graph

1499 Commits

Author SHA1 Message Date
Martchus a3ed2d0868 Use more library dependencies where possible 2023-09-11 21:17:51 +02:00
Martchus 29c1f76ec0 Adapt mingw-w64-pianobooster-custom to latest changes 2023-09-06 17:34:29 +02:00
Martchus 6a004ebe05 Update own projects 2023-09-05 18:05:11 +02:00
Martchus b31b54dffe Rebuild reflective-rapidjson against LLVM 16 2023-08-23 16:15:19 +02:00
Martchus 4060769a23
Merge pull request #170 from patlefort/master
gnutls: fix compile problem with gnutls.
2023-08-23 13:19:10 +02:00
Patrick Northon e16ee6b82c gnutls: fix compile problem with gnutls, remove unused configure arguments and bump version to 3.8.1. 2023-08-22 17:42:24 -04:00
Martchus 82f0166922 Add PKGBUILDs for additional Qt 6 modules
These haven't been tested yet and I'm not sure whether it makes sense to
add them by default to the build yet. However, they might be useful in the
future.
2023-08-17 15:44:05 +02:00
Martchus 11290f62f0 Fix plugin targets not populated in mingw-w64-qt5-base
See https://github.com/Martchus/PKGBUILDs/issues/168
2023-08-12 14:05:35 +02:00
Martchus edce7b262f Update mingw-w64-qt5-base to 5.15.10+kde+r147 2023-08-12 14:00:56 +02:00
Martchus c03b3b0dc9 Update static-compat-glib2 to 2.76.4 2023-08-10 17:24:02 +02:00
Martchus 8de31414b4 Update syncthingtray 2023-08-09 16:39:21 +02:00
Martchus d0b2049ef8 Disable harfbuzz find package in static CMake wrappers 2023-08-09 16:36:59 +02:00
Martchus 2faaaf4e3e Add workaround to compile static-compat-gcc after host glibc update
Ensure that ada host tools are built/linked with host g++ and thus linked
against the host glibc. Attempting to link against the target glibc leads
otherwise to linker errors like (since the host glibc has been updated to
2.38):

```
/usr/bin/ld: ../../libcommon.a(diagnostic.o): in function `get_terminal_width()':
/usr/include/stdlib.h:483:(.text+0x790): undefined reference to `__isoc23_strtol'
```

Not sure why GCC's build script is using the target "xg++" tool here. Maybe
a misconfiguration on my side or an upstream bug.
2023-08-04 17:16:51 +02:00
Martchus 725f0504c8 Update static-compat-gcc to 13.2.1 2023-08-04 12:21:40 +02:00
Martchus 09ace05063 Update static-compat-harfbuzz to 8.1.1 2023-08-04 12:20:33 +02:00
Martchus 9e19cb8489 Update openssl to 3.1.2 2023-08-02 14:12:08 +02:00
Martchus d84ec060c6 Update mingw-w64-openssl-1.1 to 1.1.1v 2023-08-02 12:46:44 +02:00
Martchus ffe8cccf62 Remove no longer needed patch for pocketsphinx 2023-08-01 16:49:51 +02:00
Martchus bc88503767 Update pocketsphinx to 5.0.2 2023-08-01 15:42:54 +02:00
Martchus 3384615ca3 Fix checksum of mingw-w64-pcre2 2023-07-30 01:21:14 +02:00
Martchus eb5ce560b9 Sync mingw-w64-gettext with AUR 2023-07-30 01:05:14 +02:00
Martchus 7d30e2aebf Update mingw-w64-pcre2 to 10.42 2023-07-30 01:00:59 +02:00
Martchus e88c8f08a5 Update libpng to 1.6.40 2023-07-22 18:00:49 +02:00
Martchus ef6257dff9 Update Qt 6 packages to 6.5.2 2023-07-20 23:09:41 +02:00
Martchus 2eed8bc1be Update static-compat-harfbuzz to 8.0.1 2023-07-13 01:17:49 +02:00
Martchus a4ab0895e9 Sign binaries when uploading them to GitHub 2023-07-07 23:49:45 +02:00
Martchus 8911baa73c Update own projects 2023-07-04 20:14:39 +02:00
Martchus 3aa9d8e2e2 Add sadav 2023-07-04 02:21:44 +02:00
Martchus 20d38cddea Improve pianobooster packages
* Enable built-in translations for Linux version in consistency
  with qtutilities-qt6-git
* Add make dependency for bundling breeze icons for Windows
  version
2023-07-03 22:04:57 +02:00
Martchus e02e2bf809 Add qtutilities-qt6-git and update pianobooster-custom 2023-07-03 15:02:11 +02:00
Martchus 5d0ee369fa Update mingw-w64-fluidsynth to 2.3.3 2023-07-01 01:51:12 +02:00
Martchus e72bcf8e70 Fix address book sync via baikal after php update 2023-06-28 18:48:45 +02:00
Martchus f486af207d Update freetype2 packages to 2.13.1 2023-06-27 19:16:38 +02:00
tocic 60516ce57a
cmake-format: Move python-setuptools to makedepends (#167)
No longer required as of
https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts
2023-06-26 11:22:06 +02:00
Martchus 8c3485f6cf Adapt pianobooster to latest changes 2023-06-22 21:19:57 +02:00
Martchus 669aae0738 Rebuild subtitlecomposer against ICU 73 2023-06-22 12:08:46 +02:00
Martchus 7bffff8fe2
Merge pull request #166 from tocic/feat/cmake-format_deps_explanation
cmake-format: Explain the purpose of every optional dependency
2023-06-22 11:59:09 +02:00
tocic 1f1cd8bedc
cmake-format: Explain the purpose of every optional dependency
See https://cmake-format.readthedocs.io/en/latest/installation.html#install-with-pip.
2023-06-22 12:30:07 +03:00
Martchus 45feb203e8 Update mingw-w64-qt5-* packages to 5.15.10 2023-06-14 10:46:41 +02:00
Martchus faecd93a37 Improve pianobooster packages
* Enable FluidSynth in custom and mingw-w64 package
* Use minimal build of mingw-w64-fluidsynth after all to avoid
  pulling in too many dependencies which unfortunately would
  cause various linker errors
* Make the static library in mingw-w64-fluidsynth usable with
  the static libraries of mingw-w64-glib2
* Fix missing build dependencies in custom package
* Workaround CMake not configuring static libraries correctly
2023-06-13 01:46:45 +02:00
Martchus efa277b114 Update own projects 2023-06-08 17:28:57 +02:00
Martchus a7980f7c77 Add patch to fix QTabbar regression 2023-06-07 22:12:56 +02:00
Martchus bfa3172d69 Add CLI wrappers actually to archive 2023-06-06 21:55:06 +02:00
Martchus 846db38624 Update own projects 2023-06-06 18:27:38 +02:00
Martchus 676e8e9cbe Add mingw-w64-pianobooster-custom 2023-06-06 00:33:50 +02:00
Martchus 341d94e6c6 Adapt pianobooster-custom to latest changes 2023-06-05 23:05:31 +02:00
Martchus 0eea35eb10 Update static-compat-glib2 to 2.76.3 2023-06-01 12:47:43 +02:00
Martchus f1ab554d53 Update openssl packages 2023-05-30 23:48:25 +02:00
Martchus 666dcabb7e Update devtools-custom to 1.0.1 2023-05-27 22:36:34 +02:00
Martchus 66052c8b3d Update openssl packages 2023-05-26 17:37:03 +02:00