mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: libkcddb: Update to 24.05.2.
* gnu/packages/kde-multimedia.scm (libkcddb): Update to 24.05.2. [inputs]: Remove qtbase-5. [arguments]: Set #:qtbase to qtbase. <#:configure-flags>: Pass -DQT_MAJOR_VERSION=6. Change-Id: I0b1b6f3e29bd008e9c1f50b1686db1403241a3c1
This commit is contained in:
parent
96d1944a83
commit
b38e34b4d2
1 changed files with 7 additions and 5 deletions
|
@ -667,14 +667,14 @@ (define-public kwave
|
|||
(define-public libkcddb
|
||||
(package
|
||||
(name "libkcddb")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/libkcddb-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1s10g6m6c3h14gzxvp2s0v51jxzsrh23xfn7gl51a0r50srbbz52"))))
|
||||
(base32 "0b2khcfm3jnc4iar0ljsq0z3dr3ak6jyaqnbgwj3yk2j05j0yc9n"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
@ -685,10 +685,12 @@ (define-public libkcddb
|
|||
kio
|
||||
kcmutils
|
||||
kwidgetsaddons
|
||||
libmusicbrainz
|
||||
qtbase-5))
|
||||
libmusicbrainz))
|
||||
(arguments
|
||||
`(#:tests? #f)) ; Most tests require network
|
||||
(list
|
||||
#:qtbase qtbase
|
||||
#:configure-flags #~(list "-DQT_MAJOR_VERSION=6")
|
||||
#:tests? #f)) ; Most tests require network
|
||||
(home-page "https://invent.kde.org/multimedia/libkcddb")
|
||||
(synopsis "CDDB library for KDE Platform (runtime)")
|
||||
(description "A library for retrieving and sending cddb information.")
|
||||
|
|
Loading…
Reference in a new issue