blob: 052ea1b02f8fd0e26c7c9b1389a6a50b3d523add (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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"
)
|