On Tue, Oct 25, 2011 at 09:35:08AM -0600, Eric Blake wrote: > On 10/25/2011 09:09 AM, Zeeshan Ali (Khattak) wrote: > >From: "Zeeshan Ali (Khattak)"<[email protected]> > > > >Stole the Makefile.am rule and gitlog-to-changelog from libvirt. > >--- > > Makefile.am | 16 +++- > > build-aux/gitlog-to-changelog | 191 > > +++++++++++++++++++++++++++++++++++++++++ > > Actually, gitlog-to-changelog comes from gnulib, not libvirt. Is > libosinfo already using gnulib? If so, add the gitlog-to-changelog > module. If not, I'd be happy to help you convert libosinfo into a > full-fledged gnulib client.
libosinfo is a GLib/GObject based library, so gnulib isn't really a good fit. With GTK-VNC we tried mixing gnulib + glib, but the end result was painful, because the gnulib Win32 sockets compatibility code clashes with glib Win32 compatibility code. So we removed gnulib from GTK-VNC a little while back and exclusively use glib Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
