summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-06-03 22:36:29 +0200
committerDavid Seifert <soap@gentoo.org>2017-06-03 22:52:18 +0200
commitd63f2655b3e69da460c00bd08695cbb5a9d258f2 (patch)
treea70891e2a8fa4d8148416da416f5e7dc593bb391 /media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild
parentmedia-sound/jaaa: [QA] Various fixes (diff)
downloadgentoo-d63f2655b3e69da460c00bd08695cbb5a9d258f2.tar.gz
gentoo-d63f2655b3e69da460c00bd08695cbb5a9d258f2.tar.bz2
gentoo-d63f2655b3e69da460c00bd08695cbb5a9d258f2.zip
media-sound/streamtranscoder: [QA] Various fixes
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild')
-rw-r--r--media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild18
1 files changed, 8 insertions, 10 deletions
diff --git a/media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild b/media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild
index 1e889bc9793d..3ad59e039eb8 100644
--- a/media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild
+++ b/media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=6
-inherit autotools eutils
+inherit autotools
-DESCRIPTION="Command line application to transcode shoutcast/icecast streams to different bitrates"
+DESCRIPTION="Commandline program to transcode shoutcast/icecast streams to different bitrates"
HOMEPAGE="http://www.oddsock.org"
SRC_URI="http://www.oddsock.org/tools/streamTranscoder/${P}.tar.gz"
@@ -22,12 +22,10 @@ RDEPEND=">=media-libs/libogg-1.1
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
- eautoreconf
-}
+PATCHES=( "${FILESDIR}"/${P}-build.patch )
-src_install() {
+src_prepare() {
default
- dodoc AUTHORS README
+ mv configure.{in,ac} || die
+ eautoreconf
}