From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PAwNt-0006wG-VY for garchives@archives.gentoo.org; Wed, 27 Oct 2010 03:09:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49750E0815; Wed, 27 Oct 2010 03:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1116BE0815 for ; Wed, 27 Oct 2010 03:09:04 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D9931B401B for ; Wed, 27 Oct 2010 03:09:03 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id BE96D20054; Wed, 27 Oct 2010 03:09:01 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/audacity: audacity-1.3.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: audacity-1.3.8.ebuild ChangeLog X-VCS-Directories: media-sound/audacity X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Message-Id: <20101027030901.BE96D20054@flycatcher.gentoo.org> Date: Wed, 27 Oct 2010 03:09:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f4017d65-c0ee-4648-b063-74364dc27edc X-Archives-Hash: e11c740e37c966d0c9211f86f00ffef0 radhermit 10/10/27 03:09:01 Modified: audacity-1.3.8.ebuild ChangeLog Log: Apply patch to fix build errors with recent versions of ffmpeg (fixes b= ug #284308, reported by Jeff). =20 (Portage version: 2.2_rc98/cvs/Linux x86_64) Revision Changes Path 1.8 media-sound/audacity/audacity-1.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audaci= ty/audacity-1.3.8.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audaci= ty/audacity-1.3.8.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audaci= ty/audacity-1.3.8.ebuild?r1=3D1.7&r2=3D1.8 Index: audacity-1.3.8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.8.ebu= ild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- audacity-1.3.8.ebuild 12 Oct 2009 19:40:08 -0000 1.7 +++ audacity-1.3.8.ebuild 27 Oct 2010 03:09:01 -0000 1.8 @@ -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.e= build,v 1.7 2009/10/12 19:40:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.3.8.e= build,v 1.8 2010/10/27 03:09:01 radhermit Exp $ =20 EAPI=3D2 =20 @@ -50,6 +50,7 @@ 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=3D"${S}/m4" eautoreconf } =20 1.144 media-sound/audacity/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audaci= ty/ChangeLog?rev=3D1.144&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audaci= ty/ChangeLog?rev=3D1.144&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audaci= ty/ChangeLog?r1=3D1.143&r2=3D1.144 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- ChangeLog 26 Oct 2010 21:22:53 -0000 1.143 +++ ChangeLog 27 Oct 2010 03:09:01 -0000 1.144 @@ -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.14= 3 2010/10/26 21:22:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.14= 4 2010/10/27 03:09:01 radhermit Exp $ + + 27 Oct 2010; Tim Harder audacity-1.3.8.ebuild: + Apply patch to fix build errors with recent versions of ffmpeg (fixes = bug + #284308, reported by Jeff). =20 26 Oct 2010; Tim Harder audacity-1.3.12.ebuild, +files/audacity-1.3.12-ffmpeg.patch: