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
|
Source: lash
Section: sound
Priority: optional
Maintainer: Guenter Geiger (Debian/GNU) <geiger@debian.org>
Build-Depends: debhelper (>> 4.0.0), cdbs, libjack0.100.0-dev, libasound2-dev, libreadline5-dev, uuid-dev, libgtk2.0-dev, libxml2-dev
Standards-Version: 3.7.2
Package: liblash-dev
Section: libdevel
Architecture: any
Depends: liblash2 (= ${Source-Version}), uuid-dev
Description: Linux Audio Session Handler (LASH) development files
LASH is a session management system for JACK and ALSA audio
applications on GNU/Linux.
.
This package is needed if you want to compile applications that
use the LASH system for audio session management.
Package: lashd
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Description: Linux Audio Session Handler (LASH) server
LASH is a session management system for JACK and ALSA audio
applications on GNU/Linux.
.
This package is needed if you want to save and restore LASH audio sessions.
Package: lash-bin
Section: sound
Architecture: any
Depends: lashd, ${shlibs:Depends}
Description: Linux Audio Session Handler (LASH) example clients
LASH is a session management system for JACK and ALSA audio
applications on GNU/Linux.
.
LASH client applications, the collection includes the lash_panel,
a graphical user interface to control LASH sessions.
Package: liblash2
Section: libs
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Conflicts: liblash
Replaces: liblash
Description: Linux Audio Session Handler (LASH) shared library files
LASH is a session management system for JACK and ALSA audio
applications on GNU/Linux.
.
Dynamic library used by the LASH system
Package: lash-doc
Section: doc
Architecture: all
Description: Linux Audio Session Handler (LASH) documentation
LASH is a session management system for JACK and ALSA audio
applications on GNU/Linux.
.
This packages contains the LASH user manual.
|