summaryrefslogtreecommitdiff
path: root/media-sound/toolame/toolame-02l-r4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /media-sound/toolame/toolame-02l-r4.ebuild
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'media-sound/toolame/toolame-02l-r4.ebuild')
-rw-r--r--media-sound/toolame/toolame-02l-r4.ebuild22
1 files changed, 9 insertions, 13 deletions
diff --git a/media-sound/toolame/toolame-02l-r4.ebuild b/media-sound/toolame/toolame-02l-r4.ebuild
index fea144e8c601..659ebf40b047 100644
--- a/media-sound/toolame/toolame-02l-r4.ebuild
+++ b/media-sound/toolame/toolame-02l-r4.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit eutils flag-o-matic toolchain-funcs
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="tooLAME - an optimized mpeg 1/2 layer 2 audio encoder"
HOMEPAGE="http://www.planckenergy.com"
@@ -11,25 +12,20 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
PATCHES=(
- "${FILESDIR}/${P}-gentoo.diff"
- "${FILESDIR}/${P}-uint.patch"
- "${FILESDIR}/${P}-uint32_t.patch"
+ "${FILESDIR}"/${P}-Makefile.patch
+ "${FILESDIR}"/${P}-uint.patch
+ "${FILESDIR}"/${P}-uint32_t.patch
+ "${FILESDIR}"/${P}-fno-common.patch
)
-src_prepare() {
- # fix #571774 by restoring pre-GCC5 inline semantics
- append-cflags -std=gnu89
-
+src_configure() {
append-lfs-flags
tc-export CC
-
- default
}
src_install() {
dobin ${PN}
- dodoc README HISTORY FUTURE html/* text/*
+ dodoc -r README HISTORY FUTURE html/. text/.
}