From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0TFT-0005TF-2S for guix-patches@gnu.org; Fri, 06 Oct 2017 10:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0TFO-0003Oc-4r for guix-patches@gnu.org; Fri, 06 Oct 2017 10:05:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44754) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0TFO-0003OG-1d for guix-patches@gnu.org; Fri, 06 Oct 2017 10:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0TFN-0001n2-Qi for guix-patches@gnu.org; Fri, 06 Oct 2017 10:05:01 -0400 Subject: [bug#28720] [PATCH 10/23] gnu: kfilemetadata: Enable support for PDF files and audio files. Resent-Message-ID: From: Thomas Danckaert References: <20171006121636.30904-1-h.goebel@crazy-compilers.com> <20171006121636.30904-11-h.goebel@crazy-compilers.com> Date: Fri, 06 Oct 2017 16:04:02 +0200 In-Reply-To: <20171006121636.30904-11-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 6 Oct 2017 14:16:23 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Hartmut Goebel Cc: 28720@debbugs.gnu.org Hartmut Goebel writes: > - Qt5 Multimedia module is needed to bild an extractor for audio files. > - poppler, which was defined as input, is not including the requested Qt > support, thus poppler-qt is needed. > > * gnu/packages/kde-frameworks.scm (kfilemetadata)[inuts]: Add qtmultimedia, > replace poppler by poppler-qt5. [native-inputs]: Add pkg-config. > > [...] > > - ("poppler" ,poppler) > + ("poppler-qt5" ,poppler-qt5) ;; runtime?? What do you mean with this comment? Thomas