guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: recordmydesktop: Add ALSA support.


From: Leo Famulari
Subject: 01/01: gnu: recordmydesktop: Add ALSA support.
Date: Mon, 8 Aug 2016 20:03:37 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit ed6ba9cc7b6e3c31cf6935cca4acf5fa9e236bb3
Author: 8p8c <address@hidden>
Date:   Tue Aug 2 23:11:46 2016 +0300

    gnu: recordmydesktop: Add ALSA support.
    
    * gnu/packages/video.scm (recordmydesktop)[inputs]: Add ALSA-LIB
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/video.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e3da8f1..5164477 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2015 Alex Vong <address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 Kei Kebreau <address@hidden>
+;;; Copyright © 2016 Dmitry Nikolaev <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1517,6 +1518,7 @@ implementation.")
               ("libxfixes" ,libxfixes)
               ("libxdamage" ,libxdamage)
               ("libxext" ,libxext)
+              ("alsa-lib" ,alsa-lib)
               ("libvorbis" ,libvorbis)
               ("libtheora" ,libtheora)))
     (home-page "http://recordmydesktop.sourceforge.net/";)



reply via email to

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