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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: tuxguitar
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Philippe Coval <rzr@gna.org>,
tony mancill <tmancill@debian.org>
Section: sound
Priority: optional
Build-Depends: ant,
debhelper-compat (= 12),
default-jdk,
docbook-to-man,
docbook-utils,
libasound2-dev | liboss4-salsa-dev,
libfluidsynth-dev,
libitext-java,
libjack-jackd2-dev | libjack-dev,
libswt-gtk-4-java
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/java-team/tuxguitar
Vcs-Git: https://salsa.debian.org/java-team/tuxguitar.git
Homepage: http://www.tuxguitar.com.ar
Package: tuxguitar
Architecture: all
Depends: default-jre | java2-runtime,
file,
libitext-java,
libjs-jquery,
libswt-cairo-gtk-4-jni,
libswt-gtk-4-java,
libswt-webkit-gtk-4-jni,
${misc:Depends}
Recommends: tuxguitar-alsa (= ${source:Version}),
tuxguitar-oss (= ${source:Version})
Suggests: lilypond,
tuxguitar-jsa (= ${source:Version})
Description: Multitrack guitar tablature editor and player (gp3 to gp5)
TuxGuitar is a multitrack Guitar tablature editor and player.
It can open GP3, GP4, and GP5 files and exports in MIDI and PDF.
Package: tuxguitar-jsa
Architecture: all
Depends: default-jre | java2-runtime,
tuxguitar (= ${source:Version}),
${misc:Depends}
Description: tuxguitar plugin for sound playback using Java Sound API
Use Tuxguitar along this plugin if unsure, other sounds can be used too.
Package: tuxguitar-alsa
Architecture: any
Depends: tuxguitar (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: timidity
Description: tuxguitar plugin for sound playback using ALSA
Use Tuxguitar along this plugin if your Sound Device is supported by ALSA.
A MIDI expander is required (Hardware or Software).
Package: tuxguitar-oss
Architecture: any
Depends: oss-compat,
tuxguitar (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: timidity
Description: tuxguitar plugin for sound playback using OSS
Use Tuxguitar along this plugin if your Sound Device is supported by OSS.
A MIDI expander is required (Hardware or Software).
Package: tuxguitar-fluidsynth
Architecture: any
Depends: fluidsynth,
tuxguitar (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: tuxguitar plugin for sound playback using fluidsynth
Use Tuxguitar along this plugin if your audio system is configured for
fluidsynth as MIDI expander.
Package: tuxguitar-jack
Architecture: any
Depends: tuxguitar (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: qjackctl
Description: tuxguitar plugin for sound playback using JACKD
Use Tuxguitar along this plugin if your Sound Device is supported by JACK.
A MIDI expander is required (Hardware or Software).
|