github-actions[bot]
977d1b98b7
Merge staging-next into staging
2024-08-07 00:02:49 +00:00
Atemu
c9dd3fb1a3
Merge pull request #331855 from pbsds/fix-nix-build-top-1722623704
...
treewide: remove hardcoded /build
2024-08-07 00:54:44 +02:00
Marcus Ramberg
0beb739f92
Merge pull request #331568 from emilazy/push-nxpypquxrpmk
...
mplayer: unstable-2022-02-03 -> 1.5-unstable-2024-07-03
2024-08-07 00:31:00 +02:00
Donovan Glover
dd34fb5e69
Merge pull request #332008 from lunik1/mpv-playlistmanager_0-unstable-2024-07-28
...
mpvScripts.mpv-playlistmanager: 0-unstable-2024-02-26 -> 0-unstable-2024-07-28
2024-08-05 12:49:45 +00:00
Donovan Glover
434c79ecd7
Merge pull request #331466 from luftmensch-luftmensch/mpvScripts.modernx-zydezu_0.3.6.5
...
mpvScripts.modernx-zydezu: 0.3.6 -> 0.3.6.6
2024-08-05 12:48:37 +00:00
tomberek
35a417c46a
Merge pull request #330514 from r-ryantm/auto-update/obs-studio-plugins.obs-vertical-canvas
...
obs-studio-plugins.obs-vertical-canvas: 1.4.5 -> 1.4.7
2024-08-04 14:36:29 -04:00
Guillaume Girol
8e414257f2
Merge pull request #331872 from emilazy/push-oxrvsltlmwqk
...
bombono: 1.2.4 -> 1.2.4-unstable-2022-02-06
2024-08-03 21:50:55 +02:00
Philip Taron
8a76c2c8f4
Merge pull request #330657 from emilazy/push-spxtzwyxtmvp
...
bino3d: remove LTO workaround
2024-08-03 09:29:59 -07:00
lunik1
462d639759
mpvScripts.mpv-playlistmanager: 0-unstable-2024-02-26 -> 0-unstable-2024-07-28
2024-08-03 15:27:23 +01:00
Ryan Omasta
8a5184b51f
freetube: 0.21.2 -> 0.21.3
2024-08-03 14:24:14 +02:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
Emily
ef150d021c
bombono: 1.2.4 -> 1.2.4-unstable-2022-02-06
...
Includes all the fixes we previously bundled AUR patches for, and
with another PR from the same author, works with FFmpeg 6.
2024-08-03 00:09:55 +01:00
Peder Bergebakken Sundt
61242375c1
kodiPackages.jellyfin: remove hardcoded /build
2024-08-02 23:45:54 +02:00
Peder Bergebakken Sundt
211b0f55b6
kodiPackages.jellycon: remove hardcoded /build
2024-08-02 23:45:54 +02:00
tomberek
cea41e28ae
Merge pull request #323384 from qubitnano/handbrake
...
handbrake: 1.8.0 -> 1.8.1
2024-08-02 02:33:13 -04:00
Thiago Kenji Okada
ee3b6d42e2
Merge pull request #321056 from atorres1985-contrib/qmplay2
...
qmplay2: 24.04.07 -> 24.06.16
2024-08-02 03:18:23 +01:00
Emily
077f8d29bb
mplayer: unstable-2022-02-03 -> 1.5-unstable-2024-07-03
...
Includes fixes for FFmpeg 6. It seems like it will require work for
7, though.
2024-08-01 18:11:13 +01:00
luftmensch-luftmensch
39cdafa2c9
mpvScripts.modernx-zydezu: 0.3.6 -> 0.3.6.6
2024-08-01 13:06:23 +02:00
Jörg Thalheim
482515715d
Merge pull request #330801 from luftmensch-luftmensch/mpvScripts.modernx-zydezu_0.3.6
...
mpvScripts.modernx-zydezu: 0.3.5.5 -> 0.3.6
2024-07-31 23:29:20 +02:00
Mynacol
bae4cbbdb8
kodi: Add meta.mainProgram
...
So users can leverage `lib.getExe` on Kodi.
2024-07-31 16:10:56 +02:00
Aaron Andersen
9f9b545807
Merge pull request #330780 from r-ryantm/auto-update/kodiPackages.pvr-vdr-vnsi
...
kodiPackages.pvr-vdr-vnsi: 21.1.1 -> 21.1.2
2024-07-30 22:25:28 -04:00
Aaron Andersen
3dc351c654
Merge pull request #330781 from r-ryantm/auto-update/kodiPackages.pvr-iptvsimple
...
kodiPackages.pvr-iptvsimple: 21.8.4 -> 21.8.5
2024-07-30 22:24:34 -04:00
Aaron Andersen
4dd0c9e2ef
Merge pull request #330798 from r-ryantm/auto-update/kodiPackages.pvr-hts
...
kodiPackages.pvr-hts: 21.2.4 -> 21.2.5
2024-07-30 22:23:45 -04:00
Peder Bergebakken Sundt
92ba3be525
Merge pull request #325764 from austinbutler/lightworks-146752
...
lightworks: 2023.2-146240 -> 2023.2-146752
2024-07-29 23:34:25 +02:00
luftmensch-luftmensch
9d38caf2ad
mpvScripts.modernx-zydezu: 0.3.5.5 -> 0.3.6
2024-07-29 09:10:09 +02:00
R. Ryantm
15b92d6654
kodiPackages.pvr-hts: 21.2.4 -> 21.2.5
2024-07-29 06:54:31 +00:00
R. Ryantm
6ac8f5c13c
kodiPackages.pvr-iptvsimple: 21.8.4 -> 21.8.5
2024-07-29 05:36:43 +00:00
R. Ryantm
7e45f8f9c4
kodiPackages.pvr-vdr-vnsi: 21.1.1 -> 21.1.2
2024-07-29 05:35:32 +00:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Austin Butler
39fba22f3e
lightworks: 2023.2-146240 -> 2023.2-146752
2024-07-28 17:46:57 -07:00
Emily
a4eb4b0a62
bino3d: remove LTO workaround
...
This is unnecessary now that #19098 is fixed.
2024-07-28 15:06:23 +01:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
R. Ryantm
cb71a7512a
obs-studio-plugins.obs-vertical-canvas: 1.4.5 -> 1.4.7
2024-07-27 21:11:40 +00:00
zhoufanjin
99da330f23
treewide: fix some comments ( #330407 )
...
Signed-off-by: zhoufanjin <shuangcui@live.cn>
2024-07-27 22:05:18 +08:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next
2024-07-27 09:18:58 +02:00
Jörg Thalheim
b5c29e7af0
Merge pull request #330099 from ryand56/update-freetube
...
freetube: 0.21.1 -> 0.21.2
2024-07-26 20:22:52 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
...
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Aleksana
84a53ad8e2
Merge pull request #328741 from Sigmanificient/remove-unused-arguments-pkgs-app
...
pkgs/applications: remove unused arguments
2024-07-26 22:05:49 +08:00
Anderson Torres
8d69d77244
qmplay2: migrate to by-name
2024-07-26 09:19:37 -03:00
Anderson Torres
9e0f47d6dc
qmplay2: prepare to by-name migration
...
- get rid of libsForQt5 indirection
- postFixup instead of postInstall
- meta.mainProgram
2024-07-26 09:19:36 -03:00
K900
26801aa449
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-26 14:31:21 +03:00
Sigmanificient
2ee703dccb
pkgs/applications: remove unused arguments
2024-07-26 11:36:49 +02:00
Sigmanificient
6dd44107ac
treewide: remove unused lib (and other) arguments
2024-07-26 11:18:09 +02:00
Ryan Omasta
8f509ee748
freetube: 0.21.1 -> 0.21.2
2024-07-26 03:02:00 -06:00
Franz Pletz
a5334f1481
Merge pull request #329853 from r-ryantm/auto-update/obs-studio
2024-07-26 09:14:42 +02:00
K900
1410c766c8
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-26 08:41:08 +03:00
Sigmanificient
543cd40ecc
treewide: remove trailing space in description
...
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
R. Ryantm
0c7b6c65b9
vdrPlugins.softhddevice: 2.3.5 -> 2.3.6
2024-07-25 19:18:07 +00:00
R. Ryantm
d44698604d
obs-studio: 30.2.0 -> 30.2.2
2024-07-25 08:22:36 +00:00