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
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
Pol Dellaiera
f38f925793
Merge pull request #328565 from r-ryantm/auto-update/obs-studio-plugins.obs-move-transition
...
obs-studio-plugins.obs-move-transition: 3.0.1 -> 3.0.2
2024-07-20 19:33:30 +02:00
R. Ryantm
4308f96052
obs-studio-plugins.obs-move-transition: 3.0.1 -> 3.0.2
2024-07-20 01:39:31 +00:00
R. Ryantm
1b2bb7a81a
obs-studio-plugins.obs-vkcapture: 1.5.0 -> 1.5.1
2024-07-19 15:09:49 +00:00
R. Ryantm
8743b938b1
obs-studio-plugins.waveform: 1.8.0 -> 1.8.1
2024-07-17 01:33:53 +00:00
Pol Dellaiera
e133d5e878
Merge pull request #327012 from shackra/fix-issue-326505
...
obs-studio-plugins.obs-source-record: 0.3.2 → 0.3.4
2024-07-16 21:00:49 +02:00
Aleksana
3ea85ac338
Merge pull request #326827 from Aleksanaa/trivial-sha256-fix
...
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14 22:40:25 +08:00
aleksana
592e3845c4
treewide: sha256 -> hash attribute for fetchgit
2024-07-14 19:10:08 +08:00
Jorge Javier Araya Navarro
b39d7984c1
obs-studio-plugins.obs-source-record: add maintainer shackra
2024-07-13 22:28:41 -06:00
Jorge Javier Araya Navarro
8f10292335
obs-studio-plugins.obs-source-record: 0.3.2 -> 0.3.4
2024-07-13 22:24:12 -06:00
aleksana
1a89942243
treewide: sha256 -> hash attribute for gitlab.com fetchers
2024-07-13 22:28:37 +08:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname
2024-07-12 20:18:43 -04:00
R. Ryantm
95071f5c28
obs-studio-plugins.obs-vertical-canvas: 1.4.4 -> 1.4.5
2024-07-02 08:29:31 +00:00
R. Ryantm
a5ccc48f11
obs-studio-plugins.obs-vertical-canvas: 1.4.3 -> 1.4.4
2024-06-26 16:08:07 +00:00
Atemu
194ab008e6
Merge pull request #321493 from Atemu/obs-vkcapture32
...
obs-vkcapture: install 32bit wrapper
2024-06-25 19:51:11 +02:00
Franz Pletz
9b075e9a9b
Merge pull request #318414 from r-ryantm/auto-update/obs-studio-plugins.advanced-scene-switcher
...
obs-studio-plugins.advanced-scene-switcher: 1.26.2 -> 1.26.4
2024-06-24 11:19:16 +02:00
R. Ryantm
b534b7e5a5
obs-studio-plugins.obs-teleport: 0.7.1 -> 0.7.2
2024-06-24 00:54:35 +00:00
Atemu
bc3c785362
obs-vkcapture: install 32bit wrappers
...
obs-vkcapture supports OGL but one must preload the so. Upstream provides
wrappers for that which you're supposed to use but it's bound to a single
bitness. Install symlinks to the 32bit gamecapture with a suffix to provide
access to both.
2024-06-22 00:49:06 +02:00
R. Ryantm
8e088461a1
obs-studio-plugins.obs-vertical-canvas: 1.4.2 -> 1.4.3
2024-06-20 04:38:39 +00:00
R. Ryantm
2d55fc92ec
obs-studio-plugins.advanced-scene-switcher: 1.26.2 -> 1.26.4
2024-06-17 07:31:34 +00:00
R. Ryantm
e96c52b26d
obs-studio-plugins.obs-move-transition: 3.0.0 -> 3.0.1
2024-06-12 02:08:33 +00:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Weijia Wang
14ac99d34a
Merge pull request #314747 from r-ryantm/auto-update/obs-studio-plugins.obs-move-transition
...
obs-studio-plugins.obs-move-transition: 2.12.0 -> 3.0.0
2024-06-02 18:58:53 +02:00
R. Ryantm
b5860de3f5
obs-studio-plugins.obs-text-pthread: 2.0.3 -> 2.0.4
2024-06-02 13:23:46 +00:00
R. Ryantm
48f502c155
obs-studio-plugins.obs-move-transition: 2.12.0 -> 3.0.0
2024-05-26 03:45:50 +00:00
R. Ryantm
be774f013b
obs-studio-plugins.advanced-scene-switcher: 1.26.1 -> 1.26.2
2024-05-21 11:50:30 +00:00
R. Ryantm
3c54033355
obs-studio-plugins.advanced-scene-switcher: 1.26.0 -> 1.26.1
2024-05-16 08:40:05 +00:00
R. Ryantm
7f91efb80d
obs-studio-plugins.advanced-scene-switcher: 1.25.5 -> 1.26.0
2024-05-11 01:28:14 +00:00
Weijia Wang
d9ad5cbc11
Merge pull request #309045 from r-ryantm/auto-update/obs-studio-plugins.obs-mute-filter
...
obs-studio-plugins.obs-mute-filter: 0.2.2 -> 0.3.0
2024-05-05 18:29:52 +02:00
R. Ryantm
765a95fcca
obs-studio-plugins.obs-mute-filter: 0.2.2 -> 0.3.0
2024-05-04 13:40:06 +00:00
Joshua Campbell
e06f70aabe
obs-studio-plugins.obs-ndi: 4.13.0 -> 4.13.2
2024-05-03 18:38:57 -07:00
Weijia Wang
23cbc3c2b3
Merge branch 'master' into staging-next
2024-04-30 13:24:52 +02:00
Aleksana
791fc16f14
Merge pull request #307359 from r-ryantm/auto-update/obs-studio-plugins.obs-shaderfilter
...
obs-studio-plugins.obs-shaderfilter: 2.3.1 -> 2.3.2
2024-04-29 21:43:06 +08:00
Aleksana
542620df17
Merge pull request #306679 from r-ryantm/auto-update/obs-studio-plugins.obs-vertical-canvas
...
obs-studio-plugins.obs-vertical-canvas: 1.4.1 -> 1.4.2
2024-04-29 21:26:34 +08:00
github-actions[bot]
24c668d7e0
Merge master into staging-next
2024-04-29 00:02:23 +00:00
Aroun
4474b70eb4
obs-studio-plugins.obs-backgroundremoval: 0.5.16 -> 1.1.13 ( #230775 )
...
* obs-backgroundremoval: 0.5.16 -> 1.1.13
* Update pkgs/applications/video/obs-studio/plugins/obs-backgroundremoval/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* relative path
---------
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-04-29 00:29:02 +02:00
Weijia Wang
bab247f2bb
Merge branch 'master' into staging-next
2024-04-28 05:11:43 +02:00
Weijia Wang
cd08362300
Merge pull request #305918 from r-ryantm/auto-update/obs-studio-plugins.input-overlay
...
obs-studio-plugins.input-overlay: 5.0.4 -> 5.0.5
2024-04-28 05:08:49 +02:00
R. Ryantm
82d56fe582
obs-studio-plugins.obs-shaderfilter: 2.3.1 -> 2.3.2
2024-04-28 01:44:08 +00:00
Weijia Wang
37876dbdad
Merge branch 'master' into staging-next
2024-04-27 05:44:19 +02:00
Weijia Wang
ac85377d1b
Merge pull request #304805 from r-ryantm/auto-update/obs-studio-plugins.obs-command-source
...
obs-studio-plugins.obs-command-source: 0.4.0 -> 0.5.0
2024-04-27 03:33:27 +02:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
R. Ryantm
8501cc8396
obs-studio-plugins.obs-vertical-canvas: 1.4.1 -> 1.4.2
2024-04-25 01:42:27 +00:00
R. Ryantm
32bd0dde1f
obs-studio-plugins.input-overlay: 5.0.4 -> 5.0.5
2024-04-22 06:01:18 +00:00