Commit Graph

11185 Commits

Author SHA1 Message Date
Michael Hansen
a287a5aece Fix several KF5 data install dirs and rebuild KF5 packages to use the corrected values (#4523) 2018-10-10 07:24:34 +03:00
Andrew Sun
72714aeaf2 libuv: update to 1.23.2 (#4522) 2018-10-10 07:23:21 +03:00
thesmo
d3735116da add python zeroconf (#4521) 2018-10-10 07:23:14 +03:00
jagannatharjun
1218929bff Zstd update (#4520)
* Update ZSTD to 1.3.5

* Update zstd to 1.3.6
2018-10-10 07:20:56 +03:00
Peter Budai
a96d80966f Python: Multiple package updates (#4517)
* python-pandas: Update to 0.23.4

* python-scikit-learn: Update to 0.19.2

* python-ipykernel: Update to 4.9.0

* python-olefile: Update to 0.46

* python-openmdao: Update to 2.4.0

* python-networkx: Update to 2.2

* python-jupyter_client: fix dependencies

* python-ipykernel: Fix dependencies

* python-openmdao: Fix executables
2018-10-09 07:43:01 +03:00
Alexey Pavlov
abca0f9174 qt5: Fix linking with clang 7.0 2018-10-08 15:21:19 +03:00
Alexey Pavlov
486e3a8a21 boost: Rebuild 2018-10-08 11:31:23 +03:00
Alexey Pavlov
f3763ac96a kio-qt5: Resolve conflict with msys heimdal package 2018-10-08 09:56:36 +03:00
Alexey Pavlov
eeaa0e2f1f qrerncode: Fix PKGBUILD 2018-10-08 09:56:14 +03:00
Peter Budai
0fbe81cc75 dlib: Update to 19.16 (#4516) 2018-10-08 08:15:18 +03:00
thesmo
d4af7cfe04 add python rencode (#4509)
* add python rencode

* Update PKGBUILD

Add (mingw-w64), Download to named source package.

* Update PKGBUILD

Syntax error
2018-10-07 11:59:36 +03:00
Michael Hansen
c42f3d2e64 Update KF5 Tier 3 frameworks (#4511)
... and add kbookmarks, kio, knewstuff, kparts and kwallet
2018-10-07 11:58:53 +03:00
Andrew Sun
c5fc8978ce libfilezilla: update to 0.14.0 (#4512) 2018-10-07 11:58:39 +03:00
Andrew Sun
c79c36b21e cmocka: update to 1.1.3 (#4513) 2018-10-07 11:58:26 +03:00
R4SAS
c5cfda992e update qrencode to 4.0.2 (#4514) 2018-10-07 11:58:15 +03:00
Christoph Reiter
e84ce2b6c0 glib-networking: Update to 2.58.0 (#4515)
It now uses gnutls to get the certificates (which uses the system store):
f1c8feee01

Drop pkcs#11 backend, considered for removal upstream and not enabled by default at runtime:
9cc21bef31
2018-10-07 11:58:02 +03:00
Michael Hansen
09ff3fcbb1 Fixes for gpgme++: (#4510)
* Use computed relative paths in CMake files instead of absolute MSYS paths
* Use portable gpgme_off_t and gpgme_ssize_t to fix link issues in clients
2018-10-05 07:46:08 +03:00
Alexey Pavlov
9cbd0002a1 scite: Update to 4.1.2 2018-10-04 14:13:16 +03:00
Michael Hansen
568db09214 Add Phonon-qt5 (#4506) 2018-10-04 07:22:43 +03:00
Christoph Reiter
9b30e14e3d gstreamer: Update to 1.14.4 (#4505) 2018-10-03 23:16:17 +03:00
Michael Hansen
aadefb3412 Update Tier 2 KF5 modules to 5.50 (#4504) 2018-10-03 23:16:04 +03:00
Christoph Reiter
a6a7246fff atk: disable the docs build
https://github.com/Alexpux/MINGW-packages/pull/4501#issuecomment-426546636
2018-10-03 12:35:18 +02:00
Christoph Reiter
89b7cc06ea json-glib: Update to 1.4.4 (#4502) 2018-10-03 10:51:34 +03:00
Christoph Reiter
13fdaaaaf2 atk: Update to 2.30.0 and port to meson (#4501) 2018-10-03 10:51:23 +03:00
Alexey Pavlov
6201f5e755 cgal: Update to 4.13 2018-10-03 07:41:55 +03:00
Michael Hansen
57b7ef8995 Update Tier 1 KF5 modules to 5.50 and fix several descriptions (#4500)
* Update extra-cmake-modules for upcoming KF5 updates

* Update Tier 1 KF5 modules to 5.50 and fix several descriptions
2018-10-03 07:39:32 +03:00
Norbert Pfeiler
8664e7625e update external qt doc packages (#4499) 2018-10-02 23:54:01 +03:00
Christoph Reiter
f7d3f1746a gtksourceview3: Update to 3.24.9 (#4496) 2018-10-02 23:53:39 +03:00
Norbert Pfeiler
1f39f5ff6d qt5 fix configurations that are neither debug nor release (fix #4495) (#4498)
add the basic dependencies independent of the configuration (they are the same for all configuration anyway)

since _populate_$${CMAKE_MODULE_NAME}_target_properties is called twice – for DEBUG and RELEASE – and we APPEND here, they are duplicated in the end, which isn’t nice, but also unproblematic
originally the second call overwrites the configuration independent values with the second call, which is kinda stupid

however, the static dependencies _are_ configuration dependent, which requires MAP_IMPORTED_CONFIG_<CONFIG> to be set for MINSIZEREL and RELWITHDEBINFO to work

for these 2 special configuration, this actually makes the first change redundant

configurations other than the 4 default ones (also an empty CMAKE_BUILD_TYPE) will work with the first change for the shared version – as they do with upstream, but the static plugins are not configurable for this

this only worked before because it always fell back on (the deprecated) IMPORTED_LINK_INTERFACE_LIBRARIES_${Configuration} which has an implicit fallback similar to MAP_IMPORTED_CONFIG_<CONFIG>
in 796a15ede3 INTERFACE_LINK_LIBRARIES was only set for Qt5::Core (so it didn’t overwrite for i.e. Qt5::Widgets)
and initially, in 3334a6ae65, INTERFACE_LINK_LIBRARIES_${Configuration} was set, which doesn’t exist
2018-10-02 23:52:49 +03:00
Alexey Pavlov
43481d6427 quassel: Update to 012.5 2018-10-02 22:57:29 +03:00
Alexey Pavlov
b842f7fd85 qca-qt5-git: Update to latest from git 2018-10-02 22:56:25 +03:00
Alexey Pavlov
26c2934378 libbotan: Update to 2.8.0 2018-10-02 22:55:48 +03:00
Alexey Pavlov
0eb3bd8905 llvm/clang: Update to 7.0.0 2018-10-02 09:21:55 +03:00
Alexey Pavlov
c833670b01 cyrus-sasl: Update to 2.1.27-rc8. Fix typo in relocation patch 2018-10-02 08:33:41 +03:00
Alexey Pavlov
0213c2c449 binutils: Downgrade to 2.30. It allow to build clang. 2018-10-02 08:23:06 +03:00
Alexey Pavlov
88ba69cd20 lua51-luarocks: Update to 2.4.4 2018-10-01 20:12:59 +03:00
Alexey Pavlov
a1f05b1985 qtwebkit: Fix GCC 8 warnings, rebuild 2018-10-01 14:58:41 +03:00
Alexey Pavlov
9917434c00 qbittorrent: Update to 4.1.3 2018-10-01 10:27:57 +03:00
Alexey Pavlov
a7323c545a Merge branch 'master' of https://github.com/Alexpux/MINGW-packages 2018-10-01 10:23:44 +03:00
Alexey Pavlov
93b473ee7f srt: Remove more msvc headers 2018-10-01 10:22:44 +03:00
Alexey Pavlov
66efe1cc0f vlc: WIP update to 3.0.4 2018-10-01 09:59:54 +03:00
Alexey Pavlov
f055db6aa0 Merge branch 'master' of https://github.com/Alexpux/MINGW-packages 2018-09-30 20:57:45 +03:00
Alexey Pavlov
e20a4f55b9 gcc: Import changes from snapshot GCC-8-20180928, Still not buildable
for 32 bit
2018-09-30 20:56:32 +03:00
Andrew Sun
f70fc8d6ae python-pywavelets: update to 1.0.1 (#4491) 2018-09-30 16:50:12 +03:00
Alexey Pavlov
cfe8ee2e19 gcc: Backport patch for PR 87137 2018-09-30 09:11:43 +03:00
Andrew Sun
f8b3fb6e3b python-markdown: update to 3.0.1 (#4489) 2018-09-30 08:53:46 +03:00
Alexey Pavlov
6665c4fe22 mingw-w64: Switch minimum supported Windows version to Windwos 7 2018-09-29 22:18:27 +03:00
Alexey Pavlov
38c2abc688 libsrtp: Rebuild 2018-09-29 22:04:37 +03:00
Christoph Reiter
320845860b opusfile: disable wincert code for openssl1.1 compat. See #4458 (#4474) 2018-09-29 21:30:45 +03:00
Christoph Reiter
d794a6a1ab opus-tools: Update to 0.2 (#4485) 2018-09-29 12:13:24 +03:00