obs-studio: 27.0.1 -> 27.1.3
This commit is contained in:
parent
91402a52be
commit
529e3d74a8
1 changed files with 5 additions and 4 deletions
|
@ -36,6 +36,7 @@
|
|||
, libcef
|
||||
, pipewireSupport ? stdenv.isLinux
|
||||
, pipewire
|
||||
, libdrm
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -44,13 +45,13 @@ let
|
|||
in
|
||||
mkDerivation rec {
|
||||
pname = "obs-studio";
|
||||
version = "27.0.1";
|
||||
version = "27.1.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "obsproject";
|
||||
repo = "obs-studio";
|
||||
rev = version;
|
||||
sha256 = "04fzsr9yizmxy0r7z2706crvnsnybpnv5kgfn77znknxxjacfhkn";
|
||||
sha256 = "EmBzxJHai++cvdYBYuR6mQJapSTDvaiqhxGbNnJWsdk=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
@ -59,7 +60,7 @@ mkDerivation rec {
|
|||
./Enable-file-access-and-universal-access-for-file-URL.patch
|
||||
|
||||
# Lets obs-browser build against CEF 91.1.0+
|
||||
./Change-product_version-to-user_agent_product.patch
|
||||
# ./Change-product_version-to-user_agent_product.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -93,7 +94,7 @@ mkDerivation rec {
|
|||
++ optionals scriptingSupport [ luajit python3 ]
|
||||
++ optional alsaSupport alsa-lib
|
||||
++ optional pulseaudioSupport libpulseaudio
|
||||
++ optional pipewireSupport pipewire;
|
||||
++ optionals pipewireSupport [ pipewire libdrm ];
|
||||
|
||||
# Copied from the obs-linuxbrowser
|
||||
postUnpack = ''
|
||||
|
|
Loading…
Reference in a new issue