[girl] GIRL 1.2.0



commit 404a2161bacaad4a522f4af855ef4f936f40eaac
Author: Ole Aamot <oka oka no>
Date:   Sat Jan 24 17:23:17 2015 +0100

    GIRL 1.2.0

 AUTHORS             |   11 +-
 ChangeLog           |   27 ++++-
 Makefile.am         |    2 +
 NEWS                |  353 +++++++++++++++++++++++++++++++++-----------------
 THANKS              |    2 +
 configure           |   42 +++---
 configure.ac        |    8 +-
 data/screenshot.png |  Bin 161045 -> 175001 bytes
 debian/changelog    |    8 +-
 debian/control      |    2 +-
 debian/rules        |    2 +-
 girl.spec.in        |   39 +++---
 po/pl.po            |    2 +-
 src/Makefile.am     |   23 +++-
 src/Makefile.in     |  170 ++++++++++++++++++++++---
 src/girl.c          |   31 +++--
 src/girl.xml        |   10 +-
 src/stations.xml    |  356 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 18 files changed, 874 insertions(+), 214 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 17a61d4..4a54147 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,10 +2,11 @@ Ole Aamot <ole src gnome org> (Maintainer)
 Marek Černocký <marek manet cz> (Czech translation)
 Rafael Ferreira <rafael f f1 gmail com> (Brazilian Portuguese translation)
 Мирослав Николић/Miroslav Nikolić <miroslavnikolic rocketmail com> (Serbian translation)
-Wolfgang Stöggl (German translation)
-Piotr Drąg (Polish translation)
-Muhammet Kara (Turkish translation)
-Balázs Úr (Hungarian translation)
+Wolfgang Stöggl <c72578 yahoo de> (German translation)
+Piotr Drąg <piotrdrag gmail com> (Polish translation)
+Muhammet Kara <muhammetk gmail com> (Turkish translation)
+Balázs Úr <urbalazs gmail com> (Hungarian translation)
 Wiki Graphic Designer (Icon design)
 Aly Raj (Icon design)
