[PATCH] gnu: recordmydesktop: Update to 0.4.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Leo Famulari
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(address . guix-patches@gnu.org)
7557c7ff70946790bde8910a02fdb8e1b1db4ebe.1637675906.git.avityazev@posteo.org
Update recordmydesktop to version 0.4.0, also change the URI
and the home-page because the official repository for recordMyDesktop

* gnu/packages/video.scm (recordmydesktop): Update to 0.4.0.
[source]: Update URI.
[home-page]: Update home-page accordingly.
---
gnu/packages/video.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Toggle diff (41 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index baf9f99749..1d70ed610a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3584,14 +3584,15 @@ (define-public libvdpau-va-gl
(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 +3605,7 @@ (define-public recordmydesktop
("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
--
2.34.0



--

Aleksandr Vityazev
Aleksandr Vityazev wrote 3 years ago
[PATCH]v2 gnu: recordmydesktop: Update to 0.4.0.
(address . 52057@debbugs.gnu.org)
4069018b6777da711299ddf553f4c02ddf78f62f.1637676405.git.avityazev@posteo.org
Add copyright.

* gnu/packages/video.scm (recordmydesktop): Update to 0.4.0.
[source]: Update URI.
[home-page]: Update home-page accordingly.
---
gnu/packages/video.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

Toggle diff (49 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index baf9f99749..66b9771dc9 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 @@ (define-public libvdpau-va-gl
(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 @@ (define-public recordmydesktop
("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
--
2.34.0



--

Aleksandr Vityazev
Leo Famulari wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 52057-done@debbugs.gnu.org)
YZ5+fwME5f4F9TFq@jasmine.lan
On Tue, Nov 23, 2021 at 02:07:56PM +0000, Aleksandr Vityazev wrote:
Toggle quote (6 lines)
> Add copyright.
>
> * gnu/packages/video.scm (recordmydesktop): Update to 0.4.0.
> [source]: Update URI.
> [home-page]: Update home-page accordingly.

Thanks! Pushed as 3aac086c3f750b8d3aa793dbd9c72ec3212ab025
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52057@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52057
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help