guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: obs: Update to 17.0.2.


From: Efraim Flashner
Subject: 01/01: gnu: obs: Update to 17.0.2.
Date: Fri, 20 Jan 2017 09:34:55 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 4f98c3c553b97b01dad42826ff24c5f3c79c439e
Author: Efraim Flashner <address@hidden>
Date:   Thu Jan 19 22:54:25 2017 +0200

    gnu: obs: Update to 17.0.2.
    
    * gnu/packages/video.scm (obs): Update to 17.0.2.
    [inputs]: Add alsa-lib, fontconfig, speex.
---
 gnu/packages/video.scm |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2cef04d..e0de564 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1485,7 +1485,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
 (define-public obs
   (package
     (name "obs")
-    (version "0.16.6")
+    (version "17.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/jp9000/obs-studio";
@@ -1493,7 +1493,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "00vwdnf0gnwp029sznsr0s4lcky3brxbmpy0ch7igjpk5sf6mkqp"))))
+                "02cfhpkcsq718zwhwwsm48gjggf95qr38hqpi0kwrvsy18ll0msm"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests
@@ -1513,9 +1513,11 @@ be used for realtime video capture via Linux-specific 
APIs.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("curl" ,curl)
+     `(("alsa-lib" ,alsa-lib)
+       ("curl" ,curl)
        ("eudev" ,eudev)
        ("ffmpeg" ,ffmpeg)
+       ("fontconfig" ,fontconfig)
        ("freetype" ,freetype)
        ("jack" ,jack-1)
        ("jansson" ,jansson)
@@ -1525,6 +1527,7 @@ be used for realtime video capture via Linux-specific 
APIs.")
        ("pulseaudio" ,pulseaudio)
        ("qtbase" ,qtbase)
        ("qtx11extras" ,qtx11extras)
+       ("speex" ,speex)
        ("v4l-utils" ,v4l-utils)
        ("zlib" ,zlib)))
     (synopsis "Live streaming software")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]