From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: [PATCH] gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10. Date: Wed, 29 Apr 2015 17:05:09 +0800 Message-ID: <87iocfe24a.fsf@gmail.com> References: <1430295896-20805-1-git-send-email-iyzsong@gmail.com> <20150429083517.GA5019@debian> 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]:44174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnNv8-0001Ws-4M for guix-devel@gnu.org; Wed, 29 Apr 2015 05:04:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnNv2-0004Eg-Ao for guix-devel@gnu.org; Wed, 29 Apr 2015 05:04:42 -0400 Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:34186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnNv2-0004EH-4N for guix-devel@gnu.org; Wed, 29 Apr 2015 05:04:36 -0400 Received: by pacyx8 with SMTP id yx8so22340453pac.1 for ; Wed, 29 Apr 2015 02:04:35 -0700 (PDT) In-Reply-To: <20150429083517.GA5019@debian> 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > On Wed, Apr 29, 2015 at 04:24:56PM +0800, =E5=AE=8B=E6=96=87=E6=AD=A6 wro= te: >> * gnu/packages/gstreamer.scm (gstreamer-0.10, gst-plugins-base-0.10): >> Remove variables. >> * gnu/packages/patches/gstreamer-0.10-bison3.patch, >> gnu/packages/patches/gstreamer-0.10-silly-test.patch: Remove files. >> * gnu-system.am (dist_patch_DATA): Remove them. > > It corresponds to a suggestion I have made before, so I am supporting it > again. The packages do not compile currently. If they are needed at any t= ime > in the future as an input to some other package, the packager will have to > repair them anyway, and getting them out of git would be a minor addition= al > effort. OK, pushed. > > Andreas