about summary refs log tree commit diff
path: root/pkgs/development
AgeCommit message (Collapse)AuthorFilesLines
2018-07-09Merge pull request #43259 from matthewbauer/unixtools-refactorMatthew Bauer205-6707/+7744
unixtools refactor
2018-07-09wayland-protocols: 1.14 -> 1.15 (#43151)R. 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/wayland-protocols/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 1.15 with grep in /nix/store/acbjqscvbj2a369m2cmx5waxpab9b3fp-wayland-protocols-1.15 - directory tree listing: https://gist.github.com/ed6b2fe913e7aa8189e99f99b8d56511 - du listing: https://gist.github.com/f55c3123eacd3a802f5007f3d8f49d3d
2018-07-09Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer205-6707/+7744
2018-07-09vim-vint: 0.3.18 -> 0.3.19 (#43152)R. 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/vim-vint/versions. Version release notes (from GitHub): # Change Log This is a release before merging #275. After #275 merged, we probably face the many problems, so we should publish it at the next release. [diff](https://github.com/Kuniwak/vint/compare/aa0648cf1272c47ec808fc92737849f082fb53e9...6422c268c190dee6657cc57f57ee19268bd04849) ## New features - Initial support for stdin (#240) ## Bugfixes - Disable ProhibitImplicitScopeVariable (#273) - Suppress warnings caused by map([], ' "x" ') (#259) - Fix linting autocmd (#260) - Fix acceptance tests (#262) ## Documentation - Link to default config (#270) - Fix a broken code block for example (#276) ## Performance Improvements - Optimize ProhibitUnusedVariable (#269) - Optimize get_asset_path (#268) - Optimize ConfigProjectSource (#267) These checks were done: - built on NixOS - /nix/store/yaywc2r3anf8r8pkw31si2y5phly68r5-vim-vint-0.3.19/bin/.vint-wrapped passed the binary check. - /nix/store/yaywc2r3anf8r8pkw31si2y5phly68r5-vim-vint-0.3.19/bin/vint passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 0.3.19 with grep in /nix/store/yaywc2r3anf8r8pkw31si2y5phly68r5-vim-vint-0.3.19 - directory tree listing: https://gist.github.com/9f3ec9fa4587a10f4c05cb1d043d96c6 - du listing: https://gist.github.com/bb1c02d3f65c3b7acb80f77938706b7c
2018-07-09libsForQt5.mlt: 6.8.0 -> 6.10.0 (#42976)R. 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/mlt/versions. Version release notes (from GitHub): This version fixes bugs and supports serializing animation keyframes with a specified time format (previously only frame number). **Framework** * Reverted mlt_pool change in v6.8.0 pending further testing. (USE_MLT_POOL compiler define is now a 0/1 boolean, defaults to 1.) * Fixed crash regression in v6.8.0 "parsing non-animated string as an animation." * Added pointer checks to mlt_animation. * Changed producer cache size heuristic in mlt_multitrack to be more liberal. * Fixed handling reserved characters in names for YAML in mlt_properties. * Added clamping to prevent computing negative in and out points to mlt_producer. * Added functions to serialize animation with a time format: - mlt_animation_serialize_cut_tf() - mlt_animation_serialize_tf() - mlt_property_get_string_tf() - mlt_property_get_string_l_tf() - mlt_properties_get_value_tf() - Mlt::Properties::get(int, mlt_time_format) - Mlt::Animation::serialize_cut(mlt_time_format, int, int) * Added functions to clear a property to mlt_properties: - mlt_property_clear() - mlt_properties_clear() - Mlt::Properties::clear() **Modules** * Fixed enabling sliced pix_fmt conversion in avformat producer. * Fixed incorrect seek and sync on audio files with discard packets. * Added support for avcodec_send_frame() API to avformat consumer. * Fixed compile errors with Libav master. * Fixed a crash in affine transition. * Fixed a crash in ladspa filters when consumer frame rate is low (e.g. <= 8). * Fixed a crash in boxblur filter. * Added animation support to boxblur hori and vert properties. * Fixed a crash in movit.convert. * Fixed incorrect alpha in affine transition blending routine. * Converted frei0r from deprecated mlt_geometry to mlt_animation API. * Fixed tilde in text string for pango producer. * Fixed using more than one channelcopy filter. * Fixed the mono filter reducing volume level. * Fixed degraded audio scrubbing in sdl2_audio consumer. * Converted dynamictext filter to use affine transition for more correct alpha compositing and sub-pixel positioning. * Added time format support for animation keyframes to the xml consumer. * Added animation support to more affine transition properties: - fix_rotate_x - fix_rotate_y - fix_rotate_z - fix_shear_x - fix_shear_y - fix_shear_z - ox - oy - scale_x - scale_y * Fixed gaps in text when characters overlap in qtext and kdenlive producers. * Fixed a crash in pixbuf producer with multiple render threads. * Converted the oldfilm vignette filter from mlt_geometry to mlt_animation. **Other** * Numerous updates to mlt-xml.dtd. * Categorized many of the encode presets (using meta.preset.name). These checks were done: - built on NixOS - /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/melt passed the binary check. - /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0/bin/.melt-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 6.10.0 with grep in /nix/store/jfzwhslr6ndh2wc4bl3vdm4kdk2xdk7a-mlt-6.10.0 - directory tree listing: https://gist.github.com/5b163c9c1aa200eba8db3bde8c8b09b1 - du listing: https://gist.github.com/ddb0aac5012b87f121601378fca1f0bd
2018-07-09kcgi: 0.10.6 -> 0.10.7 (#43000)R. 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/kcgi/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/sl5jhxlixmz36c2fqzdhd5az8wnhmx2n-kcgi-0.10.7/bin/kfcgi had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/06d87d498d359996e0d7b408ba2265d2 - du listing: https://gist.github.com/4636af5ca6c5f9b15b55b27e0705b167
2018-07-09Merge pull request #43220 from peterhoeg/u/qtoxPeter Hoeg1-2/+2
qtox: 1.15.0 -> 1.16.1
2018-07-09botan: 2.6.0 -> 2.7.0 (#43223)leenaars1-2/+2
2018-07-09Merge branch 'master' of git://github.com/NixOS/nixpkgsEelco Dolstra2-13/+13
2018-07-09rustc: Disable tests for nowEelco Dolstra2-2/+5
2018-07-09Merge pull request #43247 from worldofpeace/solargraph-0.23.3adisbladis2-13/+13
solargraph: 0.22.0 -> 0.23.3
2018-07-09solargraph: 0.22.0 -> 0.23.3worldofpeace2-13/+13
2018-07-09Merge branch 'rustc' of https://github.com/Mic92/nixpkgsEelco Dolstra2-11/+14
2018-07-09libivykis: 0.42.1 -> 0.42.2 (#42991)R. 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/libivykis/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.42.2 with grep in /nix/store/mpzbl2ic44k0zb14i6vh1jnfgjw991fm-libivykis-0.42.2 - directory tree listing: https://gist.github.com/e262298d600bcbe234280fd968536833 - du listing: https://gist.github.com/b1a6d5fe802c7441fc1f194f04f6b1b5
2018-07-09[staging] pcre: 8.41 -> 8.42 (#43165)volth1-2/+2
2018-07-09libtomcrypt: 1.18.1 -> 1.18.2 (#42993)R. 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/libtomcrypt/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 1.18.2 with grep in /nix/store/gxcivln6s36ljpx9hy1lq5hlpqfgsxnc-libtomcrypt-1.18.2 - directory tree listing: https://gist.github.com/790645636784c7dcaaf758a811a9cde4 - du listing: https://gist.github.com/b4577fa288333b9d817d01858d90947d
2018-07-09libskk: 1.0.3 -> 1.0.4 (#42997)R. 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/libskk/versions. Version release notes (from GitHub): * Don't consume key release events [#52] * Improve hankaku katakana conversion [#51] * Use the same typing rule in dict-edit mode [#50] * Add `abort-to-latin` and `abort-to-latin-unhandled` command [#48] * Add more z-* shortcuts from DDSKK * Fix memory leak caused by Vala array conversion * Bump build requirements (glib >= 2.36, valadoc >= 0.40) These checks were done: - built on NixOS - /nix/store/bdfn6ravpxm5qrgf8j9zfip4w98d76i9-libskk-1.0.4/bin/skk passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.0.4 with grep in /nix/store/bdfn6ravpxm5qrgf8j9zfip4w98d76i9-libskk-1.0.4 - directory tree listing: https://gist.github.com/5b1ab808d49b2ef79a30b2188305f5e4 - du listing: https://gist.github.com/3dc4ba1b5b8124a3ac41c17b89fb5260
2018-07-08Merge pull request #42861 from Infinisil/fix/idris-forksSilvan Mosberger83-434/+119
Idris packages clean ups and updates
2018-07-08cpdf: add license (#43229)Jeff Ames1-2/+3
2018-07-08klaus: fix hashPascal Wittmann1-1/+1
2018-07-08klaus: 1.2.2 -> 1.3.0Pascal Wittmann1-2/+2
2018-07-08Merge pull request #43214 from r-ryantm/auto-update/babeltracePascal Wittmann1-2/+2
babeltrace: 1.5.5 -> 1.5.6
2018-07-08Merge pull request #43216 from vbgl/coq8.8-equationsJohn Wiegley1-7/+7
coqPackages.equations: enable for Coq 8.8
2018-07-08Revert "python.pkgs.pycodestyle: 2.3.1 -> 2.4.0"Jörg Thalheim1-2/+2
This reverts commit 436ed46e19e35a82d0d9676a776be35cbd390ff6. breaks flake8
2018-07-08python.pkgs.pycodestyle: 2.3.1 -> 2.4.0Jörg Thalheim1-2/+2
2018-07-08Merge pull request #43219 from leenaars/dkimpyRobert Schütz2-24/+39
pythonPackages.dkimpy: 0.6.2 -> 0.8.1
2018-07-08Merge pull request #43178 from adisbladis/nodejs-9_x-dropadisbladis1-11/+0
nodejs-9_x: Package is EOL
2018-07-08pythonPackages.dkimpy: 0.6.2 -> 0.8.1Michiel Leenaars1-24/+11
2018-07-08pythonPackages.authres: init at 1.1.0Michiel Leenaars1-0/+28
2018-07-08libtoxcore: 0.2.2 -> 0.2.3Peter Hoeg1-2/+2
2018-07-08Merge pull request #43201 from dotlambda/vobject-0.9.6Robert Schütz3-15/+27
python.pkgs.vobject: 0.9.5 -> 0.9.6
2018-07-08coqPackages.equations: enable for Coq 8.8Vincent Laporte1-7/+7
2018-07-08pcre2: 10.23 -> 10.31 (#43168)volth1-28/+2
2018-07-08babeltrace: 1.5.5 -> 1.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/babeltrace/versions. These checks were done: - built on NixOS - /nix/store/yxcdc62l069aab5xvimnw7f9d3fz29j0-babeltrace-1.5.6/bin/babeltrace passed the binary check. - /nix/store/yxcdc62l069aab5xvimnw7f9d3fz29j0-babeltrace-1.5.6/bin/babeltrace-log passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 1.5.6 with grep in /nix/store/yxcdc62l069aab5xvimnw7f9d3fz29j0-babeltrace-1.5.6 - directory tree listing: https://gist.github.com/9875bc1c26bf929e990b17f57af0763f - du listing: https://gist.github.com/26783ad253c0a7a6e667c65d060dd279
2018-07-08python.pkgs.google_api_python_client: fix propagatedBuildInputsRobert Schütz1-2/+2
2018-07-08python.pkgs.django_extensions: 1.8.1 -> 2.0.7Robert Schütz1-11/+23
2018-07-08python.pkgs.vobject: 0.9.5 -> 0.9.6Robert Schütz1-2/+2
2018-07-08nodejs-9_x: Package is EOLadisbladis1-11/+0
2018-07-08Merge pull request #42954 from dywedir/libaomSilvan Mosberger1-11/+8
libaom: 0.1.0 -> 1.0.0
2018-07-07pythonpackages.sounddevice: 0.3.9 -> 0.3.11 and fix for portaudio library ↵Jos van Bakel2-5/+43
path (#43083)
2018-07-07Merge pull request #43053 from r-ryantm/auto-update/aws-sdk-cppSilvan Mosberger1-2/+2
aws-sdk-cpp: 1.4.70 -> 1.4.78
2018-07-07gtkspell3: add valaSupportworldofpeace1-3/+6
2018-07-07R: fix evaluation errorsPeter Simons4-23/+0
2018-07-07R: update CRAN package set to snapshot 2018-07-06Peter Simons1-105/+137
2018-07-07R: update package setPeter Simons5-4165/+4442
The CRAN snapshot is at "2018-07-03". Bioc is now at 3.8.
2018-07-06Add type_getattro.patch because it is no longer downloadable (#43130)Orivej Desh2-1/+63
See https://github.com/NixOS/nixpkgs/commit/f2f7c4287ff257e7c219737b0d7416a7965c0c3e
2018-07-06pythonPackages.flask-autoindex: 2018-06-28 -> 0.6.1 (#43126)Timo Kaufmann1-10/+5
2018-07-06remove redundant patch from GHC 8.6.1 for darwinJude Taylor1-2/+0
2018-07-06libodfgen: 0.1.6 -> 0.1.7 (#42246)R. RyanTM1-4/+4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libodfgen/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.1.7 with grep in /nix/store/9ngbm7b2sd2zvagliqnlgvx892ay7wm9-libodfgen-0.1.7 - directory tree listing: https://gist.github.com/6a8d890d4d5134b3b823c052014dfbd6 - du listing: https://gist.github.com/294321ff72a9aa97f89b6941ab62412d
2018-07-06Merge pull request #43084 from vbgl/ocaml-janestreet-0.11.0xeji7-295/+365
ocamlPackages.janeStreet: 0.10 -> 0.11