-Andika Triwidada (Indonesian translation)
+Andika Triwidada <andika gmail com> (Indonesian translation)
+Daniel Mustieles <daniel mustieles gmail com> (Spanish translation)
diff --git a/ChangeLog b/ChangeLog
index 29cb21f..d0a24db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,38 @@
-2015-01-06  Ole Aamot  <oka src gnome org>
+2015-01-23  Ole Aamot  <ole src gnome org>
+
+       * NEWS: girl version 1.2.0 release
+       * configure.ac: Patch by Dominique Leuenberger (Bugzilla #743340)
+       * po/es.po: New Spanish translation by Daniel Mustieles
+       * src/Makefile.am: Patch by Dominique Leuenberger (Bugzilla #743340)
+
+2015-01-22  Ole Aamot  <ole src gnome-org>
+
+       * po/cs.po: Updated Czech translation by Marek Černocký
+
+2015-01-17  Ole Aamot  <ole src gnome org>
+
+       * NEWS: girl version 1.1.0 release
+       * po/cs.po: Updated Czech translation by Marek Černocký
+       * po/id.po: New Indonesian translation by Andika Triwidada
+       * po/pl.po: Updated Polish translation by Piotr Drąg
+       * po/pt_BR.po: Updated Brazilian Portuguese translation by Rafael Ferreira
+
+2015-01-06  Ole Aamot  <ole src gnome org>
 
        * BROADCAST: Add link to jwz's page on webcasting
 
-2015-01-06  Ole Aamot  <oka src gnome org>
+2015-01-06  Ole Aamot  <ole src gnome org>
 
        * src/girl-gui.c: Add i18n support
        * src/girl.c: Add i18n support
 
-2015-01-06  Ole Aamot  <oka src gnome org>
+2015-01-06  Ole Aamot  <ole src gnome org>
 
        * AUTHORS: Add Andika Triwidada
        * THANKS: Add Andika Triwidada
        * src/girl.xml: Fix Brno location.
 
-2015-01-03  Ole Aamot  <oka src gnome org>
+2015-01-03  Ole Aamot  <ole src gnome org>
 
        * NEWS: girl version 1.0.0 "Fenchurch" release
 
diff --git a/Makefile.am b/Makefile.am
index a8c3be8..80c78fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,8 @@ EXTRA_DIST = config.rpath m4/ChangeLog  \
        NEWS-0.8 \
        NEWS-0.9 \
        NEWS-1.0 \
+       NEWS-1.1 \
+       NEWS-1.2 \
        README \
        THANKS \
        TODO \
diff --git a/NEWS b/NEWS
index aee07a1..fd05595 100644
--- a/NEWS
+++ b/NEWS
@@ -1,191 +1,308 @@
-2015-01-03  Ole Aamot  <oka src gnome org>
+=============
+Version 1.2.0
+=============
 
-       * girl version 1.0.0 "Fenchurch" release
+Autoconf
 
-2015-01-01  Ole Aamot  <ole src gnome org>
+       * configure.ac: Patch (Bugzilla #743340) by Dominique Leuenberger
+
+Automake
+
+       * src/Makefile.am: Patch (Bugzilla #743340) by Dominique Leuenberger
+
+Desktop
+
+       * src/girl.c: Add About dialogs for license and translator credits
+
+Translations
+
+       * cs: Updated Czech translation by Marek Černocký
+       * es: New Spanish translation by Daniel Mustieles
+
+=============
+Version 1.1.0
+=============
+
+Translations
+
+       * cs: Updated Czech translation by Marek Černocký
+       * id: New Indonesian translation by Andika Triwidada
+       * pl: Updated Polish translation by Piotr Drąg
+       * pt_BR: Updated Brazilian Portuguese translation by Rafael Ferre
+
+=============
+Version 1.0.0
+=============
+
+Desktop
+
+       * Icon designed by Wiki Graphic Designer
+
+Stations (src/girl.xml):
 
        * src/girl.xml: Rename src/stations.xml
        * src/girl.xml: Add WNYO (wnyo889.org)
        * src/girl.xml: Add WUSB (wusb.fm)
 
-2014-12-28  Ole Aamot  <oka oka no>
+=============
+Version 0.9.0
+=============
+
+Desktop
+
+       * Icon designed by Aly Raj
+
+Stations (src/stations.xml):
 
        * src/stations.xml: Add EPER (eper.elte.hu)
        * src/stations.xml: Add URY (ury.org.uk)
        * src/stations.xml: Add WVUA-FM (wvuafm.ua.edu)
        * src/stations.xml: Add COOG (coogradio.com)
 
-2014-12-27  Ole Aamot  <oka oka no>
+Translations
 
-       * girl version 0.9.0 "It Girl" release
-       * po/cs.po: Updated Czech translation by Marek Černocký
-       * po/hu.po: Hungarian translation by Balázs Úr
-       * po/sr.po: Updated Serbian translation by Мирослав Николић
-       * po/sr latin po: Updated Serbian translation by Miroslav Nikolić
+       * cs (Marek Černocký)
+       * hu (Balázs Úr)
+       * sr (Мирослав Николић)
+       * sr latin po (Miroslav Nikolić)
 
-2014-12-20  Ole Aamot  <oka oka no>
+=============
+Version 0.8.0
+=============
+
+The Girl 0.8.0 ("Cinnamon Girl") release is dedicated to Christmas
+and the music of Neil Young, and features updated translations for
+Brazilian Portuguese and German.
+
+Stations (src/stations.xml):
 
-       * NEWS: girl version 0.8.0 "Cinnamon Girl" release
-       * po/de.po: Updated German translation by Wolfgang Stöggl
-       * po/pt_BR.po: Updated Brazilian Portuguese translation by Rafael Ferreira
        * src/stations.xml: Add Fuse FM (fusefm.co.uk)
        * src/stations.xml: Add Burst Radio (burstradio.co.uk)
 
-2014-12-14  Ole Aamot  <oka oka no>
+Translations
+
+       * de (Wolfgang Stöggl)
+       * pt_BR (Rafael Ferreira)
+
+=============
+Version 0.7.3
+=============
+
+Stations (src/stations.xml):
 
-       * NEWS: girl version 0.7.3 release
        * src/stations.xml: Add CJSW (cjsw.com)
        * src/stations.xml: Add Caper Radio (caperradio.ca)
 
-2014-12-14  Ole Aamot  <oka oka no>
+=============
+Version 0.7.2
+=============
+
+The girl 0.7.2 "Don't shoot" release is released against police
+brutality in Saturday's protest in Berkeley and Oakland, U.S.A.
+
+Stations (src/stations.xml)
 
-       * NEWS: girl version 0.7.2 "Don't shoot" release
-       * po/pl.po: Updated Polish translation by Piotr Drąg
        * src/stations.xml: Add WAMU (wamu.org)
        * src/stations.xml: Add WXOU (wxou.org)
+
+Translations
+
+       * pl (Piotr Drąg)
        
-2014-12-13  Ole Aamot  <oka oka no>
-
-       * AUTHORS: Add Muhammet Kara (Turkish translation)
-       * THANKS: Muhammet Kara for Turkish translation
-       * girl version 0.7.1 release.
-       * data/girl.appdata.xml.in: Remove old reference to "new GNOME 2.0".
-       * src/girl-0.7.dtd: Add girl 0.7 DTD with station language attribute
-       * src/girl-gui.c: Add Streams and About Stream buttons
-       * src/girl-station.c: Add new function girl_stream_record
+=============
+Version 0.7.1
+=============
+
+DTD (src/girl-0.7.dtd)
+
+       * Add girl 0.7 DTD with station language attribute
+
+GUI
+       * src/girl-station.c: Add function girl_stream_record
        * src/girl-streams.c: New file
        * src/girl-streams.h: New file
-       * src/stations.xml: Add 95bFM (95bfm.com)
-       * src/stations.xml: Add KDUP (kdup.up.edu)
-       * src/streams.xml: Add streams file
-
-2014-12-12  Ole Aamot  <oka oka no>
-
-       * girl version 0.7.0 release.
-       * AUTHORS: Add Piotr Drąg (Polish translation)
-       * NEWS: Release girl version 0.7.0
-       * THANKS: Piotr Drąg for minor typo fix and Polish translation
-       * girl.spec.in: Update RPM spec file for Fedora 21
-       * po/pl.po: Polish translation by Piotr Drąg
+
+Stations (src/stations.xml)
+
+       * Add 95bFM (95bfm.com)
+       * Add KDUP (kdup.up.edu)
+
+Streams (src/streams.xml)
+
+       * Add 35 streams
+
+Translations
+
+       * tr (Muhammet Kara)
+
+=============
+Version 0.7.0
+=============
+
+GUI
+
        * src/girl-gui.c: Add GtkWidget progress
        * src/girl-runners.c: Modify mutex functions for future usage.
        * src/girl-runners.h: Modify mutex functions for future usage.
        * src/girl-station.c: Add asynchronous child process function.
        * src/girl.h: Rename DEBUG macro GIRL_DEBUG, add progress bar.
+
+Stations (src/stations.xml)
+
        * src/stations.xml: Add 2NURFM (broadcaster1.newcastle.edu.au)
        * src/stations.xml: Add Radio Adelaide (radio.adelaide.edu.au)
 
-2014-12-10  Ole Aamot  <oka oka no>
+Translations
 
-       * girl version 0.6.283185307 release in honor of Malala
-       * src/girl-runners.c: Add file for the threads implementation
-       * src/girl-runners.h: Add file for the threads implementation
+       * pl (Piotr Drąg)
 
-2014-12-07  Ole Aamot  <oka oka no>
+=====================
+Version 0.6.283185307
+=====================
+
+To celebrate the Nobel prize awardment to Malala, the girl 0.6.283185307
+release is dedicated to Malala, the brave girl that fights for the basic
+right to education in the world.
+
+Tune in to supported radio stations like BBC World News to hear the news
+about her and other brave girls.
+
+=============
+Version 0.6.2
+=============
+
+Stations (src/stations.xml)
 
-       * girl version 0.6.2 release.
        * src/stations.xml: Add Radio R (radior.cz)
        * src/stations.xml: Add Radio Radius (radioradius.ch)
 
-2014-12-07  Ole Aamot  <oka linux oka no>
+=============
+Version 0.6.1
+=============
+
+GUI
+
+       * Add support for archived radio programs.
+       * Add support for live stream recording from radio.
+
+Programs (src/programs.xml)
 
-       * girl version 0.6.1 release.
-       * THANKS: Add Ettore Perazzoli and Bernd Homuth.
-       * configure.ac: Check for GIRL_HELPER_PLAYER (totem)
-       * configure.ac: Check for GIRL_HELPER_RECORD (streamripper)
-       * configure.ac: Check for and define HAVE_GIRL_RECORD
-       * src/Makefile.am: Add GIRL_HELPER_PLAYER, GIRL_HELPER_RECORD
-       * src/girl-gui.c: Add menu item if GIRL_HELPER_RECORD is defined
-       * src/girl-program.c: New file with support for programs
-       * src/girl-station.c: Rename girl_launch_helper to girl_helper_run
-       * src/girl-station.h: Remove GirlChannels and GirlStreamType
-       * src/girl.c: Add programs feature
-       * src/girl.h: Add enums GirlChannels, GirlStreamType, GirlHelperType
+       * Add Interview with American guitarist Gary Gramolini
 
-2014-12-06  Ole Aamot  <oka oka no>
 
-       * girl version 0.6.0 release.
-       * AUTHORS: Add Wolfgang Stöggl (German translation).
-       * po/de.po: German translation by Wolfgang Stöggl
+=============
+Version 0.6.0
+=============
 
-2014-11-29  Ole Aamot  <oka oka no>
+Stations (src/stations.xml)
 
-       * girl version 0.5.2 release.
-       * girl.spec.in: Update package spec for Fedora 21.
-       * man/girl.1: Add man page.
+       * Add Leeds University Student Radio FM (lsrfm.com)
+       * Add University Radio Nottingham (urn1350.net))
+       * Add King's College London Radio (kclradio.co.uk)
+       * Add Imperial College Radio (icradio.com)
 
-2014-11-29  Ole Aamot  <oka oka no>
+Translations
 
-       * AUTHORS: Add Мирослав Николић/Miroslav Nikolić (Serbian translation).
-       * NEWS: girl 0.5.1 released.
-       * po/sr.po: Serbian translation by Мирослав Николић
-       * po/sr latin po: Serbian translation by Miroslav Nikolić
-       * src/girl-station.[ch]: Add station rank, type variables
+       * de (Wolfgang Stöggl).
 
-2014-11-29  Ole Aamot  <oka oka no>
+=============
+Version 0.5.1
+=============
 
-       * girl version 0.5.0 release
-       * src/girl.c: Initial Previous Station / Next Station support
-       * src/girl-gui.c: Add Previous Station / Next Station buttons
-       * src/stations.xml: Add Radio Campus Paris (radiocampusparis.org).
-       * src/stations.xml: Add WCSB (wcsb.org).
-       * src/stations.xml: Add Radio Campus de l’Université Libre de Bruxelles (radiocampus.be).
-       * src/stations.xml: Add Coimbra University Radio (ruc.pt).
+Translations
 
-2014-11-27  Ole Aamot  <oka oka no>
+       * sr (Мирослав Николић), sr latin (Miroslav Nikolić).
 
-       * girl version 0.4.1 release
-       * AUTHORS: Add Marek Černocký (Czech translation)
-       * AUTHORS: Add Rafael Ferreira (Brazilian Portuguese translation)
-       * po/cs.po: Czech translation by Marek Černocký
-       * po/pt_BR.po: Brazilian Portuguese translation by Rafael Ferreira
-       * src/girl-0.5.dtd: Add station type property.
-       * src/stations.xml: Add Cam FM (www.camfm.co.uk).
-       * src/stations.xml: Add Oxford Student Radio (oxideradio.co.uk).
-       * src/stations.xml: Add Pulse LSE (pulselse.co.uk).
-       * src/stations.xml: Add Radio UNAM (www.radiounam.unam.mx).
+=============
+Version 0.5.0
+=============
 
-2014-11-22  Ole Aamot  <oka oka no>
+GUI (src/girl-gui.c)
 
-       * girl version 0.4.0 release
-       * src/stations.xml: Add WXYC (wxyc.org)
-       * src/stations.xml: Add KALX (kalx.berkeley.edu)
-       * src/stations.xml: Add WHRB (whrb.org)
-       * src/stations.xml: Add Radio NOVA (radionova.no)
-       * src/girl-0.4.dtd: Add station rank property.
+       * Add Previous Station / Next Station buttons.
+       * Experimental Previous Station / Next Station support.
 
-2014-11-16  Ole Aamot  <oka oka no>
+Stations (src/stations.xml)
 
-       * girl version 0.3.2 release
-       * src/stations.xml: Add WWNO (wwno.org)
+       * Add Radio Campus Paris (radiocampusparis.org).
+       * Add WCSB (wcsb.org).
+       * Add Radio Campus de l’Université Libre de Bruxelles (radiocampus.be).
+       * Add Coimbra University Radio (ruc.pt).
 
-2014-11-15  Ole Aamot  <oka oka no>
+=============
+Version 0.4.1
+=============
 
-       * girl version 0.3.1 release
-       * src/stations.xml: Add KTRU (ktru.org)
+Girl DTD (src/girl-0.5.dtd)
 
-2014-11-14  Ole Aamot  <oka oka no>
+       * Add station type property.
 
+Stations (src/stations.xml)
+
+       * Add Cam FM (www.camfm.co.uk).
+       * Add Oxford Student Radio (oxideradio.co.uk).
+       * Add Pulse LSE (pulselse.co.uk).
+       * Add Radio UNAM (www.radiounam.unam.mx).
+
+Translations
+
+       * cs (Czech translation by Marek Černocký)
+       * pt_BR (Brazilian Portuguese translation by Rafael Ferreira)
+
+=============
+Version 0.4.0
+=============
+
+Girl DTD (src/girl-0.4.dtd):
+
+       * Add station rank property.
+
+Stations (src/stations.xml):
+
+       * Add WXYC (wxyc.org)
+       * Add KALX (kalx.berkeley.edu)
+       * Add WHRB (whrb.org)
+       * Add Radio NOVA (radionova.no)
+
+=============
+Version 0.3.2
+=============
+
+Stations (src/stations.xml):
+
+       * Add WWNO (wwno.org)
+
+=============
+Version 0.3.1
+=============
+
+Stations (src/stations.xml):
+
+       * Add KTRU (ktru.org)
        * src/stations.xml: Add NRK Radio Alltid Nyheter (nrk.no)
        * src/stations.xml: Add BBC World Service (bbc.co.uk)
-       * src/stations.xml: Add WKCR (wkcr.org)
-
-2014-11-07  Ole Aamot  <oka oka no>
 
-       * src/stations.xml: Add support for WMBR (wmbr.org)
+=============
+Version 0.3.0
+=============
 
-2014-11-04  Ole Aamot  <oka oka no>
+Stations (src/stations.xml):
 
-       * src/stations.xml: Add support for KEXP (kexp.org)
+       * Add WKCR (wkcr.org)
 
-2014-11-02  Ole Aamot  <oka oka no>
+=============
+Version 0.2.0
+=============
 
-       * girl version 0.1.2 release
+Stations (src/stations.xml):
 
-2014-11-01  Ole Aamot  <oka oka no>
+       * Add support for WMBR (wmbr.org)
+       * Add support for KEXP (kexp.org)
 
-       * girl version 0.1.1 release
+=============
+Version 0.1.0
+=============
 
-2002-09-21  Ole Aamot  <ole gnu org>
+GUI (src/girl-gui.c)
 
-       * Project started.
+       * Initial release.
diff --git a/THANKS b/THANKS
index 0b4aa42..d23e4a4 100644
--- a/THANKS
+++ b/THANKS
@@ -11,3 +11,5 @@ Balázs Úr for Hungarian translation.
 Wiki Graphic Designer for icon design.
 Aly Raj for icon design.
 Andika Triwidada for Indonesian translation.
+Dominique Leuenberger for autoconf and automake patch (Bugzilla #743340).
+Daniel Mustieles for Spanish translation.
diff --git a/configure b/configure
index cea3df7..abe1d9b 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for girl 1.0.1.
+# Generated by GNU Autoconf 2.69 for girl 1.2.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='girl'
 PACKAGE_TARNAME='girl'
-PACKAGE_VERSION='1.0.1'
-PACKAGE_STRING='girl 1.0.1'
+PACKAGE_VERSION='1.2.0'
+PACKAGE_STRING='girl 1.2.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1329,7 +1329,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures girl 1.0.1 to adapt to many kinds of systems.
+\`configure' configures girl 1.2.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1395,7 +1395,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of girl 1.0.1:";;
+     short | recursive ) echo "Configuration of girl 1.2.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1499,7 +1499,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-girl configure 1.0.1
+girl configure 1.2.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1864,7 +1864,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by girl $as_me 1.0.1, which was
+It was created by girl $as_me 1.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2727,7 +2727,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='girl'
- VERSION='1.0.1'
+ VERSION='1.2.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3980,6 +3980,8 @@ fi
 
 record_prefix=$ac_default_prefix
 if $try_record; then
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recording" >&5
+$as_echo_n "checking for recording... " >&6; }
    if test -n "$ac_tool_prefix"; then
   # Extract the first word of "${ac_tool_prefix}streamripper", so it can be a program name with args.
 set dummy ${ac_tool_prefix}streamripper; ac_word=$2
@@ -4091,8 +4093,6 @@ $as_echo "#define HAVE_GIRL_RECORD 1" >>confdefs.h
           record_msg="yes"
           girl_record=true
        fi
-       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recording" >&5
-$as_echo_n "checking for recording... " >&6; }
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: $record_msg" >&5
 $as_echo "$record_msg" >&6; }
 fi
@@ -4237,13 +4237,13 @@ if test -n "$GIRL_CFLAGS"; then
     pkg_cv_GIRL_CFLAGS="$GIRL_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.0 \\
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 \\
                  libgnome-2.0 >= 2.0 \\
                  libxml-2.0 >= 2.0 \\
                  gnome-vfs-2.0 >= 2.0 \\
                  libgnomeui-2.0 >= 2.0 \\
                  libgnomecanvas-2.0 >= 2.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0 \
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 \
                  libgnome-2.0 >= 2.0 \
                  libxml-2.0 >= 2.0 \
                  gnome-vfs-2.0 >= 2.0 \
@@ -4252,7 +4252,7 @@ if test -n "$GIRL_CFLAGS"; then
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_GIRL_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= 3.0 \
+  pkg_cv_GIRL_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 \
                  libgnome-2.0 >= 2.0 \
                  libxml-2.0 >= 2.0 \
                  gnome-vfs-2.0 >= 2.0 \
@@ -4269,13 +4269,13 @@ if test -n "$GIRL_LIBS"; then
     pkg_cv_GIRL_LIBS="$GIRL_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= 3.0 \\
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 \\
                  libgnome-2.0 >= 2.0 \\
                  libxml-2.0 >= 2.0 \\
                  gnome-vfs-2.0 >= 2.0 \\
                  libgnomeui-2.0 >= 2.0 \\
                  libgnomecanvas-2.0 >= 2.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.0 \
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 \
                  libgnome-2.0 >= 2.0 \
                  libxml-2.0 >= 2.0 \
                  gnome-vfs-2.0 >= 2.0 \
@@ -4284,7 +4284,7 @@ if test -n "$GIRL_LIBS"; then
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_GIRL_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= 3.0 \
+  pkg_cv_GIRL_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 \
                  libgnome-2.0 >= 2.0 \
                  libxml-2.0 >= 2.0 \
                  gnome-vfs-2.0 >= 2.0 \
@@ -4310,14 +4310,14 @@ else
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               GIRL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= 3.0 \
+               GIRL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 \
                  libgnome-2.0 >= 2.0 \
                  libxml-2.0 >= 2.0 \
                  gnome-vfs-2.0 >= 2.0 \
                  libgnomeui-2.0 >= 2.0 \
                  libgnomecanvas-2.0 >= 2.0" 2>&1`
         else
-               GIRL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= 3.0 \
+               GIRL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 \
                  libgnome-2.0 >= 2.0 \
                  libxml-2.0 >= 2.0 \
                  gnome-vfs-2.0 >= 2.0 \
@@ -4327,7 +4327,7 @@ fi
        # Put the nasty error message in config.log where it belongs
        echo "$GIRL_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (gtk+-3.0 >= 3.0 \
+       as_fn_error $? "Package requirements (gtk+-2.0 \
                  libgnome-2.0 >= 2.0 \
                  libxml-2.0 >= 2.0 \
                  gnome-vfs-2.0 >= 2.0 \
@@ -6706,7 +6706,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by girl $as_me 1.0.1, which was
+This file was extended by girl $as_me 1.2.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6772,7 +6772,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-girl config.status 1.0.1
+girl config.status 1.2.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index f396b55..94fe273 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(girl, 1.0.1)
+AC_INIT(girl, 1.2.0)
 AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
 AC_CONFIG_SRCDIR([src/girl.c])
 AC_CONFIG_HEADER([config.h])
@@ -26,12 +26,13 @@ AC_ARG_WITH([recording],AS_HELP_STRING([--with-recording],[Support recording wit
 ])
 record_prefix=$ac_default_prefix
 if $try_record; then
+   AC_MSG_CHECKING([for recording])
    AC_PATH_TOOL([GIRL_HELPER_RECORD], [streamripper],
                                       [no],
                                       [$PATH$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR]dnl
                                       [/usr/sbin$PATH_SEPARATOR/usr/etc$PATH_SEPARATOR/etc])
        if test x${GIRL_HELPER_RECORD} = xno; then
-          AC_DEFINE([HAVE_GIRL_RECORD],0,[don't have record])
+          AC_DEFINE([HAVE_GIRL_RECORD],0,[record missing])
           record_msg="no (http://streamripper.sf.net/)"
           girl_record=false
        else
@@ -39,7 +40,6 @@ if $try_record; then
           record_msg="yes"
           girl_record=true
        fi
-       AC_MSG_CHECKING([for recording])
        AC_MSG_RESULT([$record_msg])
 fi
 AM_CONDITIONAL([HAVE_GIRL_RECORD], [$girl_record])
@@ -48,7 +48,7 @@ AC_SUBST([HAVE_GIRL_RECORD])
 # Checks for libraries.
 
 PKG_CHECK_MODULES(GIRL,
-                 gtk+-3.0 >= 3.0 \
+                 gtk+-2.0 \
                  libgnome-2.0 >= 2.0 \
                  libxml-2.0 >= 2.0 \
                  gnome-vfs-2.0 >= 2.0 \
diff --git a/data/screenshot.png b/data/screenshot.png
index 884fdce..bb7480d 100644
Binary files a/data/screenshot.png and b/data/screenshot.png differ
diff --git a/debian/changelog b/debian/changelog
index 4ec2962..751a665 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
+girl (1.2.0-1) unstable; urgency=medium
+
+  * Debian packaging of the girl 1.2.0 upstream release.
+
+ -- Ole Aamot <ole src gnome org>  Sat, 24 Jan 2015 00:54:00 +0000
+
 girl (1.0.0-1) unstable; urgency=medium
 
   * Initial Debian packaging of girl 1.0.0.
 
- -- Ole Aamot <ole src gnome org>  Fri, 02 Jan 2015 04:17:00 +0000
+  -- Ole Aamot <ole src gnome org>  Fri, 02 Jan 2015 04:17:00 +0000
diff --git a/debian/control b/debian/control
index 0e91636..e3addf1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.9.6
 Homepage: https://wiki.gnome.org/Apps/Girl
 Build-Depends: debhelper (>> 9.0.0),
               pkg-config (>> 0.28-0),
-              libgtk-3-dev (>> 3.14.5-1),
+              libgtk2.0-dev (>> 2.24.24-1),
               libgnome2-dev (>> 2.32.1-4),
               libxml2-dev (>> 2.9.0),
               libgnomevfs2-dev (>> 2.24.5),
diff --git a/debian/rules b/debian/rules
index 51cd3c7..f2b0f98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ clean:
        rm -f build-stamp configure-stamp
        -$(MAKE) distclean
        -rm -rf `pwd`/debian/girl
-       sed -e "s/@linux-gnu@/`type-handling any linux-gnu`/g" < debian/control.in > debian/control
+#      sed -e "s/@linux-gnu@/`type-handling any linux-gnu`/g" < debian/control.in > debian/control
        dh_clean
 
 install: build
diff --git a/girl.spec.in b/girl.spec.in
index 66b0b4d..020b566 100644
--- a/girl.spec.in
+++ b/girl.spec.in
@@ -1,7 +1,7 @@
 Summary: GNOME Internet Radio Locator program
 Name: @PACKAGE@
 Version: @VERSION@
-Release: 1
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://girl.software/
 Group: Applications/Internet
@@ -11,11 +11,11 @@ Requires: streamripper >= 1.64.6
 BuildRequires: gtk2-devel libgnome-devel libxml2-devel gnome-vfs2-devel libgnomeui-devel intltool 
libappstream-glib desktop-file-utils
 
 %description
-Girl is a GNOME Internet Radio Locator program that allows the user
+GIRL is a GNOME Internet Radio Locator program that allows the user
 to easily find and record live radio programs on radio broadcasters
 on the Internet.
 
-Girl is developed on the GNOME platform and it requires at least
+GIRL is developed on the GNOME platform and it requires at least
 one audio player such as Totem to be installed for playback and
 streamripper for recording.
 
@@ -23,33 +23,21 @@ Enjoy Internet Radio.
 
 %prep
 %setup -q
-
 %build
-
-%configure --with-recording
-
+%configure --with-recording --disable-silent-rules
 %install
-
 %make_install
-
+%find_lang %{name} --with-man
 %check
 appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/girl.appdata.xml
 desktop-file-validate %{buildroot}/%{_datadir}/applications/girl.desktop
 
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-%find_lang %{name} --with-man
-
 %files -f %{name}.lang
 %doc AUTHORS COPYING LETTER NEWS README TODO YP-DIRS
 %{_bindir}/girl
-%{_datadir}/girl/girl-1.0.dtd
-%{_datadir}/girl/girl-logo.png
-%{_datadir}/girl/girl.png
-%{_datadir}/girl/girl.xml
+%{_datadir}/girl/
 %{_datadir}/appdata/girl.appdata.xml
 %{_datadir}/applications/girl.desktop
-%{_datadir}/girl/pixmaps/girl-map.png
 %{_datadir}/icons/hicolor/16x16/apps/girl.png
 %{_datadir}/icons/hicolor/22x22/apps/girl.png
 %{_datadir}/icons/hicolor/24x24/apps/girl.png
@@ -57,24 +45,35 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/girl.desktop
 %{_datadir}/icons/hicolor/48x48/apps/girl.png
 %{_datadir}/icons/hicolor/256x256/apps/girl.png
 %{_datadir}/icons/hicolor/512x512/apps/girl.png
-%{_datadir}/icons/hicolor/1024x1024/apps/girl.png
+%{_datadir}/icons/hicolor/1024x1024/
 %{_mandir}/man1/girl.1*
 
 %post
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 
 %postun
 if [ $1 -eq 0 ] ; then
     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
+/usr/bin/update-desktop-database &> /dev/null || :
 
 %posttrans
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Fri Jan 23 2015 Ole Aamot - 1.2.0-1.fc21
+- Girl 1.2.0 build on Fedora Linux 22
+
+* Sun Jan 18 2015 Ole Aamot - 1.1.1-1.fc21
+- Girl 1.1.1 build on Fedora Linux 22
+
+* Sat Jan 17 2015 Ole Aamot - 1.1.0-1
+- Girl 1.1.0 build on Fedora Linux 21
+
 * Thu Jan 01 2015 Ole Aamot - 1.0.0-1
-* Girl 1.0.0 build on Fedora Linux 21
+- Girl 1.0.0 build on Fedora Linux 21
 
 * Sat Dec 27 2014 Ole Aamot - 0.9.0-1
 - Girl 0.9.0 build on Fedora Linux 21
diff --git a/po/pl.po b/po/pl.po
index 32ef0fc..4b3fdb5 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -49,7 +49,7 @@ msgstr "Ciesz się radiem internetowym w programie GIRL."
 
 #: ../data/girl.desktop.in.in.h:1
 msgid "Internet Radio Locator"
-msgstr "Wyszukiwanie internetowych stacji radiowych"
+msgstr "Internetowych stacji radiowych"
 
 #: ../data/girl.desktop.in.in.h:2 ../src/girl.c:507
 msgid "Locate Internet Radio Stations"
diff --git a/src/Makefile.am b/src/Makefile.am
index d099b80..e171c72 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,11 +1,26 @@
-GOAL_CFLAGS=`pkg-config --cflags gtk+-2.0 libgnome-2.0 libxml-2.0 gnome-vfs-2.0 libgnomeui-2.0 
libgnomecanvas-2.0` -Wall -g -DHAVE_CONFIG_H -I. -DGNOMELOCALEDIR=\""`pkg-config --variable=prefix 
libgnomeui-2.0`/share/locale"\" -DGIRL_DATADIR=\""$(prefix)/share/girl"\" -DDATADIR=\""`pkg-config 
--variable=prefix libgnomeui-2.0`/share"\" -DGIRL_DEBUG=1 -DGIRL_CFG 
-DGIRL_HELPER_PLAYER=\"$(GIRL_HELPER_PLAYER)\" -DGIRL_HELPER_RECORD=\"$(GIRL_HELPER_RECORD)\"
-GOAL_LIBS=`pkg-config --libs gtk+-2.0 libgnome-2.0 libxml-2.0 gnome-vfs-2.0 libgnomeui-2.0 
libgnomecanvas-2.0`
-
 AM_CFLAGS = $(GOAL_CFLAGS)
 AM_LDFLAGS= $(GOAL_LIBS)
 
 bin_PROGRAMS = girl
-girl_SOURCES = girl.c girl-gui.c girl-listener.c girl-program.c girl-runners.c girl-streams.c girl-canvas.c 
girl-station.c
+girl_SOURCES = \
+              girl.c \
+              girl-gui.c \
+              girl-listener.c \
+              girl-program.c \
+              girl-runners.c \
+              girl-streams.c \
+              girl-canvas.c \
+              girl-station.c
+
+girl_CFLAGS  = $(GIRL_CFLAGS) \
+              -DGIRL_DATADIR=\"$(datadir)/girl\" \
+              -DDATADIR=\"$(datadir)\" \
+              -DGIRL_DEBUG=1 \
+              -DGIRL_CFG \
+              -DGIRL_HELPER_PLAYER=\"$(GIRL_HELPER_PLAYER)\" \
+              -DGIRL_HELPER_RECORD=\"$(GIRL_HELPER_RECORD)\" \
+              -DGNOMELOCALEDIR=\"$(datadir)/locale\"
+girl_LDADD = $(GIRL_LIBS)
 
 girldir = $(datadir)/girl
 girl_DATA = girl-1.0.dtd girl-logo.png girl.png girl.xml
diff --git a/src/Makefile.in b/src/Makefile.in
index 686b2bd..9c581a3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -92,12 +92,15 @@ CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(girldir)"
 PROGRAMS = $(bin_PROGRAMS)
-am_girl_OBJECTS = girl.$(OBJEXT) girl-gui.$(OBJEXT) \
-       girl-listener.$(OBJEXT) girl-program.$(OBJEXT) \
-       girl-runners.$(OBJEXT) girl-streams.$(OBJEXT) \
-       girl-canvas.$(OBJEXT) girl-station.$(OBJEXT)
+am_girl_OBJECTS = girl-girl.$(OBJEXT) girl-girl-gui.$(OBJEXT) \
+       girl-girl-listener.$(OBJEXT) girl-girl-program.$(OBJEXT) \
+       girl-girl-runners.$(OBJEXT) girl-girl-streams.$(OBJEXT) \
+       girl-girl-canvas.$(OBJEXT) girl-girl-station.$(OBJEXT)
 girl_OBJECTS = $(am_girl_OBJECTS)
-girl_LDADD = $(LDADD)
+am__DEPENDENCIES_1 =
+girl_DEPENDENCIES = $(am__DEPENDENCIES_1)
+girl_LINK = $(CCLD) $(girl_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
+       -o $@
 AM_V_P = $(am__v_P_ AM_V@)
 am__v_P_ = $(am__v_P_ AM_DEFAULT_V@)
 am__v_P_0 = false
@@ -114,6 +117,10 @@ DEFAULT_INCLUDES = -I  am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
+AM_V_lt = $(am__v_lt_ AM_V@)
+am__v_lt_ = $(am__v_lt_ AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+am__v_lt_1 = 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 AM_V_CC = $(am__v_CC_ AM_V@)
@@ -306,11 +313,28 @@ target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-GOAL_CFLAGS = `pkg-config --cflags gtk+-2.0 libgnome-2.0 libxml-2.0 gnome-vfs-2.0 libgnomeui-2.0 
libgnomecanvas-2.0` -Wall -g -DHAVE_CONFIG_H -I. -DGNOMELOCALEDIR=\""`pkg-config --variable=prefix 
libgnomeui-2.0`/share/locale"\" -DGIRL_DATADIR=\""$(prefix)/share/girl"\" -DDATADIR=\""`pkg-config 
--variable=prefix libgnomeui-2.0`/share"\" -DGIRL_DEBUG=1 -DGIRL_CFG 
-DGIRL_HELPER_PLAYER=\"$(GIRL_HELPER_PLAYER)\" -DGIRL_HELPER_RECORD=\"$(GIRL_HELPER_RECORD)\"
-GOAL_LIBS = `pkg-config --libs gtk+-2.0 libgnome-2.0 libxml-2.0 gnome-vfs-2.0 libgnomeui-2.0 
libgnomecanvas-2.0`
 AM_CFLAGS = $(GOAL_CFLAGS)
 AM_LDFLAGS = $(GOAL_LIBS)
-girl_SOURCES = girl.c girl-gui.c girl-listener.c girl-program.c girl-runners.c girl-streams.c girl-canvas.c 
girl-station.c
+girl_SOURCES = \
+              girl.c \
+              girl-gui.c \
+              girl-listener.c \
+              girl-program.c \
+              girl-runners.c \
+              girl-streams.c \
+              girl-canvas.c \
+              girl-station.c
+
+girl_CFLAGS = $(GIRL_CFLAGS) \
+              -DGIRL_DATADIR=\"$(datadir)/girl\" \
+              -DDATADIR=\"$(datadir)\" \
+              -DGIRL_DEBUG=1 \
+              -DGIRL_CFG \
+              -DGIRL_HELPER_PLAYER=\"$(GIRL_HELPER_PLAYER)\" \
+              -DGIRL_HELPER_RECORD=\"$(GIRL_HELPER_RECORD)\" \
+              -DGNOMELOCALEDIR=\"$(datadir)/locale\"
+
+girl_LDADD = $(GIRL_LIBS)
 girldir = $(datadir)/girl
 girl_DATA = girl-1.0.dtd girl-logo.png girl.png girl.xml
 EXTRA_DIST = girl.h girl-station.h girl-gui.h girl-listener.h girl-program.h girl-runners.h girl-streams.h 
girl-canvas.h girl-1.0.dtd girl-logo.png girl.png girl.xml
@@ -393,7 +417,7 @@ clean-binPROGRAMS:
 
 girl$(EXEEXT): $(girl_OBJECTS) $(girl_DEPENDENCIES) $(EXTRA_girl_DEPENDENCIES) 
        @rm -f girl$(EXEEXT)
-       $(AM_V_CCLD)$(LINK) $(girl_OBJECTS) $(girl_LDADD) $(LIBS)
+       $(AM_V_CCLD)$(girl_LINK) $(girl_OBJECTS) $(girl_LDADD) $(LIBS)
 
 mostlyclean-compile:
        -rm -f *.$(OBJEXT)
@@ -401,14 +425,14 @@ mostlyclean-compile:
 distclean-compile:
        -rm -f *.tab.c
 
- AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-canvas Po am__quote@
- AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-gui Po am__quote@
- AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-listener Po am__quote@
- AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-program Po am__quote@
- AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-runners Po am__quote@
- AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-station Po am__quote@
- AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-streams Po am__quote@
- AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl Po am__quote@
+ AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-girl-canvas Po am__quote@
+ AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-girl-gui Po am__quote@
+ AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-girl-listener Po am__quote@
+ AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-girl-program Po am__quote@
+ AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-girl-runners Po am__quote@
+ AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-girl-station Po am__quote@
+ AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-girl-streams Po am__quote@
+ AMDEP_TRUE@@am__include@ @am__quote  /$(DEPDIR)/girl-girl Po am__quote@
 
 .c.o:
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -423,6 +447,118 @@ distclean-compile:
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+
+girl-girl.o: girl.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl.o -MD -MP -MF $(DEPDIR)/girl-girl.Tpo -c -o girl-girl.o `test -f 
'girl.c' || echo '$(srcdir)/'`girl.c
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl.Tpo $(DEPDIR)/girl-girl.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl.c' object='girl-girl.o' libtool=no 
@AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl.o `test -f 'girl.c' || echo '$(srcdir)/'`girl.c
+
+girl-girl.obj: girl.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl.obj -MD -MP -MF $(DEPDIR)/girl-girl.Tpo -c -o girl-girl.obj `if test 
-f 'girl.c'; then $(CYGPATH_W) 'girl.c'; else $(CYGPATH_W) '$(srcdir)/girl.c'; fi`
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl.Tpo $(DEPDIR)/girl-girl.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl.c' object='girl-girl.obj' libtool=no 
@AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl.obj `if test -f 'girl.c'; then $(CYGPATH_W) 'girl.c'; 
else $(CYGPATH_W) '$(srcdir)/girl.c'; fi`
+
+girl-girl-gui.o: girl-gui.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-gui.o -MD -MP -MF $(DEPDIR)/girl-girl-gui.Tpo -c -o girl-girl-gui.o 
`test -f 'girl-gui.c' || echo '$(srcdir)/'`girl-gui.c
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-gui.Tpo $(DEPDIR)/girl-girl-gui.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-gui.c' object='girl-girl-gui.o' libtool=no 
@AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-gui.o `test -f 'girl-gui.c' || echo 
'$(srcdir)/'`girl-gui.c
+
+girl-girl-gui.obj: girl-gui.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-gui.obj -MD -MP -MF $(DEPDIR)/girl-girl-gui.Tpo -c -o 
girl-girl-gui.obj `if test -f 'girl-gui.c'; then $(CYGPATH_W) 'girl-gui.c'; else $(CYGPATH_W) 
'$(srcdir)/girl-gui.c'; fi`
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-gui.Tpo $(DEPDIR)/girl-girl-gui.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-gui.c' object='girl-girl-gui.obj' libtool=no 
@AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-gui.obj `if test -f 'girl-gui.c'; then $(CYGPATH_W) 
'girl-gui.c'; else $(CYGPATH_W) '$(srcdir)/girl-gui.c'; fi`
+
+girl-girl-listener.o: girl-listener.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-listener.o -MD -MP -MF $(DEPDIR)/girl-girl-listener.Tpo -c -o 
girl-girl-listener.o `test -f 'girl-listener.c' || echo '$(srcdir)/'`girl-listener.c
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-listener.Tpo $(DEPDIR)/girl-girl-listener.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-listener.c' object='girl-girl-listener.o' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-listener.o `test -f 'girl-listener.c' || echo 
'$(srcdir)/'`girl-listener.c
+
+girl-girl-listener.obj: girl-listener.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-listener.obj -MD -MP -MF $(DEPDIR)/girl-girl-listener.Tpo -c -o 
girl-girl-listener.obj `if test -f 'girl-listener.c'; then $(CYGPATH_W) 'girl-listener.c'; else $(CYGPATH_W) 
'$(srcdir)/girl-listener.c'; fi`
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-listener.Tpo $(DEPDIR)/girl-girl-listener.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-listener.c' object='girl-girl-listener.obj' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-listener.obj `if test -f 'girl-listener.c'; then 
$(CYGPATH_W) 'girl-listener.c'; else $(CYGPATH_W) '$(srcdir)/girl-listener.c'; fi`
+
+girl-girl-program.o: girl-program.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-program.o -MD -MP -MF $(DEPDIR)/girl-girl-program.Tpo -c -o 
girl-girl-program.o `test -f 'girl-program.c' || echo '$(srcdir)/'`girl-program.c
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-program.Tpo $(DEPDIR)/girl-girl-program.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-program.c' object='girl-girl-program.o' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-program.o `test -f 'girl-program.c' || echo 
'$(srcdir)/'`girl-program.c
+
+girl-girl-program.obj: girl-program.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-program.obj -MD -MP -MF $(DEPDIR)/girl-girl-program.Tpo -c -o 
girl-girl-program.obj `if test -f 'girl-program.c'; then $(CYGPATH_W) 'girl-program.c'; else $(CYGPATH_W) 
'$(srcdir)/girl-program.c'; fi`
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-program.Tpo $(DEPDIR)/girl-girl-program.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-program.c' object='girl-girl-program.obj' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-program.obj `if test -f 'girl-program.c'; then 
$(CYGPATH_W) 'girl-program.c'; else $(CYGPATH_W) '$(srcdir)/girl-program.c'; fi`
+
+girl-girl-runners.o: girl-runners.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-runners.o -MD -MP -MF $(DEPDIR)/girl-girl-runners.Tpo -c -o 
girl-girl-runners.o `test -f 'girl-runners.c' || echo '$(srcdir)/'`girl-runners.c
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-runners.Tpo $(DEPDIR)/girl-girl-runners.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-runners.c' object='girl-girl-runners.o' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-runners.o `test -f 'girl-runners.c' || echo 
'$(srcdir)/'`girl-runners.c
+
+girl-girl-runners.obj: girl-runners.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-runners.obj -MD -MP -MF $(DEPDIR)/girl-girl-runners.Tpo -c -o 
girl-girl-runners.obj `if test -f 'girl-runners.c'; then $(CYGPATH_W) 'girl-runners.c'; else $(CYGPATH_W) 
'$(srcdir)/girl-runners.c'; fi`
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-runners.Tpo $(DEPDIR)/girl-girl-runners.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-runners.c' object='girl-girl-runners.obj' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-runners.obj `if test -f 'girl-runners.c'; then 
$(CYGPATH_W) 'girl-runners.c'; else $(CYGPATH_W) '$(srcdir)/girl-runners.c'; fi`
+
+girl-girl-streams.o: girl-streams.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-streams.o -MD -MP -MF $(DEPDIR)/girl-girl-streams.Tpo -c -o 
girl-girl-streams.o `test -f 'girl-streams.c' || echo '$(srcdir)/'`girl-streams.c
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-streams.Tpo $(DEPDIR)/girl-girl-streams.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-streams.c' object='girl-girl-streams.o' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-streams.o `test -f 'girl-streams.c' || echo 
'$(srcdir)/'`girl-streams.c
+
+girl-girl-streams.obj: girl-streams.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-streams.obj -MD -MP -MF $(DEPDIR)/girl-girl-streams.Tpo -c -o 
girl-girl-streams.obj `if test -f 'girl-streams.c'; then $(CYGPATH_W) 'girl-streams.c'; else $(CYGPATH_W) 
'$(srcdir)/girl-streams.c'; fi`
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-streams.Tpo $(DEPDIR)/girl-girl-streams.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-streams.c' object='girl-girl-streams.obj' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-streams.obj `if test -f 'girl-streams.c'; then 
$(CYGPATH_W) 'girl-streams.c'; else $(CYGPATH_W) '$(srcdir)/girl-streams.c'; fi`
+
+girl-girl-canvas.o: girl-canvas.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-canvas.o -MD -MP -MF $(DEPDIR)/girl-girl-canvas.Tpo -c -o 
girl-girl-canvas.o `test -f 'girl-canvas.c' || echo '$(srcdir)/'`girl-canvas.c
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-canvas.Tpo $(DEPDIR)/girl-girl-canvas.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-canvas.c' object='girl-girl-canvas.o' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-canvas.o `test -f 'girl-canvas.c' || echo 
'$(srcdir)/'`girl-canvas.c
+
+girl-girl-canvas.obj: girl-canvas.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-canvas.obj -MD -MP -MF $(DEPDIR)/girl-girl-canvas.Tpo -c -o 
girl-girl-canvas.obj `if test -f 'girl-canvas.c'; then $(CYGPATH_W) 'girl-canvas.c'; else $(CYGPATH_W) 
'$(srcdir)/girl-canvas.c'; fi`
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-canvas.Tpo $(DEPDIR)/girl-girl-canvas.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-canvas.c' object='girl-girl-canvas.obj' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-canvas.obj `if test -f 'girl-canvas.c'; then 
$(CYGPATH_W) 'girl-canvas.c'; else $(CYGPATH_W) '$(srcdir)/girl-canvas.c'; fi`
+
+girl-girl-station.o: girl-station.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-station.o -MD -MP -MF $(DEPDIR)/girl-girl-station.Tpo -c -o 
girl-girl-station.o `test -f 'girl-station.c' || echo '$(srcdir)/'`girl-station.c
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-station.Tpo $(DEPDIR)/girl-girl-station.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-station.c' object='girl-girl-station.o' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-station.o `test -f 'girl-station.c' || echo 
'$(srcdir)/'`girl-station.c
+
+girl-girl-station.obj: girl-station.c
+ am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) 
$(girl_CFLAGS) $(CFLAGS) -MT girl-girl-station.obj -MD -MP -MF $(DEPDIR)/girl-girl-station.Tpo -c -o 
girl-girl-station.obj `if test -f 'girl-station.c'; then $(CYGPATH_W) 'girl-station.c'; else $(CYGPATH_W) 
'$(srcdir)/girl-station.c'; fi`
+ am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/girl-girl-station.Tpo $(DEPDIR)/girl-girl-station.Po
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='girl-station.c' object='girl-girl-station.obj' 
libtool=no @AMDEPBACKSLASH@
+ AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+ am__fastdepCC_FALSE@  $(AM_V_CC am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
$(CPPFLAGS) $(girl_CFLAGS) $(CFLAGS) -c -o girl-girl-station.obj `if test -f 'girl-station.c'; then 
$(CYGPATH_W) 'girl-station.c'; else $(CYGPATH_W) '$(srcdir)/girl-station.c'; fi`
 install-girlDATA: $(girl_DATA)
        @$(NORMAL_INSTALL)
        @list='$(girl_DATA)'; test -n "$(girldir)" || list=; \
diff --git a/src/girl.c b/src/girl.c
index a611204..d2b308e 100644
--- a/src/girl.c
+++ b/src/girl.c
@@ -493,26 +493,31 @@ void quit_app(GtkWidget * a, gpointer user_data)
 void about_app(GtkWidget * a, gpointer user_data)
 {
        static GtkWindow *about = NULL;
-       gchar* authors[] = { "Ole Aamot",
-                            "Marek Černocký",
-                            "Miroslav Nikolić",
-                            "Wolfgang Stöggl",
-                            "Piotr Drąg",
-                            "Muhammet Kara",
-                            "Balázs Úr",
-                            NULL };
+
+       gchar* authors[] = { "Ole Aamot <ole src gnome org> (Maintainer)", NULL };
+
+       gchar* translators = g_strdup(_("Marek Černocký <marek manet cz> (Czech translation)\n"
+                                       "Rafael Ferreira <rafael f f1 gmail com> (Brazilian Portuguese 
translation)\n"
+                                       "Miroslav Nikolić <miroslavnikolic rocketmail com> (Serbian 
translation)\n"
+                                       "Wolfgang Stöggl <c72578 yahoo de> (German translation)\n"
+                                       "Piotr Drąg <piotrdrag gmail com> (Polish translation)\n"
+                                       "Muhammet Kara <muhammetk gmail com> (Turkish translation)\n"
+                                       "Balázs Úr <urbalazs gmail com> (Hungarian translation)\n"
+                                       "Andika Triwidada <andika gmail com> (Indonesian translation)\n"
+                                       "Daniel Mustieles <daniel mustieles gmail com> (Spanish 
translation)"));
        gchar* artists[] = { "Wiki Graphic Designer",
                             "Aly Raj",
                             NULL };
        gchar* comments = { _("Locate Internet Radio Stations") };
        gchar* copyright = { _("Copyright (C) 2014, 2015  Ole Aamot Software") };
-       gchar* documenters[] = { NULL };
+       gchar* documenters[] = { _("See http://wiki.gnome.org/DocumentationProject";), NULL };
 
        static GdkPixbuf* logo;
        gchar* name = PACKAGE;
        gchar* version = VERSION;
        gchar* website = "http://wiki.gnome.org/Apps/Girl";;
        gchar* website_label = "http://wiki.gnome.org/Apps/Girl";;
+       gchar* license = g_strdup(_("This program is free software; you can redistribute it and/or modify it 
under the terms of the GNU General Public License as published by the Free Software Foundation; either 
version 2 of the License, or (at your option) any later version.\nThis program is distributed in the hope 
that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\nYou should have 
received a copy of the GNU General Public License along with this program; if not, write to the Free Software 
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA."));
 
        if (!logo) {
                GError* error = NULL;
@@ -529,11 +534,15 @@ void about_app(GtkWidget * a, gpointer user_data)
                               "comments", comments,
                               "copyright", copyright,
                               "documenters", documenters,
+                              "license", license,
                               "logo", logo,
                               "name", name,
+                              "translator-credits", translators,
                               "version", version,
                               "website", website,
-                              "website-label", website_label, NULL);
+                              "website-label", website_label,
+                              "wrap-license", TRUE,
+                              NULL);
 }
 
 void about_listener(GtkWidget * a, gpointer user_data)
@@ -750,7 +759,7 @@ void on_stop_button_clicked(GtkWidget *a, gpointer user_data)
                        
                        g_spawn_close_pid( girl->player_pid);
                        
-                       appbar_send_msg(_("To finish playing from the radio station %s in %s: %s, simply exit 
the application Videos."),
+                       appbar_send_msg(_("To finish playing from the radio station %s in %s, exit the 
application Videos."),
                                        girl->selected_station_name,
                                        girl->selected_station_location,
                                        girl->selected_station_uri,
diff --git a/src/girl.xml b/src/girl.xml
index be945d9..c9931f4 100644
--- a/src/girl.xml
+++ b/src/girl.xml
@@ -14,7 +14,7 @@
     <location>Long Island, NY</location>
     <description>WUSB is a 3,600 watt non-commercial station located on the campus of Stony Brook 
University. Since 1977, we have served the campus and Long Island listening communities with a diverse 
broadcast mix of music, news, public affairs, drama and sports programming. Our 24 hour a day schedule is 
made possible by a volunteer staff efforts of over 160 Stony Brook students, faculty, staff, alumni and 
community residents. Behind-the-scenes as well as on-air work, combined with a variety of nationally 
syndicated radio programs integrated into the schedule, creates the 168 hours per week of innovative and 
high-quality programming.</description>
     <stream mime="audio/mpeg" uri="http://stream.wusb.stonybrook.edu:8080/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="32 kbps" />
-    <stream mime="audio/mpeg" uri="http://stream.wusb.stonybrook.edu:8090/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />    
+    <stream mime="audio/mpeg" uri="http://stream.wusb.stonybrook.edu:8090/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
     <uri>http://www.wusb.fm/</uri>
   </station>
   <station id="coog" name="COOG" rank="1.0" type="edu" release="online">
@@ -184,13 +184,13 @@ Behind the scenes we rely on our fantastic technical, musical and promotional te
     <frequency uri="http://www.ruc.pt/";>107.9 FM MHz in Coimbra, Portugal</frequency>
     <location>Coimbra, Portugal</location>
     <description>Coimbra University Radio (Portuguese: Rádio Universidade de Coimbra - RUC) is a university 
radio station of the Coimbra Academic Association (students' union) of the University of Coimbra in Coimbra, 
Portugal.
-    
+
     It broadcasts on 107.9 FM (also broadcasts on-line). The Center of Experimental Radio was founded in the 
40's, but it was only on March, 1st 1986, that the radio obtained the authorization to broadcast on FM.
-    
+
     The studios and offices of this university radio station are located in the main building of the 
Associação Académica de Coimbra, in the city centre. One of its trademarks is that there are no set playlists 
for any of the programs broadcast. This allows for an exceptionally wide range of musical genres.
-    
+
     The radio gives courses in Programming, Technic and News, that students from the University of Coimbra 
can join.
-    
+
     For its 25th anniversary, the radio hosts concerts of the indie Swedish band the Radio Dept., and later 
Eleanor Friedberger from the rock duo The Fiery Furnaces and the Welsh songwriter Euros Childs.</description>
     <stream mime="audio/mpeg" uri="http://ruc.midi-club.net:8000/;stream/1"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
     <uri>http://www.ruc.pt/</uri>
diff --git a/src/stations.xml b/src/stations.xml
deleted file mode 120000
index ceb06d2..0000000
--- a/src/stations.xml
+++ /dev/null
@@ -1 +0,0 @@
-girl.xml
\ No newline at end of file
diff --git a/src/stations.xml b/src/stations.xml
new file mode 100644
index 0000000..be945d9
--- /dev/null
+++ b/src/stations.xml
@@ -0,0 +1,355 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="http://www.ping.uio.no/~oka/src/girl/girl.xsl"; ?>
+<!DOCTYPE girl SYSTEM "girl-1.0.dtd">
+<girl version="1.0">
+  <station id="wnyo" name="WNYO" rank="1.0" type="edu" release="88.9">
+    <frequency uri="http://www.wnyo889.org/";>88.9 FM in Oswego, NY</frequency>
+    <location>Oswego, NY</location>
+    <description>WNYO is an FCC regulated student ran radio station at SUNY Oswego. It is located on the 
SUNY Oswego campus, inside The Point in the Marano Campus Center. WNYO is also recognized on campus as a 
student organization. The radio station produces multiple concert events each year through the Indie Series, 
Artswego and Lifestyles. The sports department at WNYO broadcasts live campus athletics including home and 
away games.</description>
+    <stream mime="audio/ogg" uri="http://www.wnyo.org/webcast-ogg-high.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="32 kbps" />
+    <uri>http://www.wnyo889.org/</uri>
+  </station>
+  <station id="wusb" name="WUSB" rank="1.0" type="edu" release="90.1">
+    <frequency uri="http://www.wusb.fm/";>90.1 FM in Long Island, NY</frequency>
+    <location>Long Island, NY</location>
+    <description>WUSB is a 3,600 watt non-commercial station located on the campus of Stony Brook 
University. Since 1977, we have served the campus and Long Island listening communities with a diverse 
broadcast mix of music, news, public affairs, drama and sports programming. Our 24 hour a day schedule is 
made possible by a volunteer staff efforts of over 160 Stony Brook students, faculty, staff, alumni and 
community residents. Behind-the-scenes as well as on-air work, combined with a variety of nationally 
syndicated radio programs integrated into the schedule, creates the 168 hours per week of innovative and 
high-quality programming.</description>
+    <stream mime="audio/mpeg" uri="http://stream.wusb.stonybrook.edu:8080/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="32 kbps" />
+    <stream mime="audio/mpeg" uri="http://stream.wusb.stonybrook.edu:8090/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />    
+    <uri>http://www.wusb.fm/</uri>
+  </station>
+  <station id="coog" name="COOG" rank="1.0" type="edu" release="online">
+    <frequency uri="http://coogradio.uh.edu/";></frequency>
+    <location>Houston, TX</location>
+    <description>Coog Radio is an online radio station operated and staffed by students from the University 
of Houston. Co-founders Conner Clifton, Markley Rogers, and Matt Womack came up with the idea in 2010, but it 
wasn’t until fall 2011 that the idea finally came to fruition. Coog Radio not only provides a creative outlet 
for fellow students to express themselves over the air, but also introduces them to the world of 
broadcasting.</description>
+    <stream mime="audio/mpeg" uri="http://coogradio.uh.edu:8000/coogradio.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="48000 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://coogradio.uh.edu/</uri>
+  </station>
+  <station id="wvua" name="WVUA-FM" rank="1.0" type="edu" release="90.7">
+    <frequency uri="http://wvuafm.ua.edu/";></frequency>
+    <location>Tuscaloosa, AL</location>
+    <description>WVUA-FM is the University’s only student operated radio station. Its history dates back to 
1940 when the Department of Radio Arts began operation of an AM carrier-current station (the signal was 
transmitted to dormitories and other buildings on campus through electrical wiring). The station was known as 
BRN (the Bama Radio Network). In 1947, the signal was extended and the station became known as WABP. The 
station was operated as a commercial venture at 570 on the AM dial. During the 1950’s and 1960’s, as more 
students moved off campus, the station’s listenership dwindled.</description>
+    <stream mime="audio/mpeg" uri="http://ice8.securenetsystems.net/WVUA"; codec="MPEG-4 AAC" 
samplerate="44100 Hz" channels="Stereo" bitrate="30 kbps" />
+    <uri>http://wvuafm.ua.edu/</uri>
+  </station>
+  <station id="ury" name="University Radio York" rank="1.0" type="edu" release="1350" lang="en">
+    <frequency uri="http://ury.org.uk/";></frequency>
+    <location>York, United Kingdom</location>
+    <description>University Radio York (URY) is the student radio station for the University of York, 
broadcasting 24 hours a day during term time on 1350am across the University's Heslington Campus and 
worldwide via this website.
+
+    The station is run by students for students, meaning the people behind the station understand what the 
listenership want to hear.
+
+    With no playlist and no set format to many of our shows, our presenters have the chance to try whatever 
they like, as long as it's legal!</description>
+    <stream mime="audio/mpeg" uri="http://ury.york.ac.uk/audio/live-mobile.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="48 kbps" />
+    <stream mime="audio/mpeg" uri="http://ury.york.ac.uk/audio/live-low.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <stream mime="audio/mpeg" uri="http://ury.york.ac.uk/audio/live-high.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="192 kbps" />
+  </station>
+  <station id="eper" name="EPER" rank="1.0" type="edu" release="97.0" lang="en">
+    <frequency uri="http://eper.elte.hu/";></frequency>
+    <location>Budapest, Hungary</location>
+    <description>EPER is a non-profit small power community station in downtown Budapest. We broadcast from 
the buildings of the Eötvös Loránd University. Our staff is students and teachers of the University or of 
other institutions of higher education.</description>
+    <stream mime="audio/mpeg" uri="http://radio.elte.hu:8000/eper2"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Mono" bitrate="64 kbps" />
+    <stream mime="audio/mpeg" uri="http://radio.elte.hu:8000/eper24"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="22050 Hz" channels="Mono" bitrate="24 kbps" />
+    <stream mime="audio/mpeg" uri="http://radio.elte.hu:8000/live24"; codec="MPEG-2 AAC" samplerate="32000 
Hz" channels="Stereo" bitrate="24 kbps" />
+    <uri>http://eper.elte.hu/</uri>
+  </station>
+  <station id="burstradio" name="Burst Radio" rank="1.0" type="edu" release="" lang="en">
+    <frequency uri="http://www.burstradio.co.uk/";></frequency>
+    <location>Brighton, United Kingdom</location>
+    <description>Burst aims to capture the essential essence of student life at Brighton University; distil 
it and broadcast this elixir to you.</description>
+    <stream mime="audio/mpeg" uri="http://burst.brighton.ac.uk:8000/burst.mp3"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="22050 Hz" channels="Mono" bitrate="24 kbps" />
+    <stream mime="audio/mpeg" uri="http://burst.brighton.ac.uk:8000/burst.mp3"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.burstradio.co.uk/</uri>
+  </station>
+  <station id="fusefm" name="Fuse FM" rank="1.0" type="edu" release="" lang="en">
+    <frequency uri="http://fusefm.co.uk/";></frequency>
+    <location>Manchester, United Kingdom</location>
+    <description>Fuse FM is Manchester University's student radio station. We first went on air back in 
2001, and 13 years later we now broadcast from a brand new, professional quality studio from within the 
Students' Union. We broadcast online throughout the academic year and you can listen to live shows and 
podcasts on our website. We love our new home, but we need your help to sound great on air. If you want to 
get in on the action, you'd be more than welcome! We are constantly on the look out for new talent, so if you 
fancy yourself as a music journalist, producer, DJ, news reader, or think you have what it takes to host your 
own show, Fuse FM is certainly the place for you! Not only is Fuse FM a fun organisation to be part of, but 
we can help you if you are interested in getting into the radio industry. Past Fuse FM members have gone on 
to find work at the BBC and commercial radio stations.</description>
+    <stream mime="audio/mpeg" uri="http://studio.fusefm.co.uk:8000/livehi"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="320 kbps" />
+    <stream mime="audio/ogg" uri="http://studio.fusefm.co.uk:8000/livehi"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="320 kbps" />
+    <stream mime="audio/mpeg" uri="http://studio.fusefm.co.uk:8000/live"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/ogg" uri="http://studio.fusefm.co.uk:8000/live"; codec="Ogg Vorbis" samplerate="44100 
Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://fusefm.co.uk/</uri>
+  </station>
+  <station id="cjsw" name="CJSW" rank="1.0" type="edu" release="90.9" lang="en">
+    <frequency uri="http://cjsw.com/";></frequency>
+    <location>Calgary, Canada</location>
+    <description>CJSW 90.9 FM will be celebrating 30 years of on air radio programming at the beginning of 
2015. Our goal is to provide an alternative to commercial media by recognizing and promoting the diverse 
musical styles, points of view and cultures that exist within our city. CJSW strives to provide programming 
to an audience and by programmers that are varied in their ethnicity, culture, gender, sexual orientation, 
age, and physical and mental ability. Our diverse programming includes music, arts, spoken word and 
multicultural programs.</description>
+    <stream mime="audio/mpeg" uri="http://stream.cjsw.com/cjsw.mp3.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://cjsw.com/</uri>
+  </station>
+  <station id="caper" name="Caper Radio" rank="1.0" type="edu" release="pending" lang="en">
+    <frequency uri="http://caperradio.ca/";>Pending FM license in Sydney, Nova Scotia, Canada</frequency>
+    <location>Sydney, Nova Scotia, Canada</location>
+    <description>Caper Radio Incorporated is CBU's campus radio station!
+
+    Located in the Students' Union building we are equipped with an ever-growing music collection of over 
6000 CDs on a digital library. We offer some of the best independent music in Canada. Caper Radio is also a 
prime resource for information on events taking place both on and off campus.
+
+    Being involved with Caper Radio, Inc. helps students gain new skills (in communication, as well as 
working with the equipment), build confidence, and make new friends. Taking part in shaping the university 
community, and building valuable job skills – It's a lot of fun too!
+
+    Caper Radio broadcasts from 9:30am until 4:30pm Monday - Friday. Repeat broadcasts can be heard by 
visiting our website.</description>
+    <stream mime="audio/mpeg" uri="http://142.12.32.15:8000/stream.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://caperradio.ca/</uri>
+  </station>
+  <station id="wxou" name="WXOU" rank="1.0" type="edu" release="88.3" lang="en">
+    <frequency uri="http://wxou.org/";>88.3 FM in Rochester, MI</frequency>
+    <location>Rochester, MI</location>
+    <description>WXOU is a non-profit, student operated, freeform community radio station. Currently we are 
broadcasting with 110 watts of power from the campus of Oakland University. WE offer diverse programming such 
as, music, sports, news and student produced programs. Our goal is to supply the community with a service 
that provides both an educational experience to those involved with the radio station, while also providing 
information and entertainment o the rest of the community outside of Oakland’s campus.</description>
+    <stream mime="audio/mpeg" uri="http://wxou.oakland.edu:8000/listen.pls"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="22050 Hz" channels="Mono" bitrate="24 kbps" />
+    <stream mime="audio/mpeg" uri="http://wxou.oakland.edu:8002/listen.pls"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Mono" bitrate="128 kbps" />
+  </station>
+  <station id="wamu" name="WAMU" rank="1.0" type="edu" release="88.5" lang="en">
+    <frequency uri="http://wamu.org/";>88.5 FM in Washington, DC</frequency>
+    <location>Washington, DC</location>
+    <description>WAMU 88.5 is the leading public radio station for NPR news and information in the greater 
Washington, D.C., area. WAMU 88.5 is licensed to American University.</description>
+    <stream mime="audio/mpeg" uri="http://wamu-1.streamguys.com/"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Mono" bitrate="48 kbps" />
+    <uri>http://wamu.org/</uri>
+  </station>
+  <station id="kdup" name="KDUP" rank="1.0" type="edu" release="1580" lang="en">
+    <frequency uri="http://kdup.up.edu/";>1580 AM in Portland, OR</frequency>
+    <location>Portland, OR</location>
+    <description>University of Portland's radio station</description>
+    <stream mime="audio/ogg" uri="http://icecast.up.edu:8000/mystream.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="32000 Hz" channels="Stereo" bitrate="192 kbps" />
+    <uri>http://kdup.up.edu/</uri>
+  </station>
+  <station id="95bfm" name="95bFM" rank="1.0" type="edu" release="95.0" lang="en">
+    <frequency uri="http://www.95bfm.com/";>95.0 FM in Auckland, New Zealand</frequency>
+    <location>Auckland, New Zealand</location>
+    <description>In 1969, Radio Bosom was born as a student's capping stunt, broadcasting illegally from a 
boat in the Waitemata Harbour. Over the next few decades the bosom morphed into the mighty 95bFM, the 
longest-standing independent radio station in New Zealand.
+    We're passionate about music, just like you. We think that radio is better when it's free from 
commercial pressures, and that it should be challenging without being inaccessible. This is not top 40 
radio.</description>
+    <stream mime="audio/mpeg" uri="http://streams.95bfm.com/stream95"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="22050 Hz" channels="Mono" bitrate="32 kbps" />
+    <uri>http://www.95bfm.com/</uri>
+  </station>
+  <station id="2nurfm" name="2NURFM" rank="1.0" type="edu" release="103.7" lang="en">
+    <frequency uri="http://www.newcastle.edu.au/community-and-alumni/arts-and-culture/2nurfm";>103.7 FM in 
Newcastle, Australia</frequency>
+    <location>Newcastle, Australia</location>
+    <description>Newcastle's leading 'easy listening' radio station.</description>
+    <stream mime="audio/aacp" uri="http://broadcaster1.newcastle.edu.au:8000/2NURFM-aacPlus"; codec="MPEG-2 
AAC (AAC+)" samplerate="44100 Hz" channels="Stereo" bitrate="29 kbps" />
+    <uri>http://www.newcastle.edu.au/community-and-alumni/arts-and-culture/2nurfm</uri>
+  </station>
+  <station id="radioadelaide" name="Radio Adelaide" rank="1.0" type="edu" release="101.5" lang="en">
+    <frequency uri="https://radio.adelaide.edu.au/";>101.5 FM in Adelaide, Australia</frequency>
+    <location>Adelaide, Australia</location>
+    <description>Radio Adelaide is a real radio alternative for people curious about ideas, issues and 
music. We are as diverse as the city we live in, with programs ranging from Jazz and Classical to World 
Music, arts, current affairs and more, with many shows presented by local community groups in their own 
languages.</description>
+    <stream mime="audio/mpeg" uri="http://stream.radio.adelaide.edu.au:8000/radadl-128.mp3"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/mpeg" uri="http://stream.radio.adelaide.edu.au:8000/radadl-64.mp3"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="64 kbps" />
+    <uri>https://radio.adelaide.edu.au/</uri>
+  </station>
+  <station id="radior" name="Radio R" rank="1.0" type="edu" release="" lang="cs">
+    <frequency uri="http://radior.cz";>Internet</frequency>
+    <location>Brno, Czech Republic</location>
+    <description>Masaryk University’s student radio.</description>
+    <stream mime="audio/ogg" uri="http://radior.video.muni.cz:8000/FSS_ogg-q0.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="64 kbps" />
+    <stream mime="audio/ogg" uri="http://radior.video.muni.cz:8000/FSS_ogg-q4.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/ogg" uri="http://radior.video.muni.cz:8000/FSS_ogg-q8.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="256 kbps" />
+    <uri>http://www.radior.cz/</uri>
+  </station>
+  <station id="radius" name="Radio Radius" rank="1.0" type="edu" release="de">
+    <frequency uri="http://radioradius.ch/";>Internet</frequency>
+    <location>Zürich, Switzerland</location>
+    <description>Student webradio in Zürich.</description>
+    <stream mime="audio/ogg" uri="http://relay.radio.ethz.ch/sender.ogg.m3u"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radioradius.ch/</uri>
+  </station>
+  <station id="lsrfm" name="Leeds University Student Radio FM" rank="1.0" type="edu" release="" lang="en">
+    <frequency uri="http://lsrfm.com/";>Internet</frequency>
+    <location>Leeds, United Kingdom</location>
+    <description></description>
+    <stream mime="audio/mpeg" uri="http://soho.wavestreamer.com:6648/listen.pls?sid=1"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://lsrfm.com/</uri>
+  </station>
+  <station id="urn" name="University Radio Nottingham" rank="1.0" type="edu" release="1350" lang="en">
+    <frequency uri="http://urn1350.net";>1350 AM MHz in Nottingham, United Kingdom</frequency>
+    <location>Nottingham, United Kingdom</location>
+    <description>URN is the University of Nottingham's award winning student radio station.You can listen 
online, on 1350AM on campus or in some of the university's shops and bars.</description>
+    <stream mime="audio/mpeg" uri="http://posurnl.nottingham.ac.uk:8080/urn_high.mp3"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://urn1350.net/</uri>
+  </station>
+  <station id="kcl" name="King's College London Radio" rank="1.0" type="edu" release="" lang="en">
+    <frequency uri="http://www.kclradio.co.uk/";>Internet</frequency>
+    <location>London, United Kingdom</location>
+    <description>KCL Radio is King’s College London’s award winning, student radio station, which first 
broadcast live last year. Our studio is currently located on the basement floor of the Chesham Building 
(although there are plans to relocate to a new studio in Tutu’s on the 4th floor of the Macadam Building 
during 2015).  Output ranges from music to news, chat, sport, comedy and everything in between. Live 
broadcasts also take place throughout the year for significant events on the KCLSU calendar such as the 
Student Officer Elections or the Varsity Rugby match.</description>
+    <stream mime="audio/mpeg" uri="http://159.92.75.8:8080/KCLR"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.kclradio.co.uk/</uri>
+  </station>
+  <station id="icradio" name="Imperial College Radio" rank="1.0" type="edu" release="" lang="en">
+    <frequency uri="http://icradio.com/";>1134 AM in Wye, Kent, United Kingdom</frequency>
+    <location>London, United Kingdom</location>
+    <description>IC Radio is among the oldest student radio stations in the country. Started in 1976, 
broadcasting on a home built AM transmitter around halls, we now broadcast all over the globe from 
icradio.com. Absolutely anyone is welcome to try their hand at presenting or producing a show; whatever your 
music taste. We also love a good speech based program, so anyone will feel at home in IC Radio. As well as 
being able to broadcast, we are lucky enough to have a brand new, fully equipped recording studio which we 
use to record bands and musicians.
+
+Behind the scenes we rely on our fantastic technical, musical and promotional teams. Are you interested in 
web design? Want to record professional band and artists? Maybe you fancy running our IT system? Or perhaps 
you want to talk to industry insiders to get your hands on new music weeks before any of your friends? 
There's a place for you here and we'd love for you to join us!</description>
+    <stream mime="audio/mpeg" uri="http://icecast.icradio.com:8000/live-mp3-high"; codec="MPEG 1 Audio, Layer 
3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="192 kbps" />
+    <uri>http://icradio.com/</uri>
+  </station>
+  <station id="ruc" name="Coimbra University Radio" rank="1.0" type="edu" release="107.9" lang="pt">
+    <frequency uri="http://www.ruc.pt/";>107.9 FM MHz in Coimbra, Portugal</frequency>
+    <location>Coimbra, Portugal</location>
+    <description>Coimbra University Radio (Portuguese: Rádio Universidade de Coimbra - RUC) is a university 
radio station of the Coimbra Academic Association (students' union) of the University of Coimbra in Coimbra, 
Portugal.
+    
+    It broadcasts on 107.9 FM (also broadcasts on-line). The Center of Experimental Radio was founded in the 
40's, but it was only on March, 1st 1986, that the radio obtained the authorization to broadcast on FM.
+    
+    The studios and offices of this university radio station are located in the main building of the 
Associação Académica de Coimbra, in the city centre. One of its trademarks is that there are no set playlists 
for any of the programs broadcast. This allows for an exceptionally wide range of musical genres.
+    
+    The radio gives courses in Programming, Technic and News, that students from the University of Coimbra 
can join.
+    
+    For its 25th anniversary, the radio hosts concerts of the indie Swedish band the Radio Dept., and later 
Eleanor Friedberger from the rock duo The Fiery Furnaces and the Welsh songwriter Euros Childs.</description>
+    <stream mime="audio/mpeg" uri="http://ruc.midi-club.net:8000/;stream/1"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.ruc.pt/</uri>
+  </station>
+  <station id="radiocampusbruxelles" name="Radio Campus Bruxelles" rank="1.0" type="edu" release="92.1" 
lang="nl">
+    <frequency uri="http://www.radiocampus.be/";>92.1 MHz FM in Bruxelles, Belgium</frequency>
+    <location>Bruxelles, Belgium</location>
+    <description>Radio Campus est née en 1980 sur le campus de l’Université Libre de Bruxelles. Avec une 
cinquantaine d’émissions, elle rassemble plus de 150 animateurs, techniciens et collaborateurs autour de 
valeurs partagées : une libre expression assumée et constructive, un attachement immodéré au tissu social 
bruxellois et un amour sans borne pour la diversité musicale et culturelle.</description>
+    <stream mime="audio/ogg" uri="http://streamer.radiocampus.be:8000/stream_hi.ogg"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="192 kbps" />
+    <uri>http://www.radiocampus.be/</uri>
+  </station>
+  <station id="radiocampusparis" name="Radio Campus Paris" rank="1.0" type="edu" release="93.9" lang="fr">
+    <frequency uri="http://www.radiocampusparis.org/";>93.9 MHz FM in Paris, France</frequency>
+    <location>Paris, France</location>
+    <description>Radio Campus Paris is a non-profit Student radio station. Founded in 1998 and first 
broadcast on the Internet, the radio can be listened to in Paris, France on 93.9 FM (from 5.30 p.m. to 5.30 
a.m.). Managed by volunteers (mainly students), this indie student radio focuses on emerging music and local 
and student-related news.</description>
+    <stream mime="audio/mpeg" uri="http://www.radiocampusparis.org:8000/stream_rcp"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radiocampusparis.org/</uri>
+  </station>
+  <station id="wcsb" name="WCSB" rank="1.0" type="edu" release="89.3" lang="en">
+    <frequency uri="http://wcsb.org/";>89.3 MHz FM in Cleveland, OH</frequency>
+    <location>Cleveland, OH</location>
+    <description>A student-operated radio station at Cleveland State University, broadcasting from northeast 
Ohio.</description>
+    <stream mime="audio/mpeg" uri="http://cent7.directhostingcenter.com/tunein.php/ubtevcdv/playlist.pls"; 
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://wcsb.org/</uri>
+  </station>
+  <station id="pulse" name="Pulse LSE" rank="1.0" type="edu" release="87.7" lang="en">
+    <frequency uri="http://pulselse.co.uk/";>87.7 MHz FM in London, United Kingdom</frequency>
+    <location>London, United Kingdom</location>
+    <description>Pulse Radio is the official radio station of the London School of Economics and Political 
Science Students’ Union. We are totally student run and are committed to bringing great radio broadcasting to 
LSE students and beyond. We hope you tune in and enjoy!</description>
+    <stream mime="audio/mpeg" uri="http://s3.radioboss.fm:8223/stream"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://pulselse.co.uk/</uri>
+  </station>
+  <station id="oxide" name="Oxford Student Radio" rank="1.0" type="edu" release="107.9" lang="en">
+    <frequency uri="http://oxideradio.co.uk/";>107.9 MHz FM in Oxford, United Kingdom</frequency>
+    <location>Oxford, United Kingdom</location>
+    <description>Oxide Radio is a student radio station run by members of Oxford University in Oxford, 
England.</description>
+    <stream mime="audio/mpeg" uri="http://listen.oxideradio.co.uk:8000/oxide-radio.m3u"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://oxideradio.co.uk/</uri>
+  </station>
+  <station id="camfm" name="Cam FM" rank="1.0" type="edu" release="97.2" lang="en">
+    <frequency uri="http://www.camfm.co.uk/";>97.2 MHz FM in Cambridge, United Kingdom</frequency>
+    <location>Cambridge, United Kingdom</location>
+    <description>Originally founded in 1979, the award-winning Cam FM is now one of the most heavily 
listened to student radio stations in the UK, as well as one of the largest student-run media organisations 
in Cambridge, covering students at both Cambridge and Anglia Ruskin Universities. We know students because we 
are students; every aspect of the station is professionally run by students, staff, and alumni of the 
Universities - presenting, producing, or running the committee. Our content is primarily geared towards 
engaging with the student community in Cambridge.</description>
+    <stream mime="audio/mpeg" uri="http://stream.camfm.co.uk/camfm"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.camfm.co.uk/</uri>
+  </station>
+  <station id="radiounam" name="Radio UNAM" rank="1.0" type="edu" release="96.1" lang="es">
+    <frequency uri="http://www.radiounam.unam.mx/";>96.1 MHz FM in México City, México</frequency>
+    <location>México City, México</location>
+    <description>Radio Universidad Nacional Autónoma de México</description>
+    <stream mime="audio/mpeg" 
uri="http://www.radiounam.unam.mx/templates/player/reproductor/CREA_FM/listen.m3u"; codec="MPEG 1 Audio, Layer 
3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radiounam.unam.mx/</uri>
+  </station>
+  <station id="wxyc" name="WXYC" rank="1.0" type="edu" release="89.3" lang="en">
+    <frequency uri="http://www.wxyc.org/";>89.3 MHz FM in Chapel Hill, NC</frequency>
+    <location>Chapel Hill, NC</location>
+    <description>WXYC went on the air on March 17, 1977 with Joni Mitchell's "You Turn Me on I'm a Radio."
+
+      WXYC was preceded by WCAR, a carrier current station that reached dorms on the UNC-Chapel Hill campus 
through electrical wiring. The station's alumni include top 40 radio host Rick Dees.
+
+      When WCAR wanted to upgrade in the early 1970s, it decided to pursue an FM license and begin 
broadcastin over the air rather than update the carrier current system. Funding for the change to FM was 
provided by a student referendum passed in 1973. The physical conversion cost $35,000 and took two years to 
complete.
+
+      The non-profit Student Educational Broadcasting, Inc. was established to serve as the official owner 
of WXYC's broadcast license, and in 1977 WCAR became WXYC. The station was originally scheduled to begin 
broadcasting in January 1977, but winter freezes prevented the installation of an antenna on UNC's water 
tower delaying the broadcast until March.
+
+      From its earliest days in the late 70s, WXYC has been a leader in diverse and interesting programming, 
adopting changing forms of popular music long before they became popular in the mainstream without losing 
touch with the past. This coalesced in 1980 with the decision to achieve a delicate balance, avoiding the 
extremes of both typical commercial (dull, repetitive, narrow) and typical college (difficult, elitist and 
irritating) radio, by making the effort to find and broadcast the best and brightest of new music that was 
inexplicably being ignored by commercial radio, while not forgetting the roots of that music in blues, jazz, 
pop and other types of music of the past half century. At the same time, WXYC became a 24 hour a day/ 365 day 
a year radio station with a commitment to be consistent in quality and reliable enough to set your clock 
radio to.WXYC won many accolades and awards during the 80's and 90's from local as well as national sources, 
including Rolling Sto
 ne Magazine, the New York Times and the Independent Weekly.
+
+      In the early 90s, with the advent of the CD, many more international and independent releases became 
easily available, as well as re-issues of albums that had been impossible to find on vinyl for decades. This 
enabled WXYC to broaden its programming even more, and to this day the staff of WXYC is committed to seeking 
out new and interesting sounds from all over the world and presenting them in a coherent, accessible and 
interesting way.
+
+      In 1994, the staff of UNC's SunSITE, the first Web site in North America, helped WXYC become the first 
radio station in the world to stream its on-air signal live over the Internet. We're proud to have been at 
the forefront of the Internet radio medium. We now have loyal listeners all over the world who contact us 
with comments and requests by email and IM.
+
+      WXYC alumni include ESPN anchor Stuart Scott, former Squirrel Nut Zipper Tom Maxwell, former Polvo 
guitarist Dave Brylawski, Newsweek reporter Colin Soloway, film director Peyton Reed, as well as scores of 
doctors, lawyers, writers, executives, and successful professionals of all kinds.</description>
+    <stream mime="audio/ogg" uri="http://www.wxyc.org/files/streams/wxyc-ogg.pls"; codec="Ogg Vorbis" 
samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <stream mime="audio/mpeg" uri="http://wxyc.org/files/streams/wxyc-mp3.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.wxyc.org/</uri>
+  </station>
+  <station id="kalx" name="KALX" rank="1.0" type="edu" release="90.7" lang="en">
+    <frequency uri="http://kalx.berkeley.edu/";>90.7 MHz FM in Berkeley, CA</frequency>
+    <location>Berkeley, CA</location>
+    <description>KALX 90.7 FM broadcasts freeform radio 24 hours a day to a large portion of the San 
Francisco Bay Area. You can catch all stripes of underground music accented with news, sports and alternative 
informational programming.
+
+      KALX has a wonderfully dedicated staff of student and community volunteers who are willing to explore 
with and educate their listeners. KALX is regular folks doing wild, unpredictable, extraordinary radio. All 
of our programs are homespun, we don't depend on satellite feeds. Rather we create programs from, and for our 
community (a community that includes both the University of California, Berkeley student population AND the 
surrounding area).
+
+      As part of our mission to educate, every KALX DJ is encouraged to play a variety of musical styles and 
types. Rather than segregating music into limited boxes, this philosophy is an attempt to entertain the 
listener while broadening their musical experience. A pretty fun way to be educated, don't ya 
think!</description>
+    <stream mime="audio/ogg" uri="http://icecast.media.berkeley.edu:8000/kalx-128.ogg.m3u"; codec="Ogg 
Vorbis" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <stream mime="audio/mpeg" uri="http://icecast.media.berkeley.edu:8000/kalx-128.mp3.m3u"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://kalx.berkeley.edu/</uri>
+  </station>
+  <station id="whrb" name="WHRB" rank="1.0" type="edu" release="95.3" lang="en">
+    <frequency uri="http://www.whrb.org/";>95.3 MHz FM in Boston, MA</frequency>
+    <location>Boston, MA</location>
+    <description>For seventy years, 95.3FM has been Boston's first source for exciting, entertaining, and 
enlightening music broadcasts. Harvard Radio's daily broadcast of Classical music, Jazz, and underground Rock 
explore a great repertoire of music left largely untouched by other commercial stations.</description>
+    <stream mime="audio/mpeg" uri="http://www.whrb.org/streams/whrb.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <uri>http://www.whrb.org/</uri>
+  </station>
+  <station id="nova" name="Radio NOVA" rank="1.0" type="edu" release="99.3" lang="nb">
+    <frequency uri="http://radionova.no/";>99.3 MHz FM in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description>Radio NOVA is the student radio of University of Oslo.</description>
+    <stream mime="audio/mpeg" uri="http://stream.radionova.no/mp3.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="192 kbps" />
+    <uri>http://radionova.no/</uri>
+  </station>
+  <station id="wwno" name="WWNO" rank="1.0" type="edu" release="89.9" lang="en">
+    <frequency uri="http://wwno.org/";>89.9 MHz FM in New Orleans, LA</frequency>
+    <location>New Orleans, LA</location>
+    <description>WWNO is the NPR member station for New Orleans and the 13 parishes of southeast Louisiana, 
broadcasting on 89.9 FM — and on KTLN 90.5 FM in the Houma-Thibodaux area — as a public service of the 
University of New Orleans.</description>
+    <stream mime="audio/mpeg" uri="http://www.publicbroadcasting.net/wwno/ppr/wwno_128.m3u"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://wwno.org/</uri>
+  </station>
+  <station id="ktru" name="KTRU" rank="1.0" type="edu" release="99.1" lang="en">
+    <frequency uri="http://ktru.org/";>99.1 MHz FM in Houston, TX</frequency>
+    <location>Houston, TX</location>
+    <description>KTRU Houston is Rice University's student-run radio station.</description>
+    <stream mime="audio/mpeg" uri="http://ktru.org/audiometa/listen3.m3u"; codec="MPEG 1 Audio, Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://ktru.org/</uri>
+  </station>
+  <station id="bbcworldservice" name="BBC World Service" rank="1.0" type="gov" release="93.20" lang="en">
+    <frequency uri="http://www.bbc.co.uk/worldservice/schedules/frequencies/";>Internet</frequency>
+    <location>London, United Kingdom</location>
+    <description>BBC World Service is an international news service available on radio, television and 
online. It provides impartial news reports and analysis in English and 27 other languages.  BBC World Service 
aims to inspire and illuminate the lives of its audience by bringing the world together, making connections 
and helping listeners to make sense of the world.</description>
+    <stream mime="audio/mpeg" uri="http://www.bbc.co.uk/worldservice/meta/live/mp3/eneuk.pls"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="48 kbps" />
+    <uri>http://www.bbc.co.uk/worldserviceradio</uri>
+  </station>
+  <station id="nrkradioalltidnyheter" name="NRK Radio Alltid Nyheter" rank="1.0" type="gov" release="93.0" 
lang="nb">
+    <frequency>93.0 MHz FM in Oslo, Norway</frequency>
+    <location>Oslo, Norway</location>
+    <description>The Norwegian Broadcasting Corporation (NRK) offers the Norwegian public a wide range of 
content with three national TV-channels, 13 national radio-channels and the website nrk.no.</description>
+    <stream mime="audio/aac" uri="http://lyd.nrk.no/nrk_radio_alltid_nyheter_aac_h"; codec="AAC, v4 LC" 
samplerate="48000 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.nrk.no/alltid_nyheter</uri>
+  </station>
+  <station id="wkcr" name="WKCR" rank="1.0" type="edu" release="89.9" lang="en">
+    <frequency>89.9 MHz FM in New York, NY</frequency>
+    <location>New York City, NY</location>
+    <description>WKCR-FM, Columbia University’s non-commercial student-run radio station, is dedicated to 
presenting a spectrum of alternative programming—traditional and art music, spoken arts, and original 
journalism. Granted its FCC license in 1941, WKCR is both steeped in tradition and committed to innovation. 
In the New York area, the station can be heard at 89.9 megacycles in FM; worldwide, it streams 
online.</description>
+    <stream mime="audio/mpeg" uri="http://kanga.college.columbia.edu:8000/listen.pls"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="96 kbps" />
+    <uri>http://www.studentaffairs.columbia.edu/wkcr/</uri>
+  </station>
+  <station id="kzsu" name="KZSU" rank="1.0" type="edu" release="90.1" lang="en">
+    <frequency>90.1 MHz FM in Stanford, CA</frequency>
+    <location>San Francisco, CA</location>
+    <description>KZSU is Stanford University's FM radio station, broadcasting across the Bay Area on 90.1 FM 
and across the world at kzsulive.stanford.edu. We exist to serve the Stanford community with quality radio 
broadcasts, including music, sports, news, and public affairs programming.
+
+      The station is owned by the Board of Trustees of Stanford University and is governed by a Board of 
Directors appointed by the President. We got our FM license in 1964, and upgraded from 10 to 500 watts in 
1978. Before 1964, KZSU broadcast as an AM carrier current station (through the University's power supply) on 
880 kHz, starting in 1947 as a part of the Department of Communication.
+
+      KZSU is a non-commercial station funded mainly by Stanford student fees, in addition to underwriting 
and listener donations. KZSU's staff is all volunteer, made up of Stanford students, staff, alumni, and 
community affiliates.</description>
+    <stream mime="audio/mpeg" uri="http://kzsulive.stanford.edu/audio/kzsu-1-128.m3u"; codec="MPEG 1 Audio, 
Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://kzsulive.stanford.edu/</uri>
+  </station>
+  <station id="wmbr" name="WMBR" rank="1.0" type="edu" release="88.1" lang="en">
+    <frequency>88.1 MHz FM in Cambridge, MA</frequency>
+    <location>Boston, MA</location>
+    <description>WMBR is the MIT campus radio station. We broadcast on 88.1 FM between 20 and 24 hours per 
day, 365 days a year. We transmit at 720 watts, effective radiated power from the top of the Eastgate 
Building in Kendall Square in Cambridge, Massachusetts. Our programming includes a wide range of music shows, 
public affairs programs and eclectic audio entertainment.</description>
+    <stream mime="audio/mpeg" uri="http://wmbr.org/WMBR_live_128.m3u"; codec="MPEG 1 Audio, Layer 3 (MP3)" 
samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://wmbr.org/</uri>
+  </station>
+  <station id="kexp" name="KEXP" rank="1.0" type="edu" release="90.9" lang="en">
+    <frequency>90.9 MHz FM in Seattle, WA</frequency>
+    <location>Seattle, WA</location>
+    <description>KEXP is a service of the University of Washington, who holds the station’s FCC license. As 
a 501(c)3 non-profit arts organization, KEXP relies on investments from individual, foundation, business, and 
government supporters.</description>
+    <stream mime="audio/mpeg" uri="http://live-mp3-128.kexp.org:8000/listen.pls"; codec="MPEG 1 Audio, Layer 
3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://kexp.org/</uri>
+  </station>
+</girl>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]