Commit Graph

31700 Commits

Author SHA1 Message Date
Florian Klink
0934064791
Merge pull request #67841 from ivan/vulkan-loader-fix
vulkan-headers, vulkan-tools: fix version
2019-09-01 15:37:00 +02:00
Jan Tojnar
793c2c3819
Merge pull request #67864 from ryantm/babl
babl: disable tests
2019-09-01 08:50:13 +02:00
Ryan Mulligan
60d53d16d9 babl: disable tests
the tests fail
https://github.com/NixOS/nixpkgs/pull/67416#issuecomment-526864719 so
we'll disable them for now and notify upstream
2019-08-31 20:26:19 -07:00
R. RyanTM
0f11643580 libtasn1: 4.13 -> 4.14 (#65968)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libtasn1/versions
2019-08-31 23:21:23 -04:00
R. RyanTM
98ac6058ed libmicrohttpd: 0.9.64 -> 0.9.66 (#65976)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmicrohttpd/versions
2019-08-31 23:20:46 -04:00
Benjamin Hipple
11acf66e00 zlib: enable check and parallel building (#62025)
* zlib: enable check and parallel building

* Remove empty maintainers line
2019-08-31 23:20:02 -04:00
worldofpeace
e768919148
Merge pull request #67859 from worldofpeace/pango-updatepatch
pango: update hash to patch
2019-08-31 22:59:13 -04:00
R. RyanTM
83eb5620a9 libevent: 2.1.10 -> 2.1.11 (#65963)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libevent/versions
2019-08-31 22:25:41 -04:00
worldofpeace
c069c6e986 pango: update hash to patch
Fixes #67537
2019-08-31 22:08:07 -04:00
Benjamin Saunders
37538f8ec0 openxr-loader: 1.0.1 -> 1.0.2 2019-08-31 11:08:29 -07:00
Ivan Kozik
e54007370f vulkan-headers, vulkan-tools: fix version
This fixes an assertion error in vulkan-loader on version == vulkan-headers.version:

assertion failed at /nix/store/ca66sbxzxlxlfpb579nxxnw97z2ql1gv-source/pkgs/development/libraries/vulkan-loader/default.nix:8:1

The sha256 for vulkan-headers and vulkan-tools are unchanged because
they were already set to the newer version. The correct version was
lost in the staging-next merge.
2019-08-31 17:38:42 +00:00
Frederik Rietdijk
98ef78326d Merge staging-next into staging 2019-08-31 18:07:33 +02:00
Frederik Rietdijk
96e5474329 Merge master into staging-next 2019-08-31 18:04:31 +02:00
Aaron Andersen
6951cbeea9
Merge pull request #66238 from jonringer/update-vulkan
Update vulkan packages
2019-08-31 11:45:50 -04:00
Averell Dalton
c4adeddb5f opencv: dont try cuda on 32 bit
config.cudaSupport can be true and cudatoolkit doesn't work with i686,
which can happen inside pkgsi686Linux wrapping.
2019-08-31 15:55:18 +02:00
Guillaume Maudoux
92b96ce63f openssl: fix man pages collisions (#66317) 2019-08-31 08:23:39 -04:00
Will Dietz
0173f83a55 nghttp2: 1.39.1 -> 1.39.2 (security!) (#67057)
https://github.com/nghttp2/nghttp2/releases/tag/v1.39.2
2019-08-31 08:11:47 -04:00
Niklas Hambüchen
9e78f76ade treewide: Remove unnecessary --disable-static (#66759)
* freetype: Remove unnecessary `--disable-static`.

The true-by-default `dontDisableStatic` already takes care of it.

Fixes freetype not being overridable to have static libs.

* treewide: Remove unnecessary `--disable-static`.

The true-by-default `dontDisableStatic` already takes care of it.

Fixes these packages not being overridable to have static libs.
2019-08-31 08:10:53 -04:00
R. RyanTM
50d8295cc6 gawk: 4.2.1 -> 5.0.1 (#59503)
* gawk: 4.2.1 -> 5.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gawk/versions

* libgpg-error: fix build with gawk 5

Cherry picked commit 6fe2cdd03c98270b0ce0026acf8dab0a6c4d3d63 from
https://github.com/NixOS/nixpkgs/pull/67801.
2019-08-31 07:13:30 -04:00
Averell Dalton
5017f4c608 iso-codes: 3.79 -> 4.3 2019-08-31 12:44:13 +02:00
Izorkin
232fd7f1ea libnftnl: 1.1.3 -> 1.1.4 2019-08-31 12:37:33 +02:00
Ben Wolsieffer
dc74568f65 gst_all_1.gst-plugins-base: fix build on ARM 2019-08-31 12:36:18 +02:00
R. RyanTM
2bcba7336f harfbuzz: 2.5.3 -> 2.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/harfbuzz/versions
2019-08-31 12:34:42 +02:00
Lancelot SIX
6544f1ae92 libgcrypt: 1.8.4 -> 1.8.5
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00008.html
for release information
2019-08-31 12:33:21 +02:00
Frederik Rietdijk
ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Ryan Mulligan
c56a764e2e
Merge pull request #67782 from jonringer/bump-exempi
exempi: 2.4.5 -> 2.5.1
2019-08-30 23:36:11 -07:00
Samuel Leathers
ebe4fd146b
Merge pull request #66010 from r-ryantm/auto-update/openldap
openldap: 2.4.47 -> 2.4.48
2019-08-30 23:16:08 -04:00
Samuel Leathers
41a3746a90
Merge pull request #66253 from magenbluten/rocksdb
rocksdb: 6.1.2 -> 6.2.2
2019-08-30 23:04:43 -04:00
Mario Rodas
4e24cf1591
Merge pull request #67600 from marsam/update-plv8
postgresqlPackages.plv8: 2.3.12 -> 2.3.13
2019-08-30 19:15:35 -05:00
Jonathan Ringer
e594088ae8 exempi: 2.4.5 -> 2.5.1 2019-08-30 11:02:47 -07:00
Eric Wolf
74bfecb7ee yubico-pam: unstable-2019-03-19 -> unstable-2019-07-01
Co-Authored-By: Marek Mahut <marek.mahut@gmail.com>
2019-08-30 19:27:58 +02:00
Craige McWhirter
d2512c134a
libhandy: 0.0.10. -> 0.0.11 2019-08-30 10:29:18 +10:00
worldofpeace
2f7d0993b7
Merge pull request #67363 from worldofpeace/dbus-datadir
dbus: don't make datadir /etc, set runstatedir to /run
2019-08-29 19:46:51 -04:00
Jan Tojnar
3665a31a4a
Merge pull request #67663 from jtojnar/fc-joypixels
fontconfig: add support for JoyPixels font
2019-08-30 00:30:13 +02:00
Izorkin
066bd13613
libvirt-glib: remove unused packages 2019-08-29 15:16:34 +02:00
Peter Hoeg
5e3334bc55
Merge pull request #67612 from peterhoeg/u/hidapi
hidapi: 0.8.0-RC1 -> 0.9.0
2019-08-29 16:37:21 +08:00
Mario Rodas
f24c729196
postgresqlPackages.plv8: narrow platforms to x86_64-linux
plv8 uses a custom version v8 version, which is reported to only build
on x86_64-linux. The next major version plv8 should drop the custom v8.
2019-08-29 03:00:00 -05:00
Jan Tojnar
37018e70d1
fontconfig: add support for JoyPixels font
Mirroring the following upstream merge request
https://gitlab.freedesktop.org/fontconfig/fontconfig/merge_requests/67
2019-08-29 02:15:26 +02:00
worldofpeace
58fd72f3e9
Merge pull request #67490 from kisik21/master
libargon2: fixed cross-compilation
2019-08-28 13:02:05 -04:00
Vika
06073ae7df libargon2: fixed cross-compilation
Makefile had a hardcoded unprefixed ar. I wrote a patch (sending it
upstream) and added an optional make flag to override it in case we're
cross-compiling.

Unfortunately, this causes a rebuild of native packages.

This commit also fixes the pkg-config file to be generated correctly,
patch was provided by @worldofpeace.
2019-08-28 19:35:19 +03:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Robin Gloster
aafc6d09e7
Merge pull request #67246 from tobim/gcc8/qt48
qt48: Fix build for gcc8
2019-08-28 12:21:07 +02:00
Peter Hoeg
74ed54cf0c hidapi: 0.8.0-RC1 -> 0.9.0 2019-08-28 16:58:18 +08:00
Frederik Rietdijk
5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
Spencer Janssen
6e672974cc unixODBCDrivers.msodbcsql17: 17.2.0.1 -> 17.4.1.1 2019-08-27 17:58:43 -05:00
Michael Weiss
61ba5d88ef
dav1d: Add optional Vulkan support (experimental) 2019-08-27 23:30:41 +02:00
Tadeo Kondrak
0a72c32723
libplacebo: init at 1.1.8.0 2019-08-27 23:30:41 +02:00
Jan Tojnar
d63d84d350
Merge pull request #67584 from jtojnar/appstream-glib-cleanup
appstream-glib: clean up dependencies
2019-08-27 23:02:01 +02:00
Jan Tojnar
ca15e26d4d
appstream-glib: clean up dependencies 2019-08-27 22:25:27 +02:00
worldofpeace
6402a044f3
Merge pull request #67488 from worldofpeace/glib/get-schema-path
glib: add getSchemaPath, makeSchemaPath
2019-08-27 15:19:11 -04:00
Frederik Rietdijk
98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Michael Weiss
ad339e91c1
wlroots: 0.6.0 -> 0.7.0
Changelog: https://github.com/swaywm/wlroots/releases/tag/0.7.0
Rootston was removed for this release.
2019-08-27 11:32:09 +02:00
Marek Mahut
b222ee44f2
Merge pull request #67520 from jonringer/bump-gnurl
gnurl: 7.64.0 -> 7.65.0
2019-08-27 10:35:29 +02:00
Marek Mahut
761cfbf986
Merge pull request #67503 from risicle/ris-poco-cctz-darwin
poco, cctz: enable for darwin
2019-08-27 10:08:52 +02:00
Jörg Thalheim
9f313d4189
Merge pull request #67536 from volth/quotes
treewide: remove redundant quotes
2019-08-27 06:32:04 +01:00
worldofpeace
ed2aa6313f glib: add getSchemaPath 2019-08-26 21:28:13 -04:00
Marek Mahut
a61151916f
Merge pull request #67454 from mmahut/wavpack
wavpack: CVE-2018-7253 and CVE-2018-7254
2019-08-26 23:52:57 +02:00
volth
35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Robin Gloster
fe9c9f719d
libdrm: enable omap support
fixes build for xorg.xf86videoomap
2019-08-26 23:08:02 +02:00
Matthew Bauer
aa87137d3b
Merge pull request #67502 from dywedir/hunspellDicts.uk-ua
hunspellDicts.uk-ua: 4.2.5 -> 4.6.3
2019-08-26 15:34:18 -04:00
Jonathan Ringer
47c398f632 gnurl: 7.64.0 -> 7.65.0 2019-08-26 11:31:48 -07:00
Marek Mahut
bfcab98074
Merge pull request #67489 from mmahut/exiv2
exiv2: enabling tests for real
2019-08-26 17:52:24 +02:00
Marek Mahut
4ee4bb9872 exiv2: adding DYLD_LIBRARY_PATH= for darwin tests 2019-08-26 17:16:06 +02:00
Jan Tojnar
667ee34440
Merge pull request #67500 from jtojnar/graphene-fix-tests
graphene: fix installed tests
2019-08-26 15:48:12 +02:00
Vladyslav M
e89dc6af4e
hunspellDicts.uk-ua: 4.2.5 -> 4.6.3 2019-08-26 16:17:56 +03:00
Jan Tojnar
b5bb10d7ed
graphene: add installed tests as a passthru 2019-08-26 15:09:35 +02:00
Jan Tojnar
38882f1503
mutest: 2019-08-12 → 2019-08-26
Fixes OOB write breaking graphene installed tests:

https://github.com/ebassi/mutest/pull/11
2019-08-26 15:09:05 +02:00
Robert Scott
f8c2a8461e cctz: enable for darwin
only minor tweaks needed
2019-08-26 14:07:07 +01:00
Robert Scott
bc26695334 poco: enable for darwin 2019-08-26 14:06:28 +01:00
Jan Tojnar
02bc9e463c
Merge pull request #67416 from jtojnar/babl-0.1.72
babl: 0.1.66 → 0.1.72
2019-08-26 14:57:58 +02:00
Jan Tojnar
ba2a16ffa2
gegl_0_3: drop 2019-08-26 14:28:42 +02:00
Jan Tojnar
071804bf60
babl: 0.1.66 → 0.1.72
https://gitlab.gnome.org/GNOME/babl/blob/BABL_0_1_72/NEWS#L6-24
2019-08-26 14:28:41 +02:00
worldofpeace
b7fa073196 glib: add makeSchemaPath 2019-08-26 07:03:39 -04:00
Aaron Andersen
c6c7850321
Merge pull request #67483 from jonringer/bump-allegro
allegro: 5.2.4.0 -> 5.2.5.0
2019-08-26 06:55:23 -04:00
Marek Mahut
9b4e5a9325 exiv2: enabling tests for real
Fixes #67453
2019-08-26 12:02:45 +02:00
Marek Mahut
3052cc1c1b
Merge pull request #67453 from mmahut/exiv2
exiv2: 0.27.1 -> 0.27.2
2019-08-26 10:36:14 +02:00
Marek Mahut
336eb202f6 exiv2: enable tests 2019-08-26 10:01:51 +02:00
Jonathan Ringer
792c8e8756 allegro: 5.2.4.0 -> 5.2.5.0 2019-08-26 00:53:26 -07:00
Matthew Bauer
70c1c856d4 qtbase: remove sdk.mk check for macOS 2019-08-26 00:19:48 -04:00
Marek Mahut
86f31274eb
Merge pull request #66580 from tadeokondrak/vapoursynth-r47.1
vapoursynth: R46 -> R47.2
2019-08-26 00:05:25 +02:00
Michael Weiss
aed9694829
ffmpeg_4: Enable support for AV1 decoding via dav1d by default
This is e.g. required for mpv (depends on ffmpeg_4) to play AV1 videos.
Fixes #54990.

But since dav1d is only a AV1 decoder this doesn't support AV1 encoding
as well (that would require an additional dependency on libaom).
The dependency on dav1d can be disabled by overriding it to null.
2019-08-25 21:40:10 +02:00
Marek Mahut
ece9696ba5 wavpack: CVE-2018-7253 and CVE-2018-7254
Fixes #67201

(cherry picked from commit 0000a568bd83f70905dcec1d7428403268849caf)
2019-08-25 19:37:43 +02:00
Robin Gloster
616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00
Marek Mahut
04de5d7c3c exiv2: 0.27.1 -> 0.27.2
Fixes #67194
2019-08-25 18:49:35 +02:00
Vladimír Čunát
985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Marek Mahut
cceab5257f
Merge pull request #67390 from primeos/weston
weston: 6.0.1 -> 7.0.0
2019-08-25 14:22:29 +02:00
Marek Mahut
7bdda407bb
Merge pull request #67290 from Ma27/bump-dlib
dlib: 19.16 -> 19.17
2019-08-25 14:15:31 +02:00
Matthieu Coudron
83a87644b4
Merge pull request #67382 from lblasc/remove-luaffi
luaffi: remove in favor of luaPackages.luaffi
2019-08-25 12:32:28 +09:00
Mario Rodas
14887ff520
protobuf3_9: 3.9.0 -> 3.9.1 2019-08-24 16:20:00 -05:00
Jai Flack
004e9b5b41 hunspell-dicts: add support for Australian dictionary (#66462)
Using the SCOWL dictionaries (same as en_US and en_CA)
2019-08-24 20:37:51 -04:00
markuskowa
f179aa1315
Merge pull request #67404 from Alkeryn/serialdv
serialdv: init at 1.1.1
2019-08-24 23:35:14 +02:00
markuskowa
12bf3d2eef
Merge pull request #67403 from Alkeryn/cm256cc
cm256cc: init at 1.0.5
2019-08-24 23:31:57 +02:00
Alkeryn
1b55f12160 serialdv: init at 1.1.1 2019-08-24 21:58:24 +02:00
Alkeryn
5cc3c3a399 cm256cc: init at 1.0.5 2019-08-24 21:55:22 +02:00
worldofpeace
4e581c7b52 make-session-conf: add share/dbus-1/session.d 2019-08-24 15:07:44 -04:00
worldofpeace
9ff1601dc7 make-dbus-conf: use share/xml/dbus-1 2019-08-24 15:07:44 -04:00
worldofpeace
d35a71a2da dbus: delete systemd.patch
Not used anymore.
2019-08-24 15:07:44 -04:00
worldofpeace
a188cfadc6 dbus: stylize, use placeholder 2019-08-24 15:07:44 -04:00
Vladimír Čunát
ee099bf5e7
Merge #66998: mesa: 19.1.3 -> 19.1.5 (into staging) 2019-08-24 18:17:51 +02:00
Vladimír Čunát
b3024380de
mesa: 19.1.4 -> 19.1.5 (bugfix only) 2019-08-24 18:09:36 +02:00
Robert Scott
9b6ae7a0f4 graphene-hardened-malloc: 1 -> 2 2019-08-24 16:52:32 +01:00
Michael Weiss
a48865eea0
wayland-protocols: 1.17 -> 1.18 2019-08-24 16:30:46 +02:00
Marek Mahut
93e40b2ab8
Merge pull request #65952 from r-ryantm/auto-update/libcacard
libcacard: 2.6.1 -> 2.7.0
2019-08-24 16:27:44 +02:00
Marek Mahut
993cac675b
Merge pull request #65955 from r-ryantm/auto-update/libgig
libgig: 4.1.0 -> 4.2.0
2019-08-24 16:22:20 +02:00
Marek Mahut
6f553ac764
Merge pull request #65956 from r-ryantm/auto-update/libdazzle
libdazzle: 3.32.2 -> 3.32.3
2019-08-24 16:20:54 +02:00
R. RyanTM
d7d15fb454 wiredtiger: 2.6.1 -> 3.2.0 (#67170)
* wiredtiger: 2.6.1 -> 3.2.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wiredtiger/versions

* wiredtiger: removing broken tag

* wiredtiger: removing prePatch for darwin
2019-08-24 09:53:02 -04:00
Luka Blaskovic
e9b136e400 luaffi: remove in favor of luaPackages.luaffi 2019-08-24 10:04:44 +00:00
Marek Mahut
b8b35816c3
Merge pull request #67356 from alexbakker/libvirt-onboot
libvirtd: add onBoot option
2019-08-24 11:59:07 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Samuel Leathers
7cec032b9e
Merge pull request #67263 from pacien/exim-spf
exim: add SPF support (+ init libspf2 at 1.2.10)
2019-08-24 00:58:02 -04:00
Jan Tojnar
2e1f99061e
Merge pull request #67320 from jtojnar/at-spi-bus-launcher-schemas
at-spi2-core: wrap at-spi-bus-launcher
2019-08-24 00:46:25 +02:00
Jan Tojnar
1adfc32c01
at-spi2-core: wrap at-spi-bus-launcher
Currently the following warnings and errors are logged on GNOME startup:

	Aug 22 19:34:16 kaiser dbus-daemon[1229]: [session uid=132 pid=1229] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.8' (uid=132 pid=1246 comm="/nix/store/5anz
	kdq6src76c4lm4m98w2a8f3j2cc4-gnome-" label="kernel")
	Aug 22 19:34:16 kaiser systemd[1223]: Starting Accessibility services bus...
	Aug 22 19:34:16 kaiser at-spi-bus-laun[1341]: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
	Aug 22 19:34:16 kaiser dbus-daemon[1229]: [session uid=132 pid=1229] Successfully activated service 'org.a11y.Bus'
	Aug 22 19:34:16 kaiser systemd[1223]: Started Accessibility services bus.
	Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: dbus-daemon[1345]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=132 pid=1246 comm="/nix/store/5anzkdq6src76c4lm4m98w2a8f3j2cc4-gnom
	e-" label="kernel")
	Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: dbus-daemon[1345]: Successfully activated service 'org.a11y.atspi.Registry'
	Aug 22 19:34:16 kaiser at-spi-bus-launcher[1341]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
	[…]
	Aug 22 19:34:26 kaiser dbus-daemon[1775]: [session uid=1000 pid=1775] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.10' (uid=1000 pid=1852 comm="/nix/store/0k7r7imgs4zw3c9csldq7clmcyn4cy6k-gnome-" label="kernel")
	Aug 22 19:34:26 kaiser systemd[1769]: Starting Accessibility services bus...
	Aug 22 19:34:26 kaiser at-spi-bus-laun[1858]: g_settings_schema_source_lookup: assertion 'source != NULL' failed
	Aug 22 19:34:26 kaiser at-spi-bus-laun[1858]: g_settings_schema_source_lookup: assertion 'source != NULL' failed
	Aug 22 19:34:26 kaiser dbus-daemon[1775]: [session uid=1000 pid=1775] Successfully activated service 'org.a11y.Bus'
	Aug 22 19:34:26 kaiser systemd[1769]: Started Accessibility services bus.
	Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: dbus-daemon[1862]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1852 comm="/nix/store/0k7r7imgs4zw3c9csldq7clmcyn4cy6k-gnome-" label="kernel")
	Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: dbus-daemon[1862]: Successfully activated service 'org.a11y.atspi.Registry'
	Aug 22 19:34:26 kaiser at-spi-bus-launcher[1858]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry

This patch starts wrapping the binary, fixing one of the stragglers from https://github.com/NixOS/nixpkgs/issues/14120.

Unfortunately, we could not use wrapGAppsHook due to dependency cycle.
2019-08-24 00:07:39 +02:00
Marek Mahut
589405a563 opencv: CVE-2019-14493 2019-08-23 20:36:31 +02:00
worldofpeace
dc9c69efcf dbus: set runstatedir to /run
else it's /var/run.
2019-08-23 14:20:02 -04:00
worldofpeace
ccd8421dc9 dbus: don't make datadir /etc 2019-08-23 14:19:20 -04:00
Jan Tojnar
a8d3aebdce
Merge pull request #67318 from jtojnar/gnome-photos
gnome-photos: 3.32.0 → 3.32.1
2019-08-23 19:49:43 +02:00
Alexander Bakker
d20022018e libvirtd: add onBoot option
This adds a new ``onBoot`` option that allows specifying the action taken on
guests when the host boots. Specifying "start" ensures all guests that were
running prior to shutdown are started, regardless of their autostart settings.
Specifying "ignore" will make libvirtd ignore such guests. Any guest marked as
autostart will still be automatically started by libvirtd.
2019-08-23 17:52:12 +02:00
Linus Heckemann
d1d602f559 Merge remote-tracking branch 'origin/master' into openssl-1.1 2019-08-23 17:27:39 +02:00
Michael Weiss
7126eedd4f
Merge pull request #67205 from primeos/ffmpeg-full
ffmpeg-full: 4.1.4 -> 4.2
2019-08-23 15:36:15 +02:00
Michael Weiss
4469c2333c
ffmpeg-full: Disable libmfx and nvenc on AArch64 to fix the build
The AArch64 build was failing since 2019-03-26:
https://hydra.nixos.org/build/98821440
2019-08-23 14:30:46 +02:00
Emily
6dba65eeba libftdi: extend platforms and fix on Darwin 2019-08-23 02:14:40 -05:00
Marek Mahut
5fa9205731
Merge pull request #66567 from mmahut/itk
itk: 5.0.0 -> 5.0.1
2019-08-23 08:34:56 +02:00
Marek Mahut
29ca909e00
Merge pull request #67147 from jonringer/bump-osinfo
Bump libosinfo packages
2019-08-23 08:26:25 +02:00
Mario Rodas
7ad6a4a01f
Merge pull request #66896 from r-ryantm/auto-update/grpc
grpc: 1.22.0 -> 1.23.0
2019-08-22 21:18:58 -05:00
Mario Rodas
16dec82d99
grpc: add marsam as maintainer 2019-08-22 20:17:54 -05:00
Aaron Andersen
890196d0e5
Merge pull request #67206 from flokli/oracle-instantclient-19.3
oracle-instantclient: 12.2.0.1.0 -> 19.3.0.0.0
2019-08-22 20:57:44 -04:00
Jan Tojnar
b8ba71d633
tracker-miners: move from gnome3 2019-08-23 02:55:42 +02:00
Jan Tojnar
4919db9cbb
tracker: move from gnome3 2019-08-23 02:53:43 +02:00
Jan Tojnar
795e37b7fe
grilo-plugins: move from gnome3 2019-08-23 02:47:56 +02:00
Jan Tojnar
a2ba083f18
grilo: move from gnome3 2019-08-23 02:47:37 +02:00
Jan Tojnar
fac090c8dd
gnome-online-accounts: move from gnome3 2019-08-23 02:47:21 +02:00
Jan Tojnar
91b46353a5
Merge pull request #67308 from jtojnar/libxmlb-0.1.11
libxmlb: 0.1.10 → 0.1.11
2019-08-23 02:06:41 +02:00
Robin Gloster
2cc05be907
treewide: openssl_1_1 pinning is unnecessary 2019-08-23 02:02:50 +02:00
Robin Gloster
c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-23 02:00:31 +02:00
Jan Tojnar
93f4d6f6ae
nixos/tests/libxmlb: init 2019-08-23 01:34:48 +02:00
Jan Tojnar
67bd99052a
Merge pull request #67204 from jtojnar/libical-3.0.5
libical: 3.0.4 → 3.0.5
2019-08-23 01:27:16 +02:00
Jan Tojnar
14056cc908
libxmlb: 0.1.10 → 0.1.11
https://github.com/hughsie/libxmlb/blob/0.1.11/NEWS

Also formatted the expression and added installed tests
2019-08-23 01:11:18 +02:00
Will Dietz
66e93cb96e
libcbor: 2019-02-23 -> 2019-07-25
git bump, including removal of stray printf
2019-08-22 14:10:36 -05:00
Maximilian Bosch
311516f55e
dlib: 19.16 -> 19.17
https://github.com/davisking/dlib/releases/tag/v19.17

Also had to change the expression for setup.py flags as 19.17 doesn't
support `--yes` anymore.
2019-08-22 20:53:41 +02:00
pacien
43a5bab9a5 libspf2: init at 1.2.10 2019-08-22 17:50:13 +02:00
Marek Mahut
b67b08518e
Merge pull request #66969 from dtzWill/update/libvisio-0.1.7
libvisio: 0.1.6 -> 0.1.7
2019-08-22 17:03:41 +02:00
Robin Gloster
3dede565c7
qt56: remove; unused, broken with openssl 1.1 2019-08-22 14:50:28 +02:00
nyanloutre
9f5f9ab7e9 grantlee5: fix build with recent CMake versions 2019-08-22 14:03:49 +02:00
nyanloutre
e841edacc5 grantlee5: remove extra grantleeCompatVersion var 2019-08-22 13:55:11 +02:00
Tobias Mayer
bd9d24a2dc qt48: Fix build for gcc8 2019-08-22 13:24:56 +02:00
nyanloutre
620331c294 kdeFramework.kdewebkit: disable new designer plugin option 2019-08-22 12:19:13 +02:00
Florian Klink
ab6ada01f7 oracle-instantclient: use copy instead of install for libraries
libclntsh.so* and libocci.so* are symlinks to the latest version.

By using `install`, these are all dereferenced and duplicated.

Let's avoid that, and shrink the lib output from 621M to 226M.
2019-08-22 11:22:51 +02:00
Florian Klink
e9c53043a8 oracle-instantclient: drop PECL::oci8 hack
This wasn't about PECL::oci8 in first place, but DBD-Oracle.

In the current version of oracle-instantclient, a libclntsh.so is
shipped, so DBD-Oracle is happy.
2019-08-22 11:22:51 +02:00
Florian Klink
2decc61d28 oracle-instantclient: 12.2.0.1.0 -> 19.3.0.0.0
It's now possible to download Oracle Instant Client without having to
click a checkbox to agree to the license, and then log in with an Oracle
account to start the download, at least on Linux (for now).

Darwin still seems to be at 18.1, and version numbers haven't been that
aligned recently, so allow different version numbers per platform.
2019-08-22 11:22:51 +02:00
Florian Klink
c79d9e17d6 odpic: 3.1.0 -> 3.2.1 2019-08-22 11:22:51 +02:00
Florian Klink
eb0fecf294 odpic: add to rpath 2019-08-22 11:22:51 +02:00
Florian Klink
6081611046 oracle-instantclient: turn into a multi-output derivation 2019-08-22 11:22:48 +02:00
Pierre Bourdon
1a1696f9b6 SDL2: don't mix space-separated / lists in cmake config
The SDL2_PATH environment variable is space-separated. However, CMake
lists are semicolon separated, and doing set(list "a" ${var}) will end
up with list containing "a;b c d". This causes downstream users to fail
parsing the include dirs list.

Normalize the include dirs list to a normal CMake semicolon-separated
list using separate_arguments.
2019-08-22 11:41:16 +03:00
Sarah Brofeldt
84e6725429
Merge pull request #67190 from das-g/libosmium-2.15.2
libosmium: 2.15.1 -> 2.15.2
2019-08-22 08:53:31 +02:00
Jan Tojnar
b992565455
Merge pull request #67222 from jtojnar/glthree
gnome-hexgl: init at unstable-2019-08-21
2019-08-22 03:18:29 +02:00
Jan Tojnar
144ac2bd16
gthree: unstable-2019-10-21 2019-08-22 02:24:55 +02:00
Jan Tojnar
0e51dcda37
graphene: 1.8.6 → 1.9.6
we need unstable version for glthree
2019-08-22 02:24:54 +02:00
Jan Tojnar
9ad99a811d
mutest: init at unstable-2019-10-12 2019-08-22 02:24:54 +02:00
markuskowa
e43834650f
Merge pull request #67182 from lsix/gsl-2.6
gsl: 2.5 -> 2.6
2019-08-21 23:52:12 +02:00
Marek Mahut
88f57d4501
Merge pull request #67180 from r-ryantm/auto-update/xxHash
xxHash: 0.7.0 -> 0.7.1
2019-08-21 22:38:00 +02:00
Marek Mahut
25ccab2c5f
Merge pull request #67178 from r-ryantm/auto-update/wxSVG
wxSVG: 1.5.19 -> 1.5.20
2019-08-21 21:19:52 +02:00
Marek Mahut
b5808da5c7
Merge pull request #67167 from r-ryantm/auto-update/wcslib
wcslib: 6.3 -> 6.4
2019-08-21 21:19:12 +02:00
Matthew Bauer
856d10a9b8
Merge pull request #66454 from ruuda/libcrypto-noexecstack
libressl: build libcrypto with noexecstack
2019-08-21 14:11:08 -04:00
Jonathan Ringer
038fbf0178 libosinfo: 1.5.0 -> 1.6.0 2019-08-21 10:37:20 -07:00
Timo Kaufmann
e2b47524a3
Merge pull request #67158 from r-ryantm/auto-update/sympow
sympow: 2.023.4 -> 2.023.5
2019-08-21 19:17:53 +02:00
Michael Weiss
1537ce23b1
ffmpeg-full: 4.1.4 -> 4.2
Changelog: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/4.2:/Changelog

Configuration flag changes:
https://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff/n4.1.4..n4.2:/configure

Ignored new configuration flags:
--enable-libaribb24      enable ARIB text and caption decoding via libaribb24 [no]
--enable-pocketsphinx    enable PocketSphinx, needed for asr filter [no]
--enable-cuda-nvcc       enable Nvidia CUDA compiler [no]
--disable-cuda-llvm      disable CUDA compilation using clang [autodetect]
--disable-msa2           disable MSA2 optimizations

The renamed and removed configuration options where not used.

I've added a patch to prefer libdav1d over libaom, as libaom wasn't even
able to play my sample videos for AV1 (apart from the reduced
performance, at least in theory).
2019-08-21 18:02:30 +02:00
Jan Tojnar
c5762ff9e5
libical: 3.0.4 → 3.0.5
https://github.com/libical/libical/releases/tag/v3.0.5

Docs now fail with a different issue so I had to keep them disabled:

FAILED: doc/reference/libical-glib/html/index.html
cd /build/source/build/doc/reference/libical-glib && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-scan --module=libical-glib --deprecated-guards="LIBICAL_GLIB_DISABLE_DEPRECATED" --ignore-headers="libical-glib-private.h" --rebuild-sections --rebuild-types --source-dir="/build/source/build/src/libical-glib" && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E chdir /build/source/build/doc/reference/libical-glib /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E env LD_LIBRARY_PATH=":/build/source/build/lib:/build/source/build/lib:/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib:" /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-scangobj --module=libical-glib --cflags=\ -I/nix/store/90y20imp7c9rykrwj9xsavpmi4gpllr8-glib-2.60.4-dev/include\ -I/nix/store/90y20imp7c9rykrwj9xsavpmi4gpllr8-glib-2.60.4-dev/include/glib-2.0\ -I/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib/glib-2.0/include\ -I/nix/store/hnd5m3l1cysr5wpim0h0khvsycgr7577-libical-3.0.5-dev/include --ldflags=-L/build/source/build/lib\ -lical-glib\ -lglib-2.0\ -lgobject-2.0\ -L/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib\ -L/build/source/build/lib\ -lical\ -L/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-mkdb --module=libical-glib --name-space=libical-glib --main-sgml-file="/build/source/build/doc/reference/libical-glib/libical-glib-docs.sgml" --sgml-mode --output-format=xml --source-dir="/build/source/build/src/libical-glib" && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E make_directory /build/source/build/doc/reference/libical-glib/html && /nix/store/rlp98mmbvp008720p25k73w2khzs9rzn-cmake-3.14.5/bin/cmake -E chdir /build/source/build/doc/reference/libical-glib/html /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-mkhtml --path=.. libical-glib ../libical-glib-docs.sgml && /nix/store/0x1ylx8kxb4aivvj3m4yh64bnw85vkrx-gtk-doc-1.30/bin/gtkdoc-fixxref --module=libical-glib --module-dir=html --extra-dir=.. --html-dir="share/gtk-doc/html/libical-glib"
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: libical-glib-scan.o: undefined reference to symbol '__errno_location@@GLIBC_2.2.5'
/nix/store/mgdjnsrkqgmxqjaqaxgqyqm7fwyi96fk-binutils-2.31.1/bin/ld: /nix/store/iykxb0bmfjmi7s53kfg6pjbfpd8jmza6-glibc-2.27/lib/libpthread.so.0: error adding symbols: DSO missing from command line
2019-08-21 14:05:13,671:scangobj.py:execute_command:1198:WARNING:Linking scanner failed: 1, command: ld libical-glib-scan.o -L/build/source/build/lib -lical-glib -lglib-2.0 -lgobject-2.0 -L/nix/store/vl5a1s7i5bqjjbgs5x821avx3ddcx8a4-glib-2.60.4/lib -L/build/source/build/lib -lical -L/nix/store/vvj5xbcqjq3wcnaz0ca9a5q74vsgxghc-libical-3.0.5/lib -o libical-glib-scan
[169/227] Building C object src/libical-glib/CMakeFiles/ical-glib-static.dir/i-cal-derived-property.c.o
ninja: build stopped: subcommand failed.
2019-08-21 16:30:21 +02:00
Gabriel Ebner
ccebe42911 libheif: 1.4.0 -> 1.5.0 2019-08-21 15:13:37 +02:00
Raphael Das Gupta
aa0f96cfb4 libosmium: 2.15.1 -> 2.15.2 2019-08-21 14:46:42 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
xbreak
0ec4bfdcc1 libyamlcpp: Disable build & install of Google Test
The source repo includes a copy of Google Test, which is build
and installed by default, which may lead to the wrong Google Test
being used by packages using yaml-cpp.
2019-08-21 11:09:20 +00:00
Lancelot SIX
cb02fcafb8
gsl: 2.5 -> 2.6
See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00004.html
for release announcement
2019-08-21 10:43:43 +02:00
R. RyanTM
7febeb3ddf xxHash: 0.7.0 -> 0.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xxhash/versions
2019-08-21 00:04:32 -07:00
R. RyanTM
bde427be49 wxSVG: 1.5.19 -> 1.5.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wxsvg/versions
2019-08-20 23:45:12 -07:00
R. RyanTM
d3526f8cb2 wcslib: 6.3 -> 6.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/wcslib/versions
2019-08-20 22:22:43 -07:00
R. RyanTM
0ff0c288a8 sympow: 2.023.4 -> 2.023.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sympow/versions
2019-08-20 21:06:37 -07:00
Ruud van Asseldonk
fdd78a5387 libressl: use CFLAGS to avoid exectuable stack
It turns out that libcrypto had an exectuable stack, because it linked
some objects without a .note.GNU-stack section. Compilers add this
section by default, but the objects produced from .S files did not
contain it. The .S files do include a directive to add the section, but
guarded behind an #ifdef HAVE_GNU_STACK. So define HAVE_GNU_STACK, to
ensure that all objects have a .note.GNU-stack section.
2019-08-21 00:16:08 +02:00
Timo Kaufmann
c5c47203dc
Merge pull request #65247 from lopsided98/openjdk-arm
openjdk: enable bootstrapping on ARM
2019-08-20 23:55:45 +02:00
Marek Mahut
8b5126fc25
Merge pull request #67011 from r-ryantm/auto-update/onig
oniguruma: 6.9.2 -> 6.9.3
2019-08-20 21:05:50 +02:00
Danylo Hlynskyi
f45dc43a52
Merge pull request #67087 from danbst/update/agda-iowa-stdlib
agdaIowaStdlib: 1.4.0 -> 1.5.0, also agdaPrelude update
2019-08-20 22:00:10 +03:00
Robin Gloster
ff3211e5d5
aacskeys: remove
Unmaintained, ancient and doesn't build with openssl 1.1
2019-08-20 20:40:05 +02:00
Marek Mahut
462288a6ba
Merge pull request #67035 from r-ryantm/auto-update/protozero
protozero: 1.6.7 -> 1.6.8
2019-08-20 20:30:10 +02:00
Robin Gloster
8c0786babe
Merge pull request #67103 from mayflower/globin-maintainership
treewide: update globin's maintained drvs
2019-08-20 17:57:47 +00:00
Matthew Bauer
d02e0b6020
Merge pull request #66634 from matthewbauer/at-spi2-core-minimize-closure
at-spi2-core: provide fallback dbus_daemon manually
2019-08-20 13:39:14 -04:00
Marek Mahut
60c1883a19
Merge pull request #66980 from r-ryantm/auto-update/mdds
mdds: 1.4.3 -> 1.5.0
2019-08-20 19:36:59 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
danbst
fcf752c8b3 agdaPrelude: 0dca24a81 -> eacc961c2
https://hydra.nixos.org/build/98865987
2019-08-20 17:42:40 +03:00
Austin Seipp
6576162fe9 liburing: replace obsoleted patch with new upstream patch
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 09:42:18 -05:00
danbst
d215144cc9 agdaIowaStdlib: 1.4.0 -> 1.5.0
https://hydra.nixos.org/build/98831905
2019-08-20 17:32:20 +03:00
Ruud van Asseldonk
bc185504ca libressl_3_0: init at 3.0.0 2019-08-20 08:50:57 -05:00
Austin Seipp
66f37f4a34 liburing: bump to 0.1 tag + some extra patches
Normally changing the version of the tag in this manner would be nasty
for users -- `nix-env -u` would not see this as an upgrade on the
channel, for instance, if you had a previous version installed. But
liburing is a *library* and does not really come included with any
useful end-user tools. Most cases will use it directly as a build
dependency, in which case, an appropriate rebuild will happen anyway.

This also re-introduces AArch64 builds, which was previously broken due
to some internal changes requiring memory barrier support. In a twist of
fate, however, this was later broken by another patch, which was written
to fix a *different* regression for users. So we simply apply both of
these patches, as well as a third patch that re-fixes AArch64 support,
which I will submit upstream to Jens. Life is never easy.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-08-20 08:50:11 -05:00
Rickard Nilsson
225e412edb Remove myself as maintainer of some packages. 2019-08-20 15:24:01 +02:00
R. RyanTM
f4df1281c2 protozero: 1.6.7 -> 1.6.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/protozero/versions
2019-08-20 00:04:54 -07:00
R. RyanTM
4bbcc7127d oniguruma: 6.9.2 -> 6.9.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/onig/versions
2019-08-19 20:05:25 -07:00
R. RyanTM
9e421ad674 libndctl: 65 -> 66
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libndctl/versions
2019-08-19 19:30:02 -05:00
R. RyanTM
cbe14dc3cf driversi686Linux.mesa: 19.1.3 -> 19.1.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/mesa/versions
2019-08-19 17:20:36 -07:00
Ben Wolsieffer
18e0f9d39f libdrm: don't depend on valgrind when it is not available (armv6l) 2019-08-19 18:54:29 -04:00
Marek Mahut
6e6892d29b
Merge pull request #66958 from r-ryantm/auto-update/live555
live555: 2019.06.28 -> 2019.08.16
2019-08-19 23:17:30 +02:00
Marek Mahut
1c44d26f91
Merge pull request #66959 from r-ryantm/auto-update/librealsense
librealsense: 2.23.0 -> 2.25.0
2019-08-19 22:45:00 +02:00
R. RyanTM
771d841446 mdds: 1.4.3 -> 1.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mdds/versions
2019-08-19 13:44:47 -07:00
Marek Mahut
d4ee26ebd9
Merge pull request #66955 from r-ryantm/auto-update/libwebsockets
libwebsockets: 3.1.0 -> 3.2.0
2019-08-19 22:44:16 +02:00
Marek Mahut
0a3f7d4740
Merge pull request #66964 from r-ryantm/auto-update/libmodbus
libmodbus: 3.1.4 -> 3.1.6
2019-08-19 22:43:33 +02:00
Marek Mahut
7302eb3ea0
Merge pull request #66967 from r-ryantm/auto-update/libgpiod
libgpiod: 1.4 -> 1.4.1
2019-08-19 22:39:55 +02:00
Will Dietz
8ded2cf440
libvisio: 0.1.6 -> 0.1.7
https://gerrit.libreoffice.org/plugins/gitiles/libvisio/+/libvisio-0.1.7/NEWS
2019-08-19 14:49:17 -05:00
R. RyanTM
40a0e1d4bc libgpiod: 1.4 -> 1.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgpiod/versions
2019-08-19 12:33:27 -07:00
R. RyanTM
28a967191d libmodbus: 3.1.4 -> 3.1.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmodbus/versions
2019-08-19 12:14:32 -07:00
R. RyanTM
d20482b110 librealsense: 2.23.0 -> 2.25.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/librealsense/versions
2019-08-19 11:54:39 -07:00
Marek Mahut
0d633c9285
Merge pull request #66944 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.18.0 -> 0.18.1
2019-08-19 20:47:15 +02:00
Marek Mahut
6366d9602b
Merge pull request #66943 from r-ryantm/auto-update/leatherman
leatherman: 1.7.0 -> 1.7.1
2019-08-19 20:46:15 +02:00
Marek Mahut
3149ff5764
Merge pull request #66940 from r-ryantm/auto-update/libdeflate
libdeflate: 1.2 -> 1.3
2019-08-19 20:45:39 +02:00
R. RyanTM
0b00207f94 live555: 2019.06.28 -> 2019.08.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-08-19 11:43:05 -07:00
R. RyanTM
82eb1fbee5 libwebsockets: 3.1.0 -> 3.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libwebsockets/versions
2019-08-19 11:26:29 -07:00
worldofpeace
80f4d61534
Merge pull request #66934 from jtojnar/gnome-video-effects-0.5.0
gnome-video-effects: 0.4.3 → 0.5.0
2019-08-19 14:11:13 -04:00
Jan Tojnar
b80da194fd
gnome-video-effects: 0.4.3 → 0.5.0
https://gitlab.gnome.org/GNOME/gnome-video-effects/blob/0.5.0/NEWS#L4-6
2019-08-19 19:39:17 +02:00
Matthew Bauer
4497bee1ac
Merge pull request #66861 from lopsided98/directfb-src-github
directfb: fix build on ARM
2019-08-19 13:01:41 -04:00
R. RyanTM
9641dcddf8 libfilezilla: 0.18.0 -> 0.18.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libfilezilla/versions
2019-08-19 09:02:51 -07:00
Jan Tojnar
575212cf49
Merge pull request #66936 from r-ryantm/auto-update/libgee
libgee: 0.20.1 -> 0.20.2
2019-08-19 17:55:42 +02:00
R. RyanTM
d8ddf3a5bf leatherman: 1.7.0 -> 1.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-08-19 08:50:38 -07:00
R. RyanTM
ef7891e328 libdeflate: 1.2 -> 1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdeflate/versions
2019-08-19 08:44:06 -07:00
worldofpeace
7667ae1a2e
Merge pull request #66842 from tilpner/maintainer-fixup
tree-wide: fix malformed meta.maintainers
2019-08-19 11:35:10 -04:00
R. RyanTM
c5153f7e05 libgee: 0.20.1 -> 0.20.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/libgee/versions
2019-08-19 07:57:03 -07:00
Edmund Wu
1d96d2bedb umockdev: disable failed test (#66909)
* umockdev: disable failed test

* Update default.nix
2019-08-19 16:57:04 +03:00
Jan Tojnar
d4861c9ede
gnome-video-effects: move from gnome3.gnome-video-effects 2019-08-19 15:38:20 +02:00
Marek Mahut
aa239e96b4 simpleitk: 1.2.0 -> 1.2.2
Changing the source from sourceforge to github.
2019-08-19 13:44:15 +02:00
R. RyanTM
36a2ffc2e4 grpc: 1.22.0 -> 1.23.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-08-19 03:13:54 -07:00
tilpner
0281599ad2
tree-wide: fix malformed meta.maintainers
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
2019-08-19 11:58:27 +02:00
R. RyanTM
940306ea5f folly: 2019.07.22.00 -> 2019.08.05.00
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/folly/versions
2019-08-19 09:59:14 +03:00
gnidorah
d609a547f1 libsForQt5.qtstyleplugins: use qt5's mkDerivation 2019-08-19 08:04:51 +02:00
Ben Wolsieffer
ec28d4ab14 directfb: use source from GitHub as tarball is no longer available
This has the side effect of fixing the build on ARM, because some required
files were missing from the tarball.
2019-08-18 23:18:00 -04:00
Marek Mahut
9128a9d9a7
Merge pull request #66783 from r-ryantm/auto-update/agda-stdlib
AgdaStdlib: 1.0.1 -> 1.1
2019-08-18 21:59:57 +02:00
Ambroz Bizjak
1bba961e2a libglvnd, ocl-icd, vulkan-loader: Remove addOpenGLRunpath where not needed.
For APIs that use driver config files, the config files should point to libraries using absolute paths, so `RUNPATH` should be unnecessary. It is still needed for `libGLX` because that does not use config files but the dispatch library receives just a vendor name from the X server.
2019-08-18 21:29:42 +03:00
Nikolay Amiantov
9960a2be9b umockdev: 0.12.1 -> 0.13.1
Enable testing and fix a bug which leads to bolt build failing on some host filesystems.
2019-08-18 21:17:32 +03:00
Carles Pagès
ebe711a12f SDL2: 2.0.9 -> 2.0.10 2019-08-18 18:13:29 +02:00
Marek Mahut
6f27f6c494
Merge pull request #66358 from Ralith/openxr-loader
openxr-loader: init at 1.0.1
2019-08-18 16:25:45 +02:00
Florian Klink
dbd7ea5f29
Merge pull request #66725 from flokli/wrapqtappshook-exec
stdenv: add isELFExec, isELFDyn, fix wrappers
2019-08-18 13:58:10 +02:00
Frederik Rietdijk
f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Markus Kowalewski
6ff8958bef openblas: 0.3.6 -> 0.3.7 2019-08-18 11:49:24 +02:00
markuskowa
9defd3e3e3
Merge pull request #66732 from markuskowa/upd-armadillo
armadillo: 9.600.5 -> 9.600.6
2019-08-18 11:34:57 +02:00
worldofpeace
4f3e9ca93a
Merge pull request #65291 from worldofpeace/xdg-updates
Flatpak updates
2019-08-18 04:23:54 -04:00
worldofpeace
8fbae8c72d libmodulemd_1: init at 1.8.15 2019-08-18 04:23:17 -04:00
worldofpeace
fdd28981d7 libmodulemd: init at 2.6.0
Includes a patch for the usual pygobject override stuff.
Pending upstream submission.
2019-08-18 04:23:17 -04:00
worldofpeace
46d0ebb144 xdg-desktop-portal-gtk: 1.2.0 -> 1.4.0
Stylize expression.

https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.4.0
2019-08-18 04:23:17 -04:00
worldofpeace
2eb94bdbb8 xdg-desktop-portal: 1.2.0 -> 1.4.2
* 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-18 04:23:17 -04:00
worldofpeace
1728bc8d22 flatpak: 1.2.4 -> 1.4.2
* 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-18 04:23:17 -04:00
Marek Mahut
882ba76a9d
Merge pull request #66803 from r-ryantm/auto-update/cimg
cimg: 2.6.7 -> 2.7.0
2019-08-18 09:47:07 +02:00
Frederik Rietdijk
295888c622
Merge pull request #66381 from NixOS/staging-next
Staging next
2019-08-18 08:54:45 +02:00
Samuel Dionne-Riel
c2742295fb
Merge pull request #61655 from lopsided98/g2o-fixes
g2o: build g2o_viewer, libqglviewer: 2.6.3 -> 2.7.1
2019-08-18 00:00:01 -04:00
R. RyanTM
a9afe6fad9 cimg: 2.6.7 -> 2.7.0
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-17 15:29:25 -07:00
R. RyanTM
b1af75fcb4 AgdaStdlib: 1.0.1 -> 1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/agda-stdlib/versions
2019-08-17 12:04:13 -07:00