Commit Graph

1274 Commits

Author SHA1 Message Date
9a903f37c7 Remove leftover file 2021-01-05 02:19:23 +01:00
32dfff233f Import android-cmake from AUR
* For future adjustments to ease building and using Qt 6
2021-01-05 01:22:16 +01:00
81eeb1f442 Add android-*-qt6-* packages
* Cover only aarch64 for now
* Not actually tested (it compiles at least) yet
2021-01-05 01:20:36 +01:00
c1fba35883 Improve mingw-w64-qt6-* packages
* Install licenses correctly under /usr/share/licenses/$pkgname
* Remove documentation
* Call `set_property` for fixing D-Bus issues only if actually using D-Bus
  to make the patch more generic
2021-01-04 18:07:06 +01:00
d50a65be3b Update mingw-w64-freetype2 2020-12-29 20:31:22 +01:00
dba346a30a Sync ffmpeg-custom with regular ffmpeg package 2020-12-29 17:55:32 +01:00
5e00b706c3 Remove dangling symlink for ffmpeg-libfdk_aac 2020-12-29 16:03:15 +01:00
ea4133f94e Remove useless provides/conflicts from openelec-dvb-firmware 2020-12-22 18:23:06 +01:00
658a89ab82 Extend documentation, mainly regarding static Qt 6 plugins 2020-12-20 18:16:35 +01:00
7f232b5d93 Document running apps build with mingw-w64 packages with WINE 2020-12-19 19:19:16 +01:00
a67d8c8a37 Extend README.md for mingw-w64-qt6 2020-12-11 00:06:25 +01:00
784b855f3d Extend script for uploading Windows build to GitHub for Qt 6 2020-12-10 23:07:29 +01:00
dda08c381c Add mingw-w64-qt6 packages for some of my projects
Basically works, tested under the latest Windows 10

TODOs:
* The CLI-only syncthingctl is quite big, maybe some dependencies got
  pulled into the build, e.g. through plugins
* Translations are not working because the CMake module providing the
  macros is not available in the mingw-w64 build of Qt 6
2020-12-10 22:15:10 +01:00
884c9b52c6 Update Qt 6 packages to 6.0.0 2020-12-09 13:03:48 +01:00
8bcbcdde52 Revert android-*-qt5 packages to 5.13.1
Further versions broke the build system,
see 18443d861e.

With 5.15.1 it basically works again but deployment with androiddeployqt
does not produce runnable APKs. Qt now has gained support for invoking
androiddeployqt within CMake. Using their official support instead of my
own helper might have worked but it could not cope with the fact that I
had multiple targets in my CMake project and was therefore useless in my
case.

So let's ditch Qt 5 on Android  and give Qt 6 another chance at some
point.
2020-12-05 21:44:04 +01:00
39f9e478d2 Fix checksum of tageditor-cli 2020-12-05 21:41:45 +01:00
6c54eeb0b1 Update own projects 2020-12-02 02:03:46 +01:00
2f12012801 Update mingw-w64-kirigami2 to 5.76.0 2020-12-01 17:20:36 +01:00
3c1d4d99ad
Merge pull request #127 from maxrd2/mingw-ecm
Update mingw extra-cmake-modules to 5.76.0
2020-11-29 15:09:13 +01:00
Mladen Milinkovic
59223a28c1 Update mingw extra-cmake-modules to 5.76.0 2020-11-29 13:40:47 +01:00
9d6e808a23 Add ffmpeg-custom replacing existing ffmpeg-* packages 2020-11-29 02:49:50 +01:00
191ca98fde Update Qt 6 packages to RC 2020-11-27 00:32:22 +01:00
81de8f97fb Remove mingw-w64-qt5-base-(angle|dynamic); it does not work anyways
The compilation would require fxc.exe which is not available in our
mingw-w64 environment.
2020-11-21 16:42:22 +01:00
19060ddf49 Update mingw-w64-qt5-* packages to 5.15.2 2020-11-21 16:39:24 +01:00
bd902e4f8d Import mediawriter from AUR and update to 4.1.6 2020-11-15 23:41:32 +01:00
40f05ad3b0 Enable built-in translations in Git packages of own projects 2020-11-11 19:04:15 +01:00
bb9b4c8325 Update Qt 6 packages to beta4 2020-11-11 12:26:44 +01:00
6f91588d12 Improve and add more mingw-w64-qt6-*-static packages
* Add mingw-w64-cmake-static as a separate package
* Fix linker errors (FREETYPE_DEPENDENCIES really must include `-lfreetype`
  itself due to the cyclic dependency between FreeType2 and Harfbuzz
* Add patch to fix static compilation of qt6-tools
2020-11-08 17:14:16 +01:00
6d092d928c
Merge pull request #126 from xantares/patch-5
mingw-w64-cmake Drop vulkan overrides
2020-11-07 23:30:43 +01:00
xantares
a76180bc15
mingw-w64-cmake Drop vulkan overrides
sorry, but I dont see what that is supposed to fix, the actual library name is /usr/i686-w64-mingw32/lib/libvulkan-1.dll.a and is correctly fond by the default findvulkan.cmake
2020-11-07 22:31:58 +01:00
2e77d0f87c Add qt6ct 2020-11-07 17:04:13 +01:00
1c6dcbd4ed Update Qt 6 packages to beta3, add mingw-w64-qt6-*-static packages
* Add certain variables to find Qt's dependencies to the CMake
  toolchain file because these variables would otherwise needed to
  be set every time Qt 6 is used
* Add a static variant
    * Not fully tested yet
    * Further repos besides base and svg will be added later
2020-11-06 23:40:34 +01:00
572ffa693b Merge branch 'update/own-projects' 2020-11-04 14:26:08 +01:00
f48959313f Update own projects 2020-11-04 14:25:35 +01:00
1290e17864 Update baikal to 0.7.2 2020-11-01 23:40:57 +01:00
c5f437f5a7 Update Qt 6 packages to beta2 2020-10-28 11:54:00 +01:00
5187501c8f Update nginx-mod-fancyindex to 0.5.1 2020-10-27 11:49:54 +01:00
15c00e00ff Update fancyindex to 0.5.0 2020-10-24 19:00:02 +02:00
59718d616a Add Qt 6 versions of own projects 2020-10-23 17:31:10 +02:00
769631d069 Update gerbera to 1.6.4 2020-10-23 17:30:41 +02:00
bddba18a06 Update mingw-w64-qt6-* to beta1 2020-10-22 11:26:52 +02:00
72623943f6 Remove doc/man from mingw-w64-pcre2 2020-10-21 11:23:19 +02:00
61288ad1c6 Rebuild reflective-rapidjson against LLVM 11 2020-10-15 16:18:11 +02:00
8ac222c793 Remove qt6-doc 2020-10-14 18:13:21 +02:00
f6b39645c2 Fix building mingw-w64-qt6-*3d packages
* Use fixed mingw-w64-assimp (but bump pkgrel and avoid
  using curl directly)
* Fix dependencies
2020-10-13 10:53:26 +02:00
d842986078 Add further mingw-w64-qt6-* packages, update dependencies
Note that mingw-w64-qt6-quick3d and mingw-w64-qt6-3d currently fail due
to problems in mingw-w64-assimp's CMake package.
2020-10-12 15:09:47 +02:00
402744ca02 Update checksums of own projects 2020-10-11 17:56:07 +02:00
ea450b5304 Update own projects 2020-10-11 14:54:08 +02:00
d1c12f7a14 Update boost to 1.74.0 2020-10-09 23:44:22 +02:00
18e2a8a93f Extend mingw-w64-qt6-* packaging 2020-10-09 23:02:37 +02:00