summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-04-01 22:15:22 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-04-02 09:21:43 +0300
commit5020a263921c02c957d880867f56d1287e8cb0f8 (patch)
tree042df9f19368200189ef034df17221483c62f621 /gnu/packages
parent44dbd856b7e937df890314812c532eceb26bfefc (diff)
downloadguix-5020a263921c02c957d880867f56d1287e8cb0f8.tar.gz
gnu: openshot: Upgrade to 2.5.1.
* gnu/packages/video.scm (openshot): Update to 2.5.1.
[source]: Add note about bundled libraries. Remove upstream rename
workaround.
[home-page]: Update to new home-page.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 88e7aeadde..fcd9c9aca8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3655,7 +3655,7 @@ API.  It includes bindings for Python, Ruby, and other languages.")
 (define-public openshot
   (package
     (name "openshot")
-    (version "2.4.4")
+    (version "2.5.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3664,14 +3664,11 @@ API.  It includes bindings for Python, Ruby, and other languages.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0mg63v36h7l8kv2sgf6x8c1n3ygddkqqwlciz7ccxpbm4x1idqba"))
+                "0qc5i0ay6j2wab1whl41sjb71cj02pg6y79drf7asrprq8b2rmfq"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-           ;; Manually apply upstream's a5cef5b09668513af8f898e2402377ebd58a64cc
-           ;; fix.  See <https://issues.guix.gnu.org/issue/40374>.
-           (rename-file "src/effects/icons/color shift.png"
-                        "src/effects/icons/colorshift.png")
+           ;; TODO: Unbundle jquery and others from src/timeline/media
            (delete-file-recursively "src/images/fonts") #t))))
     (build-system python-build-system)
     (inputs
@@ -3710,7 +3707,7 @@ API.  It includes bindings for Python, Ruby, and other languages.")
                       (let ((out (assoc-ref outputs "out")))
                         (wrap-qt-program out "openshot-qt"))
                       #t)))))
-    (home-page "https://openshot.org")
+    (home-page "https://www.openshot.org/")
     (synopsis "Video editor")
     (description "OpenShot takes your videos, photos, and music files and
 helps you create the film you have always dreamed of.  Easily add sub-titles,