From e2a3ca0f179249c3155a487d6e3e7fd53311e5dc Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Wed, 6 Jul 2016 23:43:50 +1000 Subject: media-libs/liblastfm: add missing USE dependency Gentoo-bug: 587974 Package-Manager: portage-2.3.0 --- media-libs/liblastfm/liblastfm-1.0.9-r1.ebuild | 85 ++++++++++++++++++++++++++ media-libs/liblastfm/liblastfm-1.0.9.ebuild | 85 -------------------------- 2 files changed, 85 insertions(+), 85 deletions(-) create mode 100644 media-libs/liblastfm/liblastfm-1.0.9-r1.ebuild delete mode 100644 media-libs/liblastfm/liblastfm-1.0.9.ebuild (limited to 'media-libs') diff --git a/media-libs/liblastfm/liblastfm-1.0.9-r1.ebuild b/media-libs/liblastfm/liblastfm-1.0.9-r1.ebuild new file mode 100644 index 000000000000..76c6b4eef12f --- /dev/null +++ b/media-libs/liblastfm/liblastfm-1.0.9-r1.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils multibuild + +DESCRIPTION="Collection of libraries to integrate Last.fm services" +HOMEPAGE="https://github.com/lastfm/liblastfm" +SRC_URI="https://github.com/lastfm/liblastfm/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +SLOT="0/0" +IUSE="fingerprint test +qt4 qt5" + +REQUIRED_USE="|| ( qt4 qt5 )" + +COMMON_DEPEND=" + qt4? ( + dev-qt/qtcore:4[ssl] + dev-qt/qtdbus:4 + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtnetwork:5[ssl] + dev-qt/qtxml:5 + ) + fingerprint? ( + media-libs/libsamplerate + sci-libs/fftw:3.0 + qt4? ( dev-qt/qtsql:4 ) + qt5? ( dev-qt/qtsql:5 ) + ) +" +DEPEND="${COMMON_DEPEND} + test? ( + qt4? ( dev-qt/qttest:4 ) + qt5? ( dev-qt/qttest:5 ) + ) +" +RDEPEND="${COMMON_DEPEND} + !