From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH 2/2] gnu: Add libopenjpeg. Date: Thu, 28 Mar 2013 21:33:37 +0100 Message-ID: <5154A921.3000803@gmail.com> References: <1364333243-27199-1-git-send-email-tipecaml@gmail.com> <1364333243-27199-3-git-send-email-tipecaml@gmail.com> <201303270947.07903.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULJhj-0006cR-QV for bug-guix@gnu.org; Thu, 28 Mar 2013 16:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULJhi-00077D-Oe for bug-guix@gnu.org; Thu, 28 Mar 2013 16:45:47 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:49160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULJhi-000770-4w for bug-guix@gnu.org; Thu, 28 Mar 2013 16:45:46 -0400 Received: by mail-wi0-f173.google.com with SMTP id ez12so3708590wid.0 for ; Thu, 28 Mar 2013 13:45:45 -0700 (PDT) In-Reply-To: <201303270947.07903.andreas@enge.fr> 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: Andreas Enge Cc: bug-guix@gnu.org On 03/27/2013 09:47 AM, Andreas Enge wrote: > Am Dienstag, 26. März 2013 schrieb Cyril Roelandt: >> gnu/packages/libopenjpeg.scm | 56 > > There is already a file libjpeg.scm. How about putting the packages in the > same file, named jpeg.scm, for instance? > This file does not exist on the 'master' branch. Plus, I really did not want to push libopenjpeg, it was just a simple example to test my cmake build-system. It makes sense to put libopenjpeg in jpeg.scm, we'll have to do that once we get it to work. Cyril.