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
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tristan Gosselin-Hane
161a78037b
obs-move-transition: init at 2.0.2
2020-11-20 02:24:12 -05:00
Philip Munksgaard
cbcb841874
Remove obs-linuxbrowser
...
No longer needed since #99284
2020-11-01 21:33:04 +01:00
Philip Munksgaard
f0d31b3bd1
obs-studio: Enable builtin browser support
...
Since version 25, OBS Studio has shipped with a version of obs-browser that
includes linux support (which means that we don't need the obs-linuxbrowser any
more). This commit enables the builtin browser source.
Fixes #98035
Thanks to @mohe2015 for fixing a patchelf issue I had!
2020-11-01 21:32:47 +01:00
R. RyanTM
1f89f78553
obs-studio: 26.0.0 -> 26.0.2
2020-10-25 23:40:03 +00:00
Andreas Rammhold
250fb4611f
Merge pull request #100456 from maralorn/boolToString
...
treewide: De-inline uses of lib.boolToString
2020-10-25 00:45:11 +02:00
Joshua Campbell
c7bbc9b9f8
Update obs-ndi plugin to latest
2020-10-17 21:44:09 -07:00
Malte Brandy
cebf9198f3
treewide: De-inline uses of lib.boolToString
...
This commit should not change eval results
2020-10-14 01:46:17 +02:00
Jonathan Ringer
866b5cfd25
obs-studio: 25.0.8 -> 26.0.0
2020-10-01 01:27:17 -07:00
Thomas Tuegel
270d8a0409
obs-studio: use libvlc
2020-09-26 05:50:24 -05:00
Peter Simons
68561ccf59
obs-v4l2sink: update to latest git 'master' version
2020-09-22 21:36:46 +02:00
Thomas Tuegel
c67159fd7d
obs-ndi: pin to qt514
2020-09-07 11:07:31 -05:00
Bruno Bigras
ca910f8dda
obs-wlrobs: 20200111 -> 20200622
2020-07-31 23:14:02 -04:00
Peter Hoeg
23e40675eb
obs-studio: show the actual version instead of 0.0.1
2020-05-21 20:52:32 +08:00
Enno Lohmeier
a311224450
obs-studio: 25.0.3 -> 25.0.8
2020-05-17 22:08:36 +02:00
Enno Lohmeier
c167fbb3ea
obs-studio: use addOpenGLRunpath to enable nvenc
2020-05-14 08:48:36 +02:00
peelz
f2211de99e
obs-v4l2sink: fix v4l2device_close segfault
2020-04-25 18:35:18 -04:00
peelz
a576482e4c
obs-v4l2sink: add 32-bit support
...
The rev was downgraded to the latest released version (0.1.0) because the
the changes on master are mostly related to localization and README
stuff. The only code-related change is insignificant.
2020-04-25 18:35:18 -04:00
peelz
9a66afc5d0
obs-v4l2sink: add peelz to maintainers
2020-04-24 19:27:40 -04:00
Graham Christensen
b76e3eab18
Merge pull request #84153 from colemickens/nixpkgs-obs-v4lsink
...
obs-v4l2sink: init at unstable-20181012
2020-04-17 08:29:30 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
1c279a0011
obs-studio: 25.0.2 -> 25.0.3
2020-04-07 10:57:53 -07:00
Cole Mickens
d01c1f35b8
obs-v4l2sink: init at unstable-20181012
2020-04-02 18:42:45 -07:00
Peter Simons
793c1b5c72
obs-studio: update from version 25.0.0 to 25.0.2
...
The 25.0.0 version crashes every time one tries to save the settings.
2020-03-23 12:30:37 +01:00
R. RyanTM
ccf8d188b3
obs-studio: 24.0.6 -> 25.0.0
2020-03-19 12:55:37 +00:00
Graham Christensen
ab94e9a83a
Merge pull request #77565 from NilsIrl/wlrobs_2020
...
obs-wlrobs: 20191008 -> 20200111
2020-01-25 16:09:04 -05:00
Peter Simons
fa4416e9bf
obs-studio: use the official git repository
2020-01-22 12:55:58 +01:00
Nils André-Chang
f0baa13bec
obs-wlrobs: 20191008 -> 20200111
2020-01-12 15:08:10 +00:00