From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18814: ffmpeg 2.4.2 upgrade broke vlc Date: Fri, 24 Oct 2014 04:57:23 -0400 Message-ID: <87siidc0b0.fsf@netris.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhaiG-0000uE-5W for bug-guix@gnu.org; Fri, 24 Oct 2014 04:59:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xhai7-0002iz-G0 for bug-guix@gnu.org; Fri, 24 Oct 2014 04:59:12 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:41400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhai7-0002iv-DT for bug-guix@gnu.org; Fri, 24 Oct 2014 04:59:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Xhai6-0003ee-U1 for bug-guix@gnu.org; Fri, 24 Oct 2014 04:59:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhagk-0000PK-A7 for bug-guix@gnu.org; Fri, 24 Oct 2014 04:57:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xhagf-0002RH-2T for bug-guix@gnu.org; Fri, 24 Oct 2014 04:57:38 -0400 In-Reply-To: (Jason Self's message of "Mon, 20 Oct 2014 19:32:49 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Jason Self Cc: 18814@debbugs.gnu.org Jason Self writes: > commit 7947a05439cc26d93bd93300f38d216dbb93c76d > Author: Jason Self > Date: Mon Oct 20 12:32:42 2014 -0700 > > gnu: ffmpeg: Update to 2.4.2. > > * gnu/packages/video.scm (ffmpeg): Update to version 2.4.2. This broke the vlc build with the following error: checking for AVCODEC... yes configure: error: libavcodec versions 56 and later are not supported yet. See: http://hydra.gnu.org/job/gnu/master/vlc-2.1.4.x86_64-linux http://hydra.gnu.org/job/gnu/master/vlc-2.1.4.i686-linux I tried upgrading vlc to the latest release (2.1.5), but it didn't help: http://hydra.gnu.org/job/gnu/master/vlc-2.1.5.x86_64-linux http://hydra.gnu.org/job/gnu/master/vlc-2.1.5.i686-linux Two solutions come to mind: * Add an alternate 'ffmpeg-2.3' package (in addition to 2.4.x) for use by vlc. * Look for upstream vlc patches that fix this problem. Jason, would you like to look into it? Mark