Skip to content

Commit

Permalink
Merge pull request #487 from mjakeman/oscfdezdz/webp
Browse files Browse the repository at this point in the history
flatpak: Add WebP support
  • Loading branch information
mjakeman authored Oct 8, 2023
2 parents 6e7e233 + 28f96ed commit b9c35bc
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion com.mattjakeman.ExtensionManager.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"--device=dri",
"--socket=wayland",
"--talk-name=org.gnome.Shell.Extensions",
"--talk-name=org.gnome.SessionManager"
"--talk-name=org.gnome.SessionManager",
"--env=GDK_PIXBUF_MODULE_FILE=/app/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
],
"cleanup" : [
"/include",
Expand All @@ -25,6 +26,28 @@
"*.a"
],
"modules" : [
{
"name" : "webp-pixbuf-loader",
"buildsystem" : "meson",
"config-opts" : [
"-Dgdk_pixbuf_moduledir=/app/lib/gdk-pixbuf-2.0/2.10.0/loaders/"
],
"sources" : [
{
"type" : "git",
"url" : "https://github.com/aruiz/webp-pixbuf-loader.git",
"tag" : "0.2.4"
}
]
},
{
"name" : "update-pixbuf-loaders",
"buildsystem" : "simple",
"build-commands" : [
"GDK_PIXBUF_MODULEDIR=/app/lib/gdk-pixbuf-2.0/2.10.0/loaders/ gdk-pixbuf-query-loaders > /app/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache",
"gdk-pixbuf-query-loaders >> /app/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
]
},
{
"name": "blueprint-compiler",
"builddir": true,
Expand Down

0 comments on commit b9c35bc

Please sign in to comment.