From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: [PATCH 0/4] Add x265 Date: Tue, 25 Oct 2016 08:39:28 +0300 Message-ID: <20161025053932.10328-1-efraim@flashner.co.il> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byuSl-0001Wf-AT for guix-devel@gnu.org; Tue, 25 Oct 2016 01:39:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byuSi-00013A-8j for guix-devel@gnu.org; Tue, 25 Oct 2016 01:39:51 -0400 Received: from flashner.co.il ([178.62.234.194]:44566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byuSi-00012p-1Y for guix-devel@gnu.org; Tue, 25 Oct 2016 01:39:48 -0400 Received: from localhost (85.64.232.168.dynamic.barak-online.net [85.64.232.168]) by flashner.co.il (Postfix) with ESMTPSA id D9178401A6 for ; Tue, 25 Oct 2016 05:39:46 +0000 (UTC) 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: guix-devel@gnu.org I've set up x265 to build the binary because it adds all of ~100kb to the closure. If we add yasm it builds a CPU-specific binary, which doesn't help us so much, but does allow us to run the tests. I believe the other patches hit all of the packages that we have that could benefit from having x265 as an input. Efraim Flashner (4): gnu: Add x265. gnu: ffmpeg: Add x265 support. gnu: gst-plugins-bad: Add x265 support. gnu: vlc: Add x265 support. gnu/packages/gstreamer.scm | 3 ++- gnu/packages/video.scm | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) -- 2.10.1