diff options
| author | Steve George <steve@futurile.net> | 2025-12-07 18:27:02 +0000 |
|---|---|---|
| committer | Steve George <steve@futurile.net> | 2026-02-14 21:34:41 +0000 |
| commit | e5d5a1e162151d0dd846d9364a1782ccdcd0eee5 (patch) | |
| tree | 242fbb2ca863f1c547e8c954d76a10acd18e22bd | |
| parent | 6473ec3eb17f586e4e5f0c6668558763e89092f4 (diff) | |
gnu: Update obs-pipewire-audio-capture to 1.2.1.
* gnu/packages/video.scm (obs-pipewire-audio-capture): Update to 1.2.1.
[source]: Update style.
[inputs]: Add wireplumber, new upstream requirement.
Change-Id: Ie830f53cde54c1ca58609560d9c2a3b557fb5776
Signed-off-by: Steve George <steve@futurile.net>
| -rw-r--r-- | gnu/packages/video.scm | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 98263cdfb68..c21c23918ad 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4640,28 +4640,30 @@ configuration (bitrate).") (define-public obs-pipewire-audio-capture (package (name "obs-pipewire-audio-capture") - (version "1.1.2") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dimtpap/obs-pipewire-audio-capture") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0qjl8xlaf54zgz34f1dfybdg2inc2ir42659kh15ncihpgbx0wzl")))) + (version "1.2.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dimtpap/obs-pipewire-audio-capture") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "092xv2azqs85lxnggx7q71ch0l5jbnay0737x1xhz99azf0fidqs")))) (build-system cmake-build-system) (arguments (list - #:tests? #f ; no test target + #:tests? #f ;no test target #:configure-flags #~(list (string-append "-DLIBOBS_INCLUDE_DIR=" #$(this-package-input "obs") "/lib") - "-Wno-dev"))) + "-DBUILD_OUT_OF_TREE=On" "-Wno-dev"))) (native-inputs (list libconfig pkg-config)) - (inputs (list obs pipewire simde)) - (home-page "https://obsproject.com/forum/resources/pipewire-audio-capture.1458/") - (synopsis "Audio device and application capture for OBS Studio using PipeWire") + (inputs (list obs pipewire wireplumber simde)) + (home-page + "https://obsproject.com/forum/resources/pipewire-audio-capture.1458/") + (synopsis + "Audio device and application capture for OBS Studio using PipeWire") (description "This plugin adds 3 sources for capturing audio outputs, inputs and applications using PipeWire.") (license license:gpl2+))) |
