Commit Graph

1480 Commits

Author SHA1 Message Date
1b345a9f3d Update zstd packages to 1.5.5 2023-04-07 19:26:18 +02:00
94edb6acc8 Update checksums of mingw-w64-qt6-multimedia after build is fixed 2023-04-06 15:40:53 +02:00
4ff147355e Update syncthingtray 2023-04-06 12:46:37 +02:00
92d1c4e89d
Merge pull request #163 from Steveice10/qt6_multimedia
Fix qt6-multimedia build on mingw-w64.
2023-04-06 12:43:47 +02:00
Steveice10
a921b58a37 Fix qt6-multimedia build on mingw-w64. 2023-04-05 18:00:15 -07:00
f7c4d5b87a Update own projects 2023-04-05 18:00:52 +02:00
b91bc46a5a Update Qt packages to 6.5.0 2023-04-04 23:03:00 +02:00
97d89e925a Fix build of android-*-boost after update to 1.81.0
* Use `android-environment` instead of hardcoding paths
* Remove hacks for specifying include directories and standard
  library manually
* Streamline compiler options with what CMake would use under
  Android
* Use C++17
2023-03-25 21:14:04 +01:00
3dd00d1e2c Fix pulling of base image in imagebuild 2023-03-25 21:04:58 +01:00
f91bc6f601 Update android-aarch64-kirigami2 2023-03-20 23:26:47 +01:00
4bf0cf280e Mention how to use Android-related tooling from PKGBUILDs via podman 2023-03-19 00:19:01 +01:00
98232afa14 Fix typo 2023-03-17 16:25:21 +01:00
8f7aff3d89 Update qt6 packages to 6.4.3 2023-03-17 16:18:33 +01:00
357910eaf4 Fix android-*qt6-* packages
* Fix wrong Java version
* Fix inconsistency between name of libpng and its
  soname
2023-03-11 19:28:22 +01:00
54181e21be Update instructions for Android builds
The SDK directory needs to be explicitly specified for Qt's helpers
to find it.
2023-03-11 17:13:14 +01:00
3956b5f3e9 Fix checksums of own projects 2023-03-08 10:37:00 +01:00
da85f27f76 Rebuild subtitlecomposer against ffmpeg 6.0 2023-03-07 21:25:35 +01:00
7647677434 Update own projects 2023-03-07 21:22:13 +01:00
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