unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 52057@debbugs.gnu.org
Subject: [bug#52057] [PATCH] gnu: recordmydesktop: Update to 0.4.0.
Date: Tue, 23 Nov 2021 14:02:48 +0000	[thread overview]
Message-ID: <7557c7ff70946790bde8910a02fdb8e1b1db4ebe.1637675906.git.avityazev@posteo.org> (raw)

Update recordmydesktop to version 0.4.0, also change the URI
and the home-page because the official repository for recordMyDesktop
has been moved from https://sourceforge.net/projects/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(-)

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




             reply	other threads:[~2021-11-23 14:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-23 14:02 Aleksandr Vityazev [this message]
2021-11-23 14:07 ` [bug#52057] [PATCH]v2 gnu: recordmydesktop: Update to 0.4.0 Aleksandr Vityazev
2021-11-24 18:03   ` bug#52057: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7557c7ff70946790bde8910a02fdb8e1b1db4ebe.1637675906.git.avityazev@posteo.org \
    --to=avityazev@posteo.org \
    --cc=52057@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).