[girl] girl version 0.6.2
- From: Ole Aamot <ole src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [girl] girl version 0.6.2
- Date: Sun, 7 Dec 2014 18:31:18 +0000 (UTC)
commit 19086419f2bd1642174bf8d196bb50a8f9463895
Author: Ole Aamot <oka oka no>
Date: Sun Dec 7 19:31:03 2014 +0100
girl version 0.6.2
ChangeLog | 6 ++++++
NEWS | 6 ++++++
NEWS-0.6 | 9 +++++++++
configure | 20 ++++++++++----------
configure.ac | 2 +-
girl.spec.in | 3 +++
src/stations.xml | 16 ++++++++++++++++
7 files changed, 51 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c7b564b..32b7150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-12-07 Ole Aamot <oka oka no>
+ * NEWS: Release girl version 0.6.2
+ * src/stations.xml: Add Radio R (radior.cz)
+ * src/stations.xml: Add Radio Radius (radioradius.ch)
+
+2014-12-07 Ole Aamot <oka oka no>
+
* NEWS: Release girl version 0.6.1
* THANKS: Add Ettore Perazzoli and Bernd Homuth.
* configure.ac: Check for GIRL_HELPER_PLAYER (totem)
diff --git a/NEWS b/NEWS
index 9a560b4..48bcb0e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+2014-12-07 Ole Aamot <oka oka no>
+
+ * 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>
* girl version 0.6.1 release.
diff --git a/NEWS-0.6 b/NEWS-0.6
index c340129..7ede03d 100644
--- a/NEWS-0.6
+++ b/NEWS-0.6
@@ -1,4 +1,13 @@
=============
+Version 0.6.2
+=============
+
+Stations (src/stations.xml)
+
+ * src/stations.xml: Add Radio R (radior.cz)
+ * src/stations.xml: Add Radio Radius (radioradius.ch)
+
+=============
Version 0.6.1
=============
diff --git a/configure b/configure
index ae43f5c..1cac8bd 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 0.6.1.
+# Generated by GNU Autoconf 2.69 for girl 0.6.2.
#
#
# 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='0.6.1'
-PACKAGE_STRING='girl 0.6.1'
+PACKAGE_VERSION='0.6.2'
+PACKAGE_STRING='girl 0.6.2'
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 0.6.1 to adapt to many kinds of systems.
+\`configure' configures girl 0.6.2 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 0.6.1:";;
+ short | recursive ) echo "Configuration of girl 0.6.2:";;
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 0.6.1
+girl configure 0.6.2
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 0.6.1, which was
+It was created by girl $as_me 0.6.2, 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='0.6.1'
+ VERSION='0.6.2'
cat >>confdefs.h <<_ACEOF
@@ -6707,7 +6707,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 0.6.1, which was
+This file was extended by girl $as_me 0.6.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6773,7 +6773,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 0.6.1
+girl config.status 0.6.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 1e2dfd0..cf4b4b2 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, 0.6.1)
+AC_INIT(girl, 0.6.2)
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
AC_CONFIG_SRCDIR([src/girl.c])
AC_CONFIG_HEADER([config.h])
diff --git a/girl.spec.in b/girl.spec.in
index ad6e84c..00e82e7 100644
--- a/girl.spec.in
+++ b/girl.spec.in
@@ -70,6 +70,9 @@ make DESTDIR=%{buildroot} install
%{_mandir}/man1/girl.1.gz
%changelog
+* Sun Dec 07 2014 Ole Aamot - 0.6.2-1
+- Girl 0.6.2 build on Fedora Linux 21
+
* Sat Dec 06 2014 Ole Aamot - 0.6.1-1
- Girl 0.6.1 build on Fedora Linux 21
diff --git a/src/stations.xml b/src/stations.xml
index fb8e363..646e994 100644
--- a/src/stations.xml
+++ b/src/stations.xml
@@ -1,6 +1,22 @@
<?xml version="1.0"?>
<!DOCTYPE girl SYSTEM "girl-0.6.dtd">
<girl version="0.6">
+ <station id="radior" name="Radio R" rank="1.0" type="edu" release="">
+ <frequency uri="http://radior.cz">Internet</frequency>
+ <location>Brno, Czechoslovakia</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="">
+ <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="">
<frequency uri="http://lsrfm.com/">Internet</frequency>
<location>Leeds, United Kingdom</location>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]