blob: 1b409a5e1264688c5685a90aff4ba6b183d6cbc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="A small collection of programs that use libsndfile"
HOMEPAGE="http://www.mega-nerd.com/libsndfile/tools/"
SRC_URI="http://www.mega-nerd.com/libsndfile/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=">=media-libs/libsndfile-1.0.19
>=x11-libs/cairo-1.4.0
sci-libs/fftw:3.0
media-sound/jack-audio-connection-kit"
DEPEND="virtual/pkgconfig
${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-remove-Werror.patch"
)
|