me
/
guix
Archived
1
0
Fork 0

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: I982fd319142a59c8655edb5633ec51cf3826c9d3
master
Zheng Junjie 2024-07-07 16:46:43 +08:00
parent efe598b915
commit 3ce9995182
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 5 additions and 3 deletions

View File

@ -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 "