Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-internet-radio-locator for
openSUSE:Factory checked in at 2021-05-19 17:49:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-internet-radio-locator (Old)
and /work/SRC/openSUSE:Factory/.gnome-internet-radio-locator.new.2988
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-internet-radio-locator"
Wed May 19 17:49:06 2021 rev:7 rq:893980 version:5.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-internet-radio-locator/gnome-internet-radio-locator.changes
2021-05-06 22:52:52.982686212 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-internet-radio-locator.new.2988/gnome-internet-radio-locator.changes
2021-05-19 17:49:15.393565728 +0200
@@ -1,0 +2,8 @@
+Fri May 14 20:12:20 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Update to version 5.0.0:
+ + Add a bunch of BBC radio stations.
+- Drop upstream merged patch:
+ + 0001-Fix-prototype-of-gtk_internet_radio_locator_radius.patch
+
+-------------------------------------------------------------------
Old:
----
0001-Fix-prototype-of-gtk_internet_radio_locator_radius.patch
gnome-internet-radio-locator-4.0.2.tar.xz
New:
----
gnome-internet-radio-locator-5.0.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-internet-radio-locator.spec ++++++
--- /var/tmp/diff_new_pack.ljnGXD/_old 2021-05-19 17:49:15.849563815 +0200
+++ /var/tmp/diff_new_pack.ljnGXD/_new 2021-05-19 17:49:15.853563798 +0200
@@ -17,15 +17,13 @@
Name: gnome-internet-radio-locator
-Version: 4.0.2
+Version: 5.0.0
Release: 0
Summary: Live Internet radio broadcaster discovery program
License: GPL-3.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
URL: https://wiki.gnome.org/Apps/InternetRadioLocator
-Source0:
https://download.gnome.org/sources/%{name}/4.0/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
0001-Fix-prototype-of-gtk_internet_radio_locator_radius.patch
[email protected] -- Fix prototype of gtk_internet_radio_locator_radius
-Patch0: 0001-Fix-prototype-of-gtk_internet_radio_locator_radius.patch
+Source0:
https://download.gnome.org/sources/%{name}/5.0/%{name}-%{version}.tar.xz
BuildRequires: intltool
BuildRequires: itstool
@@ -73,10 +71,10 @@
%files
%license COPYING
-%doc AUTHORS ChangeLog README THANKS NEWS
+%doc AUTHORS ChangeLog THANKS NEWS
%{_bindir}/%{name}
%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/gnome-internet-radio-locator-4.0.dtd
+%{_datadir}/%{name}/gnome-internet-radio-locator-5.0.dtd
%{_datadir}/%{name}/gnome-internet-radio-locator.xml
%{_datadir}/applications/%{name}.desktop
%dir %{_datadir}/icons/hicolor/1024x1024
++++++ gnome-internet-radio-locator-4.0.2.tar.xz ->
gnome-internet-radio-locator-5.0.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/ChangeLog
new/gnome-internet-radio-locator-5.0.0/ChangeLog
--- old/gnome-internet-radio-locator-4.0.2/ChangeLog 2021-04-30
19:31:46.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/ChangeLog 2021-05-03
04:29:11.000000000 +0200
@@ -1,3 +1,54 @@
+commit bca9e497f98e7500f973cfa177236f3ae311ad07
+Author: Ole Aamot <[email protected]>
+Date: Mon May 3 04:14:56 2021 +0200
+
+ GNOME Internet Radio Locator version 5.0.0
+
+ NEWS | 78 +++++
+ configure.ac | 2 +-
+ src/Makefile.am | 4 +-
+ ....0.dtd => gnome-internet-radio-locator-5.0.dtd} | 0
+ src/gnome-internet-radio-locator-markers.c | 27 +-
+ src/gnome-internet-radio-locator.xml | 339 ++++++++++++++++++++-
+ 6 files changed, 427 insertions(+), 23 deletions(-)
+
+commit 20c2ee979a6ed197bb005bed025d8c4235a4e638
+Merge: a051e02 2c535e0
+Author: Ole Aamot <[email protected]>
+Date: Sun May 2 20:41:29 2021 +0000
+
+ Merge branch 'return-type' into 'master'
+
+ Fix prototype of gtk_internet_radio_locator_radius
+
+ See merge request GNOME/gnome-internet-radio-locator!5
+
+commit a051e020f0459323b548f7d10c2595f122221558
+Author: Ole Aamot <[email protected]>
+Date: Sun May 2 19:03:56 2021 +0200
+
+ Prepare gnome-internet-radio-locator 4.0.3 release
+
+ configure.ac | 2 +-
+ src/gnome-internet-radio-locator.xml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 2c535e0d625e663c4dce091be8f49393e3a0397a
+Author: Dominique Leuenberger <[email protected]>
+Date: Fri Apr 30 21:23:27 2021 +0200
+
+ Fix prototype of gtk_internet_radio_locator_radius
+
+ The function does not return any value in its currrent form.
+ Thus declaring it void fixes build failures seen in the wild such as:
+
+ [ 17s] gnome-internet-radio-locator-radius.c:76:1: error: control
reaches end of non-void function [-Werror=return-type]
+ [ 17s] 76 | }
+
+ src/gnome-internet-radio-locator-radius.c | 2 +-
+ src/gnome-internet-radio-locator-radius.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
commit 26270fd79693f44d3e34e7dcf0427dfbc549db65
Author: Ole Aamot <[email protected]>
Date: Fri Apr 30 19:21:33 2021 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/Makefile
new/gnome-internet-radio-locator-5.0.0/Makefile
--- old/gnome-internet-radio-locator-4.0.2/Makefile 2021-04-30
19:30:02.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/Makefile 2021-05-03
04:23:22.000000000 +0200
@@ -242,13 +242,13 @@
GETTEXT_PACKAGE = gnome-internet-radio-locator
GMOFILES =
GMSGFMT = /usr/bin/msgfmt
-GNOME_INTERNET_RADIO_LOCATOR_CFLAGS = -I/usr/include/champlain-0.12
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2
-I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid
-I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0
-I/usr/include/clutter-gtk-1.0 -I/usr/include/clutter-1.0 -I/usr/include/cogl
-I/usr/include/libdrm -I/usr/include/json-glib-1.0 -I/usr/include/libsoup-2.4
-I/usr/include/geocode-glib-1.0 -I/usr/include/gstreamer-1.0
-I/usr/include/orc-0.4 -I/usr/include/libgeoclue-2.0 -pthread
+GNOME_INTERNET_RADIO_LOCATOR_CFLAGS = -I/usr/include/champlain-0.12
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz
-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount
-I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders
-I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0
-I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0
-I/usr/include/clutter-gtk-1.0 -I/usr/include/clutter-1.0 -I/usr/include/cogl
-I/usr/include/libdrm -I/usr/include/json-glib-1.0 -I/usr/include/libsoup-2.4
-I/usr/include/geocode-glib-1.0 -I/usr/include/gstreamer-1.0
-I/usr/include/orc-0.4 -I/usr/include/libgeoclue-2.0 -pthread
GNOME_INTERNET_RADIO_LOCATOR_LIBS = -lchamplain-gtk-0.12 -lclutter-gtk-1.0
-lglib-2.0 -lglib-2.0 -lglib-2.0 -lglib-2.0 -lglib-2.0 -lchamplain-0.12
-lclutter-1.0 -lglib-2.0 -lcogl-path -lglib-2.0 -lglib-2.0 -lcogl-pango
-lglib-2.0 -lcogl -lgmodule-2.0 -pthread -lglib-2.0 -lwayland-egl -lgbm -ldrm
-lEGL -lXrandr -ljson-glib-1.0 -lwayland-cursor -lwayland-client -lxkbcommon
-lwayland-server -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi
-lgeocode-glib -lgstplayer-1.0 -lgsttag-1.0 -lgstvideo-1.0 -lgstbase-1.0
-lgstreamer-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -latk-1.0 -lcairo-gobject
-lcairo -lgdk_pixbuf-2.0 -lgeoclue-2 -lgio-2.0 -lxml2 -lpangoft2-1.0
-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype
GNOME_INTERNET_RADIO_LOCATOR_PKG_DEPS = champlain-gtk-0.12 geocode-glib-1.0
glib-2.0 gobject-2.0 gstreamer-1.0 gstreamer-player-1.0
gstreamer-plugins-bad-1.0 gstreamer-plugins-base-1.0 gstreamer-plugins-good-1.0
gstreamer-video-1.0 gtk+-3.0 libgeoclue-2.0 libxml-2.0 pangoft2
GREP = /usr/bin/grep
GTKDOC_CHECK = gtkdoc-check.test
GTKDOC_CHECK_PATH = /usr/bin/gtkdoc-check
-GTKDOC_DEPS_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
+GTKDOC_DEPS_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/sysprof-4 -pthread
GTKDOC_DEPS_LIBS = -lgobject-2.0 -lglib-2.0
GTKDOC_MKPDF = /usr/bin/gtkdoc-mkpdf
GTKDOC_REBASE = /usr/bin/gtkdoc-rebase
@@ -299,10 +299,10 @@
PACKAGE = gnome-internet-radio-locator
PACKAGE_BUGREPORT =
PACKAGE_NAME = gnome-internet-radio-locator
-PACKAGE_STRING = gnome-internet-radio-locator 4.0.2
+PACKAGE_STRING = gnome-internet-radio-locator 5.0.0
PACKAGE_TARNAME = gnome-internet-radio-locator
PACKAGE_URL =
-PACKAGE_VERSION = 4.0.2
+PACKAGE_VERSION = 5.0.0
PATH_SEPARATOR = :
PKG_CONFIG = /usr/bin/pkg-config
PKG_CONFIG_LIBDIR =
@@ -317,7 +317,7 @@
SHELL = /bin/sh
STRIP = strip
USE_NLS = yes
-VERSION = 4.0.2
+VERSION = 5.0.0
XGETTEXT = /usr/bin/xgettext
XMLLINT = xmllint
YELP_LC_DIST = true
@@ -368,6 +368,7 @@
prefix = /usr/local
program_transform_name = s,x,x,
psdir = ${docdir}
+runstatedir = ${localstatedir}/run
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/Makefile.in
new/gnome-internet-radio-locator-5.0.0/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/Makefile.in 2021-04-30
19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/Makefile.in 2021-05-03
04:23:15.000000000 +0200
@@ -368,6 +368,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/NEWS
new/gnome-internet-radio-locator-5.0.0/NEWS
--- old/gnome-internet-radio-locator-4.0.2/NEWS 2021-04-30 19:29:09.000000000
+0200
+++ new/gnome-internet-radio-locator-5.0.0/NEWS 2021-05-03 04:23:07.000000000
+0200
@@ -1,4 +1,82 @@
=============
+Version 5.0.0
+=============
+
+GUI
+
+ * src/gnome-internet-radio-locator-markers.c: Add BBC - Radio Cambridge
(Cambridge, United Kingdom)
+ * src/gnome-internet-radio-locator-markers.c: Add BBC - Radio London
(London, United Kingdom)
+ * src/gnome-internet-radio-locator-markers.c: Add BBC - Radio
Manchester (Manchester, United Kingdom)
+ * src/gnome-internet-radio-locator-markers.c: Add BBC - Radio Oxford
(Oxford, United Kingdom)
+
+Stations
+
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 1
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 2
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 3
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 4
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 4 LW (UK only)
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 4 LW (non-UK)
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 5 live (UK only)
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 5 live (non-UK)
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 6 Music
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 1Xtra
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 4 Extra
+ * src/gnome-internet-radio-locator.xml: BBC - Radio 5 Live sports extra
(UK only)
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Asian Network
+ * src/gnome-internet-radio-locator.xml: BBC - BBC CWR
+ * src/gnome-internet-radio-locator.xml: BBC - BBC Essex
+ * src/gnome-internet-radio-locator.xml: BBC - BBC Hereford Worcester
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Berkshire
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Bristol
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Cambridge
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Cornwall
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Cumbria
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Cymru
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Cymru 2
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Derby
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Devon
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Foyle
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Gloucestershire
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Guernsey
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Humberside
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Jersey
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Kent
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Lancashire
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Leeds
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Leicester
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Lincolnshire
+ * src/gnome-internet-radio-locator.xml: BBC - Radio London
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Manchester
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Merseyside
+ * src/gnome-internet-radio-locator.xml: BBC - Radio nan Gaidheal
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Newcastle
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Norfolk
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Northampton
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Nottingham
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Orkney
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Oxford
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Scotland FM
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Scotland MW
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Sheffield
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Shropshire
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Solent
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Solent West Dorset
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Somerset Sound
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Stoke
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Suffolk
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Surrey
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Sussex
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Tees
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Ulster
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Wales
+ * src/gnome-internet-radio-locator.xml: BBC - Radio Wiltshire
+ * src/gnome-internet-radio-locator.xml: BBC - Radio WM
+ * src/gnome-internet-radio-locator.xml: BBC - Radio York
+ * src/gnome-internet-radio-locator.xml: BBC - Three Counties Radio
+ * src/gnome-internet-radio-locator.xml: BBC - BBC World Service
(London, United Kingdom)
+
+=============
Version 4.0.2
=============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/configure
new/gnome-internet-radio-locator-5.0.0/configure
--- old/gnome-internet-radio-locator-4.0.2/configure 2021-04-30
19:29:56.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/configure 2021-05-03
04:23:16.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-internet-radio-locator 4.0.2.
+# Generated by GNU Autoconf 2.69 for gnome-internet-radio-locator 5.0.0.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
# Identity of this package.
PACKAGE_NAME='gnome-internet-radio-locator'
PACKAGE_TARNAME='gnome-internet-radio-locator'
-PACKAGE_VERSION='4.0.2'
-PACKAGE_STRING='gnome-internet-radio-locator 4.0.2'
+PACKAGE_VERSION='5.0.0'
+PACKAGE_STRING='gnome-internet-radio-locator 5.0.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -817,6 +817,7 @@
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -918,6 +919,7 @@
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1170,6 +1172,15 @@
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1307,7 +1318,7 @@
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1420,7 +1431,7 @@
# 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 gnome-internet-radio-locator 4.0.2 to adapt to many
kinds of systems.
+\`configure' configures gnome-internet-radio-locator 5.0.0 to adapt to many
kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1460,6 +1471,7 @@
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1491,7 +1503,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-internet-radio-locator
4.0.2:";;
+ short | recursive ) echo "Configuration of gnome-internet-radio-locator
5.0.0:";;
esac
cat <<\_ACEOF
@@ -1630,7 +1642,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gnome-internet-radio-locator configure 4.0.2
+gnome-internet-radio-locator configure 5.0.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1995,7 +2007,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gnome-internet-radio-locator $as_me 4.0.2, which was
+It was created by gnome-internet-radio-locator $as_me 5.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2858,7 +2870,7 @@
# Define the identity of the package.
PACKAGE='gnome-internet-radio-locator'
- VERSION='4.0.2'
+ VERSION='5.0.0'
cat >>confdefs.h <<_ACEOF
@@ -17795,7 +17807,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gnome-internet-radio-locator $as_me 4.0.2, which was
+This file was extended by gnome-internet-radio-locator $as_me 5.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17861,7 +17873,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gnome-internet-radio-locator config.status 4.0.2
+gnome-internet-radio-locator config.status 5.0.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/configure.ac
new/gnome-internet-radio-locator-5.0.0/configure.ac
--- old/gnome-internet-radio-locator-4.0.2/configure.ac 2021-04-30
19:11:30.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/configure.ac 2021-05-03
04:23:07.000000000 +0200
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(gnome-internet-radio-locator,4.0.2)
+AC_INIT(gnome-internet-radio-locator,5.0.0)
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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/data/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/Makefile.in 2021-04-30
19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/Makefile.in 2021-05-03
04:23:16.000000000 +0200
@@ -373,6 +373,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/1024x1024/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/1024x1024/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/1024x1024/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/1024x1024/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/16x16/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/16x16/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/16x16/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/16x16/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/22x22/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/22x22/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/22x22/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/22x22/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/24x24/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/24x24/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/24x24/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/24x24/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/256x256/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/256x256/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/256x256/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/256x256/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/32x32/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/32x32/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/32x32/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/32x32/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/48x48/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/48x48/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/48x48/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/48x48/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/512x512/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/512x512/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/512x512/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/512x512/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/data/icons/Makefile.in
new/gnome-internet-radio-locator-5.0.0/data/icons/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/data/icons/Makefile.in
2021-04-30 19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/data/icons/Makefile.in
2021-05-03 04:23:16.000000000 +0200
@@ -342,6 +342,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/gnome-internet-radio-locator.spec
new/gnome-internet-radio-locator-5.0.0/gnome-internet-radio-locator.spec
--- old/gnome-internet-radio-locator-4.0.2/gnome-internet-radio-locator.spec
2021-04-30 19:30:03.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/gnome-internet-radio-locator.spec
2021-05-03 04:23:23.000000000 +0200
@@ -1,5 +1,5 @@
Name: gnome-internet-radio-locator
-Version: 4.0.2
+Version: 5.0.0
Release: 1%{?dist}
Summary: GNOME Internet Radio Locator
License: GPLv3+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/help/Makefile.in
new/gnome-internet-radio-locator-5.0.0/help/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/help/Makefile.in 2021-04-30
19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/help/Makefile.in 2021-05-03
04:23:16.000000000 +0200
@@ -282,6 +282,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/man/Makefile.in
new/gnome-internet-radio-locator-5.0.0/man/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/man/Makefile.in 2021-04-30
19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/man/Makefile.in 2021-05-03
04:23:16.000000000 +0200
@@ -313,6 +313,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/src/Makefile.am
new/gnome-internet-radio-locator-5.0.0/src/Makefile.am
--- old/gnome-internet-radio-locator-4.0.2/src/Makefile.am 2021-04-06
22:20:21.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/src/Makefile.am 2021-05-03
04:23:07.000000000 +0200
@@ -36,9 +36,9 @@
gnomeinternetradiolocatordir = $(datadir)/gnome-internet-radio-locator
-gnomeinternetradiolocator_DATA = gnome-internet-radio-locator-4.0.dtd
gnome-internet-radio-locator.xml
+gnomeinternetradiolocator_DATA = gnome-internet-radio-locator-5.0.dtd
gnome-internet-radio-locator.xml
-EXTRA_DIST = gnome-internet-radio-locator.h
gnome-internet-radio-locator-player.h gnome-internet-radio-locator-keys.h
gnome-internet-radio-locator-markers.h gnome-internet-radio-locator-player-kb.h
gnome-internet-radio-locator-player-resource.h
gnome-internet-radio-locator-radius.h gnome-internet-radio-locator-station.h
gnome-internet-radio-locator-stations-map.h gnome-internet-radio-locator-tz.h
gnome-internet-radio-locator-gui.h gnome-internet-radio-locator-listener.h
gnome-internet-radio-locator-program.h gnome-internet-radio-locator-runners.h
gnome-internet-radio-locator-streams.h gnome-internet-radio-locator-4.0.dtd
gnome-internet-radio-locator.xml gnome-internet-radio-locator.xsl
gnome-internet-radio-locator.gresource.xml
+EXTRA_DIST = gnome-internet-radio-locator.h
gnome-internet-radio-locator-player.h gnome-internet-radio-locator-keys.h
gnome-internet-radio-locator-markers.h gnome-internet-radio-locator-player-kb.h
gnome-internet-radio-locator-player-resource.h
gnome-internet-radio-locator-radius.h gnome-internet-radio-locator-station.h
gnome-internet-radio-locator-stations-map.h gnome-internet-radio-locator-tz.h
gnome-internet-radio-locator-gui.h gnome-internet-radio-locator-listener.h
gnome-internet-radio-locator-program.h gnome-internet-radio-locator-runners.h
gnome-internet-radio-locator-streams.h gnome-internet-radio-locator-5.0.dtd
gnome-internet-radio-locator.xml gnome-internet-radio-locator.xsl
gnome-internet-radio-locator.gresource.xml
LDADD = $(GNOME_INTERNET_RADIO_LOCATOR_LIBS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-internet-radio-locator-4.0.2/src/Makefile.in
new/gnome-internet-radio-locator-5.0.0/src/Makefile.in
--- old/gnome-internet-radio-locator-4.0.2/src/Makefile.in 2021-04-30
19:29:55.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/src/Makefile.in 2021-05-03
04:23:16.000000000 +0200
@@ -395,6 +395,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -435,8 +436,8 @@
gnome_internet_radio_locator_LDADD = $(GNOME_INTERNET_RADIO_LOCATOR_LIBS)
gnomeinternetradiolocatordir = $(datadir)/gnome-internet-radio-locator
-gnomeinternetradiolocator_DATA = gnome-internet-radio-locator-4.0.dtd
gnome-internet-radio-locator.xml
-EXTRA_DIST = gnome-internet-radio-locator.h
gnome-internet-radio-locator-player.h gnome-internet-radio-locator-keys.h
gnome-internet-radio-locator-markers.h gnome-internet-radio-locator-player-kb.h
gnome-internet-radio-locator-player-resource.h
gnome-internet-radio-locator-radius.h gnome-internet-radio-locator-station.h
gnome-internet-radio-locator-stations-map.h gnome-internet-radio-locator-tz.h
gnome-internet-radio-locator-gui.h gnome-internet-radio-locator-listener.h
gnome-internet-radio-locator-program.h gnome-internet-radio-locator-runners.h
gnome-internet-radio-locator-streams.h gnome-internet-radio-locator-4.0.dtd
gnome-internet-radio-locator.xml gnome-internet-radio-locator.xsl
gnome-internet-radio-locator.gresource.xml
+gnomeinternetradiolocator_DATA = gnome-internet-radio-locator-5.0.dtd
gnome-internet-radio-locator.xml
+EXTRA_DIST = gnome-internet-radio-locator.h
gnome-internet-radio-locator-player.h gnome-internet-radio-locator-keys.h
gnome-internet-radio-locator-markers.h gnome-internet-radio-locator-player-kb.h
gnome-internet-radio-locator-player-resource.h
gnome-internet-radio-locator-radius.h gnome-internet-radio-locator-station.h
gnome-internet-radio-locator-stations-map.h gnome-internet-radio-locator-tz.h
gnome-internet-radio-locator-gui.h gnome-internet-radio-locator-listener.h
gnome-internet-radio-locator-program.h gnome-internet-radio-locator-runners.h
gnome-internet-radio-locator-streams.h gnome-internet-radio-locator-5.0.dtd
gnome-internet-radio-locator.xml gnome-internet-radio-locator.xsl
gnome-internet-radio-locator.gresource.xml
LDADD = $(GNOME_INTERNET_RADIO_LOCATOR_LIBS)
noinst_HEADERS = gnome-internet-radio-locator-player-renderer.h
all: all-am
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-4.0.dtd
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-4.0.dtd
---
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-4.0.dtd
2021-04-06 22:20:21.000000000 +0200
+++
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-4.0.dtd
1970-01-01 01:00:00.000000000 +0100
@@ -1,23 +0,0 @@
-<!ATTLIST frequency uri CDATA #REQUIRED >
-<!ELEMENT description ( #PCDATA ) >
-<!ATTLIST description lang CDATA #REQUIRED >
-<!ELEMENT frequency ( #PCDATA ) >
-<!ELEMENT email ( #PCDATA ) >
-<!ELEMENT location ( lat | lon | href)* >
-<!ELEMENT gnome_internet_radio_locator ( station+ ) >
-<!ATTLIST gnome_internet_radio_locator version NMTOKEN #REQUIRED >
-<!ELEMENT station ( frequency | location | description | stream)* >
-<!ATTLIST station band CDATA #REQUIRED >
-<!ATTLIST station icon CDATA #REQUIRED >
-<!ATTLIST station id NMTOKEN #REQUIRED >
-<!ATTLIST station lang CDATA #REQUIRED >
-<!ATTLIST station name CDATA #REQUIRED >
-<!ATTLIST station rank CDATA #REQUIRED >
-<!ATTLIST station type CDATA #REQUIRED >
-<!ELEMENT stream EMPTY >
-<!ATTLIST stream bitrate NMTOKEN #REQUIRED >
-<!ATTLIST stream channels NMTOKEN #IMPLIED >
-<!ATTLIST stream codec CDATA #REQUIRED >
-<!ATTLIST stream mime CDATA #REQUIRED >
-<!ATTLIST stream samplerate NMTOKEN #REQUIRED >
-<!ATTLIST stream uri CDATA #REQUIRED >
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-5.0.dtd
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-5.0.dtd
---
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-5.0.dtd
1970-01-01 01:00:00.000000000 +0100
+++
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-5.0.dtd
2021-05-03 04:23:07.000000000 +0200
@@ -0,0 +1,23 @@
+<!ATTLIST frequency uri CDATA #REQUIRED >
+<!ELEMENT description ( #PCDATA ) >
+<!ATTLIST description lang CDATA #REQUIRED >
+<!ELEMENT frequency ( #PCDATA ) >
+<!ELEMENT email ( #PCDATA ) >
+<!ELEMENT location ( lat | lon | href)* >
+<!ELEMENT gnome_internet_radio_locator ( station+ ) >
+<!ATTLIST gnome_internet_radio_locator version NMTOKEN #REQUIRED >
+<!ELEMENT station ( frequency | location | description | stream)* >
+<!ATTLIST station band CDATA #REQUIRED >
+<!ATTLIST station icon CDATA #REQUIRED >
+<!ATTLIST station id NMTOKEN #REQUIRED >
+<!ATTLIST station lang CDATA #REQUIRED >
+<!ATTLIST station name CDATA #REQUIRED >
+<!ATTLIST station rank CDATA #REQUIRED >
+<!ATTLIST station type CDATA #REQUIRED >
+<!ELEMENT stream EMPTY >
+<!ATTLIST stream bitrate NMTOKEN #REQUIRED >
+<!ATTLIST stream channels NMTOKEN #IMPLIED >
+<!ATTLIST stream codec CDATA #REQUIRED >
+<!ATTLIST stream mime CDATA #REQUIRED >
+<!ATTLIST stream samplerate NMTOKEN #REQUIRED >
+<!ATTLIST stream uri CDATA #REQUIRED >
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-markers.c
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-markers.c
---
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-markers.c
2021-04-30 19:11:30.000000000 +0200
+++
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-markers.c
2021-05-03 04:23:07.000000000 +0200
@@ -2,7 +2,7 @@
*
* GNOME Internet Radio Locator
*
- * Copyright (C) 2019, 2020 Aamot Software
+ * Copyright (C) 2019, 2020, 2021 Aamot Software
*
* Author: Ole Aamot <[email protected]>
*
@@ -386,7 +386,7 @@
/* 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("Cambridge, United Kingdom\n<span size=\"small\">Cam
FM</span>");
+ station = g_strdup("Cambridge, United Kingdom\n<span size=\"small\">BBC
Radio Cambridge</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_f_color);
@@ -550,13 +550,13 @@
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("London, United Kingdom\n<span
size=\"small\">Imperial College Radio</span>");
+ marker = champlain_label_new_from_file ("icons/emblem-generic.png",
NULL);
+ station = g_strdup("London, United Kingdom\n<span size=\"small\">BBC
Radio London</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_c_color);
+ champlain_label_set_color (CHAMPLAIN_LABEL (marker), &city_f_color);
champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
- champlain_location_set_location (CHAMPLAIN_LOCATION (marker),
51.5073219, -0.1276474);
+ champlain_location_set_location (CHAMPLAIN_LOCATION (marker),
51.51928975, -0.1427129368108396);
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));
*/
@@ -584,6 +584,17 @@
/* 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("Manchester, United Kingdom\n<span
size=\"small\">BBC Radio Manchester</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_f_color);
+ champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
+ champlain_location_set_location (CHAMPLAIN_LOCATION (marker),
53.471726700000005, -2.299171452519963);
+ 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("M??xico City, M??xico\n<span size=\"small\">Radio
UNAM</span>");
champlain_label_set_text (CHAMPLAIN_LABEL (marker), station);
champlain_label_set_use_markup (CHAMPLAIN_LABEL (marker), TRUE);
@@ -705,10 +716,10 @@
/* 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("Oxford, United Kingdom\n<span size=\"small\">Oxide
Radio</span>");
+ station = g_strdup("Oxford, United Kingdom\n<span size=\"small\">BBC
Radio Oxford</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_color (CHAMPLAIN_LABEL (marker), &city_f_color);
champlain_label_set_text_color (CHAMPLAIN_LABEL (marker), &text_color);
champlain_location_set_location (CHAMPLAIN_LOCATION (marker),
51.7520131, -1.2578499);
champlain_marker_layer_add_marker (layer, CHAMPLAIN_MARKER (marker));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-radius.c
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-radius.c
---
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-radius.c
2020-10-18 20:33:36.000000000 +0200
+++
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-radius.c
2021-05-03 04:23:07.000000000 +0200
@@ -44,7 +44,7 @@
float lon;
} Position;
-int
+void
gnome_internet_radio_locator_radius (float latitude, float longitude, int
radius)
{
int values[] = {0,1,2};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-radius.h
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-radius.h
---
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator-radius.h
2020-10-18 20:33:36.000000000 +0200
+++
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator-radius.h
2021-05-03 04:23:07.000000000 +0200
@@ -24,6 +24,6 @@
#ifndef GNOME_INTERNET_RADIO_LOCATOR_RADIUS_H
#define GNOME_INTERNET_RADIO_LOCATOR_RADIUS_H
-int gnome_internet_radio_locator_radius (float latitude, float longitude, int
radius);
+void gnome_internet_radio_locator_radius (float latitude, float longitude, int
radius);
#endif /* GNOME_INTERNET_RADIO_LOCATOR_RADIUS_H */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator.xml
new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator.xml
--- old/gnome-internet-radio-locator-4.0.2/src/gnome-internet-radio-locator.xml
2021-04-30 19:11:30.000000000 +0200
+++ new/gnome-internet-radio-locator-5.0.0/src/gnome-internet-radio-locator.xml
2021-05-03 04:27:01.000000000 +0200
@@ -1,7 +1,329 @@
<?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-4.0.dtd">
-<gnome_internet_radio_locator version="4.0.2">
+<!DOCTYPE gnome_internet_radio_locator SYSTEM
"gnome-internet-radio-locator-5.0.dtd">
+<gnome_internet_radio_locator version="5.0.0">
+ <station band="Online" id="bbcradio1" name="BBC - Radio 1" rank="1.0"
type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_one" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio2" name="BBC - Radio 2" rank="1.0"
type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_two" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio3" name="BBC - Radio 3" rank="1.0"
type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_three" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio4" name="BBC - Radio 4" rank="1.0"
type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_fourfm" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio4lwukonly" name="BBC - Radio 4 LW (UK
only)" rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_fourlw" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio4lwnonuk" name="BBC - Radio 4 LW
(non-UK)" rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_fourlw_online_nonuk"
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo"
bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio5liveukonly" name="BBC - Radio 5 live (UK
only)" rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_five_live" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio5livenonuk" name="BBC - Radio 5 live
(non-UK)" rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_five_live_online_nonuk"
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo"
bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio6music" name="BBC - Radio 6 Music"
rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_6music" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio1xtra" name="BBC - Radio 1Xtra"
rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_1xtra" codec="MPEG 1 Audio, Layer
3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio4extra" name="BBC - Radio 4 Extra"
rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_four_extra" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradio5livesportsextraukonly" name="BBC - Radio
5 Live sports extra (UK only)" rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_five_live_sports_extra"
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo"
bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioasiannetwork" name="BBC - Radio Asian
Network" rank="1.0" type="gov">
+ <location>United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_asian_network" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiocoventrywarwickshire" name="BBC - BBC
CWR" rank="1.0" type="gov">
+ <location>Coventry Warwickshire, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_coventry_warwickshire"
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo"
bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcessex" name="BBC - BBC Essex" rank="1.0"
type="gov">
+ <location>Essex, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_essex" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcherefordworcester" name="BBC - BBC Hereford
Worcester" rank="1.0" type="gov">
+ <location>Herford Worcester, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_hereford_worcester"
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo"
bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcberkshire" name="BBC - Radio Berkshire"
rank="1.0" type="gov">
+ <location>Berkshire, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_berkshire" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiobristol" name="BBC - Radio Bristol"
rank="1.0" type="gov">
+ <location>Bristol, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_bristol" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiocambridge" name="BBC - Radio Cambridge"
rank="1.0" type="gov">
+ <location>Cambridge, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_cambridge" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiocornwall" name="BBC - Radio Cornwall"
rank="1.0" type="gov">
+ <location>Cornwall, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_cornwall" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiocumbria" name="BBC - Radio Cumbria"
rank="1.0" type="gov">
+ <location>Cumbria, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_cumbria" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiocymru" name="BBC - Radio Cymru"
rank="1.0" type="gov">
+ <location>Cymru, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_cymru" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiocymru2" name="BBC - Radio Cymru 2"
rank="1.0" type="gov">
+ <location>Cymru, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_cymru_2" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioderby" name="BBC - Radio Derby"
rank="1.0" type="gov">
+ <location>Derby, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_derby" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiodevon" name="BBC - Radio Devon"
rank="1.0" type="gov">
+ <location>Devon, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_devon" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiofoyle" name="BBC - Radio Foyle"
rank="1.0" type="gov">
+ <location>Foyle, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_foyle" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiogloucestershire" name="BBC - Radio
Gloucestershire" rank="1.0" type="gov">
+ <location>Gloucestershire, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_gloucestershire"
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo"
bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioguernsey" name="BBC - Radio Guernsey"
rank="1.0" type="gov">
+ <location>Guernsey, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_guernsey" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiohumberside" name="BBC - Radio Humberside"
rank="1.0" type="gov">
+ <location>Humberside, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_humberside" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiojersey" name="BBC - Radio Jersey"
rank="1.0" type="gov">
+ <location>Jersey, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_jersey" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiokent" name="BBC - Radio Kent" rank="1.0"
type="gov">
+ <location>Kent, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_kent" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiolancashire" name="BBC - Radio Lancashire"
rank="1.0" type="gov">
+ <location>Lancashire, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_lancashire" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioleeds" name="BBC - Radio Leeds"
rank="1.0" type="gov">
+ <location>Leeds, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_leeds" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioleicester" name="BBC - Radio Leicester"
rank="1.0" type="gov">
+ <location>Leicester, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_leicester" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbclincolnshire" name="BBC - Radio Lincolnshire"
rank="1.0" type="gov">
+ <location>Lincolnshire, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_lincolnshire" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiolondon" name="BBC - Radio London"
rank="1.0" type="gov">
+ <location>London, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_london" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiomanchester" name="BBC - Radio Manchester"
rank="1.0" type="gov">
+ <location>Manchester, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_manchester" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiomerseyside" name="BBC - Radio Merseyside"
rank="1.0" type="gov">
+ <location>Merseyside, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_merseyside" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradionangaidheal" name="BBC - Radio nan
Gaidheal" rank="1.0" type="gov">
+ <location>Gaidheal, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_nan_gaidheal" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradionewcastle" name="BBC - Radio Newcastle"
rank="1.0" type="gov">
+ <location>Newcastle, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_newcastle" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradionorfolk" name="BBC - Radio Norfolk"
rank="1.0" type="gov">
+ <location>Norfolk, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_norfolk" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradionorthampton" name="BBC - Radio
Northampton" rank="1.0" type="gov">
+ <location>Northampton, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_northampton" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradionothingham" name="BBC - Radio Nottingham"
rank="1.0" type="gov">
+ <location>Nottingham, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_nottingham" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiorkney" name="BBC - Radio Orkney"
rank="1.0" type="gov">
+ <location>Orkney, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_orkney" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiooxford" name="BBC - Radio Oxford"
rank="1.0" type="gov">
+ <location>Oxford, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_oxford" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioscotlandfm" name="BBC - Radio Scotland
FM" rank="1.0" type="gov">
+ <location>Scotland, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_scotland_fm" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioscotlandmw" name="BBC - Radio Scotland
MW" rank="1.0" type="gov">
+ <location>Scotland, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_scotland_mw" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiosheffield" name="BBC - Radio Sheffield"
rank="1.0" type="gov">
+ <location>Sheffield, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_sheffield" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioshropshire" name="BBC - Radio Shropshire"
rank="1.0" type="gov">
+ <location>Shropshire, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_shropshire" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiosolent" name="BBC - Radio Solent"
rank="1.0" type="gov">
+ <location>Solent, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_solent" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiosolentwestdorset" name="BBC - Radio
Solent West Dorset" rank="1.0" type="gov">
+ <location>West Dorset, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_solent_west_dorset"
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo"
bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiosomersetsound" name="BBC - Radio Somerset
Sound" rank="1.0" type="gov">
+ <location>Somerset, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_somerset_sound" codec="MPEG
1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56
kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiostoke" name="BBC - Radio Stoke"
rank="1.0" type="gov">
+ <location>Stoke, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_stoke" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiosuffolk" name="BBC - Radio Suffolk"
rank="1.0" type="gov">
+ <location>Suffolk, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_suffolk" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiosurrey" name="BBC - Radio Surrey"
rank="1.0" type="gov">
+ <location>Surrey, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_surrey" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiosussex" name="BBC - Radio Sussex"
rank="1.0" type="gov">
+ <location>Sussex, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_sussex" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiotees" name="BBC - Radio Tees" rank="1.0"
type="gov">
+ <location>Tees, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_tees" codec="MPEG 1 Audio, Layer
3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioulster" name="BBC - Radio Ulster"
rank="1.0" type="gov">
+ <location>Ulster, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_ulster" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiowales" name="BBC - Radio Wales"
rank="1.0" type="gov">
+ <location>Wales, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_wales_fm" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiowiltshire" name="BBC - Radio Wiltshire"
rank="1.0" type="gov">
+ <location>Wiltshire, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_wiltshire" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradiowm" name="BBC - Radio WM" rank="1.0"
type="gov">
+ <location>WM, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_wm" codec="MPEG 1 Audio, Layer 3
(MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcradioyork" name="BBC - Radio York" rank="1.0"
type="gov">
+ <location>York, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_radio_york" codec="MPEG 1 Audio,
Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="Online" id="bbcthreecountiesradio" name="BBC - Three Counties
Radio" rank="1.0" type="gov">
+ <location>Three Counties, United Kingdom</location>
+ <stream mime="audio/mpeg"
uri="http://stream.live.vc.bbcmedia.co.uk/bbc_three_counties_radio" codec="MPEG
1 Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56
kbps" />
+ <uri>http://www.bbc.co.uk/</uri>
+ </station>
+ <station band="93.20FM" id="bbcworldservice" lang="en" name="BBC - BBC World
Service" rank="1.0" type="gov">
+ <frequency
uri="http://www.bbc.co.uk/worldservice/schedules/frequencies/">Internet</frequency>
+ <location>London, United Kingdom</location>
+ <description lang="en">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://stream.live.vc.bbcmedia.co.uk/bbc_world_service" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="24000 Hz" channels="Stereo" bitrate="56 kbps"
/>
+ <uri>http://www.bbc.co.uk/worldserviceradio</uri>
+ </station>
<station band="105.5FM" id="bygderadiovest" lang="en" name="Bygderadio Vest"
rank="1.0" type="org">
<location>Volda, Norway</location>
<description lang="no">Volda og ??rsta Bygderadio AS starta sendingar i
februar 1989. I starten dekte radioen berre bygdene Volda og ??rsta. I 2000
vart radioen sl??tt saman med Radio Vest AS i Her??y. Namnet vart d?? endra
til Bygderadio Vest AS. Alt arbeidet ved radioen vert gjort p?? dugnad.
Bygderadio Vest AS dekkjer no 7 kommuner; Volda, ??rsta, Hareid, Her??y,
Ulstein, Sande og Vannylven. Det bur omlag 46.700 menneske i desse kommunane.
Fr?? 2008 har Bygderadio Vest AS konsesjon som almennradio med konsesjon for
?? sende 240 minutt lokalprodusert stoff i tidsrommet 06-18. Konsesjonen gjeld
fram til 31.12.2026.</description>
@@ -1104,15 +1426,15 @@
<uri>http://www.kclradio.co.uk/</uri>
</station>
-->
+ <!-- Appears to be down as of 2021/05/03
<station band="Online" id="icradio" lang="en" name="Imperial College Radio"
rank="1.0" type="edu">
<frequency uri="http://icradio.com/">1134 AM in Wye, Kent, United
Kingdom</frequency>
<location>London, United Kingdom</location>
- <description lang="en">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>
+ <description lang="en">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.</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 band="107.9FM" id="ruc" lang="pt" name="Coimbra University Radio"
rank="1.0" type="edu">
<frequency uri="http://www.ruc.pt/">107.9 FM in Coimbra,
Portugal</frequency>
<location>Coimbra, Portugal</location>
@@ -1271,13 +1593,6 @@
<stream mime="audio/mpeg" uri="http://128.42.128.26:80/live" codec="MPEG 1
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128
kbps" />
<uri>http://ktru.org/</uri>
</station>
- <station band="93.20FM" id="bbcworldservice" lang="en" name="BBC World
Service" rank="1.0" type="gov">
- <frequency
uri="http://www.bbc.co.uk/worldservice/schedules/frequencies/">Internet</frequency>
- <location>London, United Kingdom</location>
- <description lang="en">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://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-eieuk" 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 band="93.0FM" id="nrkradioalltidnyheter" lang="nb" name="NRK Radio
Alltid Nyheter" rank="1.0" type="gov">
<frequency>93.0 FM in Oslo, Norway</frequency>
<location>Oslo, Norway</location>