[Lunar-commits] <moonbase-kde> merkaartor: introduction to -kde
v4hn
me at v4hn.de
Mon Dec 3 19:34:27 CET 2012
commit 4968b0fc7ffc5f356dc05a7d48123ae431caf221
Author: v4hn <me at v4hn.de>
Date: Mon, 03 Dec 2012 10:34:27 -0800
URL: https://github.com/lunar-linux/moonbase-kde/commit/4968b0fc7ffc5f356dc05a7d48123ae431caf221
merkaartor: introduction to -kde
---
qt4-apps/merkaartor/BUILD | +11/-0
qt4-apps/merkaartor/DEPENDS | +10/-0
qt4-apps/merkaartor/DETAILS | +18/-0
3 files changed, 39 insertions(+)
--- /dev/null
+++ b/qt4-apps/merkaartor/BUILD
@@ -0,0 +1,11 @@
+(
+
+ source /etc/profile.d/qt4.rc &&
+
+ lrelease src/src.pro &&
+
+ qmake PREFIX=/usr NODEBUG=1 RELEASE=1 $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/qt4-apps/merkaartor/DEPENDS
@@ -0,0 +1,10 @@
+depends qt4
+depends proj-4
+depends gdal
+
+optional_depends exiv2 "GEOIMAGE=1" "GEOIMAGE=0" "enable geotagged images"
+optional_depends gpsd "GPSDLIB=1" "GPSDLIB=0" "enable GPS readings"
+optional_depends zbar "ZBAR=1" "ZBAR=0" "extract coordinates from barcodes"
+
+optional_depends libproxy "LIBPROXY=1" "LIBPROXY=0" "automatical proxy detection"
+optional_depends webkit "NOUSEWEBKIT=0" "NOUSEWEBKIT=1" "build webkit plugins"
--- /dev/null
+++ b/qt4-apps/merkaartor/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=merkaartor
+ VERSION=0.18.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://merkaartor.be/attachments/download/301/
+ SOURCE_VFY=sha1:0c3884d6e04c3b43b7d898cc23693a9494259d32
+ WEB_SITE=http://merkaartor.be/
+ ENTERED=20121124
+ UPDATED=20121124
+ SHORT="OpenStreetMap map editor"
+cat << EOF
+Merkaartor is an OpenStreetMap editor with
+- Map view near-WYSIWYG, anti-aliased, with road names
+- Transparent display of map features like roads, amenities and areas
+- Style editor for the map display, including multiple styles
+- Support for handling separated highways
+- Easy download and upload of OpenStreetMap data
+- Live connection to your GPS
+EOF
More information about the Lunar-commits
mailing list