Commit graph

49004 commits

Author SHA1 Message Date
Vladimír Čunát 3c49886d01
Merge #177367: libinput: 1.20.1 -> 1.21.0 (into staging) 2022-06-23 09:52:22 +02:00
Vladimír Čunát 0ccd66c6ce
Merge #178687: gnutls: 3.7.3 -> 3.7.6 (into staging) 2022-06-23 09:43:52 +02:00
Vladimír Čunát f344b4da35
gnutls: 3.7.3 -> 3.7.6
https://lists.gnupg.org/pipermail/gnutls-help/2022-March/004738.html
https://lists.gnupg.org/pipermail/gnutls-help/2022-May/004743.html
https://lists.gnupg.org/pipermail/gnutls-help/2022-May/004744.html
2022-06-23 09:15:03 +02:00
R. Ryantm 8184235b6c amdvlk: 2022.Q2.2 -> 2022.Q2.3 2022-06-23 00:26:40 +00:00
Sergei Trofimovich 131a97e8c8 gnu-efi: pull fix pending upstream inclusion for parallel build failures
Without the change parallel build fails as:

    gcc -I/build/gnu-efi-code//lib ... -c lib/runtime/rtstr.c -o runtime/rtstr.o
    Assembler messages:
    Fatal error: can't create runtime/rtstr.o: No such file or directory
2022-06-22 23:09:06 +01:00
Lassulus fbf7716fc1
Merge pull request #178462 from mweinelt/openssl
openssl_1_1: 1.1.1o -> 1.1.1p; openssl_3_0: 3.0.3 -> 3.0.4
2022-06-22 22:45:08 +02:00
github-actions[bot] 9a2405d657
Merge staging-next into staging 2022-06-22 18:02:10 +00:00
midchildan 8fa427ef9f
ncurses: make static binaries not depend on Nix store paths
One of the most popular features of static binaries is portability
across distros. However, static binaries built against the ncurses
package are currently not portable. This is because the current ncurses
package configures dependant packages to use the ncurses store path as
their terminfo search path. This unfortunately makes static binaries
built against ncurses not portable across NixOS systems too, as it
introduces a dependency on a specific build of ncurses.

To fix this problem, this change adds common paths from FHS systems and
the NixOS system profile path to the default terminfo search path.
2022-06-22 23:28:33 +09:00
Michele Guerini Rocco 8942163bfe
Merge pull request #175925 from alternateved/add-opensuse-certificate-store
Add path to openSUSE certificate store
2022-06-22 16:08:16 +02:00
LiberMarko 7b3de8ee37
Merge branch 'NixOS:master' into master 2022-06-22 10:38:10 +02:00
Sandro 2215ea19fa
Merge pull request #178496 from trofi/strictDeps-for-gumbo
gumbo: fix depends for strictDeps = true
2022-06-22 03:05:01 +02:00
Sergei Trofimovich 6f0fb013cd gumbo: fix depends for strictDeps = true
Without the change `config.strictDepsByDefault = true` fails build as:

    configuring
    libtoolize
    ./autogen.sh: line 29: libtoolize: not found
2022-06-21 22:35:53 +01:00
github-actions[bot] cea2503d73
Merge staging-next into staging 2022-06-21 18:01:45 +00:00
Phillip Cloud a0d48a1515
duckdb: use upstream patch and name patch derivation 2022-06-21 12:15:05 -05:00
Phillip Cloud 78d4dc2639
duckdb: 0.3.4 -> 0.4.0 2022-06-21 12:15:03 -05:00
Martin Weinelt deb8ef1162 openssl_3_0: 3.0.3 -> 3.0.4
Fixes additional sanitization issues in the c_rehash script.

https://mta.openssl.org/pipermail/openssl-announce/2022-June/000227.html

Fixes: CVE-2022-2068
2022-06-21 18:02:47 +02:00
Martin Weinelt 0c21382922 openssl_1_1: 1.1.1o -> 1.1.1p
Fixes additional sanitization issues in the c_rehash script.

https://mta.openssl.org/pipermail/openssl-announce/2022-June/000226.html

Fixes: CVE-2022-2068
2022-06-21 18:02:47 +02:00
Bernardo Meurer e7f161a3e8
Merge pull request #177438 from justinas/ffmpeg-opencl
ffmpeg-full: add opencl
2022-06-21 11:04:16 -04:00
Bernardo Meurer fe9c921bad
Merge pull request #178283 from justinas/ffmpeg-nvdec
ffmpeg-full: add NVDEC support
2022-06-21 11:03:25 -04:00
Justinas Stankevicius 91e73fa5e9 jellyfin-ffmpeg: bump nv-codec-headers to v11
Fixes nvenc on Jellyfin 10.8.0
2022-06-21 15:35:59 +03:00
github-actions[bot] 3746a49dcc
Merge staging-next into staging 2022-06-21 00:02:48 +00:00
Robert Scott f33c8906a2
Merge pull request #178059 from risicle/ris-native-source-provenance-development-2
treewide/development: add `sourceType` `binaryNativeCode` for more packages
2022-06-20 20:00:01 +01:00
github-actions[bot] 8c4cc99917
Merge staging-next into staging 2022-06-20 18:01:47 +00:00
Pavol Rusnak 1aa1cf03b6 boost: use jfrog mirror instead of bintray
See https://www.boost.org/users/news/boost_has_moved_downloads_to_jfr.html
for more info
2022-06-20 19:04:03 +02:00
Tobias Mayer 51ca56f0fe pkgsStatic.libunwind: fix build 2022-06-20 12:29:00 +00:00
github-actions[bot] 8637d8e56f
Merge staging-next into staging 2022-06-20 12:01:56 +00:00
Lassulus 855b8203bb
Merge pull request #169813 from r-ryantm/auto-update/faudio
faudio: 22.02 -> 22.04
2022-06-20 12:51:21 +02:00
Vincent Bernat 11a818b768 pipewire: 0.3.51 -> 0.3.52
New LC3plus codec is not enabled as it is not packaged in nixpkgs. The
source is available from ETSI as a [ZIP file][].

