[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
196/285: gnu: Add audiocd-kio.
From: |
guix-commits |
Subject: |
196/285: gnu: Add audiocd-kio. |
Date: |
Sun, 29 Dec 2019 20:44:28 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 0d42ccf7b94081800328e65add73722ac2e27fd0
Author: Hartmut Goebel <address@hidden>
Date: Sun Dec 8 17:52:47 2019 +0100
gnu: Add audiocd-kio.
* gnu/packages/kde-multimedia.scm (audiocd-kio): New variable.
---
gnu/packages/kde-multimedia.scm | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index 5aca29a..0426d0c 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -26,6 +26,7 @@
#:use-module (gnu packages audio)
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
+ #:use-module (gnu packages cdrom)
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
#:use-module (gnu packages gnome)
@@ -42,6 +43,46 @@
#:use-module (gnu packages xiph)
#:use-module (gnu packages xorg))
+(define-public audiocd-kio
+ (package
+ (name "audiocd-kio")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/audiocd-kio-" version ".tar.xz"))
+ (sha256
+ (base32 "1924w7li16qkmqsvbgfihjd7id6mb00m9k3acfwkkf32yzg3dn4q"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("cdparanoia" ,cdparanoia)
+ ("flac" ,flac)
+ ("kcmutils" ,kcmutils)
+ ("kconfig" ,kconfig)
+ ("ki18n" ,ki18n)
+ ("kio" ,kio)
+ ("libkcddb" ,libkcddb)
+ ("libkcompactdisc", libkcompactdisc)
+ ("libvorbis" ,libvorbis)
+ ("phonon" ,phonon)
+ ("qtbase" ,qtbase)))
+ (home-page "https://kde.org/applications/multimedia/org.kde.kio_audiocd")
+ (synopsis "Transparent audio CD integration for applications using the KDE
+Platform")
+ (description "KIO AudioCD is a KIO slave that enables KIO-aware
+applications (such as Dolphin or k3b) to access audio and CD text data on the
+audio compact disks. It allows transparent drag and drop conversion of audio
+data into the popular formats and has a configuration System Settings module
+available in the \"Multimedia\" section.
+
+This package is part of the KDE multimedia module.")
+ (license ;; GPL for programs, FDL for documentation
+ (list license:gpl2+ license:fdl1.2+))))
+
(define-public dragon
(package
(name "dragon")
- 223/285: gnu: r-inspect: Update to 1.16.1., (continued)
- 223/285: gnu: r-inspect: Update to 1.16.1., guix-commits, 2019/12/29
- 183/285: gnu: python-fonttools: Update home-page., guix-commits, 2019/12/29
- 180/285: gnu: gdal: Use HTTPS home page URI., guix-commits, 2019/12/29
- 178/285: gnu: gdal: Enable GPKG format driver., guix-commits, 2019/12/29
- 173/285: gnu: libgeotiff: Update to 1.5.1., guix-commits, 2019/12/29
- 185/285: gnu: Add dragon., guix-commits, 2019/12/29
- 188/285: gnu: Add libkcddb., guix-commits, 2019/12/29
- 194/285: gnu: Add kamoso., guix-commits, 2019/12/29
- 197/285: gnu: Add ffmpegthumbs., guix-commits, 2019/12/29
- 195/285: gnu: Add libkcompactdisc., guix-commits, 2019/12/29
- 196/285: gnu: Add audiocd-kio.,
guix-commits <=
- 199/285: gnu: emacs-org: Update to 9.3.1., guix-commits, 2019/12/29
- 201/285: Add 'build-aux/git-authenticate.scm'., guix-commits, 2019/12/29
- 204/285: doc: Mention "make authenticate"., guix-commits, 2019/12/29
- 206/285: gnu: r-shortread: Update to 1.44.1., guix-commits, 2019/12/29
- 207/285: gnu: r-biocparallel: Update to 1.20.1., guix-commits, 2019/12/29
- 209/285: gnu: r-summarizedexperiment: Update to 1.16.1., guix-commits, 2019/12/29
- 214/285: gnu: r-bigmemory: Update to 4.5.36., guix-commits, 2019/12/29
- 215/285: gnu: r-robust: Update to 0.4-18.2., guix-commits, 2019/12/29
- 218/285: gnu: r-biocsingular: Update to 1.2.1., guix-commits, 2019/12/29
- 219/285: gnu: r-enrichplot: Update to 1.6.1., guix-commits, 2019/12/29