From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCHES] Various Date: Mon, 09 Mar 2015 10:14:33 +0100 Message-ID: <87ioeapm6e.fsf@gnu.org> References: <87pp8kd5s5.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUtlo-0003qf-3I for guix-devel@gnu.org; Mon, 09 Mar 2015 05:14:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUtlk-0007Sb-2d for guix-devel@gnu.org; Mon, 09 Mar 2015 05:14:40 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUtlj-0007SV-Vz for guix-devel@gnu.org; Mon, 09 Mar 2015 05:14:36 -0400 In-Reply-To: <87pp8kd5s5.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Sat, 07 Mar 2015 19:24:58 +0100") 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: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > Tracking the dependency DAG of mplayer2 lead to a big series of patches. > These are the fairly simple first 21 out of a total 25. I will push > them in let's say two days if nobody has comments. > > 5 of the patches do something else than adding a package: > > - openal has been moved from games to audio, > > - freeglut now propagates input glu, > > - cdio had a misleading description claiming it includes pycdio and > libcdio-paranoia, when it doesn't; it's now fixed, > > - ffmpeg got three more optional inputs that were already packaged, > > - ffmpeg now builds with libavresample support. > > Moreover, a handful of the package-adding patches also add the added > package as an additional optional input to ffmpeg. >From a quick glance, this all looks reasonable to me. Please run =E2=80=98make clean-go && make=E2=80=99 to make sure the shuffling didn=E2= =80=99t introduce any issue, just in case, and check that the new packages pass =E2=80=98guix lin= t=E2=80=99 if you haven=E2=80=99t already. Thank you for all this work! Ludo=E2=80=99.