mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: recordmydesktop: Add ALSA support.
* gnu/packages/video.scm (recordmydesktop)[inputs]: Add ALSA-LIB Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
751f687175
commit
ed6ba9cc7b
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
;;; Copyright © 2015 Alex Vong <alexvong1995@gmail.com>
|
||||
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
||||
;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
|
||||
;;; Copyright © 2016 Dmitry Nikolaev <cameltheman@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1517,6 +1518,7 @@ (define-public recordmydesktop
|
|||
("libxfixes" ,libxfixes)
|
||||
("libxdamage" ,libxdamage)
|
||||
("libxext" ,libxext)
|
||||
("alsa-lib" ,alsa-lib)
|
||||
("libvorbis" ,libvorbis)
|
||||
("libtheora" ,libtheora)))
|
||||
(home-page "http://recordmydesktop.sourceforge.net/")
|
||||
|
|
Loading…
Reference in a new issue