[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/373: gnu: kcodecs: Update to 6.3.0.
From: |
guix-commits |
Subject: |
31/373: gnu: kcodecs: Update to 6.3.0. |
Date: |
Mon, 8 Jul 2024 08:04:22 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 69d460b0556d5b19eabb4dc35785baa54492066e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:48:39 2024 +0800
gnu: kcodecs: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 6.3.0.
[inputs]: Remove qtbase-5; add qtbase.
[native-inputs]: Remove qttools-5; add qttools.
Change-Id: I8444feaa9510d313c769b766c1d22e4e6b735467
---
gnu/packages/kde-frameworks.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 54785b91db..c44e9a3449 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -535,7 +535,7 @@ and the older vCalendar.")
(define-public kcodecs
(package
(name "kcodecs")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -544,10 +544,10 @@ and the older vCalendar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "080zvcqd8iq05p5x3qaf3rryx75lg2l2j1dr18sp50ir50zfwh2w"))))
+ "1v665sr76020yix4f2kkwrjz46lh0jyc4wdrzr1xairxzhd560k9"))))
(build-system cmake-build-system)
- (native-inputs (list extra-cmake-modules gperf qttools-5))
- (inputs (list qtbase-5))
+ (native-inputs (list extra-cmake-modules gperf qttools))
+ (inputs (list qtbase))
(home-page "https://community.kde.org/Frameworks";)
(synopsis "String encoding and manipulating library")
(description "KCodecs provide a collection of methods to manipulate
- 17/373: gnu: libavif: Update to 1.0.4., (continued)
- 17/373: gnu: libavif: Update to 1.0.4., guix-commits, 2024/07/08
- 19/373: gnu: Add polkit-qt6., guix-commits, 2024/07/08
- 16/373: gnu: Add wayland-protocols-next., guix-commits, 2024/07/08
- 18/373: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/07/08
- 14/373: gnu: Add packagekit-qt6., guix-commits, 2024/07/08
- 25/373: gnu: phonon: Enable qt6., guix-commits, 2024/07/08
- 23/373: gnu: Add appstream-qt6., guix-commits, 2024/07/08
- 22/373: gnu: appstream: Update to 1.0.3., guix-commits, 2024/07/08
- 27/373: gnu: bluez-qt: Update to 6.3.0., guix-commits, 2024/07/08
- 30/373: gnu: kcalendarcore: Update to 6.3.0., guix-commits, 2024/07/08
- 31/373: gnu: kcodecs: Update to 6.3.0.,
guix-commits <=
- 34/373: gnu: kwidgetsaddons: Update to 6.3.0., guix-commits, 2024/07/08
- 35/373: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/08
- 50/373: gnu: prison: Update to 6.3.0., guix-commits, 2024/07/08
- 45/373: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/08
- 49/373: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/08
- 36/373: gnu: ki18n: Update to 6.3.0., guix-commits, 2024/07/08
- 41/373: gnu: ksyntaxhighlighting: Update to 6.3.0., guix-commits, 2024/07/08
- 43/373: gnu: kcoreaddons: Update to 6.3.0., guix-commits, 2024/07/08
- 38/373: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/08
- 57/373: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/08