Commit Graph

145 Commits

Author SHA1 Message Date
4825764518
88d8a2a063
obs-nvfbc: update metadata 2022-07-02 22:34:30 -04:00
4825764518
11254579e3
obs-nvfbc: 0.0.5 -> 0.0.6 2022-07-02 22:26:57 -04:00
Lily Foster
e7c3e49051 obs-studio-plugins.obs-gstreamer: 0.2.1 -> 0.3.3 2022-04-26 12:33:47 -04:00
Átila Saraiva
aa534e3869 obs-vkcapture: init at 1.1.3 2022-04-22 21:55:01 -03:00
Yurii Matsiuk
26caa23ad3
obs-studio: 27.2.1 -> 27.2.4 2022-04-08 07:46:04 +02:00
R. Ryantm
8b2bc00ec8 obs-studio: 27.2.0 -> 27.2.1 2022-02-25 10:54:05 -08:00
Franz Pletz
70426f5f8c
Merge pull request #152697 from blitz/obs-studio-27.2 2022-02-18 01:44:12 +01:00
Ivar Scholten
e81d08aa94 obs-studio: add meta.mainProgram 2022-02-17 09:30:21 +01:00
Julian Stecklina
4e68a4175b obs-studio-plugins.obs-websocket: 4.9.1 -> 5.0.0-alpha3
This is required to build against OBS Studio 27.2.
2022-02-15 18:27:26 +01:00
Julian Stecklina
2d7494e53f obs-studio: 27.1.3 -> 27.2.0 2022-02-15 18:26:47 +01:00
Pasquale
529e3d74a8 obs-studio: 27.0.1 -> 27.1.3 2022-02-15 18:26:47 +01:00
R. Ryantm
29510f4ec8 obs-studio-plugins.obs-multi-rtmp: 0.2.7.1 -> 0.2.8.1 2022-02-12 18:18:51 +00:00
Jonathan Ringer
9ec5c4ceb5
obs-studio: pin ffmpeg to 4.x 2022-02-05 16:59:50 -08:00
R. Ryantm
3e2c4ccff1 obs-studio-plugins.obs-nvfbc: 0.0.4 -> 0.0.5 2022-01-02 08:39:32 +00:00
Ryan Mulligan
8448ea4010
Merge pull request #149754 from r-ryantm/auto-update/obs-websocket
obs-studio-plugins.obs-websocket: 4.9.0 -> 4.9.1
2021-12-11 10:41:47 -08:00
R. Ryantm
88e6a42e31 obs-studio-plugins.obs-nvfbc: 0.0.3 -> 0.0.4 2021-12-09 03:27:44 +00:00
R. Ryantm
acc4adb166 obs-studio-plugins.obs-websocket: 4.9.0 -> 4.9.1 2021-12-09 00:16:00 +00:00
Peter Simons
90af5cacfb obs-studio: avoid double-wrapping the obs binary
Suggested in https://github.com/NixOS/nixpkgs/pull/145664#issuecomment-968107267.
2021-11-14 10:14:39 +01:00
Peter Simons
566ef06cf5 obs-studio: use wrapGAppsHook to add required org.gtk.Settings.ColorChooser schema
Fixes https://github.com/NixOS/nixpkgs/issues/145661.
2021-11-14 10:11:59 +01:00
Peter Simons
476635afe1 Drop myself from meta.maintainers for most packages.
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
Artturin
4807351d12 obs-studio: fix doublewrapping 2021-10-02 06:43:29 +03:00
06kellyjac
29574aead8 obs-studio-plugins.obs-multi-rtmp: 0.2.6.1 -> 0.2.7.1 2021-09-29 14:28:34 +01:00
Nils
57c19d93db obs-studio: 27.0.0 -> 27.0.1 2021-08-30 14:29:11 +01:00
Jade
46f4391873 obs-studio: add aarch64 support 2021-08-11 01:00:53 +00:00
06kellyjac
d3ae3bdd73 obs-studio-plugins.obs-multi-rtmp: 0.2.6 -> 0.2.6.1 2021-08-10 10:18:09 +01:00
Sandro
21679dee9d
Merge pull request #131172 from babbaj/obs-nvfbc
obs-nvfbc: init at 0.0.3
2021-08-05 09:53:50 +02:00
Josh Moller-Mara
20da7e6982 obs-studio-plugins.obs-websocket: fix attribute name
obs-websocket.nix existed, but no attribute was made for it.
2021-07-30 14:42:15 -07:00
Babbaj
37810bc9a2
obs-nvfbc: init at 0.0.3 2021-07-26 13:38:42 -04:00
Babbaj
ad8b9f8c60
looking-glass-obs: init 2021-07-06 13:34:21 -04:00
Tristan Gosselin-Hane
fb80827e88
obs-move-transition: fix patch path 2021-06-30 01:25:26 -04:00
Tristan
34eb39f141
obs-move-transition: 2.3.0 -> 2.4.3 (#128270)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-27 18:47:24 +02:00
V
e8e0255162
obs-studio: add plugin wrapper (#125308)
* obs-studio: tidy things up a little

* obs-studio: add plugin wrapper

This allows users to install plugins into their OBS Studio, like so:

	wrapOBS {
	  plugins = with obs-studio-plugins; [
	    wlrobs
	    obs-multi-rtmp
	    obs-gstreamer
	  ];
	}

* obs-gstreamer: convert to plugin

* obs-move-transition: convert to plugin

* obs-multi-rtmp: convert to plugin

* obs-ndi: convert to plugin

* obs-v4l2sink: remove

The functionality provided by this package is included in the upstream
project as of version 26.1.

Link: https://github.com/CatxFish/obs-v4l2sink/issues/56#issuecomment-753191690
Link: https://github.com/obsproject/obs-studio/releases/tag/26.1.0

* wlrobs: convert to plugin, unstable-2020-06-22 -> unstable-2021-05-13
2021-06-17 14:05:26 -04:00
V
40e8cd7214 obs-studio: Fix compilation with latest CEF 2021-06-10 19:25:32 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Sandro
e317cbd3dc
Merge pull request #125261 from deviant/bump-obs
obs-studio: 26.1.2 -> 27.0.0
2021-06-03 16:51:12 +02:00
Sandro
a9c61f2c67
Merge pull request #119057 from erdnaxe/obs-websocket 2021-06-02 10:15:24 +02:00
Alexandre Iooss
9e3118de6b
obs-websocket: init at 4.9.0 2021-06-02 08:54:24 +02:00
V
15679e7c20 obs-studio: 26.1.2 -> 27.0.0 2021-06-01 19:19:39 +02:00
Sandro
4646cba199
Merge pull request #118354 from heijligen/obs-studio
obs-studio: add pipewire to buildInputs
2021-04-12 20:21:25 +02:00
06kellyjac
3141ba7b50 obs-multi-rtmp: init at 0.2.6 2021-04-08 22:20:28 +01:00
Thomas Heijligen
25280858bb obs-studio: add pipewire to buildInputs
obs-studio (git master) has support for capturing wayland windows via
pipewire.
To build further releases of obs-studio this adds pipewire to buildInputs

https://github.com/obsproject/obs-studio/pull/4287
2021-04-07 20:50:25 +02:00
Thomas Heijligen
0751f9c5a7 obs-studio: add wayland to buildInputs
obs-studio (git master) has native wayland support.
To build further releases of obs-studio this adds wayland to buildInputs

https://github.com/obsproject/obs-studio/wiki/Install-Instructions#linux-build-directions
https://github.com/obsproject/obs-studio/pull/2484
2021-03-18 13:36:13 +01:00
github-actions[bot]
3ac0ccda7a
Merge staging-next into staging 2021-01-29 00:43:57 +00:00
Ashlynn Anderson
aa2274af7d
obs-studio: 26.0.2 -> 26.1.2 (#111029)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-29 00:42:03 +01:00
github-actions[bot]
2e78c8c736
Merge staging-next into staging 2021-01-28 12:23:55 +00:00
Ales Huzik
3344d20655 obs-gstreamer: init at 0.2.1 2021-01-28 09:09:54 +11:00
Thomas Tuegel
0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Tristan Gosselin-Hane
b91e555720
obs-move-transition: 2.0.2 -> 2.3.0 2021-01-25 02:04:11 -05:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00