Commit Graph

1562 Commits

Author SHA1 Message Date
90dfa09dfd Update ffmpeg-custom to 6.0 2023-03-07 21:02:58 +01:00
4712835f54 Rebuild static-compat-qt6-tools against LLVM 15 2023-03-07 20:25:26 +01:00
99d62914c9 Add example for containerized build using Android packages 2023-03-04 17:26:24 +01:00
a076a252b2 Sync ffmpeg-custom with regular package 2023-02-27 18:58:44 +01:00
2b217f7607 Ensure imagebuild actually creates an updated image 2023-02-24 22:46:14 +01:00
01b3ceea72 Update pocketsphinx to 5.0.0
* Remove no longer required base package
* Do not include Python module anymore; it is not built by default by
  the upsteam build script anymore (only if CMake variable SKBUILD is set)
  and thus supposedly designed to be distributed in a separate package; this
  makes also sense at it avoids rebuilding the C library on every minor Python
  release
* Rebuild subtitlecomposer; however, at this point this means its speech
  plugin will not be available anymore as even the detection of the library
  does not work:
  ```
  -- Could NOT find PocketSphinx (missing: POCKETSPHINX_INCLUDE_DIR) (found suitable version "5.0.0", minimum required is "5")
  -- Have NOT Found PocketSphinx - Speech plugin will not be built
  ```
2023-02-24 22:38:35 +01:00
193752b02f Update static-compat-zstd to 1.5.4 2023-02-19 18:17:15 +01:00
f1905cf048 Add common args for makecontainerpkg from environment 2023-02-19 15:51:45 +01:00
e944bccef0 Import mingw-w64-zstd from AUR, enable static libs and fix arch 2023-02-19 00:16:28 +01:00
bd3837f412 Update devtools-custom to 20230105 2023-02-18 21:32:03 +01:00
db01a49260 Update android-aarch64-kirigami2 to latest Git version to build against Qt 6 2023-02-16 18:59:05 +01:00
3c78fa5fa7 Improve makecontainerpkg
* Parse `pkgname` from `PKGBUILD` via sourcing to cope with variables
* Allow overriding the container name to be able to re-use an existing
  container
* Be verbose when installing packages during the image creation
2023-02-16 18:59:05 +01:00
ecf5bbef00 Ensure HOME is set in syncthingtray tests
Workaround for https://github.com/syncthing/syncthing/issues/8785
2023-02-13 15:58:59 +01:00
ba53dca910 Update static-compat and mingw-w64 packages 2023-02-12 20:51:32 +01:00
61276996b7 Add issue templates 2023-02-06 18:01:30 +01:00
d9f657f496 State that makecontainerpkg is also tested with Podman 2023-02-06 18:00:42 +01:00
38818e508a Improve investigation of containerized builds
The current approach was not actually working as the container was not
start with in interactive bash shell (or any kind of process that would
just keep it running once started).
2023-02-03 22:49:19 +01:00
adeff70dbf Update mingw-w64-jasper to 4.0.0 2023-02-03 20:41:50 +01:00
b706ba2ca9 Update mingw-w64-gnutls to 3.7.8 2023-02-03 20:41:23 +01:00
1504660f55 Update boost packages to 1.81.0
There are still build errors to be fixed in the Android
variants.
2023-02-03 15:20:00 +01:00
7b5f5d2f2c Add note about podman system migrate 2023-01-30 11:45:03 +01:00
d88ba1ed13 Rebuild packages against boost 1.81.0 2023-01-22 20:53:55 +01:00
7c807955c7 Improve example commands to use mingw-w64 packages via container 2023-01-22 19:40:06 +01:00
a9225fb025
Merge pull request #160 from AlexanderStein/master
Support preset CMAKE_GENERATOR
2023-01-22 18:15:53 +01:00
abec85f5d2 Add instructions on how to use the packaging under other distros using podman
These instructions are still pretty raw. Creating helper scripts to make
the use easier would make sense at some point.
2023-01-22 18:05:44 +01:00
Alexander Stein
d4f699bf8f Support preset CMAKE_GENERATOR
In case this is set to 'Ninja' in user environment, build breaks calling
'make' directly. Instead use the cmake build command which takes
the selected generator into account
2023-01-22 17:11:23 +01:00
d1cb119831 Improve documentation about container setup
* Mention `imgebuild` explicitly
* Move reference to 3rdparty into a proper section
2023-01-22 16:58:15 +01:00
8a695d628b Don't remove the container when DEBUG variable is set
* And get rid of the `sleep infinity` hack instead; one can simply start
  the container again
* Document the workflow for instigating build failures
2023-01-22 16:56:46 +01:00
979426f0b0 Fix typo 2023-01-21 18:47:26 +01:00
ddfff37556 Improve makecontainerpkg
* Test with `podman` and add according instructions
* Allow use of a custom `pacman.config`/`makepkg.config` by mounting them
  into a special directory within the container
2023-01-21 18:44:16 +01:00
0228bd6d8f Add mingw-w64-ftgl 2023-01-21 18:37:51 +01:00
2dcf51c445 Update copyright notice 2023-01-17 18:41:02 +01:00
7ed2351d72 Update mingw-w64-extra-cmake-modules to 5.102.0 2023-01-17 15:20:15 +01:00
4a57bd5bd8 Update checksums of mingw-w64-extra-cmake-modules 2023-01-17 15:06:10 +01:00
94945f0659 Rebuild reflective-rapidjson against LLVM 15 2023-01-08 22:18:52 +01:00
589a25a341 Improve mingw-w64-freetype2 packages
* Simplify provides/conflicts/replaces
    * Remove reference to mingw-w64-freetype which should be long gone
    * Remove "replaces"; in some use cases one might rather stick with the
      bootstrap version
* Explicitly enable/disable harfbuzz so the bootstrap version won't
  accidentally depend on it if it is installed in the build environment
2023-01-07 14:47:28 +01:00
f05eee98a0 Update Qt 5 and 6 packages to 5.15.8 and 6.4.2 2023-01-07 14:23:26 +01:00
9286e932ac Change mod of PKGBUILDs to be not executable 2023-01-07 14:23:26 +01:00
d2498e198b Add patches for subtitlecomposer to repo as GitLab changes the exact format
which leads to checksum verification errors
2023-01-03 14:13:18 +01:00
605646001e Update own projects 2023-01-03 01:37:46 +01:00
679ae11071 Save lib32-openssl-1.0 as well
It has been removed from the official repos like openssl-1.0 but
might still be useful to keep old software running.
2022-12-20 22:55:37 +01:00
b3af50109d Update static-compat packages 2022-12-20 18:09:51 +01:00
01e1be2f16 Add soname provides for qtquickforkaweseome.so 2022-12-20 18:08:56 +01:00
5683c3d6a1 Build pianobooster-custom against Qt 6 2022-12-20 18:08:35 +01:00
7a31b23824 Import openssl-1.0 from regular official repos
This package may still be useful to keep from old software running.
2022-12-18 01:21:56 +01:00
550da221eb Add pianobooster-custom 2022-12-12 13:56:19 +01:00
8437b62e4a Update ffmpeg-custom to 5.1.2 2022-12-07 16:37:41 +01:00
a14abc0a2a Fix high DPI scaling regression with Qt 6.4.1 on Windows
See https://bugreports.qt.io/browse/QTBUG-109234
2022-12-06 23:17:12 +01:00
25ba758d58 Update own projects 2022-12-06 16:50:43 +01:00
80b5a50bbc Update baikal to 0.9.3 2022-12-04 18:41:59 +01:00