From 23971567d8388a49b5825fe1f1270daff90f2a63 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 1 Jun 2009 00:18:55 +0100 Subject: New sound effect, licenced under CC-BY 3.0 Also bump the version number, update build.sh, etc --- AUTHORS | 6 +++--- COPYING | 4 ++-- build.sh | 4 ++-- configure.ac | 2 +- data/moo.wav | Bin 48228 -> 143180 bytes openmoocow.control | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8ebddce..de03ad9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ -Design and programming (c) 2008-2009 Thomas White > +Design and programming (c) 2008-2009 Thomas White -Sound effect by Chris Hendricks, downloaded from www.flashkit.com : -http://www.flashkit.com/soundfx/Creatures/Farm/Moo-Chris_He-7391/index.php +Sound effect by Richard Boulanger, licenced under CC-BY-3.0 +http://www.archive.org/details/BoulangerTamTamReplacements Cow picture by used 'bsantos' from http://www.openclipart.org/ Home page: http://azulebanana.com/bluey diff --git a/COPYING b/COPYING index f7193a9..bc4e2e4 100644 --- a/COPYING +++ b/COPYING @@ -8,8 +8,8 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details -Sound effect by Chris Hendricks, from www.flashkit.com under a -"freeware" license. +Sound effect by Richard Boulanger, licenced under CC-BY-3.0 +http://www.archive.org/details/BoulangerTamTamReplacements Cow picture by used 'bsantos' from http://www.openclipart.org/ Home page: http://azulebanana.com/bluey diff --git a/build.sh b/build.sh index 764648a..3680ff0 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/sh om-make-ipkg . openmoocow.control -scp openmoocow_0.4_armv4t.ipk root@192.168.0.202:~ -ssh root@192.168.0.202 opkg install openmoocow_0.4_armv4t.ipk +scp openmoocow_0.4+git_armv4t.ipk root@192.168.0.202:~ +ssh root@192.168.0.202 opkg install openmoocow_0.4+git_armv4t.ipk diff --git a/configure.ac b/configure.ac index cffb9f6..712ddcd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(openmoocow, 0.4.0, taw@bitwiz.org.uk) +AC_INIT(openmoocow, 0.4.0+git, taw@bitwiz.org.uk) VERSION=AC_PACKAGE_VERSION AM_CONFIG_HEADER(config.h) diff --git a/data/moo.wav b/data/moo.wav index f9ae512..aeecc9c 100644 Binary files a/data/moo.wav and b/data/moo.wav differ diff --git a/openmoocow.control b/openmoocow.control index a893442..52808db 100644 --- a/openmoocow.control +++ b/openmoocow.control @@ -1,5 +1,5 @@ Package: openmoocow -Version: 0.4 +Version: 0.4+git Description: Moo box simulator Section: openmoko/applications Priority: optional -- cgit v1.2.3