From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: ffmpeg package update Date: Sun, 27 Mar 2016 19:20:54 -0400 Message-ID: <20160327232054.GA19614@jasmine> References: <77beba44ab232a32670c6c1dce4ef56c@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akJzP-0000Y7-FB for guix-devel@gnu.org; Sun, 27 Mar 2016 19:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akJzM-0007TQ-9Y for guix-devel@gnu.org; Sun, 27 Mar 2016 19:20:59 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:36875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akJzM-0007TL-5K for guix-devel@gnu.org; Sun, 27 Mar 2016 19:20:56 -0400 Content-Disposition: inline In-Reply-To: <77beba44ab232a32670c6c1dce4ef56c@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: rain1@openmailbox.org Cc: guix-devel@gnu.org On Thu, Mar 24, 2016 at 04:58:43PM +0000, rain1@openmailbox.org wrote: > Hello, > > Our ffmpeg package is old (version 2.8.6 but 3.0 is available now). > > I noticed this because I found a segfault in a program that uses mpv: mkdir > -p a ; mpv a. Updating ffmpeg fixes this. > > Removed libquvi from it as that has been removed from mpv and is not being > updated. Upstream commit 2d40a09b6 removed support for libquvi: https://github.com/FFmpeg/FFmpeg/commit/2d40a09b6e73230b160a505f01ed1acf169e1d9f > > Changed a configure flag --disable-mipsdspr1 to --disable-mipsdsp - this is > just a rename. You can read about this here > since > it's just a rename I do not think this will break ffmpeg on MIPS. $ guix refresh -l ffmpeg Building the following 15 packages would ensure 20 dependent packages are rebuilt: mplayer-1.2.1 emotion-generic-players-1.17.0 obs-0.13.2 mpv-0.16.0 cmus-2.7.1 pianobar-2015.11.22 mpd-0.19.12 kodi-16.0 gst-libav-1.6.3 blender-2.76b guile-gnunet-0.0.383eac2 gnunet-gtk-0.10.1 retroarch-1.3.1 audacity-2.1.0 synfigstudio-1.0.2 Does anyone want to check if some of those still work with this change, or should we just apply the update?