[gnome-internet-radio-locator] GNOME Internet Radio Locator version 3.9.2
- From: Ole Aamot <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-internet-radio-locator] GNOME Internet Radio Locator version 3.9.2
- Date: Mon, 15 Mar 2021 20:57:56 +0000 (UTC)
commit c6ccbcfbf4cbca2aa3facf23c9cd1db12e3fdae7
Author: Ole Aamot <ole gnome org>
Date: Mon Mar 15 21:57:03 2021 +0100
GNOME Internet Radio Locator version 3.9.2
AUTHORS | 2 ++
NEWS | 9 +++++++++
THANKS | 2 ++
configure.ac | 2 +-
src/gnome-internet-radio-locator-markers.c | 11 -----------
src/gnome-internet-radio-locator.xml | 7 -------
6 files changed, 14 insertions(+), 19 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index fd10bb9..e002303 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -31,3 +31,5 @@ Florentina Mușat (Romanian translation)
Yuri Chornoivan (Ukrainian translation)
Andre Klapper (Documentation)
Dušan Kazik (Slovak translation)
+Efstathios Iosifidis (Greek translation)
+Muhammet Kara (Turkish translation)
\ No newline at end of file
diff --git a/NEWS b/NEWS
index 6bb4b58..8df8322 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+=============
+Version 3.9.2
+=============
+
+Translations
+
+ * Efstathios Iosifidis (el)
+ * Muhammat Kara (tr)
+
=============
Version 3.9.1
=============
diff --git a/THANKS b/THANKS
index 29565ce..0ca5d01 100644
--- a/THANKS
+++ b/THANKS
@@ -37,3 +37,5 @@ Yuri Chornoivan (Ukrainian translation)
Andre Klapper (Documentation)
Dušan Kazik (Slovak translation)
Tomasz Kłoczko (Meson Build bug)
+Efstathios Iosifidis (Greek translation)
+Muhammet Kara (Turkish translation)
\ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 34a1e60..15308aa 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,3.9.1)
+AC_INIT(gnome-internet-radio-locator,3.9.2)
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 c825638..bf69466 100644
--- a/src/gnome-internet-radio-locator-markers.c
+++ b/src/gnome-internet-radio-locator-markers.c
@@ -243,17 +243,6 @@ 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_e_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 0e9bd95..88ed007 100644
--- a/src/gnome-internet-radio-locator.xml
+++ b/src/gnome-internet-radio-locator.xml
@@ -151,13 +151,6 @@
<stream mime="audio/mpeg" uri="https://s2.radio.co/sd9da54aa0/listen" codec="MPEG-1 Layer 3 (MP3)"
samplerate="44100 Hz" channels="Stereo" bitrate="127 kbps" />
<uri>http://www.barcelonacityfm.com/</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]