[girl] Add Makefile.am, bump version and add BROADCAST text



commit 92b9609198e61c21209eee60730197cd873013a9
Author: Ole Aamot <oka oka no>
Date:   Tue Jan 6 21:28:12 2015 +0100

    Add Makefile.am, bump version and add BROADCAST text

 BROADCAST                        |   33 +++++++++++++++++++++++++++++++++
 configure.ac                     |    2 +-
 data/icons/1024x1024/Makefile.am |    7 +++++++
 data/icons/512x512/Makefile.am   |    7 +++++++
 4 files changed, 48 insertions(+), 1 deletions(-)
---
diff --git a/BROADCAST b/BROADCAST
new file mode 100644
index 0000000..62fb73d
--- /dev/null
+++ b/BROADCAST
@@ -0,0 +1,33 @@
+You don't need a license to listen to Internet radio, but if you run
+a radio station and broadcast music to the general public, you need
+a broadcast license permit from the F.C.C. if you are in the U.S. to
+legally broadcast (http://en.wikipedia.org/wiki/Broadcast_license).
+
+All of the radio stations in the GNOME Internet Radio Locator are
+non-profit stations serving the public interest.
+
+The power of the Federal Communications Commission (F.C.C.) reside in
+its authority of granting broadcast licenses to local radio stations,
+according to page 812 in The New York Times Guide to Essential
+Knowledge (ISBN 0-312-37659-6):
+
+  Rather than support a highly centralized form of broadcasting like
+  the national public service networks being established in European
+  countries, American communications policy celebrated the fundamental
+  principle of "localism," convinced that American democracy would be
+  served best by independent local stations operating without
+  excessive government supervision.  The agency's power of enforcement
+  came from its ability to revoke, or refuse to renew, the license of
+  a local station -- something that has happened rarely.
+
+With the GNOME Internet Radio Locator, you can listen for free to live
+broadcasts by radio stations from all around the world, including the
+U.S. stations as long as the U.S. radio stations aren't revoked by the
+F.C.C. for failing to pay the royalty fees for the music that the
+radio stations broadcast on the Internet to the royalty fee collection
+agencies such as The American Society of Composers, Authors and
+Publishers (ASCAP), Broadcast Music, Inc. (BMI), and Society of
+European Stage Authors and Composers (SESAC).
+
+Enjoy Internet radio,
+Ole Aamot, Oslo, January 2nd, 2015
diff --git a/configure.ac b/configure.ac
index 6155c5b..f396b55 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, 1.0.0)
+AC_INIT(girl, 1.0.1)
 AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
 AC_CONFIG_SRCDIR([src/girl.c])
 AC_CONFIG_HEADER([config.h])
diff --git a/data/icons/1024x1024/Makefile.am b/data/icons/1024x1024/Makefile.am
new file mode 100644
index 0000000..388bd63
--- /dev/null
+++ b/data/icons/1024x1024/Makefile.am
@@ -0,0 +1,7 @@
+size = 1024x1024
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+dist_appicons_DATA = \
+       apps/girl.png
+
+-include $(top_srcdir)/git.mk
diff --git a/data/icons/512x512/Makefile.am b/data/icons/512x512/Makefile.am
new file mode 100644
index 0000000..ac939ca
--- /dev/null
+++ b/data/icons/512x512/Makefile.am
@@ -0,0 +1,7 @@
+size = 512x512
+appiconsdir = $(datadir)/icons/hicolor/$(size)/apps
+
+dist_appicons_DATA = \
+       apps/girl.png
+
+-include $(top_srcdir)/git.mk


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