Commit Graph

1005 Commits

Author SHA1 Message Date
Martchus b22a316749 Update bento4 to 1.6.0.637 2020-09-06 14:53:24 +02:00
Martchus 0affaa8fb8
Merge pull request #123 from Arvedui/fix_c++utilities
Add dependency on gcc-libs to c++utilities
2020-08-29 13:57:39 +02:00
Arvedui b8b14704bf Add dependency on gcc-libs to c++utilities
c++utilities has a runtime dependency on gcc-libs which must be declared.
2020-08-29 13:08:12 +02:00
Martchus 41d3ba4c82 Use same flags in gogs package as in official gitea package 2020-08-28 13:20:35 +02:00
Martchus f7d600a18c Update gogs to 0.12.1 2020-08-27 10:05:40 +02:00
Martchus 19a9334353 Update Gogs to 0.12.0 2020-08-24 16:07:28 +02:00
Martchus 1989565c2f Update cmake-format to 0.6.13 2020-08-20 01:20:12 +02:00
Martchus d47256e903 Update cmake-format to 0.6.12 2020-08-19 11:30:26 +02:00
Martchus 17aa06bf8d Update own projects 2020-08-12 00:46:58 +02:00
Martchus 0f1b04c46a Rebuild ffmpeg against new x264 and enable librsvg 2020-08-07 11:08:20 +02:00
Martchus 212d70588a Update checksum of cmake-format
The release seems to be amended.
See f5df4d39a5 (r41119390)
2020-08-02 20:55:24 +02:00
Martchus 5133381709 Update ffmpeg-libfdk_aac to 4.3.1 2020-07-22 11:53:37 +02:00
Martchus f5df4d39a5 Update cmake-format to 0.6.11 2020-07-18 01:04:05 +02:00
Martchus c3eb57eb04 Update own projects 2020-07-18 00:31:43 +02:00
Martchus 45bf21b3e5 Update mingw-w64-gnutls to 3.6.14 2020-07-08 14:13:39 +02:00
Martchus cebb069f75 Fix cd in check() function of qtutilities 2020-07-08 00:01:55 +02:00
Martchus f7a7ba6801 Update dependencies of ttf-consolas 2020-07-07 18:17:57 +02:00
Martchus 155b11bdab Import ttf-oxygen from the AUR and update source URL 2020-07-07 18:10:20 +02:00
Martchus 33f468e8f9 Update own projects 2020-07-07 18:04:18 +02:00
Martchus fb7be536ad Import roccat-tools from AUR and fix issues
* Use Lua 5.4
* Add patch to fix compilation error due to multiple definitions
2020-07-06 19:04:31 +02:00
Martchus 534567231f Update android-*-kirigami2 to 5.71.0 2020-07-03 17:35:05 +02:00
Martchus 0d10b0a29d Add ltunify 2020-06-17 18:26:04 +02:00
Martchus 83f3eef6b0 Enable tests in qtutilities-git 2020-06-16 01:21:47 +02:00
Martchus 10bf32210d Revert apple-darwin-qt5-* packages to 5.9.2
This is the last version I attempted to build. Future version updates were
not really made at this point.
2020-06-14 17:49:01 +02:00
Martchus ae259073ca Exclude android-*-qt5 and apple-darwin-qt5-* packages from version update 2020-06-14 17:43:48 +02:00
Martchus 18443d861e Revert android-*-qt5 to 5.13.1
Qt 5.13 was the last good minor Qt release where the generation of CMake
files still works when targeting Android. This is likely going to be fixed
in Qt 6 so just keep using Qt 5.13.1 for now. Updating to Qt 5.13.2 is
likely not worth it.
2020-06-14 17:42:57 +02:00
Martchus a2b48a4895 Update baikal to 0.7.1 2020-06-14 01:18:05 +02:00
Martchus 66ffc24dcf Add jq to check dependencies of tageditor 2020-06-10 18:48:20 +02:00
Martchus 6f41ad0f45 Sync ffmpeg-libfdk_aac with regular version
* Update version, dependencies and configure flags
* Rebuild against x265 3.4
2020-06-07 00:52:22 +02:00
Martchus bcbb05f3d0 Update syncthingtray to 0.10.10 2020-06-03 10:11:51 +02:00
Martchus f08fd1c33c Update baikal to 0.7.0 2020-06-02 18:16:54 +02:00
Martchus d9d82f0cd7 Update mingw-w64-qt5-* packages to 5.15.0 2020-06-01 19:46:40 +02:00
Martchus c1b3fc930d Add package for Wayland Plasma session without D-Bus
systemd spawns a D-Bus session anyways under Arch Linux and it
is not very useful to start an additional one. It is in fact
quite annoying because only the D-Bus session launched via systemd
has systemd's D-Bus interface.
2020-05-24 15:21:03 +02:00
Martchus 0328223ef8 Revert change in hack for mingw-w64-qt5-virtualkeyboard library order
It doesn't work because the otherwise the beginning of the path ends up in
the previous capture. This means the build must still be contained within
the top-level directory /build.
2020-05-23 19:12:52 +02:00
Martchus 030f60adc5 Fix mingw-w64-qt5-multimedia
* Remove old patch to link again `-lamstrmid`; that is already fixed in Qt itself
* Add new patch to avoid linker errors via `-Wl,--allow-multiple-definition`
    * The conflicting symbols are likely supposed to be defined via `__declspec(selectany)`
      which somehow doesn't work
2020-05-23 18:18:39 +02:00
Martchus 6dff25f8ff Fix mingw-w64-gettext
* Fix `'aclocal-1.15' is missing on your system` by running autoreconf
* Fix linker errors by adding `export LDFLAGS="-lssp"`
2020-05-20 10:28:42 +02:00
dvs999 f989cb4aba
Add patch for doxy2swig compilation issue. (#119) 2020-05-12 17:41:32 +02:00
Martchus 57bcfc8677 Sync ffmpeg-libfdk_aac with regular ffmpeg package 2020-05-11 21:18:36 +02:00
Martchus f7bd7da0d7 Update mingw-w64-pcre2 to 10.35 2020-05-11 21:17:55 +02:00
Martchus 668ea36067 Enable support for libsrt in ffmpeg-libfdk_aac 2020-05-09 21:10:13 +02:00
Martchus 34609fbba9 Update own projects 2020-05-06 19:15:21 +02:00
Martchus efaf9d24d4 Update jangouts to 0.4.8 2020-05-05 15:26:08 +02:00
Martchus 599797edfc Update android-*-openssl to 1.1.1g 2020-05-05 15:25:45 +02:00
Martchus 2686b55832 Update boost to 1.73.0
The x86 versions don't build for Android
2020-05-02 18:33:31 +02:00
Martchus b1a7c8d658 Rebuild subtitlecomposer against icu 67.1-1 2020-05-01 20:37:53 +02:00
Martchus 6f8e021fc7
Merge pull request #117 from kraxarn/master
Update kirigami2 to 5.69.0
2020-05-01 18:47:25 +02:00
kraxarn 3d28ae6997 Update kirigami2 to 5.69.0 2020-05-01 17:28:04 +02:00
kraxarn 70d3b8b112 Update extra-cmake-modules to 5.69 2020-05-01 17:11:35 +02:00
Martchus 4f0976dbf4 Rebuild NGINX modules against NGINX 1.18.0 2020-04-24 18:24:44 +02:00
Martchus d44114d8a1 Update cmake-format to 0.6.10 2020-04-21 12:19:42 +02:00