all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63299] [PATCH] gnu: Add qimgv
@ 2023-05-05 10:41 Franz Geffke
  0 siblings, 0 replies; only message in thread
From: Franz Geffke @ 2023-05-05 10:41 UTC (permalink / raw)
  To: 63299

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+)))




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-05 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 10:41 [bug#63299] [PATCH] gnu: Add qimgv Franz Geffke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.