summaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorBor Kraljič2010-07-21 11:02:21 +0200
committerBor Kraljič2010-07-21 11:02:21 +0200
commit1585c80c8754f48f651cb11bb841b6c9123f036b (patch)
tree7e43f4c8dfac889ea6c69d30d8fd9210b1096060 /mobile
parent0d070c1880054840229c464932bead79eb1395f4 (diff)
gpsdrive: => 2.11 and some spell fixes
Diffstat (limited to 'mobile')
-rwxr-xr-xmobile/gpsdrive/BUILD10
-rwxr-xr-xmobile/gpsdrive/DEPENDS21
-rwxr-xr-xmobile/gpsdrive/DETAILS18
-rwxr-xr-xmobile/gpsdrive/HISTORY5
4 files changed, 41 insertions, 13 deletions
diff --git a/mobile/gpsdrive/BUILD b/mobile/gpsdrive/BUILD
new file mode 100755
index 0000000000..aaac44b389
--- /dev/null
+++ b/mobile/gpsdrive/BUILD
@@ -0,0 +1,10 @@
+#option(WITH_SPEECH "Build with support of speech output" ON)
+# we need to disable to compile
+#option(LIBGPS_OLD "Build with old libgps version (<2.90)" ON)
+# we have newer version in grimire
+#option(WITH_MAPNIK "Build with mapnik support" ON)
+# for now we don't have the spell yet (http://mapnik.org/)
+GPSDRIVE_OPTS="-DWITH_SPEECH=OFF -DLIBGPS_OLD=OFF -DWITH_MAPNIK=OFF $GPSDRIVE_OPTS" &&
+prepare_opts &&
+cmake_build
+
diff --git a/mobile/gpsdrive/DEPENDS b/mobile/gpsdrive/DEPENDS
index 277b32acf2..912d7db41a 100755
--- a/mobile/gpsdrive/DEPENDS
+++ b/mobile/gpsdrive/DEPENDS
@@ -1,14 +1,21 @@
depends pcre &&
+depends boost &&
depends gtk+2 &&
-optional_depends "MYSQL" \
- " " \
- " " \
- "to track and store locations" &&
optional_depends "flite" \
" " \
" " \
"to enable voice output" &&
optional_depends "kismet" \
- " " \
- " " \
- "to locate 802.11b networks"
+ "-DWITH_KISMET=ON" \
+ "-DWITH_KISMET=OFF" \
+ "to locate 802.11b networks" &&
+
+optional_depends "postgresql" \
+ "-DWITH_POSTGIS=ON" \
+ "-DWITH_POSTGIS=OFF" \
+ "Build with PostGIS database support" &&
+
+optional_depends "dbus" \
+ "-DWITH_DBUS=ON" \
+ "-DWITH_DBUS=OFF" \
+ "Build with DBUS support"
diff --git a/mobile/gpsdrive/DETAILS b/mobile/gpsdrive/DETAILS
index 244cb97926..ec087b9f2a 100755
--- a/mobile/gpsdrive/DETAILS
+++ b/mobile/gpsdrive/DETAILS
@@ -1,15 +1,21 @@
SPELL=gpsdrive
- VERSION=2.09
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=2.11
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.gpsdrive.cc/$SOURCE
- WEB_SITE=http://www.gpsdrive.cc/
- SOURCE_HASH=sha512:72a2a34983d0c10e7490670bb33c4b863a49b7e52237764e42d5c79dbf4ef2663daf576169c2210d9331729ff278f190075744ffb66c0a6e26c8c2fc3dc370ef
+ WEB_SITE=http://www.gpsdrive.de/
+ SOURCE_URL[0]=$WEB_SITE/packages/$SOURCE
+ SOURCE_HASH=sha512:d3595bc45dd6a2f2bcd9f301a73408de860a525eb2b49a241ead9b9288d326f5fb19e8ccf08b66a7ba6cee99a4180556c9b7cb667ca122d825367c8361ea8db6
ENTERED=20020227
KEYWORDS="mobile"
SHORT="GpsDrive is a car (bike, ship, plane) navigation system."
cat << EOF
-GpsDrive is a car (bike, ship, plane) navigation system. GpsDrive displays your position provided from your NMEA capable GPS receiver on a zoomable map, the map file is autoselected depending of the position and prefered scale. Speech output is supported if the "festival" software is running. The maps are autoselected for best resolution depending of your position. All Garmin GPS reveiver with a serial output should be usable, also other GPS receiver which supports NMEA protocol.
+GpsDrive is a car (bike, ship, plane) navigation system. GpsDrive displays
+your position provided from your NMEA capable GPS receiver on a zoomable
+map, the map file is autoselected depending of the position and prefered
+scale. Speech output is supported if the "festival" software is running. The
+maps are autoselected for best resolution depending of your position. All
+Garmin GPS reveiver with a serial output should be usable, also other GPS
+receiver which supports NMEA protocol.
GpsDrive is written in C with use of the GTK+ graphic toolkit.
EOF
diff --git a/mobile/gpsdrive/HISTORY b/mobile/gpsdrive/HISTORY
index 7eb9af4996..7142e1150e 100755
--- a/mobile/gpsdrive/HISTORY
+++ b/mobile/gpsdrive/HISTORY
@@ -1,3 +1,8 @@
+2010-07-21 Bor Kraljič <pyrobor@ver.si>
+ * BUILD: updated spell to 2.11
+ * DEPENDS: added some extra optional_depends
+ * BUILD: added forced flags so it compiles
+
2010-04-06 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
* DEPENDS: updated mysql dependency to MYSQL provider