unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 75370@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#75370] [PATCH] gnu: openshot: Update to 3.3.0.
Date: Sat,  4 Jan 2025 18:29:48 -0800	[thread overview]
Message-ID: <fe301148fecd5e7b55b98bb3d49d9bd7f3898f41.1736044141.git.atai@atai.org> (raw)

* gnu/packages/audio.scm (libopenshot-audio): Update to 0.4.0.
* gnu/packages/video.scm (libopenshot): Update to 0.4.0.
  (openshot): Update to 3.3.0.

Change-Id: I6b234cfba69f1ec34895cacc42fc17e9d00723c8
---
 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 c8e22643ee..8160869180 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5489,7 +5489,7 @@ (define-public libfreeaptx
 (define-public libopenshot-audio
   (package
     (name "libopenshot-audio")
-    (version "0.3.3")
+    (version "0.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5498,7 +5498,7 @@ (define-public libopenshot-audio
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1h7hb3nxladpm5mmh9njilz8wjipisd61mgkgcd39k9jr9adw8gn"))))
+                "0m6a0g6y464ypcza1wfaik77x26lfdmkb5k735f7v8463r7qhd0m"))))
     (build-system cmake-build-system)
     (inputs
      (list alsa-lib
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index da07785043..05fc5dafa0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5932,7 +5932,7 @@ (define-public vidstab
 (define-public libopenshot
   (package
     (name "libopenshot")
-    (version "0.3.3")
+    (version "0.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5941,7 +5941,7 @@ (define-public libopenshot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jfp0kdncwmw8gqk0z8frpc4xdv9rxwh4z5m5l6mkyy320hr8zgm"))
+                "190zw15wqfdvpff4b4bshnff1m2lv85qvfhnhqjqh82qjjf17fnf"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; Allow overriding of the python installation dir
@@ -5995,7 +5995,7 @@ (define-public libopenshot
 (define-public openshot
   (package
     (name "openshot")
-    (version "3.2.1")
+    (version "3.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6004,7 +6004,7 @@ (define-public openshot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hh5sggvnfayzgj1h9h7wp9k0n44lj2z32am9g51whkyzl5pp5nd"))
+                "0x7fv1c3cr28z5nccw4lv61wnj013l8594p2fyrm1cxjpppka0pr"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: ddbb59f9bc5eb6dfaf1fc24881bb62f11960d664
-- 
2.34.1





             reply	other threads:[~2025-01-05  2:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-05  2:29 Andy Tai [this message]
2025-01-07 10:16 ` bug#75370: [PATCH] gnu: openshot: Update to 3.3.0 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fe301148fecd5e7b55b98bb3d49d9bd7f3898f41.1736044141.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=75370@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).