From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/2] gnu: Add nasm. Date: Mon, 20 Jun 2016 11:40:10 +0200 Message-ID: <20160620094010.GA2663@solar> References: <87ziqi8bst.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEvgu-0006vA-EE for guix-devel@gnu.org; Mon, 20 Jun 2016 05:40:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEvgo-00027P-8k for guix-devel@gnu.org; Mon, 20 Jun 2016 05:40:24 -0400 Received: from mailrelay2.public.one.com ([91.198.169.125]:33794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEvgn-000272-Sh for guix-devel@gnu.org; Mon, 20 Jun 2016 05:40:18 -0400 Content-Disposition: inline In-Reply-To: <87ziqi8bst.fsf@gnu.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" To: Jan Nieuwenhuizen Cc: guix-devel@gnu.org Hello, On Sat, Jun 18, 2016 at 10:46:58PM +0200, Jan Nieuwenhuizen wrote: > Trying to play an h264 video, I found this comment in gst-plugins-bad: > ;; XXX: The following dependencies are missing: > ;; vo-amrwbenc, vo-aacenc, bs2b, chromaprint, directfb, daala, libdts, > ;; faac, flite, libgsm, libde265, libmms, libmimic, mjpegtools, > ;; mpeg2enc, libofa, opencv, openh264, openni2, libtimemmgr, wildmidi, > and packaged openh264 and its dependency nasm. Find attached. is it a hard dependency? It looks as if nasm will only work on x86; then openh264 would not work on any other architecture, and if we add it to some gst-plugins, these would also not work there (well, they do not work anyway, but that is a different story...). Andreas