Commit Graph

1608 Commits

Author SHA1 Message Date
a4c56e8c70 Sync ffmpeg-custom with regular ffmpeg package 2023-12-19 20:35:35 +01:00
df52f05683 Rebuild mingw-w64 syncthingtray packages with updated mingw-w64-gcc
The resulting binaries no longer crash when ran via WINE as they did
before¹. Qt 6 packages (6.6.1 was built with GCC 13.1.0) has not been
rebuilt yet as this doesn't seem to be needed. A test on Windows still
needs to be done.

¹ https://github.com/Martchus/syncthingtray/issues/220#issuecomment-1859006898)
2023-12-18 23:20:21 +01:00
12153c8c09 Update mingw-w64-gcc to 13.2.1
* Import PKGBUILD from official repos
* Use Git and update to same commit as official `gcc` package
2023-12-18 22:59:25 +01:00
2a0f8e7827 Fix URL of subtitlecomposer and rebuild against ICU 74 2023-12-12 17:52:55 +01:00
c3d2a1ce8c Update own projects 2023-12-11 21:26:46 +01:00
dfa517a760 Update own projects 2023-12-05 15:27:56 +01:00
63b60bd972 Rebuild c++utilities/syncthingtray-qt6 against Plasma 6 beta 2023-11-30 20:02:03 +01:00
d8097abdb4 Update openssl packages to 3.2.0 2023-11-30 12:00:44 +01:00
2cc50dcf12 Drop kross from subtitlecomposer dependencies 2023-11-30 11:51:34 +01:00
d91d90dc5e Update Qt 6 packages to 6.6.1 2023-11-30 11:00:24 +01:00
284c540fbe Update ffmpeg-custom to 6.1 2023-11-27 13:08:38 +01:00
265786c1d2 Remove appstream from check dependencies of my apps
The appstream check can already fail due to deprecation warnings and it
is not a good idea having package builds fail due to that. Therefore the
tests are also no longer run by default after recent changes in
c++utilities.
2023-11-22 18:59:45 +01:00
047fa83d42 Avoid running development-related tests in c++utilities build 2023-11-22 13:23:52 +01:00
71edcb87fe Fix install path of KIO plugin if syncthingtray-qt6 2023-11-22 00:48:57 +01:00
d7bd9145c3 Update own projects 2023-11-22 00:04:07 +01:00
5619b89c8f Update baikal to 0.9.4 2023-11-16 11:04:18 +01:00
ecdb236c05 Set KF_PACKAGE_PREFIX in syncthingtray-qt6 2023-11-11 21:04:07 +01:00
c6220527e2 Update mingw-w64-postgresql to 16.1 2023-11-10 20:25:48 +01:00
2a4b462c6c Document possibility to invoke other tools via makecontainerpkg 2023-11-10 14:12:47 +01:00
719f39092c Make recent makecontainerpkg changes work with Docker 2023-11-10 14:11:54 +01:00
b7fb618581 Improve user mapping in makecontainerpkg
* Use `--userns` to become `builduser` right away instead of using `sudo`
  to become `builduser`
* Add `builduser` to `sudoers` so it can become root to synchronize
  packages
* Ensure this way that files created within the container have the
  user/group of the user starting the container so build artifacts have the
  right ownership
2023-11-08 17:45:14 +01:00
f697ed8e63 Allow making tool to invoke via makecontainerpkg overridable
This is useful to invoke `updpkgsums` or `repo-add` within the container as
well. These tools also seem to need the additional logic to use a dedicated
build user so it makes sense to make this part of `makecontainerpkg`.
2023-11-08 16:44:58 +01:00
4ac912f092 Allow using --printsrcinfo via makecontainerpkg 2023-11-08 15:06:40 +01:00
5db88d8534 Avoid mingw-w64-qt6-base to link against shared libzstd 2023-11-08 00:21:45 +01:00
07e83f590a Update subtitlecomposer to 0.8.0 2023-11-07 23:10:34 +01:00
fe8de3cef3 Update passwordfile to 5.0.9 2023-11-07 16:35:09 +01:00
54287988e4 Update mingw-w64-postgresql to 16.0 2023-11-07 14:27:45 +01:00
644b51667c Update mingw-w64-qt6-3d
Not tested
2023-11-07 13:22:50 +01:00
afc0ee59fe Update own projects 2023-11-07 13:19:12 +01:00
ea0193938c Adapt static-compat-pianobooster to added alsa support in fluidsynth 2023-10-27 22:12:17 +02:00
75b9126b04 Enable alsa backend in static-compat-fluidsynth 2023-10-27 21:43:29 +02:00
a2a168f816 Remove conflicting files in static-compat-alsa-lib 2023-10-27 19:28:28 +02:00
4b15ff0b1a Add static-compat-pianobooster and dependencies
It builds but doesn't work yet because the OpenGL widget is
apprently not working in static-compat-qt6-base.
2023-10-27 18:40:15 +02:00
e528520427 Update openssl packages to 3.1.4 2023-10-27 14:46:21 +02:00
a11f0d488f Update mingw-w64-fluidsynth to 2.3.4 2023-10-22 14:53:13 +02:00
Ben
b4382ecbef
Fix duplicate kde+ suffix in version of Qt 5 packages
* Prevent appending the `kde+`-suffix multiple times when running `makepkg` consecutively without cleanup
* Modify the assignment of `_basever` from `_basever=$pkgver` to `_basever=${pkgver%%+*}`
2023-10-22 14:51:41 +02:00
4fdfd13518 Update plasmoidviewer-debug 2023-10-20 12:24:02 +02:00
37ccd0915b Update deps of syncthingtray for kf5 package renaming 2023-10-20 12:10:48 +02:00
41f247ccbc Update deps of subtitlecomposer for kf5 package renaming 2023-10-20 11:01:41 +02:00
0ff9c0527d Fix crashes with malformed SVGs in Qt 6 Svg packages 2023-10-16 18:29:04 +02:00
3a2a4baf62 Update bento4 to v1.6.0-640 2023-10-15 16:35:25 +02:00
3b8abd2126 Sync ffmpeg-custom with regular ffmpeg 2023-10-12 11:10:31 +02:00
c6f9429f11 Update Qt 6 packages to 6.6.0 2023-10-12 10:40:55 +02:00
7ed355f9ae Update Qt 5 packages to 5.15.11 2023-10-09 10:22:10 +02:00
795bbd2b3c Sync static-compat-zlib with regular package 2023-10-08 21:37:47 +02:00
5cd5071f2f Sync ffmpeg-custom with regular ffmpeg 2023-10-07 01:46:26 +02:00
ad67b9dcad Update android-aarch64-kirigami2 2023-10-04 16:36:11 +02:00
a67ddaace6 Update syncthingtray 2023-10-03 14:55:42 +02:00
5ef2aafea3 Update android-kirigami2 2023-09-30 23:44:17 +02:00
dab475f5ee Update freetype packages to 2.13.2 2023-09-30 22:15:55 +02:00