[ZIP file]: https://www.etsi.org/deliver/etsi_ts/103600_103699/103634/01.03.01_60/ts_103634v010301p0.zip
2022-06-20 12:15:47 +02:00
Mauricio Collares 67b31c0752 m4rie: 20200115 -> 20200125 2022-06-20 11:00:54 +02:00
Dmitry Kalinkin 59d4abf424
vtk_9: unbreak on darwin using VTK_VERSIONED_INSTALL
This fixed VTK that was broken on darwin in #158778 with "mv: Argument
list too long".

Reverts: 16a1b346 ('vtk: create versionless symlinks in /lib')
Reverts: 63599248 ('vtk: move headers out of /include/vtk-*')
This partially reverts: 010f6ee3 ('treewide: mark broken for darwin')
2022-06-19 22:36:36 -04:00
Thiago Franco de Moraes 37e98f1eef
egl-wayland: 1.1.9 -> 1.1.10 2022-06-19 22:02:59 -03:00
Justinas Stankevicius 6338c61c20 ffmpeg-full: add nvdec/cuvid support 2022-06-20 00:51:00 +03:00
github-actions[bot] f84a59fe94
Merge staging-next into staging 2022-06-19 12:01:50 +00:00
Vladimír Čunát 849bf88af1
Merge #177182: kiwix: 2.0.5 -> 2.2.1 2022-06-19 14:00:17 +02:00
Vladimír Čunát 29b622d211
Merge #175986: libtiff: 4.3.0 -> 4.4.0 (into staging) 2022-06-19 11:35:55 +02:00
Vladimír Čunát c04f36461c
Merge #173114: iptables: 1.8.7 -> 1.8.8 (into staging) 2022-06-19 11:08:48 +02:00
Sergei Trofimovich 148eea3390 re2: 2022-04-01 -> 2022-06-01 2022-06-19 09:15:44 +01:00
Sergei Trofimovich 650cf38784
Merge pull request #159491 from r-ryantm/auto-update/libipt
libipt: 2.0.4 -> 2.0.5
2022-06-19 08:04:04 +00:00
Vladimír Čunát a80fd0af94
Merge #178124: makeDBusConf: reduce build closure
...into staging-next
2022-06-19 08:07:35 +02:00
R. Ryantm dbeaa16636 libvgm: unstable-2022-06-17 -> unstable-2022-06-18 2022-06-19 05:04:15 +00:00
github-actions[bot] 8c7f102a14
Merge staging-next into staging 2022-06-18 18:01:45 +00:00
github-actions[bot] 5ee636b083
Merge master into staging-next 2022-06-18 18:01:12 +00:00
Bobby Rong 01401e796f
Merge pull request #178100 from r-ryantm/auto-update/libvgm
libvgm: unstable-2022-05-27 -> unstable-2022-06-17
2022-06-18 22:13:39 +08:00
Vladimír Čunát ad24ab01de
makeDBusConf: reduce build closure
*buildInputs take .dev outputs by default, but we don't need it here.
The extra dependency (introduced by commit d172061281) was breaking
tests like nixosTests.containers-imperative and nixosTests.installer.*
https://hydra.nixos.org/eval/1767666#tabs-still-fail
2022-06-18 10:45:36 +02:00
github-actions[bot] 358f18f4c3
Merge staging-next into staging 2022-06-18 07:06:46 +00:00
Sergei Trofimovich 5ee88ab21d Merge master into staging-next 2022-06-18 08:00:58 +01:00
R. Ryantm 7182c05da4 libvgm: unstable-2022-05-27 -> unstable-2022-06-17 2022-06-18 04:48:54 +00:00
github-actions[bot] f40a25207d
Merge staging-next into staging 2022-06-18 00:02:27 +00:00
Sandro dda843a6b7
Merge pull request #177919 from sikmir/monocypher
monocypher: init at 3.1.3
2022-06-17 21:23:05 +02:00
Sandro 1db4a72e11
Merge pull request #178029 from SuperSandro2000/intel-media-driver
intel-media-driver: 22.4.2 -> 22.4.3
2022-06-17 21:11:15 +02:00
Robert Scott 07706c46ca treewide/development: add sourceType binaryNativeCode for more packages 2022-06-17 19:59:09 +01:00
Jan Tojnar 222bf23c35 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/top-level/python-packages.nix
2022-06-17 20:30:43 +02:00
Anderson Torres e1c8b9a431
Merge pull request #177670 from jonnybolton/sokol
sokol: init at unstable-2022-06-13
2022-06-17 13:32:39 -03:00
Vladimír Čunát 5ffd19ddbf
Merge #175785: libidn2: hack to avoid referencing bootstrap tools
...into staging
2022-06-17 18:23:25 +02:00
Sandro Jäckel 9426ebcb82
intel-media-driver: 22.4.2 -> 22.4.3 2022-06-17 16:25:00 +02:00
Jan Tojnar db60718027
Merge pull request #177078 from jtojnar/fc
fontconfig: 2.13.94 → 2.14.0
2022-06-17 15:52:30 +02:00
github-actions[bot] 8ac32ac4de
Merge staging-next into staging 2022-06-17 12:01:56 +00:00
github-actions[bot] f6b0f94b9e
Merge master into staging-next 2022-06-17 12:01:21 +00:00
Sandro c0fb2f569f
Merge pull request #170271 from armeenm/opencv-remove-python2
opencv2: remove python2 option
2022-06-17 13:34:39 +02:00
Sandro 9ddf754430
Merge pull request #177876 from kilianar/oniguruma
oniguruma: 6.9.7.1 -> 6.9.8
2022-06-17 11:56:51 +02:00
github-actions[bot] 5e3a16c8af
Merge staging-next into staging 2022-06-17 06:01:47 +00:00
github-actions[bot] c2c4d2b8fa
Merge master into staging-next 2022-06-17 06:01:10 +00:00
Anderson Torres 20c0964ebf
Merge pull request #177827 from malob/fix-wxGTK30-darwin
wxGTK30-gtk2,wxGTK30-gtk3: add missing buildInput on Darwin
2022-06-17 02:29:51 -03:00
Mario Rodas 3712c6201e
Merge pull request #177309 from Artturin/smpegupdates
smpeg: 390 -> 0.4.5
2022-06-16 22:29:32 -05:00
Mario Rodas 4c47cea659
Merge pull request #177509 from applePrincess/fix-partio
partio: 2018-03-01 -> 1.14.6
2022-06-16 22:26:51 -05:00
Malo Bourgon 135836b31b wxsqliteplus: fix Darwin build 2022-06-16 19:20:03 -07:00
Malo Bourgon 0b06db69f5 wxSVG: unbreak on Darwin 2022-06-16 19:19:55 -07:00
Jonny Bolton d6b6545c9b sokol: init at unstable-2022-06-13 2022-06-17 00:52:29 +01:00
github-actions[bot] 46b42d9734
Merge staging-next into staging 2022-06-16 23:27:58 +00:00
github-actions[bot] ccdd0f7af6
Merge master into staging-next 2022-06-16 23:27:22 +00:00
Anderson Torres fedfcd6d24
Merge pull request #177909 from misuzu/live555-update
live555: 2022.02.07 -> 2022.06.16
2022-06-16 19:46:15 -03:00
Dmitry Kalinkin d5fccdcd49
geant4: enable on darwin 2022-06-16 17:06:37 -04:00
Dmitry Kalinkin 10ca1b2864
geant4: add veprbl to maintainers 2022-06-16 17:06:14 -04:00
Nikolay Korotkiy 1ec563dd0a
monocypher: init at 3.1.3 2022-06-16 22:30:29 +03:00
Robert Scott 12eea1c636 treewide/development: add sourceType binaryNativeCode for many packages
excluding compilers and interpreters as some new tricks may be
needed to cover their various bootstrapping processes properly
2022-06-16 20:12:04 +01:00
github-actions[bot] 8c938c76c8
Merge staging-next into staging 2022-06-16 18:01:58 +00:00
misuzu 4c031799bf live555: 2022.02.07 -> 2022.06.16 2022-06-16 20:54:55 +03:00
Tomasz Hołubowicz d9775e93ec p11-kit: add path to openSUSE certificate store 2022-06-16 16:13:11 +02:00
Marko Muler 1d502c6809 hunspellDicts.hr-hr: Init at 6.3.0.4 Add Croatian hunspell dict. 2022-06-16 15:00:28 +02:00
K900 20972d657e
xxHash: add pkg-config file fix, clean up a bit 2022-06-16 14:53:43 +02:00
kilianar e04ac131cf oniguruma: 6.9.7.1 -> 6.9.8
https://github.com/kkos/oniguruma/releases/tag/v6.9.8
2022-06-16 14:25:38 +02:00
Malo Bourgon d304496834 wxGTK30-gtk2,wxGTK30-gtk3: add missing buildInput on Darwin 2022-06-15 18:50:04 -07:00
github-actions[bot] ca38c61118
Merge staging-next into staging 2022-06-16 00:02:52 +00:00
github-actions[bot] d1886be475
Merge master into staging-next 2022-06-16 00:02:14 +00:00
maxine [they] b9ad745f32
Merge pull request #177473 from r-ryantm/auto-update/gtksourceview5
gtksourceview5: 5.4.1 -> 5.4.2
2022-06-15 22:10:12 +02:00
Rick van Schijndel abb346a417
Merge pull request #177249 from dotlambda/rapidjson-tests
rapidjson: run tests
2022-06-15 20:35:35 +02:00
Rick van Schijndel 83fb2a5ec7
Merge pull request #177477 from dotlambda/wrapQtAppsHook-cross
libsForQt5.wrapQtAppsHook: fix cross
2022-06-15 20:33:43 +02:00
github-actions[bot] 6cba7d42f1
Merge staging-next into staging 2022-06-15 18:02:12 +00:00
github-actions[bot] 5917794eda
Merge master into staging-next 2022-06-15 18:01:10 +00:00
ajs124 be37d88cf2
Merge pull request #177647 from klemensn/qtscriptgenerator-remove
qtscriptgenerator: remove (Qt4)
2022-06-15 16:27:49 +02:00
ajs124 6b622041e8
Merge pull request #177633 from klemensn/libdbusmenus-qt4-remove
libdbusmenu_qt: Remove (Qt4 version)
2022-06-15 16:21:36 +02:00
Martin Weinelt f124f2fcaa
Merge pull request #177302 from dotlambda/v8_8_x-python39
[staging-next] v8_8_x: use python39
2022-06-15 15:45:56 +02:00
github-actions[bot] 7d845ac90c
Merge staging-next into staging 2022-06-15 12:02:14 +00:00
Martin Weinelt cf610b5257 Merge remote-tracking branch 'origin/master' into staging-next 2022-06-15 13:05:54 +02:00
Peter Hoeg e1de560f7a kde-frameworks: 5.94 -> 5.95 2022-06-15 14:53:15 +08:00
Anderson Torres 153c8b7d04
Merge pull request #177636 from klemensn/libbluedevil-remove
libbluedevil: Remove (Qt4)
2022-06-14 21:41:50 -03:00
Robert Schütz e2d63b0e02 jarowinkler-cpp: 1.0.0 -> 1.0.1
https://github.com/maxbachmann/jarowinkler-cpp/releases/tag/v1.0.1
2022-06-15 00:07:43 +00:00
Robert Schütz 87aef5e856 rapidfuzz-cpp: 1.0.1 -> 1.0.2
https://github.com/maxbachmann/rapidfuzz-cpp/releases/tag/v1.0.2
2022-06-15 00:07:43 +00:00
Robert Schütz 01fb64af34 catch2_3: init at 3.0.1
Version 3 is not backwards compatible with version 2:
https://github.com/catchorg/Catch2/blob/v3.0.1/docs/migrate-v2-to-v3.md
2022-06-15 00:07:43 +00:00
github-actions[bot] 659ec6f582
Merge staging-next into staging 2022-06-14 18:02:03 +00:00
github-actions[bot] 34bc19a1dc
Merge master into staging-next 2022-06-14 18:01:25 +00:00
Bernardo Meurer 61f6379f62
Merge pull request #177522 from minijackson/xdg-desktop-portal-wlr-0.6.0
xdg-desktop-portal-wlr: 0.5.0 -> 0.6.0
2022-06-14 10:55:03 -04:00
Klemens Nanni d79afaff6a qtscriptgenerator: remove (Qt4)
Currently fetched from google archives, upstream is dead since 2017 and
nothing depends on it.

