Commit Graph

22760 Commits

Author SHA1 Message Date
Franz Pletz
b06231c01b
wolfssl: 3.11.0 -> 3.12.0 2017-08-28 00:54:43 +02:00
Tuomas Tynkkynen
1cfe9539f9 libgcrypt: Add pre-ARMv7 patch
Apparently the assembly-optimized functions use an opcode that doesn't
work on pre-ARMv7. Fix in next release.
2017-08-27 23:05:28 +03:00
Robin Gloster
4d858a2a17
gdal: don't use composableDerivation 2017-08-27 20:14:36 +02:00
Lukas Werling
f0a1ab78b4 meson/ninja: add setup hooks (#28444)
* Add setupHook for meson/ninja build

* libhttpseverywhere: Use meson/ninja setupHooks

* jamomacore: Remove superfluous ninja buildInput

* Remove obsolete ninja buildPhases

These are all handled by ninja's setup hook.

* lean2, xcbuild: fix build with ninja setup hook

Ninja is a runtime dependency here. However, cmake can generate Ninja
build files as well to satisfy the setup hook.

* qtwebengine: fix build with ninja setup hook
2017-08-27 19:42:21 +02:00
Vladimír Čunát
017b33aaaa
Merge #28536: libsigsegv: add enableSigbusFix option
(It's partially changed version of the PR.)
2017-08-27 17:23:45 +02:00
Vladimír Čunát
eef236d0ba
libsigsegv*: add an option to apply a patch
Close #28536; this code is a bit different in style for 2.5,
and avoids mass rebuild for the default version.
2017-08-27 17:21:35 +02:00
Jörg Thalheim
3eae39b38a SDL2_mixer: use autoreconfHook 2017-08-27 06:34:08 +01:00
Orivej Desh
e5be0e82d2 SDL2_mixer: build with libmodplug and smpeg2 2017-08-26 23:15:19 +00:00
Orivej Desh
5772ce1dd8 smpeg2: init at svn412 2017-08-26 23:15:18 +00:00
Jörg Thalheim
58dc4a8569 Merge pull request #28036 from roberth/frog
frog: init at v0.13.7
2017-08-26 16:06:43 +01:00
Jörg Thalheim
74bf7b78ca Merge pull request #28588 from romildo/upd.mkvtoolnix
mkvtoolnix: 14.0.0 -> 15.0.0, libebml: 1.3.4 -> 1.3.5
2017-08-26 15:41:48 +01:00
romildo
68d8674f5a libebml: 1.3.4 -> 1.3.5 2017-08-26 10:33:49 -03:00
Vincent Laporte
be5d898473 ppl: 1.1 -> 1.2 2017-08-26 13:58:35 +02:00
Jörg Thalheim
b0c32cf8c6 vmime: 0.9.2-pre-svn603 -> 0.9.2 2017-08-26 10:12:54 +01:00
Vladimír Čunát
7b0effc4e0
dee: fix with gcc-6
This warning is useful to devs and not integrators, really.
2017-08-26 10:48:55 +02:00
Jörg Thalheim
326f54d9ba log4cxx: fix gcc6 build 2017-08-26 09:46:06 +01:00
Jörg Thalheim
4596835502 xml-security-c: fix gcc6 build 2017-08-26 09:23:16 +01:00
Jörg Thalheim
5f482c5df4 libmusicbrainz2: remove deprecated version
builds no longer against gcc6 and is not used anywhere
2017-08-26 08:39:27 +01:00
Jörg Thalheim
1627e5b5d5 libtunegimp: remove package
it is deprecated by upstream: https://wiki.musicbrainz.org/History:libtunepimp
and uses an old version of libmusicbrainz, which does no longer build
2017-08-26 08:38:30 +01:00
Jörg Thalheim
7e26e69a4b Merge pull request #28516 from vandenoever/qtchartsqml
qt5.qtcharts: enable qml
2017-08-25 20:37:21 +01:00
Joachim F
d4779c4d8b Merge pull request #28483 from Gerschtli/update/libcouchbase
libcouchbase: 2.7.2 -> 2.7.6
2017-08-25 14:19:32 +00:00
Jörg Thalheim
d42deacc00 Merge pull request #28487 from ilpianista/qoauth
qoauth: 1.0.1 -> 2.0.0
2017-08-25 13:20:07 +01:00
Jörg Thalheim
cfaa4235e3 geis: fix compilation 2017-08-25 07:41:02 +01:00
Jörg Thalheim
ef6e2d13b0 grail: 3.1.0 -> 3.1.1 2017-08-25 07:30:10 +01:00
Gaël Donval
3eca1c5500 Add patch to enable SIGBUS capture
Kernels older than 3.18.6 emit SIGBUS signal upon stackoverflow instead of SIGSEGV. This patch enables the capture of SIGBUS (just as it is done on Darwin).

Applying it fixes https://github.com/NixOS/nixpkgs/issues/6028 and https://github.com/NixOS/nixpkgs/issues/28464#issuecomment-324255704
2017-08-24 15:34:23 +01:00
Joachim Fasting
6d795e1bae
ntbtls: init at 0.1.1 2017-08-24 14:14:43 +02:00
Jos van den Oever
b6bf1ce319 qt5.qtcharts: enable qml
Dependency qtdeclarative was missing so QML plugin was not built.
2017-08-23 20:05:41 +02:00
Julien Dehos
bd879d2bef eigen: fix configuration file for pkg-config 2017-08-23 16:41:16 +02:00
Thomas Tuegel
ce71d0bd0b Merge pull request #28499 from bkchr/kdeframework_fixes
Kde-Frameworks: Increases the minimum qt version to 5.7
2017-08-23 09:32:56 -05:00
Bastian Köcher
7d735d6834 Kde-Frameworks: Increases the minimum qt version to 5.7 2017-08-23 13:55:44 +02:00
Philipp Middendorf
fbaa12bad9 thrift: 0.9.3 -> 0.10.0 2017-08-23 13:15:22 +02:00
Andrea Scarpino
5bd10ff39b qoauth: 1.0.1 -> 2.0.0 2017-08-23 01:11:48 +02:00
Joachim F
1a7d6f6792 Merge pull request #28298 from jamtrott/fenics
fenics: init at 2017.1.0
2017-08-22 21:52:22 +00:00
Joachim F
65e569401a Merge pull request #28358 from jpierre03/pr-gstreamer
(legacy) gstreamer: fetch archive with httpS instead of http
2017-08-22 21:48:25 +00:00
Tobias Happ
0b74f6f16e libcouchbase: 2.7.2 -> 2.7.6 2017-08-22 23:31:38 +02:00
Matthew Justin Bauer
2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Thomas Tuegel
49fb3b9313 Merge pull request #28366 from vandenoever/kde-applications
KDE Frameworks: 5.36 -> 5.37 and KDE Applications 17.04.3 -> 17.08.0
2017-08-22 06:53:25 -05:00
Vladimír Čunát
b2ae23a391
Merge branch 'staging' (older version)
This just adds some fixups, not any mass rebuild.
2017-08-22 12:30:04 +02:00
Divam
e5a43bd408 openfst: init at 1.6.3 (#28430) 2017-08-22 09:39:22 +02:00
Marko Poikonen
a379ee6863 libraw: 0.17.2 -> 0.18.2 2017-08-22 03:35:18 +02:00
Jos van den Oever
e20afe8d2e kde-frameworks: 5.36 -> 5.37 2017-08-21 21:47:15 +02:00
Thomas Tuegel
d143269ea8
grantlee5: patch CMake module correctly in release or debug build 2017-08-21 06:51:34 -05:00
Thomas Tuegel
96e2a3bd85
grantlee5: update meta.homepage 2017-08-21 06:51:33 -05:00
Thomas Tuegel
6ba0ab1b92
Revert "kcmutils: fix kcm plugin path"
This reverts commit cb922bbd5855aba00b96f223dce50c4556472a25.
2017-08-21 06:51:33 -05:00
Thomas Tuegel
2978918f63
kdesignerplugin: propagate qttools build input 2017-08-21 06:51:33 -05:00
Thomas Tuegel
b4780249c6
grantlee5: don't link plugins into $dev 2017-08-21 06:51:32 -05:00
Thomas Tuegel
5ba0dd1ad7
qgpgme: build with -DQT_NO_DEBUG
qgpgme uses Q_ASSERT which causes build inputs to be retained unnecessarily at
runtime unless debugging is disabled.
2017-08-21 06:51:32 -05:00
Thomas Tuegel
88d29f80c1
qttools: move qdbusviewer to runtime output 2017-08-21 06:51:31 -05:00
Thomas Tuegel
597a1c6a9e
kwallet: remove legacy D-Bus service 2017-08-21 06:51:18 -05:00
Thomas Tuegel
5a609e389a
grantlee5: multiple outputs 2017-08-21 06:51:18 -05:00