GNU bug report logs -
#64722
[PATCH] gnu: openshot: Update to 3.1.1
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 19 Jul 2023 05:32:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64722 in the body.
You can then email your comments to 64722 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64722
; Package
guix-patches
.
(Wed, 19 Jul 2023 05:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 19 Jul 2023 05:32:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.2
* gnu/packages/video.scm (libopenshot): Update to 0.3.2
(openshot): Update to 3.1.1
---
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 447b0ea78c..7ffd590dd8 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5194,7 +5194,7 @@ (define-public libfreeaptx
(define-public libopenshot-audio
(package
(name "libopenshot-audio")
- (version "0.3.1")
+ (version "0.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5203,7 +5203,7 @@ (define-public libopenshot-audio
(file-name (git-file-name name version))
(sha256
(base32
- "164ibsp5g162cyjgpa0ap35h75igmfnmhxmwkkk1fvm1cpbf1jgj"))))
+ "0g49akqhd0jsd0ar6sacdqz6cv8y0a4zclnyliifiidxrkv43fiw"))))
(build-system cmake-build-system)
(inputs
(list alsa-lib
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c11ae52ef4..be41eb8d64 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4777,7 +4777,7 @@ (define-public vidstab
(define-public libopenshot
(package
(name "libopenshot")
- (version "0.3.1")
+ (version "0.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4786,7 +4786,7 @@ (define-public libopenshot
(file-name (git-file-name name version))
(sha256
(base32
- "10s76x4hwm4ccxdy8cv1nks028hldjmx25yy42fnjc4vscy7yd8a"))
+ "1hx2y9lvca7fzmy3996z08bzy65z1b0ip9d4jnnwd0wamwv4c4bb"))
(modules '((guix build utils)))
(snippet '(begin
;; Allow overriding of the python installation dir
@@ -4841,7 +4841,7 @@ (define-public libopenshot
(define-public openshot
(package
(name "openshot")
- (version "3.1.0")
+ (version "3.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4850,7 +4850,7 @@ (define-public openshot
(file-name (git-file-name name version))
(sha256
(base32
- "1m1mq8kws00mwijx8j5gqharkw63jqyywbnzsswgcxlhmsyv3k4v"))
+ "11wmcipcx5icjcw4vaai5z06p8xj1j39dwl6kkjn5db2y00gak4h"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: 92d18dc568ee27137240e6e7b973edde34a085a8
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64722
; Package
guix-patches
.
(Thu, 27 Jul 2023 03:52:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64722 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/video.scm (openshot): Update to 3.1.1
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bbc03d2fcc..edad81ef8a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4842,7 +4842,7 @@ (define-public libopenshot
(define-public openshot
(package
(name "openshot")
- (version "3.1.0")
+ (version "3.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4851,7 +4851,7 @@ (define-public openshot
(file-name (git-file-name name version))
(sha256
(base32
- "1m1mq8kws00mwijx8j5gqharkw63jqyywbnzsswgcxlhmsyv3k4v"))
+ "11wmcipcx5icjcw4vaai5z06p8xj1j39dwl6kkjn5db2y00gak4h"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47
--
2.41.0
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Fri, 28 Jul 2023 14:16:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Fri, 28 Jul 2023 14:16:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 64722-done <at> debbugs.gnu.org (full text, mbox):
Andy Tai <atai <at> atai.org> writes:
> * gnu/packages/video.scm (openshot): Update to 3.1.1
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 26 Aug 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.