It has not received any package updates since its introduction in 2012
(as dependency for Amarok), execept for build/infrastructure changes.

amarok-kde4 and thus the dependency was dropped in 2017.

qcad uses qtscriptgenerator internally, but it bundles its own copy.

See #174634.
2022-06-14 16:33:59 +02:00
Klemens Nanni 78d388e6f6 libbluedevil: Remove (Qt4)
Unused since

	commit d237f44928
	Author: Thomas Tuegel <ttuegel@mailbox.org>
	Date:   Sat Feb 18 12:53:53 2017 -0600

	    Remove kde4.bluedevil

	    - Already updated to KDE 5 in Nixpkgs
	    - Not useful without the KDE 4 desktop

See #174634.
2022-06-14 15:02:00 +02:00
Klemens Nanni 8c3222d835 libdbusmenu_qt: Remove (Qt4 version)
This package is unused, unmaintained and uses deprecated Qt4.

See #174634.
2022-06-14 14:45:34 +02:00
github-actions[bot] 179051c702
Merge staging-next into staging 2022-06-14 12:02:11 +00:00
github-actions[bot] 452a7d6c43
Merge master into staging-next 2022-06-14 12:01:32 +00:00
Martin Weinelt 6e030d41bb
Merge pull request #177570 from jtojnar/liblouis 2022-06-14 10:46:42 +02:00
github-actions[bot] 7eb0857556
Merge staging-next into staging 2022-06-14 00:02:46 +00:00
github-actions[bot] caada97a27
Merge master into staging-next 2022-06-14 00:02:11 +00:00
OPNA2608 80ef1c69cd libopenmpt-modplug: init at 0.8.9.0-openmpt1 2022-06-14 01:13:18 +02:00
zowoq 52e36bc559 libseccomp: 2.5.3 -> 2.5.4
https://github.com/seccomp/libseccomp/releases/tag/v2.5.4
2022-06-14 07:56:59 +10:00
Jan Tojnar 0631bf9509 liblouis: 3.21.0 → 3.22.0
http://liblouis.org/liblouis/2022/06/07/liblouis-release-3.22.0.html

