[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [artikulate] /: Add test sound.
From:       Andreas Cord-Landwehr <cordlandwehr () kde ! org>
Date:       2013-05-25 11:52:24
Message-ID: 20130525115224.AC6CEA6085 () git ! kde ! org
[Download RAW message or body]

Git commit cc1e08c32c5b1c44e2794ab8ea4b37e3266d06f6 by Andreas Cord-Landweh=
r.
Committed on 25/05/2013 at 10:43.
Pushed by cordlandwehr into branch 'master'.

Add test sound.

M  +1    -1    CMakeLists.txt
A  +27   -0    sounds/CMakeLists.txt
A  +-    --    sounds/testsound.ogg

http://commits.kde.org/artikulate/cc1e08c32c5b1c44e2794ab8ea4b37e3266d06f6

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7bdf76..bf71e88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,7 +41,7 @@ add_subdirectory(data)
 add_subdirectory(schemes)
 #add_subdirectory(doc)
 add_subdirectory(src)
-#add_subdirectory(sounds)
+add_subdirectory(sounds)
 add_subdirectory(images)
 add_subdirectory(icons)
 =

diff --git a/sounds/CMakeLists.txt b/sounds/CMakeLists.txt
new file mode 100644
index 0000000..38a16c1
--- /dev/null
+++ b/sounds/CMakeLists.txt
@@ -0,0 +1,27 @@
+# Copyright 2013  Andreas Cord-Landwehr <cordlandwehr@kde.org>
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+#
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+set(sounds
+    testsound.ogg
+)
+install(FILES ${sounds} DESTINATION ${DATA_INSTALL_DIR}/artikulate/sounds)
diff --git a/sounds/testsound.ogg b/sounds/testsound.ogg
new file mode 100644
index 0000000..7dde702
Binary files /dev/null and b/sounds/testsound.ogg differ

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic