Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760471 - media-gfx/imv-9999: missing dependency dev-libs/inih
Summary: media-gfx/imv-9999: missing dependency dev-libs/inih
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-17 13:56 UTC by Matthias Coppens
Modified: 2021-02-16 12:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Coppens 2020-12-17 13:56:38 UTC
Meson fails build when it can't find inih.
Comment 1 Larry the Git Cow gentoo-dev 2021-02-16 12:16:46 UTC
The bug has been closed via the following commit(s):

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

commit 1ba46e37736e2146f1dc4e860b33d0b2c07a457f
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2021-01-23 15:36:14 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-02-16 12:16:38 +0000

    media-gfx/imv: 4.2.0 bump
    
    Is now using meson, and notably adds heif support.
    
    Changes from previous live ebuild:
     - fix man pages missing when USE=-test
     - Allow direct backends even if freeimage is enabled
      (upstream sets freeimage as a fallback, so let it be so)
     - new inih dep (#760471)
     - force removal of unused virtual/glu dep
     - reviewed and updated all other deps (e.g. SDL unused)
     - allow building X11-less with libglvnd[-X]
      (but now use X by default to satisfy required use)
     - various cleanups
    
    Patches:
     - fix segmentation fault when imv[freeimage,-svg]
     - fix flickering issue on wayland (upstream backport)
    
    Closes: https://bugs.gentoo.org/760471
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-gfx/imv/Manifest                             |   1 +
 media-gfx/imv/files/imv-4.2.0-add-string-inc.patch |   9 ++
 .../imv-4.2.0-wayland-roundtrip-after-scale.patch  |  14 +++
 media-gfx/imv/imv-4.2.0.ebuild                     |  86 ++++++++++++++++++
 media-gfx/imv/imv-9999.ebuild                      | 100 ++++++++++-----------
 5 files changed, 156 insertions(+), 54 deletions(-)