Peder Bergebakken Sundt
cebdb401b1
Merge pull request #261020 from OPNA2608/init/lomiri/hfd-service
...
lomiri.hfd-service: init at 0.2.1
2023-12-04 00:39:19 +01:00
Weijia Wang
4d8cc61dc0
Merge pull request #271690 from NickCao/sing-box
...
sing-box: 1.7.0 -> 1.7.1
2023-12-04 00:39:05 +01:00
Weijia Wang
569af764f0
Merge pull request #271688 from xrelkd/update/clipcat
...
clipcat: 0.9.0 -> 0.11.0
2023-12-04 00:38:43 +01:00
éclairevoyant
37a543002c
themix-gui: init at 1.15.1
2023-12-03 18:37:22 -05:00
R. Ryantm
7a553c4d29
python310Packages.langsmith: 0.0.63 -> 0.0.69
2023-12-03 23:36:19 +00:00
Weijia Wang
79903f065f
Merge pull request #271822 from foo-dogsquared/update-eartag
...
eartag: 0.4.3 -> 0.5.1
2023-12-04 00:35:12 +01:00
Weijia Wang
85f6ceff7f
Merge pull request #271857 from joachimschmidt557/nimmm-0.3.0
...
nimmm: 0.2.0 -> 0.3.0
2023-12-04 00:34:09 +01:00
Peder Bergebakken Sundt
0794b6053c
Merge pull request #211815 from pbsds/pytikz-init
...
python3Packages.pytikz-allefeld: init at unstable-2022-11-01
2023-12-04 00:33:42 +01:00
Weijia Wang
3c14a77618
Merge pull request #268798 from x0ba/ia-writer-quattro
...
ia-writer-quattro: init at unstable-2023-06-16
2023-12-04 00:31:23 +01:00
x0ba
6befd082e7
ia-writer-quattro: init at unstable-2023-06-16
2023-12-04 00:29:33 +01:00
x0ba
78079efb8d
maintainers: add x0ba
2023-12-04 00:29:33 +01:00
Peder Bergebakken Sundt
45c08bb18a
Merge pull request #271073 from eclairevoyant/hayabusa
...
hayabusa: init at unstable-2023-11-29
2023-12-04 00:29:23 +01:00
Gaetan Lepage
de1aca9bcf
vimPlugins.nvim-treesitter: update grammars
2023-12-04 00:25:50 +01:00
Gaetan Lepage
393847ddf8
vimPlugins: update on 2023-12-03
2023-12-04 00:25:50 +01:00
Gaetan Lepage
1d17fa361b
vimPlugins.wtf-nvim: init at 2023-11-11
2023-12-04 00:25:50 +01:00
Weijia Wang
42a751bc11
Merge pull request #271917 from alyssais/virtiofsd-mainProgram
...
virtiofsd.meta.mainProgram: init
2023-12-04 00:23:51 +01:00
Robert Scott
efee375685
Merge pull request #271435 from emilytrau/playwright-darwin
...
python3Packages.playwright: fix darwin build
2023-12-03 23:23:24 +00:00
Peder Bergebakken Sundt
404931d2a6
Merge pull request #236001 from 3JlOy-PYCCKUi/srm
...
srm: 1.2.15 -> 1.2.15-unstable-2017-12-18
2023-12-04 00:21:07 +01:00
Weijia Wang
ced7615de2
Merge pull request #271681 from tsandrini/pywalfox-native-fixup-indentation
...
pywalfox-native: fixup indentation
2023-12-04 00:20:40 +01:00
Peder Bergebakken Sundt
f916cbf710
Merge pull request #264232 from Flakebi/powerdns-admin
...
powerdns-admin: fix build
2023-12-04 00:19:16 +01:00
Peder Bergebakken Sundt
2d20916769
Merge pull request #270265 from SuperSandro2000/get-google-fonts
...
get-google-fonts: init at unstable-2020-06-30
2023-12-04 00:17:32 +01:00
Weijia Wang
94244fd160
Merge pull request #271913 from nialov/add-nialov-to-geospatial-team
...
maintainers/team-list: add nialov to geospatial team
2023-12-04 00:16:18 +01:00
Peder Bergebakken Sundt
cf58ed1f96
Merge pull request #253899 from p-rintz/pocket-updater-utility
...
pocket-updater-utility: 2.31.0 -> 2.37.0
2023-12-04 00:15:18 +01:00
Peder Bergebakken Sundt
d2852f5af0
Merge pull request #238711 from moni-dz/contour
...
contour: 0.3.1.200 -> 0.3.12.262
2023-12-04 00:10:19 +01:00
Kevin Puetz
7e886531a2
qt6.qtmultimedia: Fix failure to load libva.so
...
QtMultimedia 6.6.0 would select dynamic VAAPI on linux, then warns
during build (even though it chose this on purpose):
> QT_FEATURE_vaapi is found but ffmpeg doesn't include vaapi,
> however dynamic symbols resolve is possible
The nuisance warning was fixed for 6.7 and backported to 6.6.1:
https://codereview.qt-project.org/c/qt/qtmultimedia/+/517333
However, tracing it helped me figure out why vaapi actually wasn't
working: nix doesn't end up with an rpath such that dlopen("va")
can actually find libva.so in the nix store, thus failing at runtime:
> qt.multimedia.plugin: loading backend "ffmpeg"
> qt.core.library: "/nix/store/i9fkjks6dfjj1p9qvj5633sxbrf5rbd8-qtmultimedia-6.6.1/lib/qt-6/plugins/multimedia/libffmpegmediaplugin.so" loaded library
> qt.multimedia.ffmpeg.libsymbolsresolver: Start VAAPI symbols resolving: 39 symbols
> qt.core.library: "va" cannot load: Cannot load library va: (va: cannot open shared object file: No such file or directory)
> qt.multimedia.ffmpeg.libsymbolsresolver: Couldn't load VAAPI library
2023-12-03 16:59:01 -06:00
Kevin Puetz
d3de574b8c
qt6.qtmultimedia: Compile hardware-accelerated VAAPI
2023-12-03 16:58:59 -06:00
Kevin Puetz
91b8e472a5
qt6.qtmultimedia: Compile ffmpeg multimedia plugin
...
This is now the default recommendation upstream for linux platforms
> https://doc.qt.io/qt-6.6/qtmultimedia-index.html#ffmpeg-as-the-default-backend
> In this release the FFmpeg framework is set as the default backend on
> Windows, macOS, Android, and Linux except Yocto distribution.
> The version shipped with Qt binary packages is FFmpeg 6.0
> and is tested by the maintainers.
libXrandr is required to compile support QT_WINDOW_CAPTURE_BACKEND=x11
2023-12-03 16:58:28 -06:00
Kevin Puetz
0ebea89551
qt6.qtmultimedia: Enable Spatial Audio (Quick3D)
...
This was Tech Preview in Qt 6.4, released in 6.5
2023-12-03 16:34:30 -06:00
Jos van Bakel
37b106f9b0
postgresql.pkgs.timescaledb_toolkit: 1.16.0 -> 1.18.0
2023-12-03 22:27:28 +00:00
Weijia Wang
2160f4a811
Merge pull request #271825 from r-ryantm/auto-update/openseachest
...
openseachest: 23.03.1 -> 23.12
2023-12-03 23:27:02 +01:00
Weijia Wang
c43b17ab3e
Merge pull request #271691 from mjoerg/libmpc-homepage
...
libmpc: correct meta.homepage
2023-12-03 23:19:17 +01:00
Weijia Wang
091198f215
Merge pull request #271207 from OPNA2608/fix/dosbox-x_modem
...
{dosbox,dosbox-x}: Fix modem & IPX support, fix crash with Windows 3.0
2023-12-03 23:18:22 +01:00
Robert Scott
694dce5e3c
Merge pull request #271646 from LeSuisse/libnbd-1.18.1-CVE-2023-5871
...
libnbd: 1.18.0 -> 1.18.1 and apply patch for CVE-2023-5871
2023-12-03 22:14:38 +00:00
K900
38c76a78a4
Merge pull request #271915 from K900/wireplumber-0.4.17
...
wireplumber: 0.4.16 -> 0.4.17
2023-12-04 01:09:09 +03:00
Doron Behar
fab84c702f
Merge pull request #228099 from danc86/fontbakery
...
fontbakery: init at 0.10.40
2023-12-03 22:07:42 +00:00
K900
5aa5b3c1a7
linux-rt_6_1: 6.1.59-rt16 -> 6.1.64-rt17
2023-12-03 23:06:16 +01:00
K900
430fc02b43
linux_5_15: 5.15.140 -> 5.15.141
2023-12-03 23:06:16 +01:00
K900
a7db5f67e1
linux_6_1: 6.1.64 -> 6.1.65
2023-12-03 23:06:16 +01:00
K900
518742c78e
linux_6_6: 6.6.3 -> 6.6.4
2023-12-03 23:06:16 +01:00
K900
03de3c5c3f
linux_testing: 6.7-rc3 -> 6.7-rc4
2023-12-03 23:06:16 +01:00
Atemu
fd7f5fd9a2
Merge pull request #269475 from jonringer/addhardwarerunpath-mini
...
addDriverRunpath: init
2023-12-03 22:27:36 +01:00
Atemu
ab59f0dacc
Merge pull request #269009 from slotThe/emacs/withFeature
...
emacs: Use lib.withFeature
2023-12-03 22:13:31 +01:00
Lassulus
c8fe76d8e8
Merge pull request #271498 from souxd/update-zandronum
...
zandronum: 3.0.1 -> 3.1.0
2023-12-03 21:38:37 +01:00
Peder Bergebakken Sundt
e04c93d430
Merge pull request #260762 from panicgh/segger-ozone
...
segger-ozone: 3.28e -> 3.30b and refactoring
2023-12-03 21:06:51 +01:00
Peder Bergebakken Sundt
c2273e116f
Merge pull request #269405 from ufUNnxagpM/init-majima
...
majima: init at 0.4.0
2023-12-03 20:45:28 +01:00
Emily
a0ba4615da
Merge pull request #270467 from nalves599/269944-keepalived-firewall
...
nixos/keepalived: add openFirewall option
2023-12-03 20:37:09 +01:00
Alyssa Ross
43b372ab66
virtiofsd.meta.mainProgram: init
2023-12-03 20:29:44 +01:00
Tony Zorman
4a6045a41b
emacs: Use lib.withFeature
...
As discussed in [1], this improves readability.
Not all --with options have a corresponding --without (and vice-versa),
but Emacs's configure script can endure this. Additionally, this
"encodes" the default options in system-configuration-options.
[1]: https://github.com/NixOS/nixpkgs/pull/267946#issuecomment-1815394037
2023-12-03 20:25:34 +01:00
K900
b3e348323e
wireplumber: 0.4.16 -> 0.4.17
...
Diff: https://gitlab.freedesktop.org/pipewire/wireplumber/-/compare/0.4.16...0.4.17
2023-12-03 22:24:14 +03:00
Pierre Bourdon
de502c4d0b
Merge pull request #271872 from uninsane/pr-cross-vulkan-tools
...
vulkan-tools: support cross compilation
2023-12-03 20:13:55 +01:00