* [bug#52760] [PATCH 1/2] gnu: gmic: Update to 3.0.0.
@ 2021-12-23 19:45 Vinicius Monego
2021-12-23 19:46 ` [bug#52760] [PATCH 2/2] gnu: gmic: Build with OpenEXR 3 Vinicius Monego
2021-12-26 20:40 ` bug#52760: [PATCH 1/2] gnu: gmic: Update to 3.0.0 Nicolas Goaziou
0 siblings, 2 replies; 3+ messages in thread
From: Vinicius Monego @ 2021-12-23 19:45 UTC (permalink / raw)
To: 52760; +Cc: Vinicius Monego
* gnu/packages/image-processing.scm (gmic): Update to 3.0.0.
---
gnu/packages/image-processing.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 046047880a..4dd66f388b 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -630,14 +630,14 @@ due to its architecture which automatically parallelises the image workflows.")
(define-public gmic
(package
(name "gmic")
- (version "2.9.7")
+ (version "3.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://gmic.eu/files/source/gmic_"
version ".tar.gz"))
(sha256
- (base32 "05kzaplsl5qvxs7v6g73q0lq8dii8g6v77ap609188m7gr43f9cl"))))
+ (base32 "080inz0wisv3rhvbnzrgcs3j25wq86gybp68yi56gw6vwswnn19z"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;there are no tests
base-commit: a296b5fff9f182da7c7b67cc7bdba0957623e650
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#52760] [PATCH 2/2] gnu: gmic: Build with OpenEXR 3.
2021-12-23 19:45 [bug#52760] [PATCH 1/2] gnu: gmic: Update to 3.0.0 Vinicius Monego
@ 2021-12-23 19:46 ` Vinicius Monego
2021-12-26 20:40 ` bug#52760: [PATCH 1/2] gnu: gmic: Update to 3.0.0 Nicolas Goaziou
1 sibling, 0 replies; 3+ messages in thread
From: Vinicius Monego @ 2021-12-23 19:46 UTC (permalink / raw)
To: 52760; +Cc: Vinicius Monego
* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace
openexr-2 with openexr.
---
gnu/packages/image-processing.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 4dd66f388b..dcbc8ce762 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -658,12 +658,13 @@ due to its architecture which automatically parallelises the image workflows.")
(list curl
fftw
graphicsmagick
+ imath
libjpeg-turbo
libpng
libtiff
libx11
- ;;("opencv" ,opencv) ;OpenCV is currently broken in the CI
- openexr-2
+ ;;opencv ;OpenCV is currently broken in the CI
+ openexr
zlib))
(home-page "https://gmic.eu/")
(synopsis "Full-featured framework for digital image processing")
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#52760: [PATCH 1/2] gnu: gmic: Update to 3.0.0.
2021-12-23 19:45 [bug#52760] [PATCH 1/2] gnu: gmic: Update to 3.0.0 Vinicius Monego
2021-12-23 19:46 ` [bug#52760] [PATCH 2/2] gnu: gmic: Build with OpenEXR 3 Vinicius Monego
@ 2021-12-26 20:40 ` Nicolas Goaziou
1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2021-12-26 20:40 UTC (permalink / raw)
To: Vinicius Monego; +Cc: 52760-done
Hello,
Vinicius Monego <monego@posteo.net> writes:
> * gnu/packages/image-processing.scm (gmic): Update to 3.0.0.
Applied both patches. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-26 20:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-23 19:45 [bug#52760] [PATCH 1/2] gnu: gmic: Update to 3.0.0 Vinicius Monego
2021-12-23 19:46 ` [bug#52760] [PATCH 2/2] gnu: gmic: Build with OpenEXR 3 Vinicius Monego
2021-12-26 20:40 ` bug#52760: [PATCH 1/2] gnu: gmic: Update to 3.0.0 Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).