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-sound/qpitch/qpitch-1.0.1.ebuild

24 lines
614 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qpitch/qpitch-1.0.1.ebuild,v 1.7 2013/03/02 22:01:06 hwoarang Exp $
EAPI="2"
inherit cmake-utils
DESCRIPTION="A program to tune musical instruments using Qt4"
HOMEPAGE="http://wspinell.altervista.org/qpitch/"
SRC_URI="http://download.gna.org/${PN}/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-qt/qtgui:4
>=media-libs/portaudio-19_pre20071207
>=sci-libs/fftw-3.1.0"
RDEPEND="${DEPEND}"
DOCS=(README changelog)