Commit Graph

75 Commits

Author SHA1 Message Date
Christoph Reiter
9ff07e6c00 Remove some clangarm64 again for packages that aren't in the repo
I copied the clang32 list, but that had more packages initially.
2021-05-13 18:26:39 +02:00
Christoph Reiter
a80fe5efc4 Enable clangarm64 for bootstrap packages 2021-05-13 16:17:13 +02:00
Christoph Reiter
977d3b5e02 Enable clang32 for all packages already in the repo 2021-04-25 15:26:34 +02:00
jeremyd2019
dca982d33d boost: add clang64
This is something that I've already gotten building, but was not needed for bootstrapping.
2021-04-23 12:30:03 -07:00
Jeremy Drake
f0ea2143f9 boost: detect windows-gnu as mingw
tools/build/engine/build.sh uses `gcc -dumpmachine` to determine the
CHOST, but clang reports <arch>-w64-windows-gnu not <arch>-w64-mingw32
like gcc.

Fixes msys2/CLANG-packages#24
2021-04-22 22:35:49 -07:00
Christoph Reiter
363fc47073 boost: don't define __MSVCRT_VERSION__
This is internal and in case it doesn't match the crt just wrong.

Fixes #8283
2021-04-05 17:33:52 +02:00
Christoph Reiter
dd6fd9dac4 boost: try to fix the ucrt build
See https://github.com/msys2/MINGW-packages/issues/8283

