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 025E0138508 for ; Thu, 17 Jan 2013 09:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8B9221C0AE; Thu, 17 Jan 2013 09:42:00 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C923C21C023 for ; Thu, 17 Jan 2013 09:41:59 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id wd20so2375957obb.11 for ; Thu, 17 Jan 2013 01:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=XXkqNCNOJY4jHoCxZQaXBNx+d27hkH1an8BsgbeOyFo=; b=xtz3BgQVRu1CBk1m9N7rtTDKMHSM2NeQLBQucG3uclcIzgMILoYyi+s04rTYu1IzNj 4q54MsGfk4mzQShM/24PauPh+rDf+TXxGEAu59GDAsS8C1/A9tTK06q7B5OELQ00KC+Q noo4dmkkji5ybKeFredGHKL3t3vhCAWbXlr58QgStvumL0rROLwb/zKbw0Elv7NgBuAB ki+MUsBHQoMiD73UbE4AgqXFpNN07KaoGKzVz0b125/BAsKatngriEHaN+5rRLSRWeQi XP1yGtqe8Zq39Z8tnVcwWnjvFvpPeUV98v/wmKrGzNEPVDRKB6ji2k3Xpa/i+LgVdDR5 jg6g== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.60.13.73 with SMTP id f9mr3275782oec.131.1358415719013; Thu, 17 Jan 2013 01:41:59 -0800 (PST) Received: by 10.182.88.38 with HTTP; Thu, 17 Jan 2013 01:41:58 -0800 (PST) In-Reply-To: References: <20130116124002.B9FA22171D@flycatcher.gentoo.org> <20130116170907.6ee31e7d@gentoo.org> Date: Thu, 17 Jan 2013 10:41:58 +0100 Message-ID: Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in virtual/ffmpeg: ffmpeg-9.ebuild ChangeLog ffmpeg-0.10.2-r1.ebuild From: =?UTF-8?B?VG9tw6HFoSBDaHbDoXRhbA==?= To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: fd78144f-946a-4efc-b6b1-d3b3183d43cb X-Archives-Hash: 2bb627e8dd90b49fe7f3fee862a68b4d 2013/1/17 Markos Chandras : > On 16 January 2013 20:09, Alexis Ballier wrote: >> On Wed, 16 Jan 2013 12:40:02 +0000 (UTC) >> "Tomas Chvatal (scarabeus)" wrote: >> >>> scarabeus 13/01/16 12:40:02 >>> >>> Modified: ChangeLog >>> Added: ffmpeg-9.ebuild >>> Removed: ffmpeg-0.10.2-r1.ebuild >>> Log: >>> Add new virtual for 1.1/9 series. Masked. Also it has switched dep >>> order as will be announced upon unmasking. >> >> ... and since we are committing silently without any real discussion I >> will switch the dep order again and announce it much later without >> leaving room for discussion :) >> >> More seriously: Why ? Who decided this ? > > I agree. This is a big change so there should be a discussion about > this or at least an announcement that this is going to happen on the > Xth of February. Did you actually test that the tree is ready for > libav as the default ffmpeg provider? > Yep I did test it. On stable there is nothing broken and right now even mplayer1 compiles fine. On testing there should be nothing broken apart from xbmc, where Alexis is one of upstream devs and he seems not to give fuck about making it work under both. Also Samuli broke it yesterday because he seems not to be bothered about fixing reverse dependencies with cdio update (but again it seems simple to test and fix which will be done when I am not working and have time to test it properly). So yes it works and should not pose any issues to user. I also announced it over blog to get people report more issues they find out so I can be really sure it works out. It turned out the mplayer1 really needs to work under both, which I patched yesterday for stable libav and Luca today for masked libav to work. So overall we are in green numbers if few people didn't break it on purpose or just for the ignorance. The only weird stuff might be for migrating users that they have to use "emerge -C ffmpeg && emerge -1v libav libpostproc" as a postproc is not yet split out of ffmpeg. But even that could be discussed and we can switch to split libpostproc under both libs to have matching deps (even ffmpeg has --disable-postrpoc switch :)). Tom