[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: libopenshot: Update to 0.2.7.
From: |
guix-commits |
Subject: |
02/05: gnu: libopenshot: Update to 0.2.7. |
Date: |
Mon, 1 Nov 2021 10:09:56 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 7eaacf0ece04e10a9f618893222c94b11216227c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Oct 22 15:13:06 2021 -0400
gnu: libopenshot: Update to 0.2.7.
* gnu/packages/video.scm (libopenshot): Update to 0.2.7.
[origin]: Adjust snippet to upstream changes.
[inputs]: Add alsa-lib and zlib.
[propagated-inputs]: Replace ffmpeg-4.3 with ffmpeg.
---
gnu/packages/video.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 540b81f..6ed49ce 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4659,7 +4659,7 @@ create smoother and stable videos.")
(define-public libopenshot
(package
(name "libopenshot")
- (version "0.2.5")
+ (version "0.2.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4668,11 +4668,11 @@ create smoother and stable videos.")
(file-name (git-file-name name version))
(sha256
(base32
- "1mxjkgjmjzgf628y3rscc6rqf55hxgjpmvwxlncfk1216i5xskwp"))
+ "0i9bsn8gklm1mvj60l3d3xrxdgy8svpxjfqcwsr308j5zjn30pv8"))
(modules '((guix build utils)))
(snippet '(begin
;; Allow overriding of the python installation dir
- (substitute* "src/bindings/python/CMakeLists.txt"
+ (substitute* "bindings/python/CMakeLists.txt"
(("(SET\\(PYTHON_MODULE_PATH.*)\\)" _ set)
(string-append set " CACHE PATH "
"\"Python bindings directory\")")))
@@ -4684,11 +4684,12 @@ create smoother and stable videos.")
("python" ,python)
("swig" ,swig)
("unittest++" ,unittest-cpp)))
+ (inputs
+ `(("alsa-lib" ,alsa-lib)
+ ("zlib" ,zlib)))
(propagated-inputs ;all referenced in installed headers
`(("cppzmq" ,cppzmq)
- ;; libopenshot doesn't yet build with ffmpeg 4.4 (see:
- ;; https://github.com/OpenShot/libopenshot/issues/676).
- ("ffmpeg" ,ffmpeg-4.3)
+ ("ffmpeg" ,ffmpeg)
("imagemagick" ,imagemagick)
("jsoncpp" ,jsoncpp)
("libopenshot-audio" ,libopenshot-audio)
- branch master updated (0e19713 -> 8797a07), guix-commits, 2021/11/01
- 03/05: gnu: OpenShot: Update to 2.6.1., guix-commits, 2021/11/01
- 01/05: gnu: libopenshot-audio: Update to 0.2.2., guix-commits, 2021/11/01
- 05/05: gnu: WebKitGTK: Update to 2.34.1 [fixes CVE-2021-{30846, 30851, 42762}]., guix-commits, 2021/11/01
- 02/05: gnu: libopenshot: Update to 0.2.7.,
guix-commits <=
- 04/05: gnu: Remove FFmpeg 4.3., guix-commits, 2021/11/01