Summary: | media-libs/libwebp without gui-libs/gdk-pixbuf-loader-webp no longer provides GNOME applications with WEBP support | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Heidelberg (okias) <david> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | alexander, mgorny, realnc, SuloevDmitry |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/14131 https://bugs.gentoo.org/show_bug.cgi?id=889808 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 889808, 849380 | ||
Attachments: | Adding webp support to gdk-pixbuf using gdk-pixbuf-loader-webp |
Description
David Heidelberg (okias)
2019-12-26 18:22:28 UTC
*** This bug has been marked as a duplicate of bug 703864 *** Please, do not rename bug, while losing it's original name meaning. This issue exist, since user is not able to work with (widespread) webp format as with other formats is and bumping version for x11-libs/gdk-pixbuf-loader-webp itself won't solve it. This issue must be solved by providing users information or possibility how to enable WEBP support without searching trough packages for "gdk-pixbuf-loader-webp", which isn't typical package which came to your mind when webp support is missing. (In reply to David Heidelberg (okias) from comment #2) > Please, do not rename bug, while losing it's original name meaning. It originally had little to no meaning. It could barely have been called English. sorry about english. thank you for correction. 0.0.1 version officially released. It would be nice to have a way to pull in gui-libs/gdk-pixbuf-loader-webp automatically when people have USE webp enabled system wide... but I am unsure where to put that dep... one of the big gnome metapackages? x11-libs/gdk-pixbuf? Created attachment 744993 [details, diff]
Adding webp support to gdk-pixbuf using gdk-pixbuf-loader-webp
Seems like adding webp USE-flag to gdk-pixbuf is right place because it do all work. I use media-gfx/eog as an image viewer and it can't handle webp images. I had to manually emerge gui-libs/gdk-pixbuf-loader-webp to fix it. It seems it was added to core-deps for Gnome 43 by upstream due to it being needed by future gnome-backgrounds-43: https://gitlab.gnome.org/GNOME/eog/-/commit/1eb9734e25d33d8d7f378651054df3ec1228c5d4 *** Bug 865717 has been marked as a duplicate of this bug. *** (In reply to Pacho Ramos from comment #10) > It seems it was added to core-deps for Gnome 43 by upstream due to it being > needed by future gnome-backgrounds-43: > https://gitlab.gnome.org/GNOME/eog/-/commit/ > 1eb9734e25d33d8d7f378651054df3ec1228c5d4 But this will reappear as latest gnome-backgrounds-45 stopped using webp again :/ After reading: https://bugs.gentoo.org/889808#c1 I would opt for adding a dependency to webp loader in x11-libs/gdk-pixbuf under "webp" USE flag. Otherwise, we will rely on other meta packages from different desktop environments to ensure the loader is pulled in the dependencies :/ |