jopejoe1
2fd383316e
obs-studio-plugins.advanced-scene-switcher: 1.27.3 -> 1.28.1 ( #353913 )
2024-11-06 19:48:33 +01:00
Patrick
3bdadc381b
obs-studio-plugins.advanced-scene-switcher: 1.27.3 -> 1.28.1
2024-11-05 22:43:36 +01:00
R. Ryantm
102ce7177c
obs-studio-plugins.obs-move-transition: 3.1.0 -> 3.1.1
2024-11-03 02:44:48 +01:00
Fabián Heredia Montiel
e1fb60b6d6
obs-studio: add -Wno-error=deprecated-declarations
due to build failure
2024-10-24 23:08:12 -06:00
Franz Pletz
3490095db7
obs-studio: enable debug info ( #349027 )
2024-10-20 13:12:21 +02:00
R. Ryantm
21c852eea4
obs-studio-plugins.obs-source-record: 0.3.4 -> 0.3.5
2024-10-19 14:29:41 +00:00
Jack Wilsdon
5ad3d0d27f
obs-studio-plugins.obs-multi-rtmp: fix build
2024-10-18 10:25:40 +01:00
K900
d7198131df
obs-vkcapture: don't depend on ECM
...
Fixes #349078 .
2024-10-16 19:27:28 +03:00
Alyssa Ross
a63367cfcd
obs-studio: enable debug info
2024-10-16 14:44:35 +02:00
Pol Dellaiera
01ab871995
obs-studio: fix build ( #348095 )
2024-10-13 08:15:02 +02:00
Alyssa Ross
e4e66931b0
obs-studio: fix build
2024-10-12 15:42:16 +02:00
github-actions[bot]
4433a315bd
Merge master into staging-next
2024-10-12 12:05:08 +00:00
Fabián Heredia Montiel
ccec93c1c7
treewide: replace webkitgtk to webkitgtk_4_0
...
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix
webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
github-actions[bot]
5c3e5ec59f
Merge master into staging-next
2024-10-06 12:05:15 +00:00
Anderson Torres
8b5c3428d6
obs-studio-plugins.advanced-scene-switcher: pin httplib sources
2024-10-04 19:29:48 -03:00
github-actions[bot]
ca0b5f7edc
Merge master into staging-next
2024-10-03 12:05:39 +00:00
R. Ryantm
2604e92e02
obs-studio-plugins.obs-move-transition: 3.0.2 -> 3.1.0
2024-10-03 06:07:49 +00:00
Artturin
f0e657f3b1
Merge branch 'master' into staging-next
2024-09-25 06:05:01 +03:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
754402a237
Merge staging-next into staging
2024-09-21 00:13:41 +00:00
R. Ryantm
a7a9dea45e
obs-studio-plugins.obs-vaapi: 0.4.1 -> 0.4.2
2024-09-20 02:55:14 +00:00
github-actions[bot]
3aaf0938c0
Merge staging-next into staging
2024-09-17 00:12:19 +00:00
R. Ryantm
f8afc98003
obs-studio-plugins.obs-text-pthread: 2.0.4 -> 2.0.5
2024-09-14 10:42:44 +00:00
github-actions[bot]
34de158a5f
Merge staging-next into staging
2024-09-13 00:13:45 +00:00
Philip Taron
572baa788b
gcc: gcc_13 → gcc_14 ( #340612 )
...
@emilazy is co-responsible for choosing the merge this.
2024-09-12 15:21:00 -07:00
Emily
2181ab3e22
treewide: unpin SWIG 4
2024-09-12 18:39:57 +01:00
Fabián Heredia Montiel
a4145a81d1
treewide: add -Wno-error=
due to compilation error with gcc_14
2024-09-11 01:44:17 -06:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant
2024-09-10 15:02:41 -04:00
lolisamurai
9542411d5c
obs-studio-plugins.obs-multi-rtmp: 0.2.8.1-OBS28 -> 0.6.0.1
2024-09-06 00:43:40 +02:00
R. Ryantm
e0e6add3a9
obs-studio-plugins.obs-vertical-canvas: 1.4.8 -> 1.4.9
2024-08-28 01:40:37 +00:00
Franz Pletz
ef321f952f
obs-studio-plugins.obs-tuna: reformat
2024-08-25 23:07:42 +02:00
Franz Pletz
1afa6d89ad
obs-studio-plugins.obs-tuna: 1.9.7 -> 1.9.9
2024-08-25 23:07:42 +02:00
Franz Pletz
c65c9b8860
obs-studio-plugins.obs-pipewire-audio-capture: reformat
2024-08-25 23:07:42 +02:00
Franz Pletz
3b37c4eabb
obs-studio-plugins.obs-pipewire-audio-capture: 1.1.3 -> 1.1.5
2024-08-25 23:07:42 +02:00
Franz Pletz
72632d5559
obs-studio-plugins.obs-ndi: reformat
2024-08-25 23:07:42 +02:00
Franz Pletz
fb9b11e6ab
obs-studio-plugins.obs-ndi: 4.13.2 -> 4.14.1
2024-08-25 23:07:42 +02:00
Franz Pletz
10a00799c4
obs-studio-plugins.obs-gstreamer: reformat
2024-08-25 23:07:42 +02:00
Franz Pletz
abcb02cf68
obs-studio-plugins.obs-gstreamer: 0.4.0 -> 0.4.1
2024-08-25 23:07:41 +02:00
Franz Pletz
18effcc2f8
obs-studio-plugins.advanced-scene-switcher: reformat
2024-08-25 23:07:41 +02:00
Franz Pletz
6c21ffd4a4
obs-studio-plugins.advanced-scene-switcher: 1.27.1 -> 1.27.2
2024-08-25 23:07:41 +02:00
R. Ryantm
51d99d2f82
obs-studio-plugins.advanced-scene-switcher: 1.27.0 -> 1.27.1
2024-08-23 10:02:02 +00:00
Franz Pletz
60fb1cbc70
Merge pull request #336370 from r-ryantm/auto-update/obs-studio
2024-08-22 00:52:12 +02:00
R. Ryantm
c4eff8eee4
obs-studio: 30.2.2 -> 30.2.3
2024-08-21 17:30:49 +00:00
Philip Taron
e3c6d33017
obs-studio: remove with statements
2024-08-18 06:31:14 -07:00
R. Ryantm
7e27e7e17b
obs-studio-plugins.advanced-scene-switcher: 1.26.4 -> 1.27.0
2024-08-15 14:42:39 +00:00
R. Ryantm
a3fe5ac214
obs-studio-plugins.obs-vertical-canvas: 1.4.7 -> 1.4.8
2024-08-09 02:08:50 +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
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
R. Ryantm
cb71a7512a
obs-studio-plugins.obs-vertical-canvas: 1.4.5 -> 1.4.7
2024-07-27 21:11:40 +00: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