I'm using
Kernel 2.6.38-rc3
libdrm - git
mesa - git
xf86-drv-ati - git
Based on Fedora 14
![]() |
| Savage2 on r600g screenshot |
![]() |
| Savage2 on r600g screenshot |
This is from http://yp.shoutcast.com/sbin/tunein-station.pls?id=7022 which is an 80's shoutcast station Sky.FM.



#!/usr/bin/perl
$var = $ARGV[0];
open IN, "<$var";
$var =~ s/\./_/g;
print "static const char $var\[\] =\n";
while() {
$line = $_;
chomp $line;
$line =~ s/\"/\\\"/g;
if (/<\/interface>/) {
print "\"$line\";\n";
} else {
print "\"$line\"\n";
}
}
close IN;
xmltoh.pl GtkBuilder.xml > GtkBuilder.hAnd then #include "GtkBuilder.h" and you should have a variable name GtkBuilder_xml that is a string that holds the xml that gtk_builder_add_from_string can use.

gnome-mplayer and gecko-mediaplayer 0.9.8 have been released
Main fix is support for the apple.com trailers site
Support for video at PBS.org
Many bug fixes
Updated translations
Download:
http://gnome-mplayer.googlecode.com/files/gnome-mplayer-0.9.8.tar.gz
http://gecko-mediaplayer.googlecode.com/files/gecko-mediaplayer-0.9.8.tar.gz
Full ChangeLog
http://gnome-mplayer.googlecode.com/svn/tags/v0_9_8/ChangeLog
http://gecko-mediaplayer.googlecode.com/svn/tags/v0_9_8/ChangeLog
Enjoy!
gnome-mplayer 0.9.7 changes
New tracker for monitoring media progress
Better subtitle support
New screen redraw code for video
New playlist randomizer, sorting and searching options
New icons
Internal ASX parser
Updated translations
Download here:
http://gecko-mediaplayer.googlecode.com/files/gecko-mediaplayer-0.9.7.tar.gz
gecko-mediaplayer 0.9.7 changes
Linker fixes
RAM file parser
Updated translations
Download here:
http://gecko-mediaplayer.googlecode.com/files/gecko-mediaplayer-0.9.7.tar.gz



gnome-mplayer 0.9.5 is available here:
http://gnome-mplayer.googlecode.com/files/gnome-mplayer-0.9.5.tar.gz
gecko-mediaplayer 0.9.5 is available here:
http://gecko-mediaplayer.googlecode.com/files/gecko-mediaplayer-0.9.5.tar.gz
Translation updates, general bug fixes. So hot key changes for example
playlist is now F9, to be more compatible with other Gnome Apps
New features:
gnome-mplayer now includes a property page in Nautilus that displays
media info. To use restart nautilus after installing and then select a
media file and choose properties, you should see an Audio/Video tab and
you can view the properties that mplayer knows there. If you have totem
installed you might see two pages.


In the above example the media (dvdnav://) does not have a label for the audio languages and so we get the code. Since this is all the information that mplayer is providing at this point, I can't present a label but it is better than no option. In this case 128 is English and 129 is Spanish.