summary refs log tree commit diff
path: root/pkgs/development/libraries
Commit message (Collapse)AuthorAge
* use official taglib-extras sourceReno Reckling2015-12-29
|
* mesa: add download url (close #11942)Yann Hodique2015-12-29
| | | | vcunat refactored a bit (too long line, etc.) and reordered the URLs.
* qt55.openbr: fix sourceDomen Kožar2015-12-28
|
* gnome-boxes, libguestfs: fix builds due to libvirtRobin Gloster2015-12-28
| | | | | Adds link time dependencies which are now used in libvirt and unbreaks these packages
* libosinfo: 0.2.11 -> 0.2.12Robin Gloster2015-12-28
| | | | Unbreaks gnome-boxes 3.18
* libvirt-glib: 0.2.0 -> 0.2.3Robin Gloster2015-12-28
| | | | | This also fixes the build with the xen-supporting libvirt and removes obsolete workarounds.
* libvirt: add xen supportRobin Gloster2015-12-28
|
* libvirt: fix including libpcapRobin Gloster2015-12-28
|
* arpack: 3.2.0 -> 3.3.0Thomas Tuegel2015-12-28
|
* Merge pull request #11990 from mayflower/update-libresslPeter Simons2015-12-28
|\ | | | | libressl_2_2: 2.2.4 -> 2.2.5
| * libressl_2_2: 2.2.4 -> 2.2.5Robin Gloster2015-12-27
| |
* | Merge pull request #11947 from exi/taglib_extas-fixPeter Simons2015-12-27
|\ \ | |/ |/| taglib-extras: make taglib-extras work with taglib > 1.9
| * Add comments identifying workaroundsReno Reckling2015-12-26
| |
| * make taglib-extras work with taglib > 1.9Reno Reckling2015-12-25
| |
* | fix ftp.mozilla.org URLsRobin Gloster2015-12-26
| | | | | | | | The old URLs time out.
* | libvirt: make it build on darwinDan Peebles2015-12-24
| | | | | | | | Not sure if it works, but it no longer fails miserably at build time
* | libvirt: switch who makes assertions about whose versionDan Peebles2015-12-24
| | | | | | | | | | | | | | | | Previously, the native libvirt package was making an assertion that the dependent Python package had a compatible version. This commit switches that so that the Python package makes the assertion, since it makes more sense to me to have a child package making an assertion about its parent than vice versa.
* | jzmq: fix missing shasum in fetchgit srcChristian Albrecht2015-12-24
|/
* despotify: fix missing hash (close #11913)Nathan Zadoks2015-12-23
|
* arpack: include OpenBLAS path in pkgconfig fileThomas Tuegel2015-12-22
|
* aspell: improve the doc string, fixes #11814Bojan Nikolic2015-12-22
| | | | | | | It is better to specify data-dir in the environmental variable since then both the language description files and the dictionaries will be found. Since dict-dir defaults to data-dir only the latter needs to be set. See for example https://github.com/NixOS/nixpkgs/issues/1000
* pdfmod: init at 0.9.1 (close #11417)obadz2015-12-21
| | | | | | vcunat did some cosmetic changes, such as joining lines because we seem to rarely use one-identifier-per-line style, or fixing hyena description to conform to our rules.
* Merge pull request #11839 from ttuegel/qt-5.4Thomas Tuegel2015-12-20
|\ | | | | Qt infrastructure update
| * quazip: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * polkit-qt: normalize package name to upstreamThomas Tuegel2015-12-20
| |
| * poppler: normalize package name to upstreamThomas Tuegel2015-12-20
| |
| * qwt: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * phonon: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * signon: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * qca-qt5: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * phonon-backend-gstreamer: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * mlt: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * qt5: build env and full per versionThomas Tuegel2015-12-20
| |
| * accounts-qt: Qt infrastructure updateThomas Tuegel2015-12-20
| |
| * libdbusmenu-qt: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * grantlee: Qt 5 infrastructure updateThomas Tuegel2015-12-20
| |
| * qt54: backport Qt infrastructure changes from Qt 5.5Thomas Tuegel2015-12-19
| |
* | Merge pull request #11811 from knedlsepp/grib-apiArseniy Seroka2015-12-20
|\ \ | |/ |/| grib-api: init at 1.14.4
| * grib-api: init at 1.14.4Josef Kemetmüller2015-12-20
| |
* | qt55.qtbase: don't interpolate needlesslyThomas Tuegel2015-12-19
| |
* | fixup! qt55.qtbase: don't include optional dependencies unconditionallyThomas Tuegel2015-12-19
| |
* | qt55.qtbase: remove non-existent paths from LD_LIBRARY_PATHThomas Tuegel2015-12-19
| |
* | qt55.qtbase: don't include optional dependencies unconditionallyThomas Tuegel2015-12-19
| |
* | qt55.qtbase: fallback libGL pathThomas Tuegel2015-12-19
| | | | | | | | | | If libGL is not found on the system library path, fall back to the default Mesa driver.
* | qt55.qtbase: set compose search pathThomas Tuegel2015-12-19
| | | | | | | | | | This was previously set using substituteInPlace, but this leads to duplicate search paths.
* | qt55.qtbase: move sed scripts to postPatchThomas Tuegel2015-12-19
| |
* | qt55.qtbase: manage patches with quiltThomas Tuegel2015-12-19
|/
* telepathy-qt: minor update, fix by patch, unifyVladimír Čunát2015-12-18
| | | | | | | - The patch fixes building against gst-1.6. - Having to change three files with almost same contents would drive me mad, so I unified them into a single expression. /cc @ttuegel - libxslt seemed unneeded, and it uses libxml2 anyway.
* telepathy-farstream: minor update 0.6.1 -> 0.6.2Vladimír Čunát2015-12-18
| | | | Also cleanup unneeded dependencies, in particular gst-0.10.
* Merge pull request #11796 from nckx/fix-gdatalethalman2015-12-18
|\ | | | | gnome3_*.libgdata: add `nss` dependency