Commit Graph

9776 Commits

Author SHA1 Message Date
Alexey Pavlov
2ee64da925 python3: Fix dependencies. Remove extra code 2018-07-06 11:01:45 +03:00
Алексей
edc01d04d6 Update python to 3.7.0 (#4047)
* Initial python-3.7 port

* python3: Add setup.config.in to remove before patching

* python3: Implement setenv for mingw. Fix building with NT threads. Build
with unicode

* Fix typos

* Fix linking core modules

* Mingw build have exec_prefix

* Remove deprecated patch

* Fix building python and modules. Failing to build readline module and
install not working yet

* More getpath changes and more aggressive path separator conversion

* Fix readline module compilation and linking errors

* python3: By default building with posix threads, NT threads are broken.
Some patches optimization. First buildable commit

* Py_DecodeLocale handle char, not wchar

* Fix building multiprocessing module with posix threads
2018-07-06 09:57:52 +03:00
GardenTools
439f84e054 Adding patch for invocation of rake under bash (#4045) 2018-07-06 08:04:47 +03:00
Christoph Reiter
3ed0d099a6 latexila: Rename to gnome-latex, update, add new dependencies (#4042) 2018-07-06 08:04:08 +03:00
Christoph Reiter
b1f7ddb542 Update enchant deps to build with enchant-2 and force a rebuild. Fixes #4039 (#4041)
latexila is missing as that needs a package rename and update, will follow later.

I also went ahead and updated gspell (dll version bump) since its reverse deps are
a subset of the enchant ones.
2018-07-05 13:35:16 +03:00
Peter Budai
7b259efc56 Aspell: multiple updates (#4036)
* aspell-en: Update to 2018.04.16

* aspell-de: Update to 20161207
2018-07-05 13:34:21 +03:00
Christoph Reiter
d1121d3bb5 meson: Update to 0.47.0 (#4038) 2018-07-05 13:34:09 +03:00
LH_Mouse
4c0214bca7 gcc-git: Fix filesystem patch. (#4040)
This makes the patch in question apply again, which was broken by
r262388 on GCC SVN.

Reference: https://gcc.gnu.org/viewcvs?rev=262388&root=gcc&view=rev
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-07-05 13:33:49 +03:00
Niklas Holm
6d55c8eb80 Update perl to v5.28.0 (#4044)
* mingw-w64-perl: update to v5.28.0

* mingw-w64-perl: Add build options

- USE_64_BIT_INT: 64-bit integers in 32-bit build
- USE_MINGW_ANSI_STDIO: Enable MINGW's ANSI stdio extensions

Inspired by Strawberry Perl's build.

* mingw-w64-perl: Packaging improvements

- New script to update provides array (updpkgprovs)
  * updpkgprovs takes information from corelist
  * patchprov produced lowercase package names witch doesn't match the
    module naming convention
  * patchprov missed a lot of packages which modules declares dependency
    on
- Move pods to doc package (pods are documentation read by perldoc)
- Keep relocation list in install script instead of seperate file
- Make minor improvements to profile script (fewer subshells => faster)
- Various minor improvements
2018-07-05 13:32:26 +03:00
Peter Budai
6c12c8a071 python-statmodels: Update to 0.9.0 (#4034) 2018-06-30 21:56:20 +03:00
Peter Budai
729d14e603 python-pandas: Update to 0.23.1 (#4033) 2018-06-30 21:56:09 +03:00
jagannatharjun
2c43749920 Update ZSTD to 1.3.5 (#4030) 2018-06-30 21:55:59 +03:00
Andrew Sun
b0a0436bf9 python-py: update to 1.5.4 (#4029) 2018-06-30 21:55:45 +03:00
Andrew Sun
23e9c2b701 add python-iniconfig (version 1.0.0) (#4028)
This adds python-iniconfig (version 1.0.0). It is a dependency of
python-py.
2018-06-30 21:55:37 +03:00
Andrew Sun
1a2c80a831 add python-apipkg (version 1.4) (#4027)
This adds python-apipkg (version 1.4). It is a dependency of python-py.
2018-06-30 21:55:27 +03:00
Andrew Sun
e5c6bf0318 brotli: update to 1.0.5 (#4026) 2018-06-30 21:55:15 +03:00
Andrew Sun
24a87f7992 python-lxml: update to 4.2.3 (#4023) 2018-06-29 07:28:21 +03:00
Andrew Sun
8141a967e9 python-sphinx-alabaster-theme: update to 0.7.11 (#4022) 2018-06-29 07:28:12 +03:00
Andrew Sun
4254b30e52 python-progress: update to 1.4 (#4024) 2018-06-29 07:28:03 +03:00
Andrew Sun
98394fe6bc libtorrent-rasterbar: update to 1.1.8 (#4025) 2018-06-29 07:27:54 +03:00
Alexey Pavlov
8c00ddf125 clang: Update to 6.0.1 2018-06-28 10:54:25 +03:00
wirx6
ccdf1622e7 aom-git: update and move to "aom" (#4018)
Version 1.0.0 was released
2018-06-27 14:30:07 +03:00
Jeroen Ooms
ed7535f52a tesseract: download correct training data (#4019)
The V3 branch of tesseract requires training data from the v3 branch. The master branch of the training data is now serving data for the experimental tesseract v4.
2018-06-27 13:36:27 +03:00
Andrew Sun
2cfdf054df quazip: update to 0.7.6 (#4017)
This updates quazip to 0.7.6
2018-06-26 09:20:18 +03:00
Andrew Sun
c7c94ab979 python-pillow: update to 5.1.0 (#4011) 2018-06-25 19:41:59 +03:00
Andrew Sun
90e4d56799 enchant: update to 2.2.3 (#4008)
This updates enchant to 2.2.3.
2018-06-25 19:41:46 +03:00
Massimo Callegari
451f97d926 mingw-w64-qt5: add missing clang tools dependency (#4015) 2018-06-25 19:41:32 +03:00
LH_Mouse
3b134575b0 gcc-git: Backport more std::filesystem from master. (#4016)
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-06-25 19:41:14 +03:00
Andrew Sun
622797ab32 python-cssselect: update to 1.0.3 (#4009) 2018-06-25 07:14:29 +03:00
Andrew Sun
530e189fd5 python-lxml: update to 4.2.2 (#4010) 2018-06-25 07:14:13 +03:00
Andrew Sun
cb4069f3b4 python-jdcal: update to 1.4 (#4013) 2018-06-25 07:13:53 +03:00
Andrew Sun
922d31a15f python-pathlib2: update to 2.3.2 (#4014) 2018-06-25 07:13:41 +03:00
Andrew Sun
906284727c python-patsy: update to 0.5.0 (#4012) 2018-06-25 07:13:28 +03:00
Andrew Sun
02e8223f89 sip: update to 4.19.9 (#4000) 2018-06-24 22:19:45 +03:00
Andrew Sun
2b8be92a8d libuv: update to 1.21.0 (#3999) 2018-06-24 22:19:32 +03:00
Peter Budai
6e31277bf6 dlib: Update to 19.13 (#3998) 2018-06-24 22:19:17 +03:00
LH_Mouse
a613bc55f9 gdb-git: Prefer the 8.1 release branch to the master branch. (#3997)
The master branch is becoming more and more unstable and fails
to compile frequently.

Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-06-24 22:19:01 +03:00
LH_Mouse
e9bd54f5ce gcc-git: Backport std::filesystem from GCC trunk. (#3995)
Signed-off-by: Liu Hao <lh_mouse@126.com>
2018-06-24 22:18:44 +03:00
Andrew Sun
a5b2f46999 nss: update to 3.38 (#3991)
This updates nss to 3.38.
2018-06-24 22:18:25 +03:00
Andrew Sun
688ebcad18 python-colorspacious: update to 1.1.2 (#3993) 2018-06-23 10:43:38 +03:00
Andrew Sun
6c2592bed4 python2-ipaddress: update to 1.0.22 (#3992) 2018-06-23 10:43:16 +03:00
Alexey Pavlov
893195a246 kicad-git: Update to r10561 2018-06-21 12:49:50 +03:00
Alexey Pavlov
103d88ed7f oce: Update to 0.18.3 2018-06-21 12:49:17 +03:00
Alexey Pavlov
f265c22379 diffutils: Fix dependencies 2018-06-21 12:48:07 +03:00
Peter Budai
83ca052fb1 difftools: Fix stat() issue (#3990) 2018-06-21 08:54:04 +03:00
Alexey Pavlov
d2ddeb3a23 qwt-qt5: Update to 6.1.3 2018-06-20 14:47:50 +03:00
Alexey Pavlov
4125ab1f1e Adding PySide2 packages for Qt5 [WIP] 2018-06-20 13:53:02 +03:00
Alexey Pavlov
0178477a6e qt5: Update to 5.11.1 2018-06-20 13:51:41 +03:00
Alexey Pavlov
6f8c5649a3 scite: Update to 4.1.0 2018-06-20 12:18:38 +03:00
Alexey Pavlov
ded625bbee imagemagick: Update to 7.0.8.2 2018-06-20 12:18:16 +03:00