some debian packaging fixes.
[gjacktransport.git] / debian / control
blob44beeb75dfd7f0ee01aa0003e14499e0fc9d4553
1 Source: gjacktransport
2 Section: sound
3 Priority: optional
4 Maintainer: Robin Gareus <robin@gareus.org>
5 Build-Depends: debhelper (>= 7),
6  dh-autoreconf,
7  autotools-dev,
8  automake,
9  libtool,
10  libjack-dev | libjack-jackd2-dev,
11  liblash-dev
12 Standards-Version: 3.9.1
13 Homepage: http://gjacktransport.sourceforge.net/
15 Package: gjacktransport
16 Architecture: any
17 Depends: ${shlibs:Depends},
18  ${misc:Depends}
19 Description: standalone application to control JACK transport
20  gjacktransport is a tool that provides graphical control 
21  over JACK Audio Connection Kit's transport mechanism via 
22  a dynamic graphical slider.
23  . 
24  In other words: this software allows to seek Audio/Video media 
25  when they are played along JACK transport.
26  . 
27  It features
28   - customizable keyboard shortcuts
29   - custom start/end markers for transport slider in various units
30   - memory presets for start/end markers.
31   - auto-zoom and reposition slider
32   - flexible layout & window
33   - save and restore settings.
34   - (optional) session-management via LASH.
35  . 
36  and is intended for JACK apps which do not themselves provide a 
37  timeline (fi. ecasound, xjadeo,..) and to supplement other apps 
38  which do (fi. ardour, hydrogen, seq24,..)
40 Package: gjackclock
41 Architecture: any
42 Depends: ${shlibs:Depends},
43  ${misc:Depends}
44 Description: standalone JACK transport "Big Clock"
45  A simple window app displaying JACK transport time-code featuring:
46   - customizable font, size & colors
47   - fixed FPS setting or FPS from jack-timebase-master
48   - jack-transport control via key-bindings
49   - read settings from .rc file.