Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833490 - media-libs/imlib2-1.8.0: version bump
Summary: media-libs/imlib2-1.8.0: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-02-16 14:46 UTC by NRK
Modified: 2022-04-26 05:26 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 NRK 2022-02-16 14:46:03 UTC
Hi,

Imlib2 v1.8.0 was released on Feb 6. I'd like to request a version bump.

The new version adds a new svg loader (depends on gnome-base/librsvg) and a new
hief loader (depends on media-libs/libheif).

- NRK
Comment 1 NRK 2022-04-23 10:03:34 UTC
Imlib2 v1.9.0 was released as well.

Adds a jxl loader (depends on media-libs/libjxl), ps/eps loader (depends on app-text/libspectre) and a j2k loader (depends on openjp2).
Comment 2 Larry the Git Cow gentoo-dev 2022-04-26 05:26:37 UTC
The bug has been closed via the following commit(s):

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

commit 28babcba3e2340e58afb04916c17952f51091af4
Author:     Nickolas Raymond Kaczynski <nrk@disroot.org>
AuthorDate: 2022-04-24 02:42:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-26 05:13:42 +0000

    media-libs/imlib2: add v1.9.0
    
    some of the new dependencies are missing keywords. mask them
    accordingly.
    
    change deprecated `virtual/jpeg` to `media-libs/jpeg-turbo`
    
    also fixes the following issue, which should've been `bz2`
    instead of `bzip2`.
    
            * QA Notice: Unrecognized configure options:
            *      --with-bzip2
    
    Closes: https://bugs.gentoo.org/833490
    Signed-off-by: Nickolas Raymond Kaczynski <nrk@disroot.org>
    Closes: https://github.com/gentoo/gentoo/pull/25174
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/imlib2/Manifest                   |  1 +
 media-libs/imlib2/imlib2-1.9.0.ebuild        | 89 ++++++++++++++++++++++++++++
 media-libs/imlib2/metadata.xml               |  3 +
 profiles/arch/alpha/package.use.mask         |  4 ++
 profiles/arch/arm/armv4/package.use.mask     |  1 +
 profiles/arch/arm/armv4t/package.use.mask    |  1 +
 profiles/arch/arm/armv5te/package.use.mask   |  1 +
 profiles/arch/hppa/package.use.mask          |  4 ++
 profiles/arch/ia64/package.use.mask          |  4 ++
 profiles/arch/powerpc/ppc32/package.use.mask |  4 ++
 profiles/arch/sparc/package.use.mask         |  4 ++
 11 files changed, 116 insertions(+)