[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: Add librtprocess.
From: |
guix-commits |
Subject: |
04/10: gnu: Add librtprocess. |
Date: |
Mon, 14 Nov 2022 06:32:51 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit cf8e5f4ff8f1757e3e9d71f1b0a63406d835a0df
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Oct 30 21:56:51 2022 +0000
gnu: Add librtprocess.
* gnu/packages/photo.scm (librtprocess): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/photo.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 642694bda1..d86d4e7294 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -10,6 +10,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020. 2021, 2022 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2022 Sharlatan Hellseher <sharlatanus@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -807,3 +808,26 @@ workflow by facilitating the handling of large numbers of
images. Most raw
formats are supported, including Pentax Pixel Shift, Canon Dual-Pixel, and
those
from Foveon and X-Trans sensors.")
(license license:gpl3+)))
+
+(define-public librtprocess
+ (package
+ (name "librtprocess")
+ (version "0.12.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/CarVac/librtprocess")
+ (commit version)))
+ (sha256
+ (base32
+ "0v0zwbdbc1fn7iy6wi0m6zgb86qdx1ijnv548d0ydbr8cm4klnpz"))
+ (file-name (git-file-name name version))))
+ (build-system cmake-build-system)
+ (arguments
+ ;; No tests
+ (list #:tests? #f))
+ (home-page "https://github.com/CarVac/librtprocess")
+ (synopsis "Highly optimized library for processing RAW images")
+ (description
+ "This package provides RawTherapee's highly optimized RAW processing
routines.")
+ (license license:gpl3+)))
- branch master updated (4cc746820a -> 4ba780aeb8), guix-commits, 2022/11/14
- 09/10: gnu: wf-recorder: Update to 0.3.0., guix-commits, 2022/11/14
- 05/10: gnu: Add siril., guix-commits, 2022/11/14
- 04/10: gnu: Add librtprocess.,
guix-commits <=
- 02/10: gnu: Add python-enoslib., guix-commits, 2022/11/14
- 08/10: gnu: swayidle: Update to 1.7.1., guix-commits, 2022/11/14
- 10/10: gnu: kanshi: Update to 1.3.0., guix-commits, 2022/11/14
- 03/10: gnu: Add clojure-data-csv., guix-commits, 2022/11/14
- 01/10: self: Mark the generation (guix config) as non-declarative., guix-commits, 2022/11/14
- 06/10: gnu: luajit: Update to commit 6c4826., guix-commits, 2022/11/14
- 07/10: gnu: Add snixembed., guix-commits, 2022/11/14