all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49282] [PATCH] gnu: obs: Update to 27.0.1
@ 2021-06-30  5:12 Andrew Tropin
  2021-07-01 13:26 ` bug#49282: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Tropin @ 2021-06-30  5:12 UTC (permalink / raw)
  To: 49282

* gnu/packages/video.scm (obs): Update to 27.0.1.
[inputs]: Add glib, pipewire, wayland, wayland-protocol.

Some plugins now comes as submodules, so recursive? added.
---
 This obs release works natively on Wayland.

 gnu/packages/video.scm | 32 ++++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0de106be6c..6d822aeebe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3119,23 +3119,27 @@ be used for realtime video capture via Linux-specific APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "26.1.2")
+    (version "27.0.1")
     (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/obsproject/obs-studio")
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1k1asqiqw757v59ayx0w029ril947hs0lcp8n91knzjl891fr4nc"))
-              (patches
-               (search-patches "obs-modules-location.patch"))))
+            (method git-fetch)
+            (uri (git-reference
+                  (url "https://github.com/obsproject/obs-studio")
+                  (commit version)
+                  (recursive? #t)))
+            (file-name (git-file-name name version))
+            (sha256
+             (base32
+              "04fzsr9yizmxy0r7z2706crvnsnybpnv5kgfn77znknxxjacfhkn"))
+            (patches
+             (search-patches "obs-modules-location.patch"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
        (list (string-append "-DOBS_VERSION_OVERRIDE=" ,version)
-             "-DENABLE_UNIT_TESTS=TRUE")
+             "-DENABLE_UNIT_TESTS=TRUE"
+             ;; Browser plugin requires cef, but it is not packaged yet.
+             ;; <https://bitbucket.org/chromiumembedded/cef/src/master/>
+             "-DBUILD_BROWSER=FALSE")
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'wrap-executable
@@ -3164,18 +3168,22 @@ be used for realtime video capture via Linux-specific APIs.")
        ("ffmpeg" ,ffmpeg)
        ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
+       ("glib" ,glib)
        ("jack" ,jack-1)
        ("jansson" ,jansson)
        ("libx264" ,libx264)
        ("libxcomposite" ,libxcomposite)
        ("mbedtls" ,mbedtls-apache)
        ("mesa" ,mesa)
+       ("pipewire" ,pipewire-0.3)
        ("pulseaudio" ,pulseaudio)
        ("qtbase" ,qtbase-5)
        ("qtsvg" ,qtsvg)
        ("qtx11extras" ,qtx11extras)
        ("speexdsp" ,speexdsp)
        ("v4l-utils" ,v4l-utils)
+       ("wayland" ,wayland)
+       ("wayland-protocols" ,wayland-protocols)
        ("zlib" ,zlib)))
     (synopsis "Live streaming software")
     (description "Open Broadcaster Software provides a graphical interface for
-- 
2.32.0






^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#49282: [PATCH] gnu: obs: Update to 27.0.1
  2021-06-30  5:12 [bug#49282] [PATCH] gnu: obs: Update to 27.0.1 Andrew Tropin
@ 2021-07-01 13:26 ` Efraim Flashner
  2021-07-01 14:18   ` [bug#49282] " Andrew Tropin
  0 siblings, 1 reply; 3+ messages in thread
From: Efraim Flashner @ 2021-07-01 13:26 UTC (permalink / raw)
  To: Andrew Tropin; +Cc: 49282-done

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

I re-adjusted the indentation in the source block and pushed. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#49282] [PATCH] gnu: obs: Update to 27.0.1
  2021-07-01 13:26 ` bug#49282: " Efraim Flashner
@ 2021-07-01 14:18   ` Andrew Tropin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2021-07-01 14:18 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 49282-done

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

Efraim Flashner <efraim@flashner.co.il> writes:

> I re-adjusted the indentation in the source block and pushed. Thanks!

Thank you for adjustments!)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-01 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30  5:12 [bug#49282] [PATCH] gnu: obs: Update to 27.0.1 Andrew Tropin
2021-07-01 13:26 ` bug#49282: " Efraim Flashner
2021-07-01 14:18   ` [bug#49282] " Andrew Tropin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.