[girl] girl version 0.7.2



commit 0cdbd0230573e8044832efb68e86ffb27d87f388
Author: Ole Aamot <oka oka no>
Date:   Sun Dec 14 14:01:42 2014 +0100

    girl version 0.7.2

 ChangeLog        |    7 +++++++
 NEWS             |    7 +++++++
 NEWS-0.7         |   16 ++++++++++++++++
 configure        |   20 ++++++++++----------
 configure.ac     |    2 +-
 girl.spec.in     |    3 +++
 man/Makefile     |   26 +++++++++++++-------------
 src/stations.xml |   14 +++++++++++++-
 8 files changed, 70 insertions(+), 25 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 70a217e..ac4cb95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-12-14  Ole Aamot  <oka oka no>
+
+       * 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)
+
 2014-12-13  Ole Aamot  <oka oka no>
 
        * AUTHORS: Add Muhammet Kara (Turkish translation)
diff --git a/NEWS b/NEWS
index 77ceb09..d92be8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2014-12-14  Ole Aamot  <oka oka no>
+
+       * 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)
+       
 2014-12-13  Ole Aamot  <oka oka no>
 
        * AUTHORS: Add Muhammet Kara (Turkish translation)
diff --git a/NEWS-0.7 b/NEWS-0.7
index 71e9575..4aab14f 100644
--- a/NEWS-0.7
+++ b/NEWS-0.7
@@ -1,4 +1,20 @@
 =============
+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)
+
+       * src/stations.xml: Add WAMU (wamu.org)
+       * src/stations.xml: Add WXOU (wxou.org)
+
+Translations
+
+       * pl (Piotr Drąg)
+       
+=============
 Version 0.7.1
 =============
 
diff --git a/configure b/configure
index 3d39c9e..3aa05fc 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.7.1.
+# Generated by GNU Autoconf 2.69 for girl 0.7.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.7.1'
-PACKAGE_STRING='girl 0.7.1'
+PACKAGE_VERSION='0.7.2'
+PACKAGE_STRING='girl 0.7.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.7.1 to adapt to many kinds of systems.
+\`configure' configures girl 0.7.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.7.1:";;
+     short | recursive ) echo "Configuration of girl 0.7.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.7.1
+girl configure 0.7.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.7.1, which was
+It was created by girl $as_me 0.7.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.7.1'
+ VERSION='0.7.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.7.1, which was
+This file was extended by girl $as_me 0.7.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.7.1
+girl config.status 0.7.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 006aa06..a66c303 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.7.1)
+AC_INIT(girl, 0.7.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 5c056f7..2147f18 100644
--- a/girl.spec.in
+++ b/girl.spec.in
@@ -72,6 +72,9 @@ make DESTDIR=%{buildroot} install
 %{_mandir}/man1/girl.1.gz
 
 %changelog
+* Sun Dec 14 2014 Ole Aamot - 0.7.2-1
+- Girl 0.7.2 build on Fedora Linux 21
+
 * Sat Dec 13 2014 Ole Aamot - 0.7.1-1
 - Girl 0.7.1 build on Fedora Linux 21
 
diff --git a/man/Makefile b/man/Makefile
index d5c0913..7e524e6 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -138,13 +138,13 @@ NROFF = nroff
 MANS = $(man_MANS)
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/oka/git/gnome/girl/missing aclocal-1.14
+ACLOCAL = ${SHELL} /home/oka/girl/missing aclocal-1.14
 ALL_LINGUAS = 
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
-AUTOCONF = ${SHELL} /home/oka/git/gnome/girl/missing autoconf
-AUTOHEADER = ${SHELL} /home/oka/git/gnome/girl/missing autoheader
-AUTOMAKE = ${SHELL} /home/oka/git/gnome/girl/missing automake-1.14
+AUTOCONF = ${SHELL} /home/oka/girl/missing autoconf
+AUTOHEADER = ${SHELL} /home/oka/girl/missing autoheader
+AUTOMAKE = ${SHELL} /home/oka/girl/missing automake-1.14
 AWK = gawk
 CATALOGS = 
 CATOBJEXT = .gmo
@@ -191,7 +191,7 @@ LDFLAGS =
 LIBOBJS = 
 LIBS = 
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /home/oka/git/gnome/girl/missing makeinfo
+MAKEINFO = ${SHELL} /home/oka/girl/missing makeinfo
 MKDIR_P = /usr/bin/mkdir -p
 MKINSTALLDIRS = ./mkinstalldirs
 MSGFMT = /usr/bin/msgfmt
@@ -201,10 +201,10 @@ OBJEXT = o
 PACKAGE = girl
 PACKAGE_BUGREPORT = 
 PACKAGE_NAME = girl
-PACKAGE_STRING = girl 0.7.1
+PACKAGE_STRING = girl 0.7.2
 PACKAGE_TARNAME = girl
 PACKAGE_URL = 
-PACKAGE_VERSION = 0.7.1
+PACKAGE_VERSION = 0.7.2
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -217,12 +217,12 @@ SET_MAKE =
 SHELL = /bin/sh
 STRIP = 
 USE_NLS = yes
-VERSION = 0.7.1
+VERSION = 0.7.2
 XGETTEXT = /usr/bin/xgettext
-abs_builddir = /home/oka/git/gnome/girl/man
-abs_srcdir = /home/oka/git/gnome/girl/man
-abs_top_builddir = /home/oka/git/gnome/girl
-abs_top_srcdir = /home/oka/git/gnome/girl
+abs_builddir = /home/oka/girl/man
+abs_srcdir = /home/oka/girl/man
+abs_top_builddir = /home/oka/girl
+abs_top_srcdir = /home/oka/girl
 ac_ct_CC = gcc
 am__include = include
 am__leading_dot = .
@@ -241,7 +241,7 @@ host_alias =
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/oka/git/gnome/girl/install-sh
+install_sh = ${SHELL} /home/oka/girl/install-sh
 intltool__v_merge_options_ = $(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
 intltool__v_merge_options_0 = -q
 libdir = ${exec_prefix}/lib
diff --git a/src/stations.xml b/src/stations.xml
index d581ac3..efa8aa4 100644
--- a/src/stations.xml
+++ b/src/stations.xml
@@ -1,6 +1,19 @@
 <?xml version="1.0"?>
 <!DOCTYPE girl SYSTEM "girl-0.7.dtd">
 <girl version="0.7">
+  <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" />
+  </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>
@@ -11,7 +24,6 @@
     <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" />
   </station>


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