From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Patch: Add avidemux Date: Mon, 23 Feb 2015 23:14:18 +0100 Message-ID: <20150223221418.GA20828@debian> References: <20150223220412.GA20200@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ1Gj-0003Qs-Qp for guix-devel@gnu.org; Mon, 23 Feb 2015 17:14:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ1Gf-0003FL-Py for guix-devel@gnu.org; Mon, 23 Feb 2015 17:14:25 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:63224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ1Gf-0003FH-HR for guix-devel@gnu.org; Mon, 23 Feb 2015 17:14:21 -0500 Content-Disposition: inline In-Reply-To: <20150223220412.GA20200@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: guix-devel@gnu.org PS: The package creates a directory lib64/ on x86_64, and not lib/; this could be a problem, as I am passing the name into a cmake flag. Unlike suggested in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18926 using (string-append "-DCMAKE_INSTALL_LIBDIR=" out "/lib") as an additional cmake flag did not change anything.