Archived
1
0
Fork 0

gnu: kdenlive: Update to 21.08.1.

* gnu/packages/kde.scm (kdenlive): Update to 21.08.1.
[inputs]: Order alphabetically. Use MLT 7. Add qtnetworkauth. Remove rttr.
[arguments]<#:phases>: Don't return #t.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vinicius Monego 2021-09-15 13:57:44 +00:00 committed by Mathieu Othacehe
parent f80824fe09
commit d78e8caeb5
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -219,7 +219,7 @@ browser for easy news reading.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public kdenlive (define-public kdenlive
(let ((version "20.08.3")) (let ((version "21.08.1"))
(package (package
(name "kdenlive") (name "kdenlive")
(version version) (version version)
@ -231,43 +231,43 @@ browser for easy news reading.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 "0x0qfwf6wfnybjyjvmllpf87sm27d1n2akslhp2k8ins838qy55i")))) (base32 "1fvy2aa86pn4crk8lgxjh1kdn2lxzi66krnrr9m91mp89mmc760k"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("shared-mime-info" ,shared-mime-info) `(("breeze" ,breeze) ; make dark them available easily
("frei0r-plugins" ,frei0r-plugins) ("breeze-icons" ,breeze-icons) ; recommended icon set
("ffmpeg" ,ffmpeg) ("ffmpeg" ,ffmpeg)
("rttr" ,rttr) ("frei0r-plugins" ,frei0r-plugins)
("mlt" ,mlt-6)
("qtbase" ,qtbase-5)
("qtscript" ,qtscript)
("qtsvg" ,qtsvg)
("qtmultimedia" ,qtmultimedia)
("kparts" ,kparts)
("knotifications" ,knotifications)
("karchive" ,karchive) ("karchive" ,karchive)
("kdbusaddons" ,kdbusaddons)
("kcrash" ,kcrash) ("kcrash" ,kcrash)
("kguiaddons" ,kguiaddons) ("kdbusaddons" ,kdbusaddons)
("knewstuff" ,knewstuff)
("knotifyconfig" ,knotifyconfig)
("kfilemetadata" ,kfilemetadata)
("kdoctools" ,kdoctools)
("kdeclarative" ,kdeclarative) ("kdeclarative" ,kdeclarative)
("kdoctools" ,kdoctools)
("kfilemetadata" ,kfilemetadata)
("kguiaddons" ,kguiaddons)
("kiconthemes" ,kiconthemes)
("knewstuff" ,knewstuff)
("knotifications" ,knotifications)
("knotifyconfig" ,knotifyconfig)
("kparts" ,kparts)
("kplotting" ,kplotting)
("mlt" ,mlt)
("purpose" ,purpose)
("qtbase" ,qtbase-5)
("qtdeclarative" ,qtdeclarative) ("qtdeclarative" ,qtdeclarative)
("qtgraphicaleffects" ,qtgraphicaleffects)
("qtmultimedia" ,qtmultimedia)
("qtnetworkauth" ,qtnetworkauth)
("qtquickcontrols" ,qtquickcontrols) ("qtquickcontrols" ,qtquickcontrols)
("qtquickcontrols2" ,qtquickcontrols2) ("qtquickcontrols2" ,qtquickcontrols2)
("kiconthemes" ,kiconthemes) ("qtscript" ,qtscript)
("breeze" ,breeze) ; make dark them available easily ("qtsvg" ,qtsvg)
("breeze-icons" ,breeze-icons) ; recommended icon set
("purpose" ,purpose)
("qtwebkit" ,qtwebkit) ("qtwebkit" ,qtwebkit)
("qtgraphicaleffects" ,qtgraphicaleffects) ("shared-mime-info" ,shared-mime-info)))
("kplotting" ,kplotting)))
(arguments (arguments
`(#:tests? #f ;TODO needs X `(#:tests? #f ;TODO needs X
#:phases #:phases
@ -295,8 +295,7 @@ browser for easy news reading.")
`("QML2_IMPORT_PATH" ":" prefix `("QML2_IMPORT_PATH" ":" prefix
,(list (getenv "QML2_IMPORT_PATH"))) ,(list (getenv "QML2_IMPORT_PATH")))
`("MLT_PREFIX" ":" = `("MLT_PREFIX" ":" =
(,(assoc-ref inputs "mlt"))))) (,(assoc-ref inputs "mlt"))))))))))
#t)))))
(home-page "https://kdenlive.org") (home-page "https://kdenlive.org")
(synopsis "Non-linear video editor") (synopsis "Non-linear video editor")
(description "Kdenlive is an acronym for KDE Non-Linear Video Editor. (description "Kdenlive is an acronym for KDE Non-Linear Video Editor.