mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
f80824fe09
commit
d78e8caeb5
1 changed files with 25 additions and 26 deletions
|
@ -219,7 +219,7 @@ (define-public akregator
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public kdenlive
|
||||
(let ((version "20.08.3"))
|
||||
(let ((version "21.08.1"))
|
||||
(package
|
||||
(name "kdenlive")
|
||||
(version version)
|
||||
|
@ -231,43 +231,43 @@ (define-public kdenlive
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32 "0x0qfwf6wfnybjyjvmllpf87sm27d1n2akslhp2k8ins838qy55i"))))
|
||||
(base32 "1fvy2aa86pn4crk8lgxjh1kdn2lxzi66krnrr9m91mp89mmc760k"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||
("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)))
|
||||
(inputs
|
||||
`(("shared-mime-info" ,shared-mime-info)
|
||||
("frei0r-plugins" ,frei0r-plugins)
|
||||
`(("breeze" ,breeze) ; make dark them available easily
|
||||
("breeze-icons" ,breeze-icons) ; recommended icon set
|
||||
("ffmpeg" ,ffmpeg)
|
||||
("rttr" ,rttr)
|
||||
("mlt" ,mlt-6)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtscript" ,qtscript)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtmultimedia" ,qtmultimedia)
|
||||
("kparts" ,kparts)
|
||||
("knotifications" ,knotifications)
|
||||
("frei0r-plugins" ,frei0r-plugins)
|
||||
("karchive" ,karchive)
|
||||
("kdbusaddons" ,kdbusaddons)
|
||||
("kcrash" ,kcrash)
|
||||
("kguiaddons" ,kguiaddons)
|
||||
("knewstuff" ,knewstuff)
|
||||
("knotifyconfig" ,knotifyconfig)
|
||||
("kfilemetadata" ,kfilemetadata)
|
||||
("kdoctools" ,kdoctools)
|
||||
("kdbusaddons" ,kdbusaddons)
|
||||
("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)
|
||||
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||
("qtmultimedia" ,qtmultimedia)
|
||||
("qtnetworkauth" ,qtnetworkauth)
|
||||
("qtquickcontrols" ,qtquickcontrols)
|
||||
("qtquickcontrols2" ,qtquickcontrols2)
|
||||
("kiconthemes" ,kiconthemes)
|
||||
("breeze" ,breeze) ; make dark them available easily
|
||||
("breeze-icons" ,breeze-icons) ; recommended icon set
|
||||
("purpose" ,purpose)
|
||||
("qtscript" ,qtscript)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtwebkit" ,qtwebkit)
|
||||
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||
("kplotting" ,kplotting)))
|
||||
("shared-mime-info" ,shared-mime-info)))
|
||||
(arguments
|
||||
`(#:tests? #f ;TODO needs X
|
||||
#:phases
|
||||
|
@ -295,8 +295,7 @@ (define-public kdenlive
|
|||
`("QML2_IMPORT_PATH" ":" prefix
|
||||
,(list (getenv "QML2_IMPORT_PATH")))
|
||||
`("MLT_PREFIX" ":" =
|
||||
(,(assoc-ref inputs "mlt")))))
|
||||
#t)))))
|
||||
(,(assoc-ref inputs "mlt"))))))))))
|
||||
(home-page "https://kdenlive.org")
|
||||
(synopsis "Non-linear video editor")
|
||||
(description "Kdenlive is an acronym for KDE Non-Linear Video Editor.
|
||||
|
|
Loading…
Reference in a new issue