diff options
| author | Franz Geffke <franz@pantherx.org> | 2025-02-22 15:15:32 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-22 15:18:25 +0100 |
| commit | 0521c109b22eb360982fc3aab11207e4002a372a (patch) | |
| tree | 7b268278c96b05d6f733fd8de74f0d4b3d8c5b3c /gnu | |
| parent | 5ff550ba4c799edfbd05068ae261baeae0116e4c (diff) | |
gnu: Add qimgv.
* gnu/packages/image-viewers.scm (qimgv): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I474b6a5d453eee6a91405bf5f7eb1aa908e665b7
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image-viewers.scm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index e726e3bd4b0..1dbc410a582 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm | |||
| @@ -358,6 +358,36 @@ It is the default image viewer on LXDE desktop environment.") | |||
| 358 | (home-page "https://lxde.sourceforge.net/gpicview/") | 358 | (home-page "https://lxde.sourceforge.net/gpicview/") |
| 359 | (license license:gpl2+))) | 359 | (license license:gpl2+))) |
| 360 | 360 | ||
| 361 | (define-public qimgv | ||
| 362 | (package | ||
| 363 | (name "qimgv") | ||
| 364 | (version "1.0.3-alpha") | ||
| 365 | (source | ||
| 366 | (origin | ||
| 367 | (method git-fetch) | ||
| 368 | (uri (git-reference | ||
| 369 | (url "https://github.com/easymodo/qimgv") | ||
| 370 | (commit (string-append "v" version)))) | ||
| 371 | (file-name (git-file-name name version)) | ||
| 372 | (sha256 | ||
| 373 | (base32 | ||
| 374 | "05mk3vdqk4vzg8phqfkxy167iqycahlw1n69nx5myfp5rjii4wvw")))) | ||
| 375 | (build-system cmake-build-system) | ||
| 376 | (arguments (list #:tests? #f)) ;no tests | ||
| 377 | (native-inputs | ||
| 378 | (list exiv2 | ||
| 379 | mpv | ||
| 380 | opencv | ||
| 381 | pkg-config | ||
| 382 | qtbase | ||
| 383 | qtsvg | ||
| 384 | qttools)) | ||
| 385 | (home-page "https://github.com/easymodo/qimgv") | ||
| 386 | (synopsis "Qt image viewer with optional video support") | ||
| 387 | (description | ||
| 388 | "Qimgv is a configurable Qt image viewer, with optional video support.") | ||
| 389 | (license license:gpl3+))) | ||
| 390 | |||
| 361 | (define-public sxiv | 391 | (define-public sxiv |
| 362 | (package | 392 | (package |
| 363 | (name "sxiv") | 393 | (name "sxiv") |
