[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: shotcut: Update to 23.07.29.
From: |
guix-commits |
Subject: |
01/12: gnu: shotcut: Update to 23.07.29. |
Date: |
Sat, 2 Sep 2023 10:22:46 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 7c951ce67d3da496fc5752e435c54a108a30597b
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat May 13 09:00:07 2023 -0300
gnu: shotcut: Update to 23.07.29.
* gnu/packages/video.scm (shotcut): Update to 23.07.29.
[native-inputs]: Replace qttools-5 with qttools.
[inputs]: Replace qtbase-5 with qtbase, qtdeclarative-5 with qtdeclarative,
qtmultimedia-5 with qtmultimedia. Remove qtgraphicaleffects,
qtquickcontrols-5, qtquickcontrols2-5, qtsvg-5, qtwebsockets-5, qtx11extras.
---
gnu/packages/video.scm | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cc52c1b850..153fe354d5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5010,7 +5010,7 @@ transitions, and effects and then export your film to
many common formats.")
(define-public shotcut
(package
(name "shotcut")
- (version "22.12.21")
+ (version "23.07.29")
(source
(origin
(method git-fetch)
@@ -5019,7 +5019,7 @@ transitions, and effects and then export your film to
many common formats.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hchnywsrkvnz07r2i1cffg1a8zi59pcpswz8x93a0rdc42hlk3d"))))
+ (base32 "1xdybjs39bg361jl7i3rlqdiwhi2xai7x45j7f6cgzygdd833pw5"))))
(build-system qt-build-system)
(arguments
`(#:tests? #f ;there are no tests
@@ -5054,7 +5054,7 @@ transitions, and effects and then export your film to
many common formats.")
`("PATH" ":" prefix
,(list (string-append mlt "/bin"))))))))))
(native-inputs
- (list pkg-config python-wrapper qttools-5))
+ (list pkg-config python-wrapper qttools))
(inputs
(list bash-minimal
ffmpeg
@@ -5064,15 +5064,9 @@ transitions, and effects and then export your film to
many common formats.")
ladspa
mlt
pulseaudio
- qtbase-5
- qtdeclarative-5
- qtgraphicaleffects
- qtmultimedia-5
- qtquickcontrols-5
- qtquickcontrols2-5
- qtsvg-5
- qtwebsockets-5
- qtx11extras
+ qtbase
+ qtdeclarative
+ qtmultimedia
sdl2))
(home-page "https://www.shotcut.org/")
(synopsis "Video editor built on the MLT framework")
- branch master updated (2890114a70 -> cee17521ec), guix-commits, 2023/09/02
- 03/12: gnu: python-cssselect: Update to 1.2.0., guix-commits, 2023/09/02
- 02/12: gnu: python-w3lib: Update to 2.1.2., guix-commits, 2023/09/02
- 06/12: gnu: python-itemloaders: Update to 1.1.0., guix-commits, 2023/09/02
- 11/12: gnu: python-deepxde: Update to 1.9.3., guix-commits, 2023/09/02
- 07/12: gnu: python-scrapy: Update to 2.10.1., guix-commits, 2023/09/02
- 05/12: gnu: python-itemadapter: Update to 0.8.0., guix-commits, 2023/09/02
- 12/12: gnu: python-pymc: Update to 5.7.2., guix-commits, 2023/09/02
- 04/12: gnu: python-parsel: Update to 1.8.1., guix-commits, 2023/09/02
- 01/12: gnu: shotcut: Update to 23.07.29.,
guix-commits <=
- 08/12: gnu: libngspice: Update to 41., guix-commits, 2023/09/02
- 10/12: gnu: freecad: Update to 0.21.1., guix-commits, 2023/09/02
- 09/12: gnu: mixxx: Update to 2.3.6., guix-commits, 2023/09/02