Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 712918

Summary: media-gfx/nomacs-3.14 version bump
Product: Gentoo Linux Reporter: Sergey Torokhov <torokhov-s-a>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://nomacs.org/nomacs-3-14/
See Also: https://github.com/gentoo/gentoo/pull/15649
Whiteboard:
Package list:
Runtime testing required: ---

Description Sergey Torokhov 2020-03-16 21:01:13 UTC
Nomacs-3.14 was released on 13 march 2020.

In this release we mainly fixed bugs and added:

- HEIF/HEIC support.
- Draw lines, arrows, and text to images
- start-up time reduced.

NOTE: heif/heic support is required new dependency and addition of new USE-flag to ebuild to control this option.

Reproducible: Always
Comment 1 Sergey Torokhov 2020-03-27 12:28:07 UTC
nomacs 3.14.2 is available with some fixes:

* fixes SVG support (Windows only)
* fixes loading of jpe images
* adds chinese simplified translation
* libraw updated to 0.19.5 (Windows only)


P.s.
Gcc-9 patch isn't required for v3.14.0
Comment 2 Sergey Torokhov 2020-05-05 11:08:31 UTC
Unfortunately the HEIF support is also required heif-plugin [1] that is not in portage tree. 

[1] https://github.com/jakar/qt-heif-image-plugin
Comment 3 Larry the Git Cow gentoo-dev 2020-06-16 13:39:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f3dd60604bd36d35ee19e6d8cbf6e58f69386b

commit f0f3dd60604bd36d35ee19e6d8cbf6e58f69386b
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2020-05-05 11:08:49 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-16 13:38:58 +0000

    media-gfx/nomacs: 3.14.2 version bump. Add plugins support.
    
    The updated nomacs ebuild contains:
    - add 'plugins' USE-flag with appropriate SRC_URI variable,
      and changes within src_unpack() and src_configure() functions;
    - add src_prepare() section as there is no PATCHES array in ebuild
      with fix for nomacs-plugins intallation and search path.
    
    Closes: https://bugs.gentoo.org/712918
    
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
    Closes: https://github.com/gentoo/gentoo/pull/15649
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-gfx/nomacs/Manifest             |  2 +
 media-gfx/nomacs/metadata.xml         |  1 +
 media-gfx/nomacs/nomacs-3.14.2.ebuild | 91 +++++++++++++++++++++++++++++++++++
 3 files changed, 94 insertions(+)