GNU bug report logs - #62785
[PATCH] gnu: openshot: Update to 3.1.0

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 12 Apr 2023 04:20:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#62785: closed (Re: bug#62785: [PATCH] gnu: openshot: Update
 to 3.1.0)
Date: Mon, 24 Apr 2023 10:23:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62785: [PATCH] gnu: openshot: Update to 3.1.0

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62785 <at> debbugs.gnu.org.

-- 
62785: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62785
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: 62785-done <at> debbugs.gnu.org
Subject: Re: bug#62785: [PATCH] gnu: openshot: Update to 3.1.0
Date: Mon, 24 Apr 2023 12:22:15 +0200
Hi,

Andy Tai <atai <at> atai.org> skribis:

> * gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.1
> * gnu/packages/video.scm (libopenshot): Update to 0.3.1
>                          (openshot): Update to 3.1.0

(No need for extra space on the third line above.)

Applied, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: openshot: Update to 3.1.0
Date: Tue, 11 Apr 2023 21:19:24 -0700
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.1
* gnu/packages/video.scm (libopenshot): Update to 0.3.1
                         (openshot): Update to 3.1.0
---
 gnu/packages/audio.scm | 4 ++--
 gnu/packages/video.scm | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 76dbcfe60d..b630b5bbf0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5255,7 +5255,7 @@ (define-public libfreeaptx
 (define-public libopenshot-audio
   (package
     (name "libopenshot-audio")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5264,7 +5264,7 @@ (define-public libopenshot-audio
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y3apyn71ysks88bv71knjvk832imnbpbb8mgib3q9b8pvdmjw3g"))))
+                "164ibsp5g162cyjgpa0ap35h75igmfnmhxmwkkk1fvm1cpbf1jgj"))))
     (build-system cmake-build-system)
     (inputs
      (list alsa-lib
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2559634c29..db79bb0ee1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4793,7 +4793,7 @@ (define-public vidstab
 (define-public libopenshot
   (package
     (name "libopenshot")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4802,7 +4802,7 @@ (define-public libopenshot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0q2899hbaqwh1gxyl9x84l116g82glk0wmr3r1xvfwb107m3mvx9"))
+                "10s76x4hwm4ccxdy8cv1nks028hldjmx25yy42fnjc4vscy7yd8a"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; Allow overriding of the python installation dir
@@ -4857,7 +4857,7 @@ (define-public libopenshot
 (define-public openshot
   (package
     (name "openshot")
-    (version "3.0.0")
+    (version "3.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4866,7 +4866,7 @@ (define-public openshot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1az59whx9sga6m8m2c3ndfls5h07r0jn4jipnyxckpxl32vpd147"))
+                "1m1mq8kws00mwijx8j5gqharkw63jqyywbnzsswgcxlhmsyv3k4v"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: 52d373dfef7ddd93c67bd615e74057af90c189ac
-- 
2.39.2




This bug report was last modified 2 years and 31 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.