# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=1 inherit cmake-utils DESCRIPTION="View and upload map files, track and waypoint data to your Garmin GPS." HOMEPAGE="http://www.qlandkarte.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=x11-libs/qt-core-4.4 >=x11-libs/qt-gui-4.4 >=x11-libs/qt-opengl-4.4 >=x11-libs/qt-sql-4.4 >=sci-libs/proj-4.6 >sci-libs/gdal-1.5.0" # Attention: There seem to be automagic dependencies on # libexif and libdmtx (according to the INSTALL file). RDEPEND="${DEPEND} sci-geosciences/gpsbabel"