gnu: kfilemetadata: Enable support for PDF files and audio files.
- 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.
This commit is contained in:
parent
66e7e43450
commit
fa10ae4fbb
|
@ -1505,18 +1505,21 @@ from DocBook files.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("python-2" ,python-2)))
|
("python-2" ,python-2)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("attr" ,attr)
|
`(("attr" ,attr)
|
||||||
|
;; TODO: EPub http://sourceforge.net/projects/ebook-tools
|
||||||
("karchive" ,karchive)
|
("karchive" ,karchive)
|
||||||
("ki18n" ,ki18n)
|
("ki18n" ,ki18n)
|
||||||
|
("qtmultimedia" ,qtmultimedia)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
;; Required run-time packages
|
;; Required run-time packages
|
||||||
("catdoc" ,catdoc)
|
("catdoc" ,catdoc)
|
||||||
;; Optional run-time packages
|
;; Optional run-time packages
|
||||||
("exiv2" ,exiv2)
|
("exiv2" ,exiv2)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg)
|
||||||
("poppler" ,poppler)
|
("poppler-qt5" ,poppler-qt5)
|
||||||
("taglib" ,taglib)))
|
("taglib" ,taglib)))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Extract metadata from different fileformats")
|
(synopsis "Extract metadata from different fileformats")
|
||||||
|
|
Loading…
Reference in New Issue