Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575030 - x11-libs/gdk-pixbuf-loader-webp
Summary: x11-libs/gdk-pixbuf-loader-webp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/aruiz/webp-pixbuf-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-18 11:22 UTC by Tomasz Golinski
Modified: 2016-08-27 14:06 UTC (History)
0 users

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 Tomasz Golinski 2016-02-18 11:22:01 UTC
Analogously to bug 478050 there is a gdk-pixbuf loader supporting webp. It allows webp support in many GKT applications like media-gfx/geeqie or media-gfx/mcomix. The code is located at https://github.com/aruiz/webp-pixbuf-loader

I built it without problems and it works as expected (at least with geeqie and mcomix). It should probably be pulled in by a USE flag in x11-libs/gdk-pixbuf.
Comment 1 Andy Kittner 2016-08-12 21:10:30 UTC
I just created an ebuild for this package and submitted a pull request for it to gentoos github: https://github.com/gentoo/gentoo/pull/2076
Comment 2 Patrice Clement gentoo-dev 2016-08-27 14:06:38 UTC
commit 546c66647a2c926ed94c72582e1eb7c640f4eaa8 (HEAD -> master, origin/master, origin/HEAD)
Author:     Andy Kittner <andy.kittner@gmail.com>
AuthorDate: Fri Aug 12 22:45:12 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sat Aug 27 16:05:45 2016 +0200

x11-libs/gdk-pixbuf-loader-webp: new package.

A format plugin for gdk-pixbuf that allows GTK applications
(e.g media-gfx/geeqie) to read webp images.

Gentoo-Bug: https://bugs.gentoo.org/575030

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2076

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

.../gdk-pixbuf-loader-webp-20160328234507.ebuild   | 39 ++++++++++++++++++++++
x11-libs/gdk-pixbuf-loader-webp/metadata.xml       | 19 +++++++++++
2 files changed, 58 insertions(+)
create mode 100644 x11-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-20160328234507.ebuild
create mode 100644 x11-libs/gdk-pixbuf-loader-webp/metadata.xml

Commited to the tree. Thanks!