CVE-2022-26981

Also correct license.
2022-06-13 23:52:50 +02:00
Michael Weiss afbc154a21
Merge pull request #177386 from primeos/libxkbcommon
libxkbcommon: 1.4.0 -> 1.4.1
2022-06-13 23:16:04 +02:00
Fabian Affolter afb6182f9a
libnfc: specify license
- update description
- update style
2022-06-13 22:58:05 +02:00
Robert Schütz 59182da0c7 qt6Packages.wrapQtAppsHook: fix cross 2022-06-13 16:40:20 +00:00
Minijackson e25d36346f
xdg-desktop-portal-wlr: 0.5.0 -> 0.6.0 2022-06-13 15:07:11 +02:00
yangqihuang 442481052a libnfc: fix build on darwin 2022-06-13 20:35:28 +08:00
github-actions[bot] fa46b52651
Merge staging-next into staging 2022-06-13 12:02:02 +00:00
Lein Matsumaru bcc1b27645
partio: 2018-03-01 -> 1.14.6 2022-06-13 11:51:15 +00:00
Martin Weinelt 76b76719e7 Merge remote-tracking branch 'origin/master' into staging-next 2022-06-13 10:59:32 +02:00
Robert Schütz 5344965f85 libsForQt5.wrapQtAppsHook: fix cross 2022-06-13 06:40:45 +00:00
André Vitor de Lima Matos de00076fa3 libsForQt5.kimageannotator: 0.5.3 -> 0.6.0 2022-06-13 14:09:07 +08:00
André Vitor de Lima Matos bc1f4d29b1 libsForQt5.kcolorpicker: 0.1.6 -> 0.2.0 2022-06-13 14:09:07 +08:00
R. Ryantm 3b95894025 gtksourceview5: 5.4.1 -> 5.4.2 2022-06-13 05:07:22 +00:00
github-actions[bot] da07bce23d
Merge staging-next into staging 2022-06-13 00:02:57 +00:00
Martin Weinelt 5f377994ca t Merge remote-tracking branch 'origin/master' into staging-next 2022-06-13 01:50:35 +02:00
R. Ryantm dfe98e2c07 catch2: 2.13.8 -> 2.13.9 2022-06-12 22:59:21 +00:00
Justinas Stankevicius 97c98ab16b ffmpeg-full: add opencl 2022-06-12 23:24:13 +03:00
Artturi ce62ff7bdf
Merge pull request #176464 from Artturin/gobjecfix 2022-06-12 17:32:49 +03:00
github-actions[bot] 3945b4136d
Merge staging-next into staging 2022-06-12 12:01:50 +00:00
github-actions[bot] 1f50f0a724
Merge master into staging-next 2022-06-12 12:01:12 +00:00
Michael Weiss 1a11501d85
libxkbcommon: 1.4.0 -> 1.4.1 2022-06-12 13:21:21 +02:00
Florian Klink 2de7c6f1e7
Merge pull request #176693 from klemensn/digidoc-rpath-opensc
digidoc: Replace wrap with rpath addition
2022-06-12 10:06:28 +02:00
Daniel Olsen 826794479e libaom: move libvmaf and libjxl to propagatedBuildInputs
pkg-config doesn't have absolute store paths so propogating the dependencies was required
Fixes the build for gst_all_1.gst-plugins-bad

