summary refs log tree commit diff
path: root/pkgs/development/libraries
Commit message (Collapse)AuthorAge
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* qt5.6: backport seccomp patch to fix errors w/new glibc + epoll_pwaitWill Dietz2018-01-04
| | | | | | | | Based on: https://chromium.googlesource.com/chromium/src/+/4e8083b4ab953ba298aedfc4e79d464be15e4012 Fixes mendeley bug mentioned in #33396, which links to related issues in other distributions and upstream Qt.
* x265: 2.5 -> 2.6adisbladis2018-01-04
|
* libtorrentRasterbar_1_0: removed since the last consumer is goneAndreas Rammhold2018-01-04
|
* libtorrentRasterbar: 1.1.5 -> 1.1.6Andreas Rammhold2018-01-04
|
* nss: Omit an extraneous definition; fix other problems on DarwinJohn Wiegley2018-01-03
|
* Merge pull request #33393 from bnikolic/boostconfigurepythonfixJohn Ericson2018-01-03
|\ | | | | Correct boost configure phase when enablePython is false
| * Correct boost configure phase when enablePython is falseBojan Nikolic2018-01-03
| | | | | | | | | | The bootstrap script does not seem to have --without-python; instead just omit --with-python option
* | gdal: 2.2.1 -> 2.2.3Michel Kuhlmann2018-01-03
| |
* | Merge pull request #33376 from dtzWill/fix/ncurses6-clangDaiderd Jordan2018-01-03
|\ \ | | | | | | ncurses: fix ncurses6 build w/clang
| * | ncurses: use more complicated expression to avoid mass-rebuilds, noteWill Dietz2018-01-03
| | |
| * | ncurses: simplify patch expr, fix ncurses6 build w/clangWill Dietz2018-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somewhat amusingly given its name, "clang.patch" applies to both 5 and 6 but is the cause of ncurses6 breakage on 6 but is required on 5... gcc is happy in all four configurations: 5 5p 6 6p gcc ✓ ✓ ✓ ✓ clang ✗ ✓ ✓ ✗ Which is why this commit enables the patch for 5 but not 6; this matches behavior in Gentoo, for example. For further simplification, we also use gcc-5 patch regardless.
* | | Merge pull request #33314 from jtojnar/gnome-mplayerJörg Thalheim2018-01-03
|\ \ \ | |_|/ |/| | gnome_mplayer: 1.0.4 → 1.0.9
| * | gmtk: init 1.0.9Jan Tojnar2018-01-03
| | |
* | | boost: Do not force numpy support from 1.65Bojan Nikolic2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason is that if cross compiling (or for other reasons) python bindings as a whole are turned off. Those two lines then trigger assertion errors unless manually overridden for cross compilation. This way: 1. The `enableNumpy` default respects the `enablePython deafult. 2. Cross works by default 3. Absurd manual overrides still break as they should 4. The `>= 1.65` logic is direct and not a maintaince gotcha.
* | | Merge remote-tracking branch 'upstream/staging' into HEADFrederik Rietdijk2018-01-02
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2018-01-01
| |\|
| * | xapian: 1.4.4 -> 1.4.5Frederik Rietdijk2018-01-01
| | |
| * | Merge pull request #31094 from yegortimoshenko/ibus/updateYegor Timoshenko2017-12-31
| |\ \ | | | | | | | | ibus: 1.5.16 -> 1.5.17, fix
| | * | gobjectIntrospection: add giDiscoverSelf preFixupPhase hookYegor Timoshenko2017-12-30
| | | | | | | | | | | | | | | | | | | | | | | | Some derivations need to discover their own typelibs. giDiscoverSelf runs as a preFixupPhase and populates GI_TYPELIB_PATH with an entry pointing to $prefix/lib/girepository-1.0, if it exists.
| * | | Merge branch 'master' into stagingVladimír Čunát2017-12-31
| |\ \ \ | | | | | | | | | | | | | | | | | | | | A few thousand rebuilds from master, again. Hydra: ?compare=1422362
| * \ \ \ Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
| |\ \ \ \ | | | | | | | | | | | | Make cross compilation elegant
| | * | | | kdoctools: Perl is a propagated *run*-time depJohn Ericson2017-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was improperly classified a build-time dep to get around the incorrect propagation logic that was in place before this PR. Additionally fix some `kdoctools` usage were it is incorrectly used a run-time dep.
| | * | | | treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
| | * | | | treewide: Use `depsBuildBuild` for buildPackges.stdenv.ccJohn Ericson2017-12-30
| | | | | |
| * | | | | Merge pull request #33188 from obsidiansystems/clean-boostJohn Ericson2017-12-30
| |\| | | | | | | | | | | | | | | | boost: Clean, reducing duplication
| | * | | | boost: Clean, reducing duplicationJohn Ericson2017-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was motivated originally by my cross work, but that goal requires a few more commits to other things. Still, it's good to start the cleanup now / get things out of the way.
| * | | | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-12-30
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #33185 from obsidiansystems/cross-simpleJohn Ericson2017-12-29
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | treewide: A few misc cross changes from #26805
| | * | | | | libelf: Fix cross compilationJohn Ericson2017-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is an upstream bug where it is assumed that if host != build, host doesn't support shared libraries. We override that overly conservative check. See http://lists.uclibc.org/pipermail/uclibc-cvs/2005-August/019383.html Also clean up some comments.
| * | | | | | Merge branch 'master' into stagingVladimír Čunát2017-12-29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Haskell rebuild :-) Hydra: ?compare=1421865
| * \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2017-12-29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1421760
| * | | | | | | | mesa: 17.2.7 -> 17.2.8 (maintenance)Vladimír Čunát2017-12-29
| | | | | | | | |
| * | | | | | | | Merge #32626: atk: clean upVladimír Čunát2017-12-29
| |\ \ \ \ \ \ \ \
| | * | | | | | | | gtk2: add gobject introspection dependencyJan Tojnar2017-12-22
| | | | | | | | | |
| | * | | | | | | | atk: do not propagate giJan Tojnar2017-12-22
| | | | | | | | | |
| * | | | | | | | | Merge #32884: libnftnl: 1.0.7 -> 1.0.8Vladimír Čunát2017-12-29
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | libnftnl: 1.0.7 -> 1.0.8Izorkin2017-12-20
| | | | | | | | | | |
| * | | | | | | | | | libdrm: 2.4.88 -> 2.4.89Vladimír Čunát2017-12-29
| | | | | | | | | | |
| * | | | | | | | | | Merge #32954: glibc: patch update and support RHEL 6Vladimír Čunát2017-12-29
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | glibc: support RHEL 6 -like kernels againVladimír Čunát2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We lost the support with 2.25 -> 2.26
| | * | | | | | | | | | glibc: maintenance 2.26-75 -> 2.26-115Vladimír Čunát2017-12-20
| | | | | | | | | | | |
| * | | | | | | | | | | libdbiDrivers: fix configIzorkin2017-12-29
| | | | | | | | | | | |
| * | | | | | | | | | | redland: use connector-cRobin Gloster2017-12-29
| | | | | | | | | | | |
| * | | | | | | | | | | gdal_1_11: needs mysql57 not mariadbRobin Gloster2017-12-29
| | | | | | | | | | | |
| * | | | | | | | | | | treewide: generalise for both mysql & mariadbRobin Gloster2017-12-29
| | | | | | | | | | | |
| * | | | | | | | | | | treewide: libmysql -> mysql.connector-cRobin Gloster2017-12-29
| | | | | | | | | | | |
| * | | | | | | | | | | libdbiDrivers: libmysql -> connector-cRobin Gloster2017-12-29
| | | | | | | | | | | |
| * | | | | | | | | | | mariadb: replace to connector-cIzorkin2017-12-29
| | | | | | | | | | | |
| * | | | | | | | | | | poco: libmysql -> connector-cRobin Gloster2017-12-29
| | | | | | | | | | | |