guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: k3b: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: k3b: Add missing input.
Date: Mon, 07 Sep 2020 05:17:43 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 52d5009  gnu: k3b: Add missing input.
52d5009 is described below

commit 52d5009ff56996ef2afd5d433a353779f16dbad8
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Sep 7 11:15:22 2020 +0200

    gnu: k3b: Add missing input.
    
    * gnu/packages/kde-multimedia.scm (inputs): Add zlib. Remove FIXME for
    library that is referenced by the final package.
---
 gnu/packages/kde-multimedia.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index dd13550..23417a9 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -355,7 +355,7 @@ This package is part of the KDE multimedia module.")
        ("libiconv" ,libiconv)
        ("libkcddb" ,libkcddb)
        ("libmad" ,libmad)
-       ("libmpcdec" ,libmpcdec) ;; FIXME: why does cmake not find this?
+       ("libmpcdec" ,libmpcdec)
        ;;("libmusicbrainz" ,libmusicbrainz) ; wants old version 2
        ("libsamplerate" ,libsamplerate)
        ("libsndfile" ,libsndfile)
@@ -366,7 +366,8 @@ This package is part of the KDE multimedia module.")
        ("shared-mime-info" ,shared-mime-info)
        ("solid" ,solid)
        ("sox" ,sox)
-       ("taglib" ,taglib)))
+       ("taglib" ,taglib)
+       ("zlib" ,zlib)))
     (home-page "https://kde.org/applications/multimedia/org.kde.k3b";)
     (synopsis "Sophisticated CD/DVD burning application")
     (description "K3b is CD-writing software which intends to be feature-rich



reply via email to

[Prev in Thread] Current Thread [Next in Thread]