Co-authored-by: Sergei Trofimovich <slyich@gmail.com>
2022-06-12 09:56:15 +02:00
Daniel Olsen 9228c0a2d2 libjxl: Move brotli and libhwy to propagatedBuildInputs
pkg-config dependencies aren't specified using store paths so
they need to be propagated manually
2022-06-12 09:40:26 +02:00
R. Ryantm a3f2567847 libinput: 1.20.1 -> 1.21.0 2022-06-12 05:16:45 +00:00
github-actions[bot] f82867cea3
Merge staging-next into staging 2022-06-12 00:02:55 +00:00
github-actions[bot] dea522a1e7
Merge master into staging-next 2022-06-12 00:02:14 +00:00
Martin Weinelt 0af7e9c407 Revert "nss: 3.68.4 -> 3.79"
This reverts commit 1c76a270d2.

This breaks the Firefox 91esr build, which is apparently not compatible
with this NSS version.

/build/firefox-91.10.0/security/certverifier/OCSPVerificationTrustDomain.cpp:63:11: error: unknown type name 'SignedDigest'

Will revisit this upgrade, when we drop 91esr in favor of 102esr soon.
2022-06-12 01:24:12 +02:00
Martin Weinelt 37b7e36ed1
Merge pull request #171859 from mweinelt/jemalloc 2022-06-12 00:54:20 +02:00
Pavol Rusnak f3333e86ad
Merge pull request #177334 from Atemu/hello_xr
openxr-loader: build hello_xr and enable wayland
2022-06-12 00:32:43 +02:00
Atemu c65e990ed2 openxr-loader: enable wayland
Not sure this is required as it seems to work without but do it anyways for good
measure
2022-06-11 23:07:41 +02:00
Atemu 54c95acb8a openxr-loader: build tests for hello_xr 2022-06-11 23:07:29 +02:00
Martin Weinelt e9218500ba
jemalloc: 5.2.1 -> 5.3.0
https://github.com/jemalloc/jemalloc/releases/tag/5.3.0
2022-06-11 23:03:37 +02:00
Robert Schütz 92775fc62f rapidjson: run tests 2022-06-11 19:54:19 +00:00
github-actions[bot] 53d99f8319
Merge staging-next into staging 2022-06-11 18:01:47 +00:00
github-actions[bot] f3de1bfb6d
Merge master into staging-next 2022-06-11 18:01:12 +00:00
Artturin 3da65d0955 smpeg2: unstable-2017-10-18 -> unstable-2022-05-26 2022-06-11 19:31:09 +03:00
Artturin ad5243d940 smpeg: 390 -> 0.4.5
change source to new upstream
http://svn.icculus.org/smpeg/trunk/
they moved to github

0.4.5 is revision 399 on svn

http://svn.icculus.org/smpeg?view=rev&revision=399

https://github.com/icculus/smpeg/tags
2022-06-11 19:08:50 +03:00
Artturi 6478045724
Merge pull request #177297 from NickCao/smpeg-pkgconfig 2022-06-11 18:46:49 +03:00
Robert Schütz 806da9d029 v8_8_x: use python39
Using Python 3.10 makes the build fail with

    ImportError: cannot import name 'Mapping' from 'collections'
2022-06-11 15:31:18 +00:00
Nick Cao 0f9a77f5cb
smpeg: fix handling of pkg-config 2022-06-11 22:11:04 +08:00
Jan Tojnar a92aaf5ed5
Merge pull request #173913 from jtojnar/avahi-cleanup
avahi: cleanup
2022-06-11 15:39:46 +02:00
Sandro ce660322e3
Merge pull request #159461 from dali99/libaom-tunes
libaom: Add support for butteraugli and vmaf tunes
2022-06-11 15:17:53 +02:00
Sandro ae97783277
Merge pull request #170615 from Kranzes/libvirt
libvirt: 8.1.0 -> 8.4.0
2022-06-11 14:43:35 +02:00
github-actions[bot] d40b996c29
Merge staging-next into staging 2022-06-11 12:01:57 +00:00
github-actions[bot] 1ff1108cce
Merge master into staging-next 2022-06-11 12:01:21 +00:00
R. Ryantm 80a0760433 librsvg: 2.54.3 -> 2.54.4 2022-06-11 11:19:16 +02:00
R. Ryantm f53b2517bb gspell: 1.10.0 -> 1.11.1 2022-06-11 11:16:07 +02:00
Vladimír Čunát eb3469e526
mesa: revert to 22.0 on darwin 2022-06-11 11:05:43 +02:00
Artturin 944781be23 gobject-introspection: revert patch to ignore return codes from ldd
we may not need this so reverting for now
2022-06-11 04:51:18 +03:00
Artturin 41f8722078 gobject-introspection: add artturin as maintainer 2022-06-11 04:51:18 +03:00
Artturin 79d349b087 gobject-introspection: support cross-compilation
used the following as references

