unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45963] [PATCH] gnu: motion: Update to 4.3.2.
@ 2021-01-18 17:57 Vincent Legoll
  2021-01-19 15:05 ` bug#45963: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2021-01-18 17:57 UTC (permalink / raw)
  To: 45963; +Cc: Vincent Legoll

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45963: [PATCH] gnu: motion: Update to 4.3.2.
  2021-01-18 17:57 [bug#45963] [PATCH] gnu: motion: Update to 4.3.2 Vincent Legoll
@ 2021-01-19 15:05 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-01-19 15:05 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45963-done

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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-19 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 17:57 [bug#45963] [PATCH] gnu: motion: Update to 4.3.2 Vincent Legoll
2021-01-19 15:05 ` bug#45963: " Ludovic Courtès

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).