Summary: | media-gfx/nomacs-3.10.2 version bump | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sergey Torokhov <torokhov-s-a> |
Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, orzel, torokhov-s-a |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/10041 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Fix the absence of popup tooltip while moving crop rectangle area.
nomacs-3.10.2.ebuild nomacs-3.10.2_fix_move_crop_area_tooltip.patch nomacs-3.10.2.ebuild nomacs-3.10.2_fix_move_crop_area_tooltip.patch nomacs-3.10.2.ebuild |
Description
Sergey Torokhov
2018-08-31 12:57:12 UTC
Renamed copied ebuild of previous version successfully merge with all USE-flags enabled if remove "PATCHES" array variable. Created attachment 546222 [details, diff] Fix the absence of popup tooltip while moving crop rectangle area. This patch is based on the upstream patch https://github.com/nomacs/nomacs/commit/e963ab5870945b40055b8fc7eb2708ee11f8d4fd that fixes the absence of popup tooltip and of displaying information about coordinates of crop rectangle area while moving. For more details see related bug: https://github.com/nomacs/nomacs/issues/253 The only problem is that if I try to apply it via PATCHES array variable I get an error "No file to patch. Skipping patch." But if I apply it as > epatch "${FILESDIR}"/${P}_fix_move_crop_area_tooltip.patch than it's applied normally. Created attachment 546224 [details]
nomacs-3.10.2.ebuild
nomacs-3.10.2.ebuild
for attached
"nomacs-3.10.2_fix_move_crop_area_tooltip.patch"
Created attachment 548410 [details, diff]
nomacs-3.10.2_fix_move_crop_area_tooltip.patch
Created attachment 548412 [details]
nomacs-3.10.2.ebuild
Fix problem with patching via PATCHES array variable
Created attachment 550304 [details, diff]
nomacs-3.10.2_fix_move_crop_area_tooltip.patch
patch with original upstream commit header
Created attachment 550306 [details]
nomacs-3.10.2.ebuild
fix KEYWORDS from stable to unstable
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdef1668253c80e7ca1fa7d6dbc4ebc0424a9a72 commit fdef1668253c80e7ca1fa7d6dbc4ebc0424a9a72 Author: band-a-prend <torokhov-s-a@yandex.ru> AuthorDate: 2018-10-01 23:43:38 +0000 Commit: Michael Palimaka <kensington@gentoo.org> CommitDate: 2018-10-11 11:44:32 +0000 media-gfx/nomacs: 3.10.2 version bump Nomacs-3.10.2 was released on 5 July 2018 and brings several enhancements: * anti-aliasing improved * printing improved * print multiple pages from thumbnail preview * animiated WebP support * JPG compressed TIFFs supported * batch cropping added * PSD lib updated * new translations: Bosnian, Croation, and Serbian * adds Qt style/ plugins * adds padding to HUD labels (e.g. zoom) * fixes disabling update interactions * adds config.ini that can be used for multi-user systems * adds mng & jp2 support (again) Closes: https://bugs.gentoo.org/664962 Closes: https://github.com/gentoo/gentoo/pull/10041 Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru> Signed-off-by: Michael Palimaka <kensington@gentoo.org> media-gfx/nomacs/Manifest | 1 + .../nomacs-3.10.2_fix_move_crop_area_tooltip.patch | 38 ++++++++++ media-gfx/nomacs/nomacs-3.10.2.ebuild | 82 ++++++++++++++++++++++ 3 files changed, 121 insertions(+) |