You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libechonest/libechonest-2.0.2.ebuild

29 lines
646 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit cmake-utils
DESCRIPTION="A library for communicating with The Echo Nest"
HOMEPAGE="https://projects.kde.org/projects/playground/libs/libechonest"
SRC_URI="http://files.lfranchi.com/${P}.tar.bz2
http://pwsp.cleinias.com/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="test" # Networking required
RDEPEND=">=dev-libs/qjson-0.5
dev-qt/qtcore:4"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-qt/qttest:4"
PATCHES=( "${FILESDIR}"/${PN}-2.0.1-Werror.patch )
DOCS=( AUTHORS README TODO )