[gnome-internet-radio-locator] GNOME Internet Radio Locator version 2.0.9



commit 4cde3d4c08e6741df43ff62e2c409c96a0b92156
Author: Ole Aamot <ole aamotsoftware com>
Date:   Sun Oct 13 18:25:50 2019 +0200

    GNOME Internet Radio Locator version 2.0.9

 NEWS                                       | 16 ++++++++++++++++
 configure.ac                               |  2 +-
 src/gnome-internet-radio-locator-markers.c | 11 +++++++++++
 src/gnome-internet-radio-locator.xml       |  9 ++++++++-
 4 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8e4c096..a738833 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+=============
+Version 2.0.9
+=============
+
+GUI
+
+       * src/gnome-internet-radio-locator-markers.c: Add Berlin, Germany
+
+Stations
+
+       * src/gnome-internet-radio-locator.xml: Add radioeins (Berlin, Germany)
+
+Translations
+
+       * po/eu.po: New Basque translation (Asier Sarasua Garmendia)
+
 =============
 Version 2.0.8
 =============
diff --git a/configure.ac b/configure.ac
index 5b0242f..ca0bde6 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(gnome-internet-radio-locator,2.0.8)
+AC_INIT(gnome-internet-radio-locator,2.0.9)
 AM_INIT_AUTOMAKE([-Wno-portability 1.11 no-dist-gzip dist-xz tar-ustar subdir-objects])
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR([src/gnome-internet-radio-locator.c])
diff --git a/src/gnome-internet-radio-locator-markers.c b/src/gnome-internet-radio-locator-markers.c
index 4d8dfc7..3abfd88 100644
--- a/src/gnome-internet-radio-locator-markers.c
+++ b/src/gnome-internet-radio-locator-markers.c
@@ -176,6 +176,17 @@ create_marker_layer (G_GNUC_UNUSED ChamplainView *view, ChamplainPathLayer **pat
        /* champlain_path_layer_add_node (*path, CHAMPLAIN_LOCATION (marker)); */
        g_signal_connect(CHAMPLAIN_LOCATION(marker), "button-press", G_CALLBACK(marker_function), station);
        marker = champlain_label_new_from_file ("icons/emblem-generic.png", NULL);
+       station = g_strdup("Berlin, Germany\n<span size=\"small\">Radio Eins</span>");
+       champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
+       champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
+       champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_d_color);
+       champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
+       champlain_location_set_location (CHAMPLAIN_LOCATION (marker), 52.5170365, 13.3888599);
+       champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
+       champlain_marker_animate_in(CHAMPLAIN_MARKER (marker));
+       /* champlain_path_layer_add_node (*path, CHAMPLAIN_LOCATION (marker)); */
+       g_signal_connect(CHAMPLAIN_LOCATION(marker), "button-press", G_CALLBACK(marker_function), station);
+       marker = champlain_label_new_from_file ("icons/emblem-generic.png", NULL);
        station = g_strdup("Bern, Switzerland\n<span size=\"small\">Radio NRJ Bern</span>");
        champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
        champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
diff --git a/src/gnome-internet-radio-locator.xml b/src/gnome-internet-radio-locator.xml
index dd43670..576592e 100644
--- a/src/gnome-internet-radio-locator.xml
+++ b/src/gnome-internet-radio-locator.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" 
href="https://people.gnome.org/~ole/gnome-internet-radio-locator/gnome-internet-radio-locator.xsl"; ?>
 <!DOCTYPE gnome_internet_radio_locator SYSTEM "gnome-internet-radio-locator-0.1.dtd">
-<gnome_internet_radio_locator version="2.0.7">
+<gnome_internet_radio_locator version="2.0.9">
   <station band="1431AM" id="1431am" lang="gr" name="1431AM" rank="1.0" type="edu">
     <frequency uri="https://www.1431am.org/";>AM 1431 in Thessaloniki, Greece</frequency>
     <location>Thessaloniki, Greece</location>
@@ -9,6 +9,13 @@
     <stream mime="audio/ogg" uri="http://1431am.org:8000/1431ogg"; codec="Ogg Vorbis" samplerate="44100 Hz" 
channels="Stereo" bitrate="160 kbps" />
     <uri>https://www.1431am.org/</uri>
   </station>
+  <station band="Online" id="radioeins" lang="de" name="Radio Eins" rank="1.0" type="gov">
+    <frequency uri="http://www.radioeins.de/";>Online in Berlin, Germany</frequency>
+    <location>Berlin, Germany</location>
+    <description lang="de">Radio Eins (Schreibweise in Publikationen des Senders: radioeins; RDS: radio1 vom 
rbb) ist ein in Berlin und Brandenburg verbreitetes Radioprogramm des Rundfunk Berlin-Brandenburg 
(RBB).</description>
+    <stream mime="audio/mpeg" 
uri="http://rbb-radioeins-live.cast.addradio.de/rbb/radioeins/live/mp3/128/stream.mp3"; codec="MPEG-1 Layer 3 
(MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 kbps" />
+    <uri>http://www.radioeins.de/</uri>
+  </station>
   <station band="90.7FM" id="radiobrume" lang="fr" name="Radio Brume" rank="1.0" type="edu">
     <frequency uri="http://www.radiobrume.fr/";>FM 90.7 in Lyon, France</frequency>
     <location>Lyon, France</location>


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