[PATCH] gnu: openshot: Update to 3.1.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • 宋文武
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
f65497ea3a044fad2e91855bdef76804cf9156e5.1689744612.git.atai@atai.org
* 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(-)

Toggle diff (66 lines)
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
Andy Tai wrote 2 years ago
[PATCH v2] gnu: openshot: Update to 3.1.1
(address . 64722@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
59770dd466ae201c3d33785cb5faec0052f0103f.1690429844.git.atai@atai.org
* gnu/packages/video.scm (openshot): Update to 3.1.1
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
宋文武 wrote 2 years ago
Re: bug#64722: [PATCH] gnu: openshot: Update to 3.1.1
(name . Andy Tai)(address . atai@atai.org)(address . 64722-done@debbugs.gnu.org)
874jlojf5t.fsf_-_@envs.net
Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/video.scm (openshot): Update to 3.1.1

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64722@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64722
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help