Commit Graph

7946 Commits

Author SHA1 Message Date
Alexey Pavlov
d4cddfde6b firebird2-git: More fixes 2017-06-09 11:07:28 +03:00
Alexey Pavlov
86f7471bc2 libzip: Rebuild. 2017-06-08 13:44:04 +03:00
vividsydney
cb634a9d57 Qt4 static (#1500)
* Added patch to have implib extension as "ddl.a".
Patch origin: https://sourceforge.net/p/cygwin-ports/mingw64-i686-qt4-qmake/ci/master/tree/4.8.5-qmake-implib.patch

* Fix compilation issues with qmnghandler.cpp when static compilation variant is used.

* pkg-config detection for static compilation variant is made more robust.
If first approach fails let's try the last resort via 'which'.

* Added patch to ignore link issue in tools/activeqt/testcon due to duplicate symbol 'sendSpontaneousEvent' found in libQtGui.a and libQAxServer.a libraries.

* Added lcms2 and lzma libraries to link list.

* Added variant selection between static and shared similar to the one in qt5 related PKGBUILD.

* Added installation prefix to avoid conflicting with regular qt4.
2017-06-08 13:32:58 +03:00
LH_Mouse
16e0b65eab mingw-w64-gcc-git: Remove 0013-MinGW-w64-Enable-shared-gnat.patch because PR80921 has been fixed in the upstream. (#2569)
Reference: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80921
Signed-off-by: Liu Hao <lh_mouse@126.com>
2017-06-08 13:31:23 +03:00
Massimo Callegari
fd97d893f2 mingw-w64-qt5: added patch 0051 to exclude only the qtlocation mapboxgl plugin (#2568)
* mingw-w64-qt5: improve PKGBUILD and minor patch changes

* mingw-w64-qt5: fix debug-and-release flag

* mingw-w64-qt5: added patch 0051 to exclude only the qtlocation mapboxgl plugin

* Revert "mingw-w64-qt5: added patch 0051 to exclude only the qtlocation mapboxgl plugin"

This reverts commit 9d899e292c.

* mingw-w64-qt5: added patch 0051 to exclude only the qtlocation mapboxgl plugin

* mingw-w64-qt5: tell Notepad++ to make use of spaces
2017-06-07 22:52:38 +03:00
Andrea Zagli
1a4f8bc1b2 libgweather: updated to 3.24.1. (#2560) 2017-06-07 22:51:09 +03:00
Andrea Zagli
31521f11a9 jsonrpc-glib: new package. (#2561) 2017-06-07 22:50:58 +03:00
Andrea Zagli
ee6ee6293d template-glib: updated to 3.25.2. (#2562) 2017-06-07 22:50:44 +03:00
Christoph Reiter
b3564b8e5a nghttp2: Update to 1.23.1 (#2563) 2017-06-07 22:49:59 +03:00
Christoph Reiter
d7c90c18c6 pycairo: Update to 1.13.3 (#2564) 2017-06-07 22:49:43 +03:00
Christoph Reiter
2d0d96fb88 libass: Update to 0.13.7 (#2565) 2017-06-07 22:49:29 +03:00
Christoph Reiter
a4f77743a3 libuv: Update to 1.12.0 (#2566) 2017-06-07 22:49:10 +03:00
Christoph Reiter
b49c486db9 jasper: Update to 2.0.13; drop patch; cleanup (#2567)
* Drop a patch included in the new release.
* Clean up build dir structure to be more in line with the cmake template
  and fix building for both arches in one go.
2017-06-07 22:48:55 +03:00
Alexey Pavlov
76e341525c Merge branch 'master' of https://github.com/Alexpux/MINGW-packages 2017-06-07 15:18:55 +03:00
Alexey Pavlov
b5d93821bb gdb: Update to 8.0 2017-06-07 15:18:36 +03:00
K.Takata
63efc30d0f ag: Update to 2.0.0 and support detecting mintty (#2555)
* Update to 2.0.0.
* Import a patch to detect mintty from ggreer/the_silver_searcher#1099.
  This fixes a well known problem which has been reported many times:
  #431, Alexpux/MSYS2-packages#491, etc.
2017-06-07 12:40:19 +03:00
Peter Budai
889cc0a4c5 libgphoto2: Update to 2.5.14 (#2557) 2017-06-07 12:38:27 +03:00
Masanori Shirayama
4f0099603f aria2: Update to 1.32.0 (#2559) 2017-06-07 12:38:14 +03:00
Alexey Pavlov
968466e361 tesseract-ocr: Update to 3.05.01. Rebuild with ICU 58 2017-06-07 12:34:06 +03:00
Alexey Pavlov
ad73d86c7e Rebuild some packages with ICU 58 2017-06-06 23:22:04 +03:00
Alexey Pavlov
00c13af968 openldap: Update to 2.4.45. Rebuild with ICU 58 2017-06-06 23:19:52 +03:00
Alexey Pavlov
9c6dbf7a53 python-icu: Update to 1.9.7. Rebuild with ICU 58 2017-06-06 23:19:10 +03:00
Alexey Pavlov
7832cbd8be harfbuzz: Rebuild with ICU 58 2017-06-06 23:18:11 +03:00
Alexey Pavlov
9d57bb9c67 doxygen: Rebuild with clang-4.0.0 2017-06-06 23:17:23 +03:00
Alexey Pavlov
dba069ff0f icu: Add stubs for _create_locale and _free_locale to be able build it. 2017-06-05 13:19:59 +03:00
Christoph Reiter
bf94dd12c9 fontconfig: add an upstream patch to fix the cache update. Fixes #2550 (#2551)
See https://cgit.freedesktop.org/fontconfig/commit/?id=79058f4e911487275323e9314
2017-06-05 11:02:56 +03:00
Christoph Reiter
ab35a09fdb libtiff: Update to 4.0.8 (#2523)
Drop patch included in the new release.
For changes see:
	http://www.simplesystems.org/libtiff/v4.0.8.html
2017-06-04 12:55:46 +03:00
Massimo Callegari
b7f7a8eda4 mingw-w64-qt5: improve PKGBUILD and minor patch changes (#2548)
* mingw-w64-qt5: improve PKGBUILD and minor patch changes

* mingw-w64-qt5: fix debug-and-release flag
2017-06-04 12:52:05 +03:00
Alexey Pavlov
289ea44120 Merge branch 'master' of https://github.com/Alexpux/MINGW-packages 2017-06-03 20:05:09 +03:00
Pavel Minaev
5ae65f7f54 Fix #2254: libzip is missing zipconf.h header (#2362)
Copy zipconf.h to where it can be found by the main header.

Remove redundant slashes after `${pkgdir}`.
2017-06-03 20:07:38 +03:00
Christoph Reiter
b21198139f pango: Update to 1.40.6 (#2522) 2017-06-03 20:05:36 +03:00
Karlson2k
1314ce93b7 libmicrohttpd: update to v0.9.55 (#2521) 2017-06-03 20:05:26 +03:00
Christoph Reiter
c403972f61 opus: Update to 1.1.5 (#2524)
Switch download url to the one used on https://opus-codec.org/downloads
2017-06-03 20:05:01 +03:00
Christoph Reiter
edf3e08e5e gstreamer: Update to 1.12.0 (#2525)
* gstreamer: Update to 1.12.0

Add conflict with -bad since some plugin moved to base from it

* gst-plugins-base: Update to 1.12.0

Add conflict with -bad since some plugin moved to base from bad
Add opus dep, the opus plugin moved to base with 1.8

* gst-plugins-good: Update to 1.12.0

* gst-plugins-ugly: Update to 1.12.0

Add mpg123 dep since the plugin move frombad to ugly with 1.8
Remove mad dep since the mad plugin was removed from 1.12

* gst-plugins-bad: Update to 1.12.0

Remove opus/mpg123 dep - the plugins moved to other packages.
Remove libmimic dep - the plugin was removed with 1.12
Simple patch refresh so it applies again.

* gst-libav: Update to 1.12.0

* gst-rtsp-server: Update to 1.12.0

* gst-python: Update to 1.12.0

* gst-editing-services: Update to 1.12.0
2017-06-03 20:04:45 +03:00
Christoph Reiter
0375bf984f appveyor: Set shorter clone folder (#2526)
This saves 22 characters on absolute paths during building
2017-06-03 20:03:49 +03:00
Peter Budai
0b405e9c3b libgcrypt: update to 1.7.7 (#2535)
* Adding make check
* Fixes #2460
2017-06-03 20:01:09 +03:00
Christoph Reiter
6a353c9eda libtasn1: Update to 4.12 (#2537) 2017-06-03 20:00:56 +03:00
Christoph Reiter
53179051a8 sqlite: Update to 3.19.2 (#2538) 2017-06-03 20:00:36 +03:00
Christoph Reiter
b876c95cdd graphene: Update to 1.6.0 (#2539) 2017-06-03 20:00:05 +03:00
Mario Emmenlauer
b358b7aa2d mingw-w64-cling-git/PKGBUILD: several minor build improvements (fix basic build error with wrong paths relative to srcdir) (#2542) 2017-06-03 19:59:48 +03:00
Mario Emmenlauer
a4e3d5422f mingw-w64-vigra/PKGBUILD: adding additional build dependencies (#2543) 2017-06-03 19:59:10 +03:00
Christoph Reiter
721ce71128 shared-mime-info: Update to 1.8 (#2544) 2017-06-03 19:58:48 +03:00
Christoph Reiter
58c5630b62 openssl: Update to 1.0.2l (#2545) 2017-06-03 19:58:33 +03:00
Mario Emmenlauer
c57d6e2369 mingw-w64-libtiff/PKGBUILD: enable the tiff-cxx library (#2546) 2017-06-03 19:58:08 +03:00
Alexey Pavlov
6b6d27cee1 qt5: WIP update to 5.9.0 2017-06-03 19:53:37 +03:00
Martell Malone
e6b28ba163 Merge pull request #2540 from wirx6/clang
clang: add polly and cxxflags fixup
2017-06-03 15:33:49 +01:00
U-DESKTOP-F30HBOP\user
2af577d710 clang: add polly 2017-06-03 12:13:50 +02:00
Christoph Reiter
f11357a521 tesseract-ocr: rebuild for new icu (#2528)
the latest package links against old icu
2017-05-31 11:09:37 +03:00
qme
7f71bc70f2 mpg123: update to version 1.25.0 (#2532) 2017-05-31 11:09:16 +03:00
Christoph Reiter
a0082a2b48 opencv: Add some missing dependencies. Fixes #2420 (#2529)
It currently links agains a missing libwebp-6.dll and needs a rebuild.

* libopencv_hdf320.dll depends on libhdf5
* libopencv_imgcodecs320.dll depends on libwebp
* libopencv_text320.dll depends on libtesseract
2017-05-31 11:07:00 +03:00