From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C43E7138010 for ; Sat, 29 Sep 2012 02:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3182821C00E; Sat, 29 Sep 2012 02:09:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E162621C00E for ; Sat, 29 Sep 2012 02:09:00 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1189133CEF6 for ; Sat, 29 Sep 2012 02:09:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 9493E21601; Sat, 29 Sep 2012 02:08:58 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ffmpeg-9999.ebuild ChangeLog X-VCS-Directories: media-video/ffmpeg X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120929020858.9493E21601@flycatcher.gentoo.org> Date: Sat, 29 Sep 2012 02:08:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fdc66590-0e2b-42a4-b77c-bacbbc609752 X-Archives-Hash: 791a80df85f133d6338c04d21b3e59fc aballier 12/09/29 02:08:58 Modified: ffmpeg-9999.ebuild ChangeLog Log: cpudetection is now enabled by default, disable it if the useflag is not enabled (Portage version: 2.2.0_alpha134/cvs/Linux x86_64) Revision Changes Path 1.105 media-video/ffmpeg/ffmpeg-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.104&r2=1.105 Index: ffmpeg-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- ffmpeg-9999.ebuild 21 Sep 2012 11:49:42 -0000 1.104 +++ ffmpeg-9999.ebuild 29 Sep 2012 02:08:58 -0000 1.105 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.104 2012/09/21 11:49:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.105 2012/09/29 02:08:58 aballier Exp $ EAPI="4" @@ -140,7 +140,7 @@ use bzip2 || myconf="${myconf} --disable-bzlib" use sdl || myconf="${myconf} --disable-ffplay" - use cpudetection && myconf="${myconf} --enable-runtime-cpudetect" + use cpudetection || myconf="${myconf} --disable-runtime-cpudetect" use openssl && myconf="${myconf} --enable-openssl --enable-nonfree" for i in gnutls ; do use $i && myconf="${myconf} --enable-$i" 1.581 media-video/ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.581&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.581&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.580&r2=1.581 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v retrieving revision 1.580 retrieving revision 1.581 diff -u -r1.580 -r1.581 --- ChangeLog 25 Sep 2012 03:50:07 -0000 1.580 +++ ChangeLog 29 Sep 2012 02:08:58 -0000 1.581 @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.580 2012/09/25 03:50:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.581 2012/09/29 02:08:58 aballier Exp $ + + 29 Sep 2012; Alexis Ballier ffmpeg-9999.ebuild: + cpudetection is now enabled by default, disable it if the useflag is not + enabled 25 Sep 2012; Mike Frysinger ffmpeg-0.10.2.ebuild, ffmpeg-0.10.3.ebuild, ffmpeg-0.10.4.ebuild, ffmpeg-0.10.5.ebuild,