https://github.com/void-linux/void-packages/blob/master/srcpkgs/gobject-introspection

and

https://git.busybox.net/buildroot/tree/package/gobject-introspection

thanks void and buildroot
2022-06-11 04:51:18 +03:00
github-actions[bot] 060b7475cf
Merge staging-next into staging 2022-06-11 00:02:29 +00:00
github-actions[bot] 0fff57e90d
Merge master into staging-next 2022-06-11 00:01:54 +00:00
Jan Tojnar cffe8efc3c
Merge pull request #177220 from maxeaubrey/fwupd_1.8.1
fwupd: 1.8.0 -> 1.8.1
2022-06-11 00:32:50 +02:00
Michael Weiss dce3204344
Merge pull request #176531 from primeos/libdrm
libdrm: 2.4.110 -> 2.4.111
2022-06-10 21:36:10 +02:00
github-actions[bot] 3540574f91
Merge master into staging-next 2022-06-10 18:01:27 +00:00
Jan Tojnar 936239f665 tracker-miners: 3.3.0 → 3.3.1
https://gitlab.gnome.org/GNOME/tracker-miners/-/compare/3.3.0...3.3.1
2022-06-10 16:39:56 +02:00
Jan Tojnar 9a71f92d96 tepl: 6.0.1 → 6.0.2
https://gitlab.gnome.org/swilmet/tepl/-/compare/6.0.1...6.0.2
2022-06-10 16:39:56 +02:00
Jan Tojnar 559dae140f gupnp-av: 0.14.0 → 0.14.1
https://gitlab.gnome.org/GNOME/gupnp-av/-/compare/gupnp-av-0.14.0...gupnp-av-0.14.1
2022-06-10 16:39:56 +02:00
Jan Tojnar 497b4af9f0 gnome-desktop: 42.1 → 42.2
https://gitlab.gnome.org/GNOME/gnome-desktop/-/compare/42.1...42.2
2022-06-10 16:39:56 +02:00
Jan Tojnar 835b46f081 amtk: 5.4.0 → 5.4.1
https://gitlab.gnome.org/World/amtk/-/compare/5.4.0...5.4.1
2022-06-10 16:39:56 +02:00
Alyssa Ross b9495cc30f
zimlib: 6.3.2 -> 7.2.2 2022-06-10 14:20:37 +00:00
Ilan Joselevich 590f97d231 libvirt: 8.1.0 -> 8.4.0 2022-06-10 16:19:21 +03:00
Daniel Olsen 397724176b libaom: Add support for butteraugli and vmaf tunes 2022-06-10 12:46:07 +02:00
Daniel Olsen fefca2f622 libjxl: Gate building docs behind setting 2022-06-10 12:46:07 +02:00
Klemens Nanni ea62d92f63 libdigidocpp: Replace wrap with rpath addition
libdigidocpp.so itself contains the code to load the PKCS#11 module,
not digidoc-tool(1).

Wrapping `digitoc-tool`
- leaves the library broken
- is too broad (LD_LIBRARY_PATH is generic and inherited by children)
- needs an extra wrapper script (introducing subtle changes on its own)

Considering how dlopen(3) prefers the calling object's DT_RUNPATH,
simply amend that.
2022-06-10 05:28:05 +02:00
Ilan Joselevich e86e7ee1a8 libvirt: add passthru update script 2022-06-10 04:17:24 +03:00
Ilan Joselevich c8b8ea8232 libvirt: drop tarball fetching 2022-06-10 04:17:24 +03:00
Jan Tojnar eb31cd04f1
avahi: remove Qt 4 support
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-10 02:51:47 +02:00
github-actions[bot] 15065572a9
Merge staging-next into staging 2022-06-10 00:02:50 +00:00
Sandro 908fed8f7f
Merge pull request #176716 from misuzu/gpgme-armv7l
gpgme: fix build on armv7l
2022-06-10 01:36:58 +02:00
Raito Bezarius 8335c46632 zlib: backport upstream fix on CRC validation
Starting zlib 1.2.12, CRC validation has became stricter.
This broke Keycloak ≥ 17 in certain situations, for details, see:

- https://github.com/keycloak/keycloak/issues/11316 ;
- https://github.com/NixOS/nixpkgs/issues/170539

