[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/18: gnu: Add kfilemetadata-5.
From: |
guix-commits |
Subject: |
06/18: gnu: Add kfilemetadata-5. |
Date: |
Tue, 9 Jul 2024 02:06:48 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit f4eef24a01e273afcd33826b5f1330227eb08c50
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Jul 9 11:51:02 2024 +0800
gnu: Add kfilemetadata-5.
* gnu/packages/kde-frameworks.scm (kfilemetadata-5): New variable.
Change-Id: I2a7edc051f7d311db05bf67a76d0f28ea4f48476
---
gnu/packages/kde-frameworks.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 8dde300935..f27b2d26fc 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2566,6 +2566,47 @@ used by file indexers to retrieve the metadata. This
library can also be used
by applications to write metadata.")
(license (list license:lgpl2.0 license:lgpl2.1 license:lgpl3))))
+(define-public kfilemetadata-5
+ (package
+ (inherit kfilemetadata)
+ (name "kfilemetadata")
+ (version "5.116.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "13yfcy02rmhrhf8lxv7smk1n9rg1ywsh60hwzm94b8hq9a62qp0r"))))
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "ctest" "-E"
+ "(usermetadatawritertest|taglibextractortest)")))))))
+ (native-inputs (list extra-cmake-modules pkg-config))
+ (inputs
+ (list attr
+ ebook-tools
+ karchive-5
+ kconfig-5
+ kcoreaddons-5
+ ki18n-5
+ qtmultimedia-5
+ qtbase-5
+ ;; Required run-time packages
+ catdoc
+ ;; Optional run-time packages
+ exiv2
+ ffmpeg
+ poppler-qt5
+ taglib))))
+
(define-public kimageannotator
(package
(name "kimageannotator")
- 03/18: gnu: kxstitch: Fix build., (continued)
- 03/18: gnu: kxstitch: Fix build., guix-commits, 2024/07/09
- 02/18: gnu: rsibreak: Update to 0.12.15., guix-commits, 2024/07/09
- 09/18: gnu: k3b: Use new style., guix-commits, 2024/07/09
- 10/18: gnu: kaffeine: Fix build., guix-commits, 2024/07/09
- 05/18: gnu: kronometer: Fix build., guix-commits, 2024/07/09
- 17/18: gnu: kddockwidgets: Update to 2.1.0., guix-commits, 2024/07/09
- 07/18: gnu: Add libkcddb-qt5., guix-commits, 2024/07/09
- 12/18: gnu: Add purpose-5., guix-commits, 2024/07/09
- 15/18: gnu: kwave: Update to 24.05.2., guix-commits, 2024/07/09
- 11/18: gnu: kaffeine: Use new style., guix-commits, 2024/07/09
- 06/18: gnu: Add kfilemetadata-5.,
guix-commits <=
- 16/18: gnu: kmix: Update to 24.05.2., guix-commits, 2024/07/09
- 08/18: gnu: k3b: Update to 24.05.2., guix-commits, 2024/07/09
- 01/18: gnu: smb4k: Update to 3.2.5., guix-commits, 2024/07/09
- 14/18: gnu: kamoso: Use new input style., guix-commits, 2024/07/09
- 18/18: gnu: hotspot: Update to 1.5.1., guix-commits, 2024/07/09
- 04/18: gnu: krusader: Update to 2.8.1., guix-commits, 2024/07/09
- 13/18: gnu: kamoso: Update to 24.05.2., guix-commits, 2024/07/09