aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2002-02-09 08:51:53 +0800
committerDamon Chaplin <damon@src.gnome.org>2002-02-09 08:51:53 +0800
commit3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1 (patch)
treee2497998d8ec095dc2fefccef1afe6d8ddc460d2
parent9fecb732dee690a2ddf43f9e7bf41ae6a7f91f52 (diff)
downloadgsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar
gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.gz
gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.bz2
gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.lz
gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.xz
gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.zst
gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.zip
added sounds.
2002-02-08 Damon Chaplin <damon@ximian.com> * Makefile.am (SUBDIRS): added sounds. * configure.in (AC_OUTPUT): added sounds/Makefile. * sounds/Makefile.am: new file. * sounds/default_alarm.wav: default alarm sound, currently only used when vCalendar files are imported with audio alarms. We need a better sound. svn path=/trunk/; revision=15627
-rw-r--r--ChangeLog11
-rw-r--r--Makefile.am1
-rw-r--r--configure.in1
-rw-r--r--sounds/.cvsignore2
-rw-r--r--sounds/Makefile.am6
-rw-r--r--sounds/default_alarm.wavbin0 -> 8624 bytes
6 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a589964bc0..a170d2666c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-02-08 Damon Chaplin <damon@ximian.com>
+
+ * Makefile.am (SUBDIRS): added sounds.
+
+ * configure.in (AC_OUTPUT): added sounds/Makefile.
+
+ * sounds/Makefile.am: new file.
+ * sounds/default_alarm.wav: default alarm sound, currently only used
+ when vCalendar files are imported with audio alarms. We need a better
+ sound.
+
2002-02-07 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped the required version of gal.
diff --git a/Makefile.am b/Makefile.am
index df404ca32f..5f0d2dbe7f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ SUBDIRS = \
importers \
my-evolution \
art \
+ sounds \
ui \
default_user \
views \
diff --git a/configure.in b/configure.in
index 4466bc9ad2..fc701535ec 100644
--- a/configure.in
+++ b/configure.in
@@ -1199,6 +1199,7 @@ po/Makefile.in
shell/Makefile
shell/glade/Makefile
shell/importer/Makefile
+sounds/Makefile
tools/Makefile
ui/Makefile
views/Makefile
diff --git a/sounds/.cvsignore b/sounds/.cvsignore
new file mode 100644
index 0000000000..3dda72986f
--- /dev/null
+++ b/sounds/.cvsignore
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff --git a/sounds/Makefile.am b/sounds/Makefile.am
new file mode 100644
index 0000000000..cf6d5f5dcc
--- /dev/null
+++ b/sounds/Makefile.am
@@ -0,0 +1,6 @@
+
+soundsdir = $(datadir)/evolution/sounds
+
+sounds_DATA = \
+ default_alarm.wav
+
diff --git a/sounds/default_alarm.wav b/sounds/default_alarm.wav
new file mode 100644
index 0000000000..30b84e30b1
--- /dev/null
+++ b/sounds/default_alarm.wav
Binary files differ