This patch makes the CRC validation comprehensive with respect to older
or already existing checksums out there.
2022-06-10 01:20:03 +02:00
Sandro b03728f029
Merge pull request #176672 from hmenke/libusb1
libusb1: 1.0.25 -> 1.0.26
2022-06-09 23:39:30 +02:00
Sandro 435a7354ba
Merge pull request #176426 from Kranzes/jellyfin-ffmpeg
jellyfin-ffmpeg: 4.4.1-4 -> 5.0.1-5
2022-06-09 22:48:11 +02:00
Dmitry Kalinkin b64c3d3885
arrow-cpp: pin jemalloc tarball (#177037)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-09 22:14:03 +02:00
Jan Tojnar 6dd69475e2 fontconfig: 2.13.94 → 2.14.0
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/compare/2.13.94...2.14.0
2022-06-09 21:21:04 +02:00
Mario Rodas 8448f7ecae
Merge pull request #177063 from trofi/shared-jansson
jansson: enable shared library installation
2022-06-09 13:58:10 -05:00
Izorkin d5d49c402d
libnetfilter_cttimeout: 1.0.0 -> 1.0.1 2022-06-09 21:55:31 +03:00
Izorkin 05373e130b
libnetfilter_cthelper: 1.0.0 -> 1.0.1 2022-06-09 21:55:31 +03:00
github-actions[bot] 1a1be0c727
Merge staging-next into staging 2022-06-09 18:01:58 +00:00
Sergei Trofimovich 938f2ce101 jansson: enable shared library installation
Without shared libraries metworkmanager fails to build:

    $ nix build -f. networkmanager -L
    ...
    networkmanager> meson.build:269:2: ERROR: Assert failed: Unable to determine Jansson SONAME
2022-06-09 18:49:56 +01:00
Guillaume Girol 947e2c6fb5
Merge pull request #176535 from npatsakula/cassandra_cpp
cassandra-cpp-driver: init at 2.16.2
2022-06-09 17:18:59 +00:00
Jan Tojnar efb6d29161 tracker: 3.3.0 → 3.3.1
https://gitlab.gnome.org/GNOME/tracker/-/compare/3.3.0...3.3.1

Also remove patching some files that were removed in 2.99.1.
2022-06-09 18:49:54 +02:00
Jan Tojnar 3db4bdb7f5
Merge pull request #176898 from collares/poppler-22.06
poppler: 22.04.0 -> 22.06.0
2022-06-09 14:56:45 +02:00
github-actions[bot] 5fedd0596d
Merge staging-next into staging 2022-06-09 00:02:52 +00:00
ajs124 1c76a270d2 nss: 3.68.4 -> 3.79
This ESR branch has reached EOL:
https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/-z6f6dOWx9A/m/Bpl8VWd_FwAJ
2022-06-08 22:27:15 +02:00
ajs124 47719e6aa8
Merge pull request #175601 from helsinki-systems/upd/nftables
nftables: 1.0.2 -> 1.0.4
2022-06-08 22:24:34 +02:00
Martin Weinelt 6451e9d4a5 Merge remote-tracking branch 'origin/staging-next' into staging 2022-06-08 22:22:26 +02:00
Fabian Affolter 53b264c57d
Merge pull request #176618 from fabaff/libzim-bump
libzim: 7.2.0 -> 7.2.2
2022-06-08 22:09:45 +02:00
Fabian Affolter c5f8243a3b
Merge pull request #176533 from fabaff/sptk
sptk: init at 4.0
2022-06-08 22:09:34 +02:00
Alvar Penning 46c025be15 olm: 3.2.11 -> 3.2.12
https://gitlab.matrix.org/matrix-org/olm/-/releases/3.2.12

This version bump introduces Python code which is no longer compatible
with Python 2 in [0]. Thus, python-olm was limited to Python 3.

[0] 86a3d95855
2022-06-08 21:16:43 +02:00
Gabriel Ebner 716d19e375
Merge pull request #176936 from CrystalGamma/pr-fix-libqalculate
libqalculate: add build C/C++ compiler to depsBuildBuild
2022-06-08 21:03:37 +02:00
Martin Weinelt 351556ffac
Merge pull request #175805 from NixOS/python-updates
Python Updates 2022-06-01 (was: python3: 3.9 -> 3.10)
2022-06-08 20:28:39 +02:00
CrystalGamma 375997ae2d libqalculate: add build C/C++ compiler to depsBuildBuild
Between 4.1.1 and 4.2.0, the autconf-archive scripts
ax_prog_{cc,cxx}_for_build.m4 were updated to a newer version. This broke the
build (even native) on at least aarch64 and powerpc64le (but curiously not x86).
Adding this dependency allows the package to build again on these platforms.
2022-06-08 20:11:24 +02:00
Mauricio Collares cb93c3b900 poppler: 22.04.0 -> 22.06.0 2022-06-08 15:06:30 +02:00
Bobby Rong a2e0e3c647
Merge pull request #176366 from NickCao/libosinfo-cross
libosinfo: disable devdoc output when cross compiling
2022-06-08 20:49:39 +08:00
Pavol Rusnak 543f9893c8
Merge pull request #176509 from r-ryantm/auto-update/hidapi
hidapi: 0.11.2 -> 0.12.0
2022-06-08 11:38:46 +02:00
Patsakula Nikita ac769bb158
maintainers: add npatsakula 2022-06-08 12:21:01 +03:00
Patsakula Nikita 8b41b993e0
cassandra-cpp-driver: init at 2.16.2 2022-06-08 12:21:00 +03:00
Fabian Affolter d0ee55d6d3 thrift: disable failing tests 2022-06-08 11:00:52 +02:00
Sandro 30afa9d525
Merge pull request #176787 from dotlambda/deltachat-desktop-1.30.1
deltachat-desktop: 1.30.0 -> 1.30.1
2022-06-08 00:48:25 +02:00
Sandro 2a236855ca
Merge pull request #176444 from trofi/workaround-fno-common-for-libagar_test
libagar_test: add -fcommon workaround
2022-06-08 00:11:47 +02:00
Sergei Trofimovich 089050964d
Merge pull request #176427 from trofi/workaround-fno-common-for-cernlib
cernlib: add -fcommon workaround
2022-06-07 21:06:46 +00:00
Jan Tojnar d172061281 makeDBusConf: use upstream XML catalog
dbus package now ships a catalog file so we no longer need to create a custom one.
2022-06-07 22:42:09 +02:00
Jan Tojnar caf6e09b70 dbus: fix paths in catalog
Upstream is accidentally shipping a pre-generated catalog file in the tarball,
which contains FHS paths. We need to remove it to re-generate it ourselves.
Unfortunately, we are also overriding datadir to different values between
build and installation for reasons, so we need to override dtddir manually.
2022-06-07 22:42:09 +02:00
Timo Kaufmann 93dbf11026
Merge pull request #175035 from collares/glpk-5.0
glpk: 4.65 -> 5.0
2022-06-07 21:28:12 +02:00
Rick van Schijndel 7f1a9610cb
Merge pull request #176374 from NickCao/portaudio
portaudio: fix cross compilation
2022-06-07 20:05:03 +02:00
ajs124 cc40e864ec libnftnl: 1.2.1 -> 1.2.2 2022-06-07 19:44:28 +02:00
Robert Schütz a0378c15e2 libdeltachat: 1.85.0 -> 1.86.0
https://github.com/deltachat/deltachat-core-rust/blob/1.86.0/CHANGELOG.md
2022-06-07 16:48:36 +00:00
maxine [they] 9b0206988c
Merge pull request #175894 from r-ryantm/auto-update/libmediaart
libmediaart: 1.9.5 -> 1.9.6
2022-06-07 17:37:54 +02:00
Maxine Aubrey 110b8ad1ef
libxmlb: 0.3.8 -> 0.3.9 2022-06-07 16:44:23 +02:00
misuzu 8df69c5585 gpgme: fix build on armv7l 2022-06-07 17:34:29 +03:00
Sergei Trofimovich dedcf624ee
Merge pull request #175914 from trofi/libffi-fix-for-gcc-12-powerpc64
pkgsCross.ppc64.libffi: pull patch to support gcc-12
2022-06-07 09:06:01 +00:00
Henri Menke 7f8d28e99b libusb1: 1.0.25 -> 1.0.26 2022-06-07 08:58:18 +02:00
Rick van Schijndel 75dc5b4a27
Merge pull request #175983 from Mindavi/libqmi/cross
libqmi: disable introspection and gtk-doc when cross-compiling
2022-06-07 07:31:06 +02:00
Rick van Schijndel 59bb77f933
Merge pull request #175987 from Mindavi/opencv/cross-improvement
opencv4: disable hdf5 for cross-compilation
2022-06-07 07:26:54 +02:00
Mario Rodas a41b4a7ec4
Merge pull request #176302 from marsam/update-jansson
jansson: 2.13.1 -> 2.14
2022-06-07 00:07:43 -05:00
Zhaofeng Li 8807cab81b libffi: Pass --build and --host to configure script
Without this, building `libffi` would do something horrible when
natively targeting `armv5tel-linux` on an `aarch64-linux` machine using the
32-bit compatibility sub-mode:

```
$ nix-build --system armv5tel-linux -A libffi --check
[...]
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking target system type... aarch64-unknown-linux-gnu
[...]

$ file result/lib/libffi.so.8.1.0
result/lib/libffi.so.8.1.0: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, not stripped

$ nm result/lib/libffi.so.8.1.0 | grep ffi_call
         U ffi_call
```

Correct arch-specific code wouldn't be built at all, with the resulting binary subtly broken.
2022-06-06 21:34:52 -07:00
Nick Cao a0aeec7e43
portaudio: set strictDeps 2022-06-07 10:52:11 +08:00
github-actions[bot] cd071cbd1a
Merge staging-next into staging 2022-06-07 00:02:34 +00:00
Stig f46e56db16
Merge pull request #175775 from willcohen/tclptk
perlPackages.TclpTk: init at 1.09
2022-06-07 00:33:36 +02:00
Fabian Affolter 33ffdb365b libzim: 7.2.0 -> 7.2.2 2022-06-06 22:10:08 +02:00
Robert Schütz a45f138a41
mapnik: unvendor scons 2022-06-06 11:46:30 -07:00
Fabian Affolter d465833bab
unicorn: 2.0.0-rc5 -> 2.0.0-rc7 2022-06-06 11:46:19 -07:00
Rick van Schijndel 3037752d1d
Merge pull request #175961 from helsinki-systems/rem/broken
remove some packages marked broken for over 1.5 years
2022-06-06 20:44:39 +02:00
github-actions[bot] 8fae407ba4
Merge staging-next into staging 2022-06-06 18:02:05 +00:00
Michael Weiss e8cd1858f7
Merge pull request #170003 from primeos/mesa-next
mesa: 22.0.4 -> 22.1.1
2022-06-06 19:45:58 +02:00
Martin Weinelt 69c57a8898
Merge pull request #176290 from helsinki-systems/fix/multiple-slapd-fixes
[staging] openldap: Fix some issues by applying patches
2022-06-06 17:31:27 +02:00
Sandro d10d2e4fb8
Merge pull request #175541 from Artturin/updatenixstable
nixVersions.stable: 2.8.0 -> 2.9.0
2022-06-06 14:33:05 +02:00
Fabian Affolter 41c46d00e9 sptk: init at 4.0 2022-06-06 12:28:25 +02:00
Michael Weiss 295bb5dc03
libdrm: 2.4.110 -> 2.4.111 2022-06-06 12:24:57 +02:00
github-actions[bot] f993ea659b
Merge staging-next into staging 2022-06-06 06:01:48 +00:00
R. Ryantm 20749fc886 hidapi: 0.11.2 -> 0.12.0 2022-06-06 04:52:17 +00:00
Robert Schütz d3d975f71c igraph: 0.9.8 -> 0.9.9
https://github.com/igraph/igraph/releases/tag/0.9.9
2022-06-05 21:22:08 -07:00
Sandro 4347871d75
Merge pull request #176147 from SuperSandro2000/json_c 2022-06-06 03:16:45 +02:00
Jan Tojnar aa70573011
Merge pull request #175790 from dotlambda/libadwaita-1.1.2
libadwaita: 1.1.1 -> 1.1.2
2022-06-06 02:57:25 +02:00
Anderson Torres 29810947f6
Merge pull request #176457 from trofi/workaround-fno-common-for-speech-tools
speech-tools: add -fcommon workaround
2022-06-05 21:27:10 -03:00