diff options
author | David Seifert <soap@gentoo.org> | 2022-01-30 12:14:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-30 12:14:04 +0100 |
commit | 97daf68e688cddf6730f224b19fdecc60d55ec51 (patch) | |
tree | c453c599d41aea9b20f4775c0d94614dec5ed31c /media-sound/streamtranscoder | |
parent | media-sound/streamtranscoder: drop 1.2.4 (diff) | |
download | gentoo-97daf68e688cddf6730f224b19fdecc60d55ec51.tar.gz gentoo-97daf68e688cddf6730f224b19fdecc60d55ec51.tar.bz2 gentoo-97daf68e688cddf6730f224b19fdecc60d55ec51.zip |
media-sound/streamtranscoder: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/streamtranscoder')
-rw-r--r-- | media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild (renamed from media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild) | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild b/media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild index 8e03e14c0175..f763307a9203 100644 --- a/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild +++ b/media-sound/streamtranscoder/streamtranscoder-3.1.11-r1.ebuild @@ -1,24 +1,23 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -MY_P=${PN}v3-${PV} +MY_P="${PN}v3-${PV}" DESCRIPTION="Commandline program to transcode shoutcast/icecast streams to different bitrates" HOMEPAGE="http://www.oddsock.org/tools/streamTranscoderV3" SRC_URI="http://www.oddsock.org/tools/streamTranscoderV3/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="" -RDEPEND=">=media-libs/libogg-1.1 - >=media-libs/libvorbis-1.0.1-r2 - >=media-sound/lame-3.96 - >=media-libs/libmad-0.15.1b - >=net-misc/curl-7.11.0" +RDEPEND=" + media-libs/libogg + media-libs/libvorbis + media-sound/lame + media-libs/libmad + net-misc/curl" DEPEND="${RDEPEND}" - -S="${WORKDIR}"/${MY_P} |