Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764941 - kde-frameworks/kimageformats-5.78.0 added AVIF support (automagic)
Summary: kde-frameworks/kimageformats-5.78.0 added AVIF support (automagic)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-01-11 09:25 UTC by Daniel Novomeský
Modified: 2021-01-13 23:24 UTC (History)
1 user (show)

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


Attachments
add AVIF support to fix automagic patch (0001-kde-frameworks-kimageformats-add-AVIF-support-to-fix.patch,2.36 KB, patch)
2021-01-11 19:47 UTC, Ionen Wolkens
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Novomeský 2021-01-11 09:25:29 UTC
Hello,
the new kimageformats 5.78.0 version added AV1 Image File Format (AVIF) support.

The kimg_avif.so plug-in is built when >=media-libs/libavif-0.8.2 is installed.

Maybe it would be good to add new avif use flag and the optional dependency:

avif? ( >=media-libs/libavif-0.8.2 )
Comment 1 Ionen Wolkens gentoo-dev 2021-01-11 19:47:57 UTC
Created attachment 682471 [details, diff]
add AVIF support to fix automagic patch

Yes, being auto-detected it does need to be checked
https://github.com/KDE/kimageformats/commit/34a9ec1b06844a4caca1362ee15fc8a4143931e6

Providing simple patch for convenience, also needs arm/package.use.mask
Comment 2 Ionen Wolkens gentoo-dev 2021-01-11 19:55:40 UTC
(In reply to Ionen Wolkens from comment #1)
> Providing simple patch
Well to nitpick my own patch, I guess AV1 image file format would make a better flag description, graphics made more sense for eps
Comment 3 Andreas Sturmlechner gentoo-dev 2021-01-13 19:44:34 UTC
Thanks for catching that, saw the MR but missed that it got merged in time.
Comment 4 Larry the Git Cow gentoo-dev 2021-01-13 23:24:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=de3ada88f12df805531651a1210d4e52ff359b78

commit de3ada88f12df805531651a1210d4e52ff359b78
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2021-01-13 23:17:58 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-01-13 23:22:44 +0000

    kde-frameworks/kimageformats: add AVIF support to fix automagic
    
    Reported-by: Daniel Novomeský <dnovomesky@gmail.com>
    Closes: https://bugs.gentoo.org/764941
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-frameworks/kimageformats/kimageformats-9999.ebuild | 4 +++-
 kde-frameworks/kimageformats/metadata.xml              | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)
Comment 5 Larry the Git Cow gentoo-dev 2021-01-13 23:24:39 UTC
The bug has been closed via the following commit(s):

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

commit dd992044575c4d9cb53b9a6dcc5feed8f0842bed
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2021-01-13 23:17:58 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-01-13 23:23:48 +0000

    kde-frameworks/kimageformats: add AVIF support to fix automagic
    
    Reported-by: Daniel Novomeský <dnovomesky@gmail.com>
    Closes: https://bugs.gentoo.org/764941
    Package-Manager: Portage-3.0.13, Repoman-3.0.2
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../kimageformats/kimageformats-5.78.0-r1.ebuild   | 39 ++++++++++++++++++++++
 kde-frameworks/kimageformats/metadata.xml          |  1 +
 2 files changed, 40 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit 4779f3c824716db1235f9f89844198b01a08bbb1
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-01-13 23:17:58 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-01-13 23:17:58 +0000

    profiles: arm: Restrict kde-frameworks/kimageformats[avif] to arm6j/armv7a
    
    Bug: https://bugs.gentoo.org/764941
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 profiles/arch/arm/armv6j/package.use.mask | 3 ++-
 profiles/arch/arm/armv7a/package.use.mask | 3 ++-
 profiles/arch/arm/package.use.mask        | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)