emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45963: closed ([PATCH] gnu: motion: Update to 4.3.2.)


From: GNU bug Tracking System
Subject: bug#45963: closed ([PATCH] gnu: motion: Update to 4.3.2.)
Date: Tue, 19 Jan 2021 15:07:02 +0000

Your message dated Tue, 19 Jan 2021 16:05:37 +0100
with message-id <87zh15ge66.fsf@gnu.org>
and subject line Re: bug#45963: [PATCH] gnu: motion: Update to 4.3.2.
has caused the debbugs.gnu.org bug report #45963,
regarding [PATCH] gnu: motion: Update to 4.3.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45963: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45963
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: motion: Update to 4.3.2. Date: Mon, 18 Jan 2021 18:57:11 +0100
* gnu/packages/video.scm (motion): Update to 4.3.2.
(phases): Fix path to version.sh script.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 37eb07855a..7047616306 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4161,7 +4161,7 @@ It counts more than 100 plugins.")
 (define-public motion
   (package
     (name "motion")
-    (version "4.2.2")
+    (version "4.3.2")
     (home-page "https://motion-project.github.io/";)
     (source (origin
               (method git-fetch)
@@ -4170,7 +4170,7 @@ It counts more than 100 plugins.")
                     (commit (string-append "release-" version))))
               (sha256
                (base32
-                "05c1gx75xy2hw49x6vkydvwxbr80kipsc3nr906k3hq8735svx6f"))
+                "09xs815jsivcilpmnrx2jkcxirj4lg5kp99fkr0p2sdxw03myi95"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs
@@ -4187,7 +4187,7 @@ It counts more than 100 plugins.")
      '(#:phases (modify-phases %standard-phases
                   (replace 'bootstrap
                     (lambda _
-                      (patch-shebang "version.sh")
+                      (patch-shebang "scripts/version.sh")
                       (invoke "autoreconf" "-vfi"))))
        #:configure-flags '("--sysconfdir=/etc")
        #:make-flags (list (string-append "sysconfdir="
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#45963: [PATCH] gnu: motion: Update to 4.3.2. Date: Tue, 19 Jan 2021 16:05:37 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

Vincent Legoll <vincent.legoll@gmail.com> skribis:

> * gnu/packages/video.scm (motion): Update to 4.3.2.
> (phases): Fix path to version.sh script.

Tweaked the commit log and applied.  Thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]