about summary refs log tree commit diff
path: root/pkgs/development/libraries
Commit message (Collapse)AuthorAge
* libnetfilter_queue: 1.0.2 -> 1.0.3Izorkin2018-01-16
| | | | fixes #33887
* Merge pull request #33930 from bkchr/fix_kinitadisbladis2018-01-16
|\ | | | | kinit: Fixes build
| * kinit: Fixes buildBastian Köcher2018-01-16
| |
* | alembic: use threadsafe hdf5 (#30682)Guillaume Bouchard2018-01-16
| | | | | | | | | | | | | | | | | | | | | | * hdf5: introduce hdf5-threadsafe variant Compiled with thread safe support and without the High Level library which is incompatible with thread safety. * alembic: clean buildInputs to nativeBuildInputs * alembic: use hdf5-threadsafe
* | kimageformats: Fixes buildBastian Köcher2018-01-16
|/
* qtbase: fix evaluation errorThomas Tuegel2018-01-15
| | | | `git rebase` strikes again!
* Merge branch 'bugfix/kwidgetsaddons/5.42.1' into merge/qt-5.10.0Thomas Tuegel2018-01-15
|\
| * kwidgetsaddons: 5.42.0 -> 5.42.1Thomas Tuegel2018-01-15
| | | | | | | | | | | | Fix regression with Kate sidebar. See also: https://mail.kde.org/pipermail/release-team/2018-January/010780.html
| * Merge pull request #33652 from thefloweringash/libvncserver-depsMichael Raskin2018-01-15
| |\ | | | | | | libvncserver: reduce dependencies; only use systemd on linux
| | * libvncserver: reduce dependencies; only use systemd on linuxAndrew Childs2018-01-15
| | | | | | | | | | | | Permits building on macOS.
| * | Merge pull request #33857 from adisbladis/kde-frameworks-5_42adisbladis2018-01-15
| |\ \ | | | | | | | | kde-frameworks: 5.41 -> 5.42
| | * | kde-frameworks: 5.41 -> 5.42adisbladis2018-01-14
| | | |
| * | | qmltermwidget: Use fetchFromGitHubadisbladis2018-01-15
| |/ /
| * | gst-plugins-bad: Fix CVE-2016-9447adisbladis2018-01-14
| | |
| * | Merge pull request #33814 from rnhmjoj/vapoursynthJörg Thalheim2018-01-13
| |\ \ | | | | | | | | Update Vapoursynth machinery
| | * | vapoursynth: R39 -> R40rnhmjoj2018-01-13
| | | |
| | * | zimg: 2.6.1 -> 2.7rnhmjoj2018-01-11
| | | |
| * | | Merge pull request #33795 from romildo/upd.gstreamermmJoachim F2018-01-13
| |\ \ \ | | | | | | | | | | gstreamermm: 1.8.0 -> 1.10.0
| | * | | gstreamermm: 1.8.0 -> 1.10.0José Romildo Malaquias2018-01-12
| | | | |
| * | | | libzxcvbn: init at 2.3 (#33822)xurei2018-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add package libzxcvbn * zxcvbn-c: name after the project not the library
| * | | | lombok: 1.16.8 -> 1.16.20Robert Helgesson2018-01-13
| |/ / / | | | | | | | | | | | | Also perform a few package cleanups.
| * | | libbladeRF: 1.4.0 -> 1.9.0 (#33551)markuskowa2018-01-12
| | | |
| * | | Merge pull request #33756 from acowley/pngpp-darwinDaiderd Jordan2018-01-11
| |\ \ \ | | |/ / | |/| | pngpp: darwin support
| | * | pngpp: darwin supportAnthony Cowley2018-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Building with clang is addressed by navigating a minor #if in some of the code. 2) I noticed that even when things were building correctly, passing `${out}` as a variable assignment to `make` was actually not working: there were compiler warnings about missing include directories whose bogus paths involved the literal string `out`. I ended up fixing this by performing the assignment to the make variable `PREFIX` in the `Makefile` itself.
| * | | bullet: fix build on aarch64Linus Heckemann2018-01-11
| | | |
| * | | bullet: 2.86.1 -> 2.87Linus Heckemann2018-01-11
| | | |
* | | | Merge branch 'bugfix/qt-5/closure-size-static-libs' into merge/qt-5.10.0Thomas Tuegel2018-01-15
|\ \ \ \
| * | | | qt5: reduce closure sizeThomas Tuegel2018-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, closure size is reduced by including the static libraries in $out instead of trying to move them to $dev. The Qt build system cannot handle libraries being split between different prefixes. Previously, the static libraries were moved into $dev and the shared libraries were symlinked from $out to $dev to fool the build system. However, this causes $dev to be retained at runtime. Instead, we now keep the static libraries in $out. Fortunately, the static libraries are not very large anyway. Second, we build with QT_NO_DEBUG defined unless debugging is enabled. This causes some assertions to be removed; when assertions are included, they pull paths from $dev into the runtime closure by using the __FILE__ macro. We also now patch qtbase to remove even more assertions when QT_NO_DEBUG is defined.
* | | | | Merge branch 'feature/qt-5/5.10.0' into merge/qt-5.10.0Thomas Tuegel2018-01-15
|\| | | | | |/ / / |/| | |
| * | | qt5-qtbase: update darwin patchDaiderd Jordan2018-01-09
| | | |
| * | | Qt5: 5.9.3 -> 5.10.0Bastian Köcher2018-01-02
| | | |
* | | | faad2: 2.7 -> 2.8.8adisbladis2018-01-11
| | | |
* | | | Merge pull request #33225 from LumiGuide/opencv-3.4.0Orivej Desh2018-01-11
|\ \ \ \ | | | | | | | | | | opencv: 3.3.1 -> 3.4.0
| * | | | opencv: have a better fix for the python bindings issueBas van Dijk2018-01-09
| | | | |
| * | | | opencv: disable dnn_modern on darwinBas van Dijk2018-01-09
| | | | |
| * | | | opencv: fix build of the videoio module on darwinBas van Dijk2018-01-09
| | | | |
| * | | | opencv: support optional unfree algorithmsBas van Dijk2018-01-09
| | | | |
| * | | | opencv: use system protobuf compilerBas van Dijk2018-01-09
| | | | |
| * | | | opencv: 3.3.1 -> 3.4.0Bas van Dijk2018-01-09
| | | | |
| * | | | ogrepaged: patch to make it build with ogre-1.10Bas van Dijk2018-01-09
| | | | |
| * | | | ogre: package old version 1.9.1 for mygui, rigsofrods, and stuntrallyBas van Dijk2018-01-09
| | | | |
| * | | | ogre: 1.10.10 -> 1.10.11Bas van Dijk2018-01-09
| | | | |
| * | | | ogre: 1.9 -> 1.10.10Bas van Dijk2018-01-09
| | | | |
* | | | | libvorbis: Fix CVE-2017-14160, CVE-2017-14632 & CVE-2017-14633adisbladis2018-01-11
| | | | |
* | | | | Merge pull request #33438 from WilliButz/add-fileshelterFranz Pletz2018-01-10
|\ \ \ \ \ | | | | | | | | | | | | fileshelter: init at 3.0.0
| * | | | | wt: split into wt3 and wt4WilliButz2018-01-09
| | | | | |
* | | | | | Merge pull request #33658 from dtzWill/update/ngx_pagespeedadisbladis2018-01-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1
| * | | | | | ngx_pagespeed, psol: 1.11.33.4 -> 1.13.35.1Will Dietz2018-01-09
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build when used with nginxMainline. (FWIW, 1.11.33.4 is from 2016-09-15)
* | | | | | Merge pull request #33674 from flokli/oracle-instantclientJörg Thalheim2018-01-10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0
| * | | | | oracle-instantclient: 12.1.0.2.0 -> 12.2.0.1.0Florian Klink2018-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also split major and minor version into a 'baseVersion', and specify supported platforms.