hacky for now
2021-04-05 13:39:59 +02:00
Christoph Reiter
2d3933dd60 More ucrt 2021-03-27 13:01:21 +01:00
Christoph Reiter
7d732ab85a Rebuild some packages
These were incorrectly replaced via packages built by a maintainer.
This makes problems with the setup-msys2 pacakge cache, so bump
their pkgrel and let CI build new ones.
2020-12-29 21:28:43 +01:00
Alexey Pavlov
a711ff96a8 boost: Update to 1.75.0, build with ICU 68 2020-12-24 13:39:01 +03:00
Christoph Reiter
75b0dfbafd boost: rebuild
it's linking against some libraries it's not depending on and wasn't
built in our CI the last time. Try rebuilding here.
2020-11-28 21:12:15 +01:00
Alexey Pavlov
c910889ba9 boost: Update to 1.74, enable TLS for 32-bit 2020-10-07 20:52:39 +03:00
Alexey Pavlov
11a826166f boost: Fix makedeps, rename python3 stuff 2020-06-03 09:46:53 +03:00
indrekis
6123861cbf Fix Boost::locale compilation to use ICU backend (#6523)
* Fix Boost::locale compilation to use ICU backend

* Increased pkgrel
2020-06-02 08:15:30 +03:00
Shima
b76654101b Bump boost version to 1.73.0 (#6504)
* Bump boost version to 1.73.0

* Fix patches

* Fix build failing for i686

* Fix build failing for i686 v2

* Unattended changes clearance
2020-05-22 08:38:54 +03:00
Alexey Pavlov
075dbdc339 Rebuild packages for ICU 67 2020-05-09 22:07:43 +03:00
Alexey Pavlov
e9cfce3cdc Rebuild packages for ICU update 2020-05-06 09:29:19 +03:00
Alexey Pavlov
99ffbce6bf boost: Update to 1.72. Drop python2 module 2019-12-13 09:21:31 +03:00
Alexey Pavlov
fbee38e665 boost: Rebuild for ICU 65.1 2019-11-05 15:52:03 +03:00
Alexey Pavlov
11e4cb3546 boost: Rebuild for python 3.8 2019-10-24 11:24:31 +03:00
Alexey Pavlov
6de9ba2aee boost: Update to 1.71.0 2019-10-06 12:23:19 +03:00
Andrew Sun
4e4b2d9310 boost: remove cmake config 2019-05-07 19:59:36 -04:00
Andrew Sun
fd550b8d48 boost: update to 1.70.0 2019-04-12 18:59:28 -04:00
Alexey Pavlov
fff2fc0d53 boost: Back libraries with names without architecture 2018-12-14 12:06:36 +03:00
Alexey Pavlov
233c8b3f5b boost: Update to 1.69.0 2018-12-13 14:26:19 +03:00
Alexey Pavlov
486e3a8a21 boost: Rebuild 2018-10-08 11:31:23 +03:00
Andrew Sun
0549da4f2a boost: update to 1.68.0 (#4212) 2018-08-16 21:10:11 +03:00
Alexey Pavlov
dabcc8eb24 Rebuild packages for Python 3.7 2018-07-09 10:48:04 +03:00
Andrew Sun
3ba1b4f072 boost: update to 1.67.0 (#3878)
* boost: update to 1.67.0

This updates boost to 1.67.0.

* boost: fix building with both python versions
2018-06-06 07:53:59 +03:00
Alexey Pavlov
293ceadcd4 boost: Rebuild with ICU 61.1 2018-04-09 12:16:33 +03:00
Alexey Pavlov
6518b67218 boost: Update to 1.66.0 2017-12-22 09:07:55 +03:00
Viktor Szakats
7f6257d62d switch to HTTPS where available (#2904)
* switch to HTTPS where available

* use canonical readthedocs URLs
2017-09-16 09:12:45 +03:00
Alexey Pavlov
b95b46addc boost: Fix building with multiple pythons 2017-09-07 14:56:32 +03:00
Holger Nahrstaedt
0272ed05b0 boost: parallel build implemented (#2866)
* boost: parallel build

* fix tab

* fix nproc

* remove coreutils
2017-09-07 14:54:39 +03:00
Alexey Pavlov
c2bf6a01ed boost: Fix build multiple python modules. Rebuild 2017-09-06 15:35:57 +03:00
Christoph Reiter
9757046077 python3: Update to 3.6.1 (#2587)
* python3: Update to 3.6.1

The patches starting with 16 are new to fix the build.
Some no longer relevant patches were dropped, the rest is just refreshed.

* Bump pkgrel of all packages containing Python 3 bytecode/extensions.

The package list was generated using:
    pkgfile.exe -R mingw64 -r "cpython.*\\.(py[cod]|dll)"

* lensfun: Add cmake to makedepends

* numpy: Don't hardcode the Python version

* blender: rebuild for new Python

* boost: Don't hardcode Python versions; rebuild

* pillow: Don't hardcode Python version; rebuild

* python-dateutil: Don't hardcode Python versions

* sip: Don't hardcode Python versions

* pyqt4: Don't hardcode Python versions; rebuild

* pyqt5: Don't hardcode Python versions; rebuild

* opencv: Update Python3 version in patch
2017-06-15 17:40:51 +03:00
J. Peter Mugaas
4e89abf077 mingw-w64-icu - 58.2. - update to newer version. I can't update to l… (#2424)
* mingw-w64-icu - 58.2. - update to newer version.  I can't update to latest version yet  There's a function in Win Vista that version uses.
mingw-w64-boost - 1.64 - Update to latest version.

* mingw-w64-icu - 58.2 - forgot some rekeyed patches.  Minor formatting in PKGBUILD

* mingw-w64-qt5 - 5.8.0 - force rebuild for updated icu.

* Some qt related things.
mingw-w64-gdbs - 1.7.2 - Update to latest version
mingw-w64-qtcreator - 4.2.2 Update to latest version
2017-05-10 08:19:11 +03:00
Mario Emmenlauer
d1e9a0f978 mingw-w64-boost: updated to latest 1.63.0 checksum from boost.org (#2264) 2017-03-10 12:10:57 +03:00
Alexey Pavlov
dfb2f81180 boost: Fix checksums 2017-01-13 14:39:39 +03:00
J. Peter Mugaas
8962c8f1b1 mingw-w64-boost - Update to 1.63.0 (#2058)
* mingw-w64-boost - Update to 1.63.0
mingw-w64-sqlite - update to 3.16.0
mingw-w64-nghttp2 - Update to 1.18.0 and add c-ares dependency
mingw-w64-libuv -  Update to 0.9.7
mingw-w64-libtiff - Update to 4.0.7
mingw-w64-jemalloc - Update to 4.4.0, dependency on doxbook-xsl, rekey patch
mingw-w64-imagemagick - Update to 7.0.4 - Update to latest version, fix pkgconfig file, rekey patches and remove one that is no longer applicable
mingw-w64-harfbuzz - Update to 1.3.4
mingw-w64-freetype - Update to 2.7.1
mingw-w64-cairo - Update to 1.15.4
mingw-w64-c-ares - Update to 1.12.0

* mingw-w64-fossil - rebuild for libreadline 7.0
mingw-w64-sqlite-analyzer - Update to 3.16.1
mingw-w64-sqlite3 - Update to 3,16,1

* mingw-w64-gdk-pixbuf2 - Update to 2.36.3 - latest version and drop 0001-windows-Remove-old-codepage-ABI-compat-code.patch.  It's in the new version of the source-code.
2017-01-12 07:11:59 +03:00
Mario Emmenlauer
c9f9227bf5 mingw-w64-boost: updated sha256sum for boost_1_62_0.tar.bz2 (#2013) 2016-12-07 10:54:23 +03:00
Alexey Pavlov
0376489c78 boost: Update to 1.62.0 2016-10-09 11:51:09 +03:00
Paolo Tosco
f5e367671b - Added the boost-1.60.0 patch: f2c465ffa5.patch
to the mingw-w64-boost package and increased pkgrel from 3 to 4
2016-08-24 05:38:08 +01:00
Alexey Pavlov
4aeaa9dd5e boost: Rebuild with ICU 57 2016-06-15 10:40:08 +03:00
J. Peter Mugaas
fc96d77690 Delete Files created by patch. 2016-03-24 02:54:20 -04:00
Viktor Szakats
e32a40cc92 switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 20:55:26 +01:00
Alexey Pavlov
feefb3f6bf boost: Fix checksums. Rebuild. 2016-02-01 10:00:54 +03:00
Tomasz Włostowski
891f8d3fa8 boost 1.60: fixed segfault in boost::context on Win64 platform 2016-01-29 00:40:20 +01:00
Alexey Pavlov
046828de48 boost: Update to 1.60.0 2015-12-24 10:12:01 +03:00
Alexey Pavlov
1dc5bcbbeb boost: Rebuild with icu-56.1 2015-11-09 08:53:50 +03:00