pardus-anka / 2013

Pardus-Anka 2013-devel package repository
16 stars 9 forks source link

[gtk] gdk-pixbuf [mate] libmateui #17

Closed richdb closed 11 years ago

richdb commented 11 years ago

The action.py of gdk-pixbuf has the option --with-included-loader=png> --with-included-loader=png

. With this option the file /usr/lib/gtk-pixbuf-2.0/2.10.0/libpixbufloader-png.so will not been created.

If you try to build libmateui then the build ends with the error: failed to load "./stock_attach.png": Couldn't recognize the image file format for file '

If you build gdk-pixbuf without the --with-included-loader=png, then the file ibpixbufloader-png.so will be created and libmateui can be build.

So I think the option ibpixbufloader-png.so should be removed from the action.py of gdk-pixbuf

richdb commented 11 years ago

changed actions.py