[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/36: gnu: Add kimageformats.
From: |
David Craven |
Subject: |
07/36: gnu: Add kimageformats. |
Date: |
Thu, 18 Aug 2016 15:58:29 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 8ff1dabe1e6243e80d2a06e173bdf1ec6aeebcac
Author: David Craven <address@hidden>
Date: Sun Jun 12 21:11:38 2016 +0200
gnu: Add kimageformats.
* gnu/packages/kde-frameworks.scm (kimageformats): New variable.
Co-authored-by: Hartmut Goebel <address@hidden>
---
gnu/packages/kde-frameworks.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 0c3e809..eeedbdd 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1225,3 +1225,40 @@ text and metadata from a number of different files.
This library is typically
used by file indexers to retreive the metadata. This library can also be used
by applications to write metadata.")
(license (list license:lgpl2.0 license:lgpl2.1 license:lgpl3))))
+
+(define-public kimageformats
+ (package
+ (name "kimageformats")
+ (version "5.24.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "12mhgckmhnvcnm8k7mk15mipxrnm7i9ip7ykbjh8nxjiwyk1pmwc"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("xorg-server" ,xorg-server)))
+ (inputs
+ `(("qtbase" ,qtbase)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'check 'start-xorg-server
+ (lambda* (#:key inputs #:allow-other-keys)
+ ;; The test suite requires a running X server.
+ (system (string-append (assoc-ref inputs "xorg-server")
+ "/bin/Xvfb :1 &"))
+ (setenv "DISPLAY" ":1")
+ #t)))))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Plugins to allow QImage to support extra file formats")
+ (description "This framework provides additional image format plugins for
+QtGui. As such it is not required for the compilation of any other software,
+but may be a runtime requirement for Qt-based software to support certain image
+formats.")
+ (license license:lgpl2.1+)))
- 23/36: gnu: Add mobile-broadband-provider-info., (continued)
- 23/36: gnu: Add mobile-broadband-provider-info., David Craven, 2016/08/18
- 09/36: gnu: Add knotifications., David Craven, 2016/08/18
- 01/36: gnu: Add phonon., David Craven, 2016/08/18
- 19/36: gnu: Add yaml-cpp., David Craven, 2016/08/18
- 12/36: gnu: Add kunitconversion., David Craven, 2016/08/18
- 20/36: gnu: Add jsoncpp., David Craven, 2016/08/18
- 25/36: gnu: networkmanager-qt: Propagate network-manager., David Craven, 2016/08/18
- 31/36: gnu: bitcoin-core: Use modular qt., David Craven, 2016/08/18
- 36/36: gnu: gstreamer: Use license: prefix., David Craven, 2016/08/18
- 15/36: gnu: Add qtquickcontrols., David Craven, 2016/08/18
- 07/36: gnu: Add kimageformats.,
David Craven <=
- 14/36: gnu: qtbase: Add search path specification for 'QMAKEPATH'., David Craven, 2016/08/18
- 22/36: gnu: Add lndir., David Craven, 2016/08/18
- 21/36: gnu: Add snappy., David Craven, 2016/08/18
- 29/36: gnu: qsynth: Use modular qt., David Craven, 2016/08/18
- 35/36: gnu: qt: Update qt to 5.7.0., David Craven, 2016/08/18
- 33/36: gnu: poppler-qt5: Use modular qt., David Craven, 2016/08/18
- 04/36: gnu: Add kcrash., David Craven, 2016/08/18
- 16/36: gnu: Add qtquickcontrols2., David Craven, 2016/08/18
- 02/36: gnu: Add kauth., David Craven, 2016/08/18
- 11/36: gnu: Add kpty., David Craven, 2016/08/18