gnu: ffmpegthumbs: Update to 24.05.2.
* gnu/packages/kde-multimedia.scm (ffmpegthumbs): Update to 24.05.2. [inputs]: Remove qtbase-5. [arguments]: Set #:qtbase to qtbase. <#:configure-flags>: Pass -DQT_MAJOR_VERSION=6. Change-Id: I982fd319142a59c8655edb5633ec51cf3826c9d3master
parent
efe598b915
commit
3ce9995182
|
@ -213,19 +213,21 @@ its own database. You can build and play your own playlist.")
|
|||
(define-public ffmpegthumbs
|
||||
(package
|
||||
(name "ffmpegthumbs")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ffmpegthumbs-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "02wvhjqqird55xcs4kkj0s7nam4vqh3khjz5f1mjqfnk62sj1plx"))))
|
||||
(base32 "1b7jajn7mr5g6k9j3b0b8qng175748w9qd2bxj3v0sksi7ayn4bw"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config))
|
||||
(inputs
|
||||
(list ffmpeg kconfig ki18n kio taglib qtbase-5))
|
||||
(list ffmpeg kconfig ki18n kio taglib))
|
||||
(arguments (list #:qtbase qtbase
|
||||
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
|
||||
(home-page "https://apps.kde.org/ffmpegthumbs/")
|
||||
(synopsis "Video thumbnail generator for KDE using ffmpeg")
|
||||
(description "
|
||||
|
|
Reference in New Issue