Hello. I made a patch to add ALSA support for recordmydesktop.
 
Dmitry Nikolaev
From 140b9c39371d7ff6cbb7108534d44bfb57a0a38f Mon Sep 17 00:00:00 2001
From: 8p8c <camelthe...@gmail.com>
Date: Tue, 2 Aug 2016 23:11:46 +0300
Subject: [PATCH] Add ALSA support for recordmydesktop.

---
 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 <alexvong1...@gmail.com>
 ;;; Copyright © 2016 Alex Griffin <a...@ajgrf.com>
 ;;; Copyright © 2016 Kei Kebreau <k...@openmailbox.org>
+;;; Copyright © 2016 Dmitry Nikolaev <camelthe...@gmail.com>
 ;;;
 ;;; 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/";)
-- 
2.9.0

Reply via email to