public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/streamtranscoder/, media-sound/streamtranscoder/files/
@ 2017-06-03 20:52 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-06-03 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     d63f2655b3e69da460c00bd08695cbb5a9d258f2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 20:36:29 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 20:52:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63f2655

media-sound/streamtranscoder: [QA] Various fixes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../files/streamtranscoder-1.2.4-build.patch           | 12 ++++++------
 .../streamtranscoder/streamtranscoder-1.2.4.ebuild     | 18 ++++++++----------
 .../streamtranscoder/streamtranscoder-3.1.11.ebuild    | 11 ++++-------
 3 files changed, 18 insertions(+), 23 deletions(-)

diff --git a/media-sound/streamtranscoder/files/streamtranscoder-1.2.4-build.patch b/media-sound/streamtranscoder/files/streamtranscoder-1.2.4-build.patch
index 07128bb9559..d79b074abd9 100644
--- a/media-sound/streamtranscoder/files/streamtranscoder-1.2.4-build.patch
+++ b/media-sound/streamtranscoder/files/streamtranscoder-1.2.4-build.patch
@@ -1,5 +1,5 @@
---- configure.in
-+++ configure.in
+--- a/configure.in
++++ b/configure.in
 @@ -83,22 +83,29 @@
  
  dnl -- configure options --
@@ -36,8 +36,8 @@
  AC_SUBST(LIBTOOL_DEPS)
  AC_SUBST(OPT)
  AC_SUBST(LIBS)
---- src/Makefile.am
-+++ src/Makefile.am
+--- a/src/Makefile.am
++++ b/src/Makefile.am
 @@ -17,5 +17,6 @@
   
  INCLUDES = -I$(srcdir)/liboddcast -I$(srcdir)/libtranscoder
@@ -47,8 +47,8 @@
 +install-data-hook:
 +	$(INSTALL) -d $(DESTDIR)$(sysconfdir)
 +	$(INSTALL) -m644 transcoder.cfg $(DESTDIR)$(sysconfdir)/transcoder.cfg
---- src/libtranscoder/transcurl.cpp
-+++ src/libtranscoder/transcurl.cpp
+--- a/src/libtranscoder/transcurl.cpp
++++ b/src/libtranscoder/transcurl.cpp
 @@ -18,7 +18,6 @@
  #include <winsock2.h>
  #endif

diff --git a/media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild b/media-sound/streamtranscoder/streamtranscoder-1.2.4.ebuild
index 1e889bc9793..3ad59e039eb 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
 }

diff --git a/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild b/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild
index d73225b9e58..8e03e14c017 100644
--- a/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild
+++ b/media-sound/streamtranscoder/streamtranscoder-3.1.11.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 MY_P=${PN}v3-${PV}
 
-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/tools/streamTranscoderV3"
 SRC_URI="http://www.oddsock.org/tools/streamTranscoderV3/${MY_P}.tar.gz"
 
@@ -20,8 +22,3 @@ RDEPEND=">=media-libs/libogg-1.1
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/${MY_P}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed."
-	dodoc AUTHORS
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-03 20:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-03 20:52 [gentoo-commits] repo/gentoo:master commit in: media-sound/streamtranscoder/, media-sound/streamtranscoder/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox