Skip to content

Instantly share code, notes, and snippets.

@xhochy
Created January 10, 2013 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xhochy/4502855 to your computer and use it in GitHub Desktop.
Save xhochy/4502855 to your computer and use it in GitHub Desktop.
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libechonest/libechonest-2.0.1.ebuild,v 1.2 2012/12/27 23:14:16 hasufell Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="A library for communicating with The Echo Nest"
HOMEPAGE="http://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=""
RDEPEND=">=dev-libs/qjson-0.5
x11-libs/qt-core:4"
DEPEND="${RDEPEND}
virtual/pkgconfig
x11-libs/qt-test:4"
RESTRICT="test" # network access required
DOCS=( AUTHORS README TODO )
PATCHES=( "${FILESDIR}"/libechonest-2.0.1-Werror.patch )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment