1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: jfugue
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>
Build-Depends: debhelper (>= 8.0.0), default-jdk, javahelper, libxom-java
Standards-Version: 3.9.2
Homepage: http://www.jfugue.org/
Vcs-Git: git://git.debian.org/pkg-java/jfugue.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jfugue.git;a=summary
Package: libjfugue-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
Provides: jfugue
Replaces: jfugue (<< 4.0.3-3~)
Breaks: jfugue (<< 4.0.3-3~)
Description: Java API for music programming
JFugue is a Java API for music programming that does not require the
programmer to be aware of all the complexities of MIDI. The music can
be synthetized from strings that describe its notes, chords,
instruments, etc., or can be generated in real-time in many different
ways.
.
JFugue supports playing music in real time as well as saving it to
MIDI files or send it to MIDI devices.
Package: jfugue
Architecture: all
Depends: libjfugue-java, ${misc:Depends}
Description: Java API for music programming - transitional package
JFugue is a Java API for music programming that does not require the
programmer to be aware of all the complexities of MIDI. The music can
be synthetized from strings that describe its notes, chords,
instruments, etc., or can be generated in real-time in many different
ways.
.
JFugue supports playing music in real time as well as saving it to
MIDI files or send it to MIDI devices.
.
This is a transitional package and can safely removed after having
installed its dependencies.
|