all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 51338@debbugs.gnu.org
Subject: [bug#51338] [PATCH 3/4] gnu: OpenShot: Update to 2.6.1.
Date: Fri, 22 Oct 2021 15:17:15 -0400	[thread overview]
Message-ID: <6d918c8ff9890afcc564ebd02a64ce3eacae6947.1634930236.git.leo@famulari.name> (raw)
In-Reply-To: <83d86856865883d2f7c03e5224253af91ee22a9c.1634930236.git.leo@famulari.name>

* gnu/packages/video.scm (openshot): Update to 2.6.1.
[arguments]: Add a 'fix-symbolic-link' phase to work around a broken symlink.
---
 gnu/packages/video.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 168c16492a..6587ac41f3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4654,7 +4654,7 @@ (define-public libopenshot
 (define-public openshot
   (package
     (name "openshot")
-    (version "2.5.1")
+    (version "2.6.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4663,7 +4663,7 @@ (define-public openshot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qc5i0ay6j2wab1whl41sjb71cj02pg6y79drf7asrprq8b2rmfq"))
+                "0pa8iwl217503bjlqg2zlrw5lxyq5hvxrf5apxrh3843hj1w1myv"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -4699,6 +4699,12 @@ (define-public openshot
                           (("fonts") "share/fonts/truetype")
                           (("[A-Za-z_-]+.ttf") "DejaVuSans.ttf")))
                       #t))
+                  ;; https://github.com/OpenShot/openshot-qt/issues/4502
+                  (add-before 'ensure-no-mtimes-pre-1980 'fix-symbolic-link
+                    (lambda _
+                      (delete-file "images/Humanity/actions/custom/razor_line_with_razor.png")
+                      (symlink "../../../../src/timeline/media/images/razor_line_with_razor.png"
+                               "images/Humanity/actions/custom/razor_line_with_razor.png")))
                   (add-before 'install 'set-tmp-home
                     (lambda _
                       ;; src/classes/info.py "needs" to create several
-- 
2.33.1





  parent reply	other threads:[~2021-10-22 19:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22 19:16 [bug#51338] OpenShot 2.6.1 update Leo Famulari
2021-10-22 19:17 ` [bug#51338] [PATCH 1/4] gnu: libopenshot-audio: Update to 0.2.2 Leo Famulari
2021-10-22 19:17   ` [bug#51338] [PATCH 2/4] gnu: libopenshot: Update to 0.2.7 Leo Famulari
2021-10-22 19:17   ` Leo Famulari [this message]
2021-10-22 19:17   ` [bug#51338] [PATCH 4/4] gnu: Remove FFmpeg 4.3 Leo Famulari
2021-10-25 11:47 ` [bug#51338] OpenShot 2.6.1 update Efraim Flashner
2021-11-01 10:08   ` Efraim Flashner
2021-11-01 14:10     ` bug#51338: " Leo Famulari

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

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

  git send-email \
    --in-reply-to=6d918c8ff9890afcc564ebd02a64ce3eacae6947.1634930236.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=51338@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.