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 1R9xCt-0002KL-Mb for garchives@archives.gentoo.org; Sat, 01 Oct 2011 10:54:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F42221C113; Sat, 1 Oct 2011 10:54:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D260621C113 for ; Sat, 1 Oct 2011 10:54:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F1A81B4011 for ; Sat, 1 Oct 2011 10:54:03 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 10A172004B; Sat, 1 Oct 2011 10:54:02 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/aubio: aubio-0.3.2-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: aubio-0.3.2-r2.ebuild ChangeLog X-VCS-Directories: media-libs/aubio X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20111001105402.10A172004B@flycatcher.gentoo.org> Date: Sat, 1 Oct 2011 10:54:02 +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: X-Archives-Hash: 047b21d1e9f983bc32ce84e9cbb7f8ea ssuominen 11/10/01 10:54:02 Modified: aubio-0.3.2-r2.ebuild ChangeLog Log: Disable automagic puredata detection wrt #369835 by Xavier Miller =20 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64) Revision Changes Path 1.3 media-libs/aubio/aubio-0.3.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/a= ubio-0.3.2-r2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/a= ubio-0.3.2-r2.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/a= ubio-0.3.2-r2.ebuild?r1=3D1.2&r2=3D1.3 Index: aubio-0.3.2-r2.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-libs/aubio/aubio-0.3.2-r2.ebuild,= v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aubio-0.3.2-r2.ebuild 1 Oct 2011 10:44:40 -0000 1.2 +++ aubio-0.3.2-r2.ebuild 1 Oct 2011 10:54:01 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuil= d,v 1.2 2011/10/01 10:44:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuil= d,v 1.3 2011/10/01 10:54:01 ssuominen Exp $ =20 EAPI=3D3 =20 @@ -37,6 +37,9 @@ } =20 src_prepare() { + # disable automagic puredata wrt #369835 + sed -i -e '/AC_CHECK_HEADER/s:m_pd.h:dIsAbLe&:' configure.ac || die + epatch \ "${FILESDIR}"/${P}-multilib.patch \ "${FILESDIR}"/${P}-numarray-gnuplot.patch 1.21 media-libs/aubio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/C= hangeLog?rev=3D1.21&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/C= hangeLog?rev=3D1.21&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/C= hangeLog?r1=3D1.20&r2=3D1.21 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-libs/aubio/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 1 Oct 2011 10:45:38 -0000 1.20 +++ ChangeLog 1 Oct 2011 10:54:01 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/aubio # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.20 201= 1/10/01 10:45:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.21 201= 1/10/01 10:54:01 ssuominen Exp $ + + 01 Oct 2011; Samuli Suominen aubio-0.3.2-r2.ebu= ild: + Disable automagic puredata detection wrt #369835 by Xavier Miller =20 01 Oct 2011; Samuli Suominen aubio-0.3.2-r2.ebu= ild: Install some dist_noinst_SCRIPTS to examples directory (see also #3245= 37)