media-sound/ardour: version bump to 6.0
[gentoo.git] / media-sound / vbrfixc / vbrfixc-0.24.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="Vbrfix fixes MP3s and re-constructs VBR headers"
7 HOMEPAGE="http://home.gna.org/vbrfix/"
8 SRC_URI="ftp://mirror.bytemark.co.uk/gentoo/distfiles/${P}.tar.gz"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 # bin endian ones need vbrfixc-0.24-bigendian.diff from gentoo-x86 cvs Attic
13 KEYWORDS="amd64 x86"
14 IUSE=""
15
16 DEPEND=""
17 RDEPEND=""
18
19 PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
20
21 src_install() {
22         HTML_DOCS=( vbrfixc/docs/en/*.html )
23         default
24 }