summaryrefslogtreecommitdiff
path: root/data/sounds
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-10 10:22:29 +0100
committerMichal Ratajsky <[email protected]>2014-11-10 10:22:29 +0100
commitb70459bd7ab6cbf64892fbaea6a931a80f0cc132 (patch)
tree488768eb7c736d014f29e08e7191323e2fcfa93a /data/sounds
parentcf4eac60cdc4d02fdeccb3b85d524eda8a5f320e (diff)
parent194e26e0be4660dae0987445c0edcfa8349fde51 (diff)
downloadmate-media-b70459bd7ab6cbf64892fbaea6a931a80f0cc132.tar.bz2
mate-media-b70459bd7ab6cbf64892fbaea6a931a80f0cc132.tar.xz
Merge branch 'michal-wip'
Diffstat (limited to 'data/sounds')
-rw-r--r--data/sounds/Makefile.am29
-rw-r--r--data/sounds/bark.oggbin0 -> 13322 bytes
-rw-r--r--data/sounds/drip.oggbin0 -> 8495 bytes
-rw-r--r--data/sounds/glass.oggbin0 -> 18999 bytes
-rw-r--r--data/sounds/mate-sounds-default.xml.in.in27
-rw-r--r--data/sounds/sonar.oggbin0 -> 20011 bytes
6 files changed, 56 insertions, 0 deletions
diff --git a/data/sounds/Makefile.am b/data/sounds/Makefile.am
new file mode 100644
index 0000000..0c31fe7
--- /dev/null
+++ b/data/sounds/Makefile.am
@@ -0,0 +1,29 @@
+NULL =
+
+sounddir = $(datadir)/sounds/mate/default/alerts
+
+sound_DATA = \
+ bark.ogg \
+ drip.ogg \
+ glass.ogg \
+ sonar.ogg \
+ $(NULL)
+
+metadata_in_files = mate-sounds-default.xml.in
+metadatadir = $(pkgdatadir)/sounds
+metadata_DATA = $(metadata_in_files:.xml.in=.xml)
+@INTLTOOL_XML_RULE@
+
+noinst_DATA = mate-sounds-default.xml.in
+CLEANFILES = mate-sounds-default.xml mate-sounds-default.xml.in
+
+EXTRA_DIST = $(sound_DATA) mate-sounds-default.xml.in.in
+
+mate-sounds-default.xml.in: mate-sounds-default.xml.in.in Makefile
+ $(AM_V_GEN)sed -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/mate-sounds-default.xml.in.in > mate-sounds-default.xml.in.tmp \
+ && mv mate-sounds-default.xml.in.tmp mate-sounds-default.xml.in
+
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
+-include $(top_srcdir)/git.mk
diff --git a/data/sounds/bark.ogg b/data/sounds/bark.ogg
new file mode 100644
index 0000000..480950c
--- /dev/null
+++ b/data/sounds/bark.ogg
Binary files differ
diff --git a/data/sounds/drip.ogg b/data/sounds/drip.ogg
new file mode 100644
index 0000000..144d2b3
--- /dev/null
+++ b/data/sounds/drip.ogg
Binary files differ
diff --git a/data/sounds/glass.ogg b/data/sounds/glass.ogg
new file mode 100644
index 0000000..902a3c8
--- /dev/null
+++ b/data/sounds/glass.ogg
Binary files differ
diff --git a/data/sounds/mate-sounds-default.xml.in.in b/data/sounds/mate-sounds-default.xml.in.in
new file mode 100644
index 0000000..517c619
--- /dev/null
+++ b/data/sounds/mate-sounds-default.xml.in.in
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<sounds>
+ <sound deleted="false">
+ <!-- Translators: This is the name of an audio file that sounds like the bark of a dog.
+ You might want to translate it into the equivalent words of your language. -->
+ <_name>Bark</_name>
+ <filename>@datadir@/sounds/mate/default/alerts/bark.ogg</filename>
+ </sound>
+ <sound deleted="false">
+ <!-- Translators: This is the name of an audio file that sounds like a water drip.
+ You might want to translate it into the equivalent words of your language. -->
+ <_name>Drip</_name>
+ <filename>@datadir@/sounds/mate/default/alerts/drip.ogg</filename>
+ </sound>
+ <sound deleted="false">
+ <!-- Translators: This is the name of an audio file that sounds like tapping glass.
+ You might want to translate it into the equivalent words of your language. -->
+ <_name>Glass</_name>
+ <filename>@datadir@/sounds/mate/default/alerts/glass.ogg</filename>
+ </sound>
+ <sound deleted="false">
+ <!-- Translators: This is the name of an audio file that sounds sort of like a submarine sonar ping.
+ You might want to translate it into the equivalent words of your language. -->
+ <_name>Sonar</_name>
+ <filename>@datadir@/sounds/mate/default/alerts/sonar.ogg</filename>
+ </sound>
+</sounds>
diff --git a/data/sounds/sonar.ogg b/data/sounds/sonar.ogg
new file mode 100644
index 0000000..77aadec
--- /dev/null
+++ b/data/sounds/sonar.ogg
Binary files differ