all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27537] [PATCH 0/6] Axoloti
@ 2017-06-30 12:04 Ricardo Wurmus
  2017-06-30 12:25 ` [bug#27537] [PATCH 1/6] gnu: Add java-classpathx-servletapi Ricardo Wurmus
  0 siblings, 1 reply; 12+ messages in thread
From: Ricardo Wurmus @ 2017-06-30 12:04 UTC (permalink / raw)
  To: 27537; +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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-10-17 14:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-30 12:04 [bug#27537] [PATCH 0/6] Axoloti Ricardo Wurmus
2017-06-30 12:25 ` [bug#27537] [PATCH 1/6] gnu: Add java-classpathx-servletapi Ricardo Wurmus
2017-06-30 12:25   ` [bug#27537] [PATCH 2/6] gnu: Add java-javaewah Ricardo Wurmus
2017-07-31 15:30     ` Ludovic Courtès
2017-06-30 12:25   ` [bug#27537] [PATCH 3/6] gnu: Add java-slf4j-api Ricardo Wurmus
2017-06-30 12:25   ` [bug#27537] [PATCH 4/6] gnu: Add java-jgit Ricardo Wurmus
2017-06-30 12:25   ` [bug#27537] [PATCH 5/6] gnu: Add java-jgit-4.2 Ricardo Wurmus
2017-06-30 12:25   ` [bug#27537] [PATCH 6/6] gnu: Add Axoloti Ricardo Wurmus
2017-06-30 21:08     ` Ricardo Wurmus
2017-07-31 15:31       ` Ludovic Courtès
2017-10-17 14:57       ` bug#27537: " Ricardo Wurmus
2017-07-31 15:29   ` [bug#27537] [PATCH 1/6] gnu: Add java-classpathx-servletapi Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.