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 1SVaYg-0005T3-1l for garchives@archives.gentoo.org; Sat, 19 May 2012 03:42:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4E1FE07A0; Sat, 19 May 2012 03:42:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 88096E076F for ; Sat, 19 May 2012 03:40:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 1BDA71B400B for ; Sat, 19 May 2012 03:40:48 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.243 X-Spam-Level: X-Spam-Status: No, score=-1.243 tagged_above=-999 required=5.5 tests=[AWL=-0.233, BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=no Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SVhzbZgI_Q7Y for ; Sat, 19 May 2012 03:40:38 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 303041B4006 for ; Sat, 19 May 2012 03:40:36 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SVaWu-0006Cl-L6 for gentoo-user@gentoo.org; Sat, 19 May 2012 05:40:32 +0200 Received: from athedsl-343219.home.otenet.gr ([85.72.196.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 May 2012 05:40:32 +0200 Received: from realnc by athedsl-343219.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 May 2012 05:40:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: ffmpeg and libav Date: Sat, 19 May 2012 06:39:49 +0300 Organization: Lucas Barks Message-ID: References: <20120516222911.0a82d450@echoes> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-343219.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 In-Reply-To: X-Archives-Salt: a81c427d-065f-408e-93a5-52af732c147d X-Archives-Hash: a6e5be4aec40294d8ee88f1b3c589e99 On 19/05/12 06:30, Nikos Chantziaras wrote: > On 17/05/12 01:29, john wrote: >> >> Hello, >> >> I have changed by use flag for ffmpeg to include theora. When i try >> emerge I get the following >> >> [blocks B ] media-video/ffmpeg ("media-video/ffmpeg" is blocking >> media-video/libav-0.8.2) >> >> * Error: The above package list contains packages which cannot be >> * installed at the same time on the same system. > > Try to sync your portage tree again. There was a bug in the ebuilds that > would result in blockers. > > Other than that, you should probably remove all references to ffmpeg and > libav from world, and then "emerge -1" either media-video/ffmpeg or > media-video/libav according to which implementation you prefer. If > you're using media-video/mplayer, then you don't have a choice; you need > media-video/ffmpeg. If you're using media-video/mplayer2, then you can > use either one. I forgot to mention that you *need* to set virtual/ffmpeg to the same USE flags you have set for media-video/ffmpeg (or media-video/libav, if you decide to use that one instead.) That means duplicate USE flags in your package.use: virtual/ffmpeg foo bar baz media-video/libav foo bar baz media-video/libav foo bar baz Yes, virtuals suck.