From: Jonathan N. <j.n...@gm...> - 2012-10-06 00:08:19
|
On Fri, Sep 28, 2012 at 09:23:53PM +0200, Jonathan Neuschäfer wrote: > Hi, > > A little libgpod patchset for you devs. Thanks for libgpod and gtkpod. > > The first three patches replace calls to deprecated GLib/Gdk functions > with calls to supported ones. The other two functions will make sense if > you look at them. :-) > > * c77a4b2 replace deprecated g_mapped_file_free() > * 6c008df replace deprecated g_basename() > * f03c72a replace deprecated gdk_pixbuf_unref() > * 53480eb configure.ac: show --disable-udev, not --enable-udev > * f2d3b3c configure.ac: fix a minor typo As the mails with the actual patches don't seem to have reached the mailing list, I've put my branch on github: git://github.com/neuschaefer/libgpod.git dev https://github.com/neuschaefer/libgpod/commits/dev Please note that I haven't checked the compatibility with older versions of glib or gdk (yet). The configure.ac-related patches can also be found in the conf branch of the same github repository. Thanks, Jonathan Neuschäfer |