From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQufb-0000Rg-4q for guix-patches@gnu.org; Fri, 30 Jun 2017 08:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQufW-0008PO-6J for guix-patches@gnu.org; Fri, 30 Jun 2017 08:05:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42881) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQufW-0008PH-3W for guix-patches@gnu.org; Fri, 30 Jun 2017 08:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dQufV-0006so-Or for guix-patches@gnu.org; Fri, 30 Jun 2017 08:05:01 -0400 Subject: [bug#27537] [PATCH 0/6] Axoloti Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQueu-0008Vk-Vl for guix-patches@gnu.org; Fri, 30 Jun 2017 08:04:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQuep-00082H-QQ for guix-patches@gnu.org; Fri, 30 Jun 2017 08:04:24 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dQuep-0007zY-Jb for guix-patches@gnu.org; Fri, 30 Jun 2017 08:04:19 -0400 From: Ricardo Wurmus Date: Fri, 30 Jun 2017 14:04:02 +0200 Message-Id: <20170630120402.27877-1-rekado@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27537@debbugs.gnu.org Cc: Ricardo Wurmus Hi Guix, this patch set adds a package for the Axoloti patcher. The Axoloti is a very cool audio development board with a free hardware design. It comes with a patcher application that looks a lot like what Pd provides. That application is written in Java, so it took me a long time to get it packaged. Here it is! I'm not sure about "java-slf4j-api", because I get an error not only when running the tests but also when using the patcher application. It's troubling but seems not to represent a big problem. Still, I think we should fix it. "java-classpathx-servletapi" is an implementation of the servlet API. I'm very happy that this package exists, because the only alternative would have been to package Apache Tomcat (and that's really hard). Thanks in advance for taking the time to review this! ~~ Ricardo Ricardo Wurmus (6): gnu: Add java-classpathx-servletapi gnu: Add java-javaewah. gnu: Add java-slf4j-api. gnu: Add java-jgit. gnu: Add java-jgit-4.2. gnu: Add Axoloti. gnu/local.mk | 2 + gnu/packages/axoloti.scm | 322 ++++++++++++++++++++++++++ gnu/packages/java.scm | 102 ++++++++ gnu/packages/patches/libusb-for-axoloti.patch | 14 ++ gnu/packages/version-control.scm | 68 +++++- 5 files changed, 507 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/axoloti.scm create mode 100644 gnu/packages/patches/libusb-for-axoloti.patch -- 2.12.2