summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-04-01 09:38:13 +0000
committerIan Delaney <idella4@gentoo.org>2015-04-01 09:38:13 +0000
commit8ff41b88a9326180bba65614e733adc5dad68cc3 (patch)
treea8387942b14cb83d002456c91b1b890be90efa98 /net-voip
parentBump (diff)
downloadgentoo-2-8ff41b88a9326180bba65614e733adc5dad68cc3.tar.gz
gentoo-2-8ff41b88a9326180bba65614e733adc5dad68cc3.tar.bz2
gentoo-2-8ff41b88a9326180bba65614e733adc5dad68cc3.zip
substitute broken patch (-ffmpeg-avstream.patch) with a sed statement in place of patch supplied by maintainer in Bug #543138, fixes said bug
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/homer/ChangeLog8
-rw-r--r--net-voip/homer/homer-0.25-r1.ebuild8
2 files changed, 11 insertions, 5 deletions
diff --git a/net-voip/homer/ChangeLog b/net-voip/homer/ChangeLog
index f902c962d226..a8552c1d48fa 100644
--- a/net-voip/homer/ChangeLog
+++ b/net-voip/homer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/homer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/ChangeLog,v 1.16 2014/12/22 18:31:52 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/ChangeLog,v 1.17 2015/04/01 09:38:13 idella4 Exp $
+
+ 01 Apr 2015; Ian Delaney <idella4@gentoo.org> homer-0.25-r1.ebuild:
+ substitute broken patch (-ffmpeg-avstream.patch) with a sed statement in place
+ of patch supplied by maintainer in Bug #543138, fixes said bug
22 Dec 2014; Markos Chandras <hwoarang@gentoo.org>
+files/homer-0.25-ffmpeg-avstream.patch, homer-0.25-r1.ebuild:
diff --git a/net-voip/homer/homer-0.25-r1.ebuild b/net-voip/homer/homer-0.25-r1.ebuild
index 8a7d46b17594..0e2ea008f0b7 100644
--- a/net-voip/homer/homer-0.25-r1.ebuild
+++ b/net-voip/homer/homer-0.25-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/homer-0.25-r1.ebuild,v 1.7 2014/12/22 18:31:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/homer/homer-0.25-r1.ebuild,v 1.8 2015/04/01 09:38:13 idella4 Exp $
EAPI=5
@@ -49,7 +49,9 @@ S="${WORKDIR}/${MY_PN}-${PV}"
src_prepare() {
epatch "${DISTDIR}/${P}-ffmpeg2.patch"
- epatch "${FILESDIR}/${P}-ffmpeg-avstream.patch"
+ # Bug #543138
+ sed -e '/mRtpEncoderStream->reference_dts = 0;/d' \
+ -i HomerMultimedia/src/RTP.cpp || die
if use pulseaudio; then
sed -i \