Comment 8 for bug 954993

Revision history for this message
Pojar Geo (geoubuntu) wrote :

1. Patch to resolve build warnings about is used deprecated GTK3 API:
   build log: https://launchpadlibrarian.net/96639389/buildlog_ubuntu-precise-i386.gnomeradio_1.8-2_BUILDING.txt.gz

2. GTK+ contains a GtkVolumeButton (Gnomeradio is write on GTK+).
   I guess it would be better to use this standard widget, instead of the custom BaconVolumeButton which is used now.
   Patch to replace BaconVolumeButton with GtkVolumeButton

3. Fixed problems with Gtk3 events and signal:
   GLib-GObject-WARNING **: gsignal.c:2295: signal `expose-event' is invalid for instance `0x23b6030'

4. Use standard gstreamer functions to parse a description
   GStreamer contains several functions to parse a description to a bin (gst_parse_bin_from_description[*]).
   Gnomeradio contains two custom functions to do this, but i don't see anything special about those implementations.
   They can, imho, be exchanged for their standard counterpart.

   [*]http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstParse.html#gst-parse-bin-from-description

5. Update debian/control:
   + moved project homepage field from description to the correct location.
   + add suggests field: lirc-x