[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38532] [PATCH 05/11] gnu: Add libkcddb.
From: |
Hartmut Goebel |
Subject: |
[bug#38532] [PATCH 05/11] gnu: Add libkcddb. |
Date: |
Sun, 8 Dec 2019 17:43:49 +0100 |
* gnu/packages/kde-multimedia.scm (libkcddb): New variable.
---
gnu/packages/kde-multimedia.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index cb94b87d6b..6a989fd32d 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -195,3 +195,35 @@ and provide an easily usable interface. Features include
burning audio CDs
from .WAV and .MP3 audio files, configuring external programs and configuring
devices.")
(license (list license:gpl2+ license:fdl1.2+))))
+
+(define-public libkcddb
+ (package
+ (name "libkcddb")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/libkcddb-" version ".tar.xz"))
+ (sha256
+ (base32 "1rla9sfzpdfiki0p265ga6d1axqpq37825maaw85hm84mg7hkzjn"))))
+ (properties `((tags . ("Desktop" "KDE" "Multimedia"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("kcodecs" ,kcodecs)
+ ("kconfig" ,kconfig)
+ ("ki18n" ,ki18n)
+ ("kio" ,kio)
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("libmusicbrainz" ,libmusicbrainz)
+ ("qtbase" ,qtbase)))
+ (arguments
+ `(#:tests? #f ; Most tests require network
+ #:configure-flags '("-DBUILD_TESTING=OFF"))) ; not run anyway
+ (home-page "https://cgit.kde.org/libkcddb.git")
+ (synopsis "CDDB library for KDE Platform (runtime)")
+ (description "A library for retrieving and sending cddb information.")
+ (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
--
2.21.0
- [bug#38532] [PATCH 00/11] Add audiofile and KDE mulitmedia applications., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 01/11] gnu: Add audiofile., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 02/11] gnu: Add dragon., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 04/11] gnu: Add k3b., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 03/11] gnu: Add juk., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 07/11] gnu: Add kmix., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 05/11] gnu: Add libkcddb.,
Hartmut Goebel <=
- [bug#38532] [PATCH 06/11] gnu: Add kaffeine., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 10/11] gnu: Add elisa., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 08/11] gnu: Add kmplayer., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 09/11] gnu: Add kwave., Hartmut Goebel, 2019/12/08
- [bug#38532] [PATCH 11/11] gnu: Add kamoso., Hartmut Goebel, 2019/12/08
- [bug#38532] Patches updated, Hartmut Goebel, 2019/12/11
- Message not available