media-sound/coquillo: EAPI-7 bump
[gentoo.git] / media-sound / vorbisgain / vorbisgain-0.37-r2.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files"
7 HOMEPAGE="https://sjeng.org/vorbisgain.html"
8 SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz"
9
10 LICENSE="LGPL-2.1"
11 SLOT="0"
12 KEYWORDS="amd64 ppc ppc64 sparc x86"
13 IUSE=""
14
15 RDEPEND="
16         media-libs/libogg
17         media-libs/libvorbis"
18 DEPEND="${RDEPEND}"
19
20 PATCHES=(
21         # bug 200931
22         "${FILESDIR}"/${P}-fix-errno-and-warnings.patch
23 )
24 DOCS=( NEWS README vorbisgain.txt )
25
26 src_configure() {
27         econf --enable-recursive
28 }