[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: recordmydesktop: Update to 0.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: recordmydesktop: Update to 0.4.0. |
Date: |
Wed, 24 Nov 2021 13:03:27 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3aac086 gnu: recordmydesktop: Update to 0.4.0.
3aac086 is described below
commit 3aac086c3f750b8d3aa793dbd9c72ec3212ab025
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Tue Nov 23 14:07:56 2021 +0000
gnu: recordmydesktop: Update to 0.4.0.
* gnu/packages/video.scm (recordmydesktop): Update to 0.4.0.
[source]: Update URI.
[home-page]: Update home-page accordingly.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/video.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index baf9f99..66b9771 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -54,6 +54,7 @@
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2021 Robin Templeton <robin@terpri.org>
+;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3584,14 +3585,15 @@ scaling and VA-API (if available) to accelerate video
decoding.")
(define-public recordmydesktop
(package
(name "recordmydesktop")
- (version "0.3.8.1")
+ (version "0.4.0")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://sourceforge/" name "/" name "/"
- version "/recordmydesktop-" version
".tar.gz"))
+ (uri (string-append "https://github.com/Enselic/"
+ name "/releases/download/v" version
+ "/recordmydesktop-" version ".tar.gz"))
(sha256
(base32
- "133kkl5j0r877d41bzj7kj0vf3xm8x80yyx2n8nqxrva304f58ik"))))
+ "17kjgmkl45zma64a5dg1hyvnjkzk4vl8milgi6ic7hlsbmywpig7"))))
(build-system gnu-build-system)
(inputs `(("popt" ,popt)
("zlib" ,zlib)
@@ -3604,7 +3606,7 @@ scaling and VA-API (if available) to accelerate video
decoding.")
("alsa-lib" ,alsa-lib)
("libvorbis" ,libvorbis)
("libtheora" ,libtheora)))
- (home-page "http://recordmydesktop.sourceforge.net/")
+ (home-page "https://enselic.github.io/recordmydesktop/")
(synopsis "Desktop session video recorder")
(description
"recordMyDesktop is a command-line tool that captures the activity in
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: recordmydesktop: Update to 0.4.0.,
guix-commits <=