Commit Graph

1235 Commits

Author SHA1 Message Date
e0160d2172
Merge pull request #128 from alexbrinister/master
(android-*-openssl) Added patch for android build configuration
2021-02-01 10:49:17 +01:00
Alex Brinister
6f38f519fb Applied android-ndk r22 fix to android-x86-openssl 2021-01-31 23:36:49 -05:00
Alex Brinister
8f2240a2cb Applied android-ndk r22 fix to android-armv7a-eabi-openssl 2021-01-31 23:34:54 -05:00
Alex Brinister
2896ad5a5c Applied android-ndk r22 fix to android-aarch64-openssl 2021-01-31 23:29:20 -05:00
Alex Brinister
628b60a0ef Added patch for android build configuration 2021-01-31 23:22:41 -05:00
eafc47d552 Update baikal to 0.8.0 2021-01-26 22:34:43 +01:00
203f3b54eb Add static variants of serveral packages 2021-01-25 21:37:02 +01:00
4767b488ef Update tagparser-git package 2021-01-20 22:12:03 +01:00
e7b202b360 Rebuild reflective-rapidjson against LLVM 11.0.1
The soname of LLVM/Clang libs hasn't changed but otherwise
the generator crashes on some files, e.g. '#include <functional>'.
2021-01-13 00:24:28 +01:00
18d9998bda Update own projects 2021-01-07 01:23:04 +01:00
bcca9e5f45 Update android-*-openssl to 1.1.1i 2021-01-05 02:23:27 +01:00
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