mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
obs-studio: 20.0.1 -> 20.1.0 + support more features
This commit is contained in:
parent
b89022f2c5
commit
9e0b37944b
1 changed files with 8 additions and 2 deletions
|
@ -4,17 +4,20 @@
|
|||
, fdk_aac
|
||||
, ffmpeg
|
||||
, jansson
|
||||
, libjack2
|
||||
, libxkbcommon
|
||||
, libpthreadstubs
|
||||
, libXdmcp
|
||||
, qtbase
|
||||
, qtx11extras
|
||||
, speex
|
||||
, libv4l
|
||||
, x264
|
||||
, curl
|
||||
, xorg
|
||||
, makeWrapper
|
||||
, pkgconfig
|
||||
, vlc
|
||||
|
||||
, alsaSupport ? false
|
||||
, alsaLib
|
||||
|
@ -26,13 +29,13 @@ let
|
|||
optional = stdenv.lib.optional;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "obs-studio-${version}";
|
||||
version = "20.0.1";
|
||||
version = "20.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jp9000";
|
||||
repo = "obs-studio";
|
||||
rev = "${version}";
|
||||
sha256 = "1f701rh4w88ba48b50y16fvmzzsyv4y5nv30mrx3pb2ni7wyanld";
|
||||
sha256 = "1366nl301rhz8cfbq89ixiq1hdxdn8iimz9xyln274anghz02sbr";
|
||||
};
|
||||
|
||||
patches = [ ./find-xcb.patch ];
|
||||
|
@ -45,13 +48,16 @@ in stdenv.mkDerivation rec {
|
|||
fdk_aac
|
||||
ffmpeg
|
||||
jansson
|
||||
libjack2
|
||||
libv4l
|
||||
libxkbcommon
|
||||
libpthreadstubs
|
||||
libXdmcp
|
||||
qtbase
|
||||
qtx11extras
|
||||
speex
|
||||
x264
|
||||
vlc
|
||||
makeWrapper
|
||||
]
|
||||
++ optional alsaSupport alsaLib
|
||||
|
|
Loading…
Reference in a new issue