emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27537: closed ([PATCH 0/6] Axoloti)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27537: closed ([PATCH 0/6] Axoloti)
Date: Tue, 17 Oct 2017 14:59:02 +0000

Your message dated Tue, 17 Oct 2017 16:57:55 +0200
with message-id <address@hidden>
and subject line Re: [PATCH 6/6] gnu: Add Axoloti.
has caused the debbugs.gnu.org bug report #27537,
regarding [PATCH 0/6] Axoloti
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27537: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27537
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/6] Axoloti Date: Fri, 30 Jun 2017 14:04:02 +0200
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





--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 6/6] gnu: Add Axoloti. Date: Tue, 17 Oct 2017 16:57:55 +0200 User-agent: mu4e 0.9.18; emacs 25.3.1
Ricardo Wurmus <address@hidden> writes:

>> * gnu/packages/axoloti.scm: New file.
>> * gnu/packages/patches/libusb-for-axoloti.patch: New file.
>> * gnu/local.mk (dist_patch_DATA): Add patch.
>> (GNU_SYSTEM_MODULES): Add module.
>
> Annoyingly, this package appears to have a couple of problems, so I’ll
> send an update version later.  The Java dependencies in this series
> should be okay, though.

I fixed a problem in “java-jgit” and pushed an updated version of the
Axoloti patch with the “axoloti” package split into “axoloti-runtime”
and “axoloti-patcher”.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]