Added new sounds. Changelog and control file updated to match the newest version.
authoreshe <jessehakanen@gmail.com>
Tue, 27 Jul 2010 10:22:34 +0000 (11:22 +0100)
committereshe <jessehakanen@gmail.com>
Tue, 27 Jul 2010 10:22:34 +0000 (11:22 +0100)
13 files changed:
debian/changelog
debian/control
jspeed.pro
src/data/sounds/alert.mp3 [deleted file]
src/data/sounds/arca.mp3 [new file with mode: 0644]
src/data/sounds/badumm.mp3 [new file with mode: 0644]
src/data/sounds/kind.mp3 [new file with mode: 0644]
src/data/sounds/sonar.mp3 [new file with mode: 0644]
src/data/sounds/spac.mp3 [new file with mode: 0644]
src/data/sounds/spring.mp3 [new file with mode: 0644]
src/data/sounds/steelyec.mp3 [new file with mode: 0644]
src/data/sounds/whoosh.mp3 [new file with mode: 0644]
src/data/themes/graphical.jspeed [deleted file]

index 4b5b568..2b9fed6 100644 (file)
@@ -1,3 +1,12 @@
+jspeed (0.1-3) unstable; urgency=low
+
+  * Speed camera support added.
+  * Speed alarm added.
+  * Compass element added.
+  * Theme scheduler added.
+
+ -- Jesse Hakanen <jessehakanen@gmail.com>  Tue, 27 Jul 2010 13:36:10 +0100
+
 jspeed (0.1-2) unstable; urgency=low
 
   * Moved application to user/navigation section.
 jspeed (0.1-2) unstable; urgency=low
 
   * Moved application to user/navigation section.
index 23454c0..bf064a6 100644 (file)
@@ -2,14 +2,14 @@ Source: jspeed
 Section: user/navigation
 Priority: optional
 Maintainer: Jesse Hakanen <jessehakanen@gmail.com>
 Section: user/navigation
 Priority: optional
 Maintainer: Jesse Hakanen <jessehakanen@gmail.com>
-Build-Depends: debhelper (>= 5), libqt4-dev, libzip-dev, liblocation-dev, libgconf2-dev
+Build-Depends: debhelper (>= 5), libqt4-dev, libzip-dev, liblocation-dev, libgconf2-dev, libqtm-dev
 Standards-Version: 3.7.2
 Homepage: http://jspeed.garage.maemo.org
 
 Package: jspeed
 Architecture: armel
 Depends: ${shlibs:Depends}
 Standards-Version: 3.7.2
 Homepage: http://jspeed.garage.maemo.org
 
 Package: jspeed
 Architecture: armel
 Depends: ${shlibs:Depends}
-Description: Highly customizable speedometer application.
+Description: Highly customizable speedometer application with speed camera support and scheduled themes.
 XSBC-Bugtracker: https://garage.maemo.org/tracker/?atid=6134&group_id=1756
 XB-Maemo-Display-Name: jSpeed
 XB-Maemo-Icon-26: 
 XSBC-Bugtracker: https://garage.maemo.org/tracker/?atid=6134&group_id=1756
 XB-Maemo-Display-Name: jSpeed
 XB-Maemo-Icon-26: 
index a768bbf..ac26de9 100644 (file)
@@ -123,7 +123,14 @@ unix {
 
   sounds.path = $$APPDIR/sounds
   sounds.files += src/data/sounds/beep.mp3 \
 
   sounds.path = $$APPDIR/sounds
   sounds.files += src/data/sounds/beep.mp3 \
-                  src/data/sounds/alert.mp3
+                  src/data/sounds/arca.mp3 \
+                  src/data/sounds/badumm.mp3 \
+                  src/data/sounds/kind.mp3 \
+                  src/data/sounds/sonar.mp3 \
+                  src/data/sounds/spac.mp3 \
+                  src/data/sounds/spring.mp3 \
+                  src/data/sounds/steelyec.mp3 \
+                  src/data/sounds/whoosh.mp3
 
   icon26.path = $$DATADIR/icons/hicolor/26x26/apps
   icon26.files += src/data/26x26/$${TARGET}.png
 
   icon26.path = $$DATADIR/icons/hicolor/26x26/apps
   icon26.files += src/data/26x26/$${TARGET}.png
diff --git a/src/data/sounds/alert.mp3 b/src/data/sounds/alert.mp3
deleted file mode 100644 (file)
index a541cd5..0000000
Binary files a/src/data/sounds/alert.mp3 and /dev/null differ
diff --git a/src/data/sounds/arca.mp3 b/src/data/sounds/arca.mp3
new file mode 100644 (file)
index 0000000..76eafb3
Binary files /dev/null and b/src/data/sounds/arca.mp3 differ
diff --git a/src/data/sounds/badumm.mp3 b/src/data/sounds/badumm.mp3
new file mode 100644 (file)
index 0000000..a31ebec
Binary files /dev/null and b/src/data/sounds/badumm.mp3 differ
diff --git a/src/data/sounds/kind.mp3 b/src/data/sounds/kind.mp3
new file mode 100644 (file)
index 0000000..66cf14a
Binary files /dev/null and b/src/data/sounds/kind.mp3 differ
diff --git a/src/data/sounds/sonar.mp3 b/src/data/sounds/sonar.mp3
new file mode 100644 (file)
index 0000000..cee34b8
Binary files /dev/null and b/src/data/sounds/sonar.mp3 differ
diff --git a/src/data/sounds/spac.mp3 b/src/data/sounds/spac.mp3
new file mode 100644 (file)
index 0000000..6df41d3
Binary files /dev/null and b/src/data/sounds/spac.mp3 differ
diff --git a/src/data/sounds/spring.mp3 b/src/data/sounds/spring.mp3
new file mode 100644 (file)
index 0000000..16ab075
Binary files /dev/null and b/src/data/sounds/spring.mp3 differ
diff --git a/src/data/sounds/steelyec.mp3 b/src/data/sounds/steelyec.mp3
new file mode 100644 (file)
index 0000000..65b914b
Binary files /dev/null and b/src/data/sounds/steelyec.mp3 differ
diff --git a/src/data/sounds/whoosh.mp3 b/src/data/sounds/whoosh.mp3
new file mode 100644 (file)
index 0000000..13c3474
Binary files /dev/null and b/src/data/sounds/whoosh.mp3 differ
diff --git a/src/data/themes/graphical.jspeed b/src/data/themes/graphical.jspeed
deleted file mode 100644 (file)
index eb9b245..0000000
Binary files a/src/data/themes/graphical.jspeed and /dev/null differ