about summary refs log tree commit diff
path: root/pkgs/development/libraries
AgeCommit message (Collapse)AuthorFilesLines
2019-08-22grantlee5: fix build with recent CMake versionsnyanloutre2-0/+25
2019-08-22grantlee5: remove extra grantleeCompatVersion varnyanloutre1-2/+1
2019-08-22kdeFramework.kdewebkit: disable new designer plugin optionnyanloutre1-0/+3
2019-08-18Merge master into staging-nextFrederik Rietdijk24-98/+365
2019-08-18openblas: 0.3.6 -> 0.3.7Markus Kowalewski1-2/+2
2019-08-18Merge pull request #66732 from markuskowa/upd-armadillomarkuskowa1-2/+2
armadillo: 9.600.5 -> 9.600.6
2019-08-18Merge pull request #65291 from worldofpeace/xdg-updatesworldofpeace15-51/+243
Flatpak updates
2019-08-18libmodulemd_1: init at 1.8.15worldofpeace2-0/+50
2019-08-18libmodulemd: init at 2.6.0worldofpeace2-0/+104
Includes a patch for the usual pygobject override stuff. Pending upstream submission.
2019-08-18xdg-desktop-portal-gtk: 1.2.0 -> 1.4.0worldofpeace1-5/+26
Stylize expression. https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.4.0
2019-08-18xdg-desktop-portal: 1.2.0 -> 1.4.2worldofpeace2-13/+15
* adapt respect-path-env-var.patch to code being moved around, etc. * Add json-glib https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.4.0
2019-08-18flatpak: 1.2.4 -> 1.4.2worldofpeace8-33/+48
* Regenerated all patches for 1.4.2 and resolved any conflicts. * fix-test-paths.patch doesn't copy the whole locale archive because we have C.UTF8 now. * nixos/flatpak creates a Flatpak system helper user Change introduced in 1.3.2. Changes: See https://github.com/flatpak/flatpak/releases/tag/1.3.1 through 1.4.2.
2019-08-18Merge pull request #66803 from r-ryantm/auto-update/cimgMarek Mahut1-2/+2
cimg: 2.6.7 -> 2.7.0
2019-08-18Merge pull request #66381 from NixOS/staging-nextFrederik Rietdijk7-22/+17
Staging next
2019-08-18Merge pull request #61655 from lopsided98/g2o-fixesSamuel Dionne-Riel3-13/+64
g2o: build g2o_viewer, libqglviewer: 2.6.3 -> 2.7.1
2019-08-17cimg: 2.6.7 -> 2.7.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cimg/versions
2019-08-17Merge pull request #66765 from r-ryantm/auto-update/aceMarek Mahut1-2/+2
ace: 6.5.5 -> 6.5.6
2019-08-17ace: 6.5.5 -> 6.5.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ace/versions
2019-08-17Merge pull request #66739 from dtzWill/update/readline-8.0p1Eelco Dolstra1-0/+1
readline80: 8.0p0 -> 8.0p1
2019-08-17zlib: Properly clean up static/shared distinctionNiklas Hambüchen1-20/+38
This improves what commit e999def1 zlib: clean up static/shared distincion described as "kind of a mess" and "confusing". And indeed it was confusing. Now, the concept whether or not the .a file is moved to a split output is controlled by a clean variable. The defaults remain unchanged. The new approach also finally cleanly allows building statically but NOT using a split output, like all other autoconf-based projects in nixpkgs do (using the `dontDisableStatic` setting). That is important for overlays that want to enable static libs for all packages in one go, without having to hand-patch idiosynchrasies like zlib had until now. Until now, if you wanted the .a in the main output, the only way was to go via `static=false, shared=true` -- which made no sense, because you had to say `static=false` even though you want a static lib. That is fixed now.
2019-08-17treewide: name -> pnamevolth85-110/+202
2019-08-17libbass: update and use real version numbersNikolay Amiantov1-6/+12
Upstream doesn't indeed have any way of getting versioned library, as per http://www.un4seen.com/forum/?topic=18614.0.
2019-08-17Merge staging-next into stagingFrederik Rietdijk11-14/+447
2019-08-17Merge master into staging-nextFrederik Rietdijk11-15/+448
2019-08-16readline80: 8.0p0 -> 8.0p1Will Dietz1-0/+1
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-001
2019-08-16Merge pull request #66014 from jonringer/update-cre2Aaron Andersen1-4/+4
cre2: 0.3.0 -> 0.3.6
2019-08-16armadillo: 9.600.5 -> 9.600.6Markus Kowalewski1-2/+2
2019-08-16kde: add myself as maintainernyanloutre1-1/+1
2019-08-16kpurpose: add missing kirigami2 dependencynyanloutre1-2/+2
2019-08-16kinit: fix kdeinit-extra_libs.patchnyanloutre1-3/+1
2019-08-16kwayland: add missing dependencynyanloutre1-2/+2
2019-08-16kdeFrameworks: 5.60 -> 5.61nyanloutre2-317/+317
2019-08-16kdeFrameworks: 5.58 -> 5.60nyanloutre2-317/+317
2019-08-16libgphoto2: 2.5.17 -> 2.5.23David Gazdos1-3/+3
2019-08-15Merge pull request #66683 from obsidiansystems/missing-qt-patchMatthew Bauer2-5/+40
qt4: Vendor bitrotted Arch Linux patch
2019-08-15qt4: Vendor bitrotted Arch Linux patchJohn Ericson2-5/+40
It is no longer found at this URL. Vendoring until a better solution comes along. Fixes #63084
2019-08-15treewide: name -> pname (easy cases) (#66585)volth817-1109/+1043
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-14Merge pull request #66525 from andir/google-cloud-cppWilliButz2-0/+89
google-cloud-cpp: init at 0.11.0
2019-08-14Merge pull request #65349 from matthewbauer/dictsMatthew Bauer3-3/+76
Lookup hunspell dictionaries in XDG_DATA_DIRS
2019-08-14spooles: init at 2.2Gabriel Ebner2-0/+236
2019-08-14Merge staging-next into stagingFrederik Rietdijk47-386/+479
2019-08-14Merge master into staging-nextFrederik Rietdijk47-386/+479
2019-08-14ptex: 2.3.0 -> 2.3.2Marek Mahut1-18/+9
2019-08-14zsh/pth/zsync: cross fixes (#65780)Jörg Thalheim1-1/+2
zsh/pth/zsync: cross fixes
2019-08-14libwnck3: 3.30.0 → 3.32.0 (#66586)Jan Tojnar2-15/+86
libwnck3: 3.30.0 → 3.32.0
2019-08-13libwnck3: 3.30.0 → 3.32.0Jan Tojnar2-15/+86
https://gitlab.gnome.org/GNOME/libwnck/blob/3.32.0/NEWS#L1-33
2019-08-13libgudev: 232 → 233Jan Tojnar1-7/+12
https://ftp.gnome.org/pub/gnome/sources/folks/0.13/folks-0.13.1.news
2019-08-13Merge pull request #65783 from Mic92/drmMatthew Bauer2-1/+53
libdrm: cross-compile fix
2019-08-13Merge pull request #66191 from r-ryantm/auto-update/wolfsslworldofpeace1-2/+2
wolfssl: 4.0.0 -> 4.1.0
2019-08-13Merge pull request #66542 from matthewbauer/mesa-add-surfacelessMatthew Bauer1-1/+1
mesa: add surfaceless egl platform