gnu: obs: Update to 29.1.3.
* gnu/packages/video.scm (obs)[version]: Update to 29.1.3. [inputs]: Add asio, nlohmann-json, websocketpp. Change-Id: Iafb14ce1a53963c9fc12dc78631b0c530d1e700a
This commit is contained in:
parent
d1feac0049
commit
be60d20005
1 changed files with 5 additions and 2 deletions
|
@ -3965,7 +3965,7 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||||
(define-public obs
|
(define-public obs
|
||||||
(package
|
(package
|
||||||
(name "obs")
|
(name "obs")
|
||||||
(version "29.0.2")
|
(version "29.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3975,7 +3975,7 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ijn19wy52fa7ahr29v1rzvh6j0qr7i5xl129m6s9c644f7i51ac"))
|
"192p7m3g8ynbkq3s894w6a0w6gix3k237q5jwqrrr8idwfwwyh0g"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "obs-modules-location.patch"))))
|
(search-patches "obs-modules-location.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
@ -4013,6 +4013,7 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||||
(inputs
|
(inputs
|
||||||
(list
|
(list
|
||||||
alsa-lib
|
alsa-lib
|
||||||
|
asio
|
||||||
bash-minimal
|
bash-minimal
|
||||||
curl
|
curl
|
||||||
eudev
|
eudev
|
||||||
|
@ -4030,6 +4031,7 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||||
luajit
|
luajit
|
||||||
mbedtls-lts
|
mbedtls-lts
|
||||||
mesa
|
mesa
|
||||||
|
nlohmann-json
|
||||||
pciutils
|
pciutils
|
||||||
pipewire
|
pipewire
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
@ -4043,6 +4045,7 @@ be used for realtime video capture via Linux-specific APIs.")
|
||||||
vlc
|
vlc
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
websocketpp
|
||||||
zlib))
|
zlib))
|
||||||
(synopsis "Live streaming software")
|
(synopsis "Live streaming software")
|
||||||
(description "Open Broadcaster Software provides a graphical interface for
|
(description "Open Broadcaster Software provides a graphical interface for
|
||||||
|
|
Reference in a new issue