Source: easytag Version: 2.4.3-1 Tags: upstream patch User: helm...@debian.org Usertags: rebootstrap
gdk-pixbuf-pixdata is deprecated: https://bugzilla.gnome.org/show_bug.cgi?id=776004 https://git.gnome.org//browse/gdk-pixbuf/tree/NEWS#n96 easytag uses it. By doing so it fails cross compilation with an "Exec format error". The attached patch removes the use and makes easytag cross build successfully. Please consider applying it. Helmut
Index: easytag-2.4.3/data/org.gnome.EasyTAG.gresource.xml =================================================================== --- easytag-2.4.3.orig/data/org.gnome.EasyTAG.gresource.xml +++ easytag-2.4.3/data/org.gnome.EasyTAG.gresource.xml @@ -15,19 +15,19 @@ <file preprocess='xml-stripblanks'>search_dialog.ui</file> <file preprocess='xml-stripblanks'>tag_area.ui</file> <file preprocess='xml-stripblanks'>toolbar.ui</file> - <file preprocess='to-pixdata'>images/all-lowercase.png</file> - <file preprocess='to-pixdata'>images/all-uppercase.png</file> - <file preprocess='to-pixdata'>images/artist-album.png</file> - <file preprocess='to-pixdata'>images/artist.png</file> - <file preprocess='to-pixdata'>images/first-letter-uppercase.png</file> - <file preprocess='to-pixdata'>images/first-letter-uppercase-word.png</file> - <file preprocess='to-pixdata'>images/freedb.png</file> - <file preprocess='to-pixdata'>images/gnudb.png</file> - <file preprocess='to-pixdata'>images/invert-selection.png</file> - <file preprocess='to-pixdata'>images/mask.png</file> - <file preprocess='to-pixdata'>images/musicbrainz.png</file> - <file preprocess='to-pixdata'>images/red-lines.png</file> - <file preprocess='to-pixdata'>images/sequence-track.png</file> - <file preprocess='to-pixdata'>images/unselect-all.png</file> + <file>images/all-lowercase.png</file> + <file>images/all-uppercase.png</file> + <file>images/artist-album.png</file> + <file>images/artist.png</file> + <file>images/first-letter-uppercase.png</file> + <file>images/first-letter-uppercase-word.png</file> + <file>images/freedb.png</file> + <file>images/gnudb.png</file> + <file>images/invert-selection.png</file> + <file>images/mask.png</file> + <file>images/musicbrainz.png</file> + <file>images/red-lines.png</file> + <file>images/sequence-track.png</file> + <file>images/unselect-all.png</file> </gresource> </gresources>
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers