# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.7.ebuild,v 1.3 2013/08/19 14:39:30 kensington Exp $ EAPI=5 QT_MINIMAL="4.8.0" inherit cmake-utils DESCRIPTION="A Qt C++ library for the Last.fm webservices" HOMEPAGE="https://github.com/lastfm/liblastfm" SRC_URI="https://github.com/lastfm/liblastfm/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="fingerprint test" COMMON_DEPEND=" >=dev-qt/qtcore-${QT_MINIMAL}:4 >=dev-qt/qtdbus-${QT_MINIMAL}:4 fingerprint? ( media-libs/libsamplerate sci-libs/fftw:3.0 >=dev-qt/qtsql-${QT_MINIMAL}:4 ) " DEPEND="${COMMON_DEPEND} test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 ) " RDEPEND="${COMMON_DEPEND} !