summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-10-27 03:09:01 +0000
committerTim Harder <radhermit@gentoo.org>2010-10-27 03:09:01 +0000
commit4a48f5ebace50aed4aa30de263b4c748f12f5d67 (patch)
tree7dcbcf5c0ddd6975f2917a9ea9e04634fa0769cf /media-sound/audacity
parentUse top tier for mirror://gentoo, bug 307683 (diff)
downloadgentoo-2-4a48f5ebace50aed4aa30de263b4c748f12f5d67.tar.gz
gentoo-2-4a48f5ebace50aed4aa30de263b4c748f12f5d67.tar.bz2
gentoo-2-4a48f5ebace50aed4aa30de263b4c748f12f5d67.zip
Apply patch to fix build errors with recent versions of ffmpeg (fixes bug #284308, reported by Jeff).
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audacity')
-rw-r--r--media-sound/audacity/ChangeLog6
-rw-r--r--media-sound/audacity/audacity-1.3.8.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog
index c0511e776d7b..3ad23b3874a2 100644
--- a/media-sound/audacity/ChangeLog
+++ b/media-sound/audacity/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audacity
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.143 2010/10/26 21:22:53 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.144 2010/10/27 03:09:01 radhermit Exp $
+
+ 27 Oct 2010; Tim Harder <radhermit@gentoo.org> audacity-1.3.8.ebuild:
+ Apply patch to fix build errors with recent versions of ffmpeg (fixes bug
+ #284308, reported by Jeff).
26 Oct 2010; Tim Harder <radhermit@gentoo.org> audacity-1.3.12.ebuild,
+files/audacity-1.3.12-ffmpeg.patch:
diff --git a/media-sound/audacity/audacity-1.3.8.ebuild b/media-sound/audacity/audacity-1.3.8.ebuild
index 6bd0e2830b80..8fc6e381ebfd 100644
--- a/media-sound/audacity/audacity-1.3.8.ebuild
+++ b/media-sound/audacity/audacity-1.3.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.8.ebuild,v 1.7 2009/10/12 19:40:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.8.ebuild,v 1.8 2010/10/27 03:09:01 radhermit Exp $
EAPI=2
@@ -50,6 +50,7 @@ S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}/${PN}-1.3.8-automagic.patch"
epatch "${FILESDIR}/${PN}-1.3.8-gsocket-conflict.patch"
+ epatch "${FILESDIR}/${PN}-1.3.12-ffmpeg.patch"
AT_M4DIR="${S}/m4" eautoreconf
}