GNU bug report logs - #63299
[PATCH] gnu: Add qimgv

Previous Next

Package: guix-patches;

Reported by: Franz Geffke <franz <at> pantherx.org>

Date: Fri, 5 May 2023 10:43:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63299 in the body.
You can then email your comments to 63299 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63299; Package guix-patches. (Fri, 05 May 2023 10:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Franz Geffke <franz <at> pantherx.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 05 May 2023 10:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Franz Geffke <franz <at> pantherx.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add qimgv
Date: Fri, 5 May 2023 11:41:46 +0100
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index a5b3e3e825..3986614a4b 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -1158,3 +1158,32 @@ (define-public hydrus-network
 any user may run.  Everything is free and privacy is the first concern.")
     (home-page "https://hydrusnetwork.github.io/hydrus/")
     (license license:wtfpl2)))
+
+(define-public qimgv
+  (package
+    (name "qimgv")
+    (version "1.0.3-alpha")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/easymodo/"
+                           name "/archive/v" version ".tar.gz"))
+       (sha256
+        (base32
+         "1jcr2f6b2hjss4qiih9nvla1xryf9c4dnp3f1cfqkccxszikxh4l"))))
+    (build-system cmake-build-system)
+    (arguments `(#:tests? #f))
+    (native-inputs
+     `(("exiv2" ,exiv2)
+       ("gcc" ,gcc)
+       ("mpv" ,mpv)
+       ("opencv" ,opencv)
+       ("pkg-config" ,pkg-config)
+       ("qtbase" ,qtbase)
+       ("qtsvg" ,qtsvg)
+       ("qttools" ,qttools)))
+    (home-page "https://github.com/easymodo/qimgv")
+    (synopsis "Qt5 image viewer with optional video support")
+    (description "Qt5 image viewer. Fast, configurable, easy to use.
+Optional video support.")
+    (license license:gpl3+)))




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 22 Feb 2025 14:20:09 GMT) Full text and rfc822 format available.

Notification sent to Franz Geffke <franz <at> pantherx.org>:
bug acknowledged by developer. (Sat, 22 Feb 2025 14:20:10 GMT) Full text and rfc822 format available.

Message #10 received at 63299-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 63299-done <at> debbugs.gnu.org
Cc: Franz Geffke <franz <at> pantherx.org>
Subject: Re: [PATCH] gnu: Add qimgv
Date: Sat, 22 Feb 2025 15:19:33 +0100
Hello,

> +(define-public qimgv
> +  (package
> +    (name "qimgv")
> +    (version "1.0.3-alpha")

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 23 Mar 2025 11:24:58 GMT) Full text and rfc822 format available.

This bug report was last modified 47 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.