gnu: libktorrent: Update to 24.05.2.
* gnu/packages/kde-internet.scm (libktorrent): Update to 24.05.2. [inputs]: Remove karchive, qca and qtbase-5; add qca-qt6. [propagated-inputs]: Add karchive and qt5compat. [synopsis]: Adjust it. [arguments]: Set #:qtbase to qtbase. Change-Id: I290c801c075bb01ab36af7ac97ab2d786ef68a51master
parent
2c7af21333
commit
c36dce4bb5
|
@ -490,30 +490,30 @@ a full-featured client for BitTorrent.")
|
||||||
(define-public libktorrent
|
(define-public libktorrent
|
||||||
(package
|
(package
|
||||||
(name "libktorrent")
|
(name "libktorrent")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/" name "-" version ".tar.xz"))
|
version "/src/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m6gyk1bids7qr9wfh6gcfq73ac9j5b2bljvfvfsw9f1ky1cmwab"))))
|
(base32 "1gr31v09jz5kdvhrpln9abncnnih7db35j3af73m3vlg6izw9z98"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
(inputs
|
(inputs
|
||||||
(list boost
|
(list boost
|
||||||
gmp
|
gmp
|
||||||
karchive
|
|
||||||
kcrash
|
kcrash
|
||||||
ki18n
|
ki18n
|
||||||
kio
|
kio
|
||||||
libgcrypt
|
libgcrypt
|
||||||
qca
|
qca-qt6
|
||||||
qtbase-5
|
|
||||||
solid))
|
solid))
|
||||||
|
(propagated-inputs (list karchive qt5compat))
|
||||||
(home-page "https://invent.kde.org/network/libktorrent")
|
(home-page "https://invent.kde.org/network/libktorrent")
|
||||||
(synopsis "BitTorrent protocol library for C++ / Qt 5 / KDE Frameworks")
|
(synopsis "BitTorrent protocol library for C++ / Qt 6 / KDE Frameworks")
|
||||||
(description "The KTorrent library supports connectivity to HTTP and UDP
|
(description "The KTorrent library supports connectivity to HTTP and UDP
|
||||||
trackers, mainline DHT and the new generation Micro Transport
|
trackers, mainline DHT and the new generation Micro Transport
|
||||||
Protocol (uTP). In addition, it provides many powerful BitTorrent network
|
Protocol (uTP). In addition, it provides many powerful BitTorrent network
|
||||||
|
|
Reference in New Issue