File: control

package info (click to toggle)
fusionsound 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,584 kB
  • ctags: 1,568
  • sloc: ansic: 16,461; sh: 8,865; perl: 668; makefile: 375
file content (54 lines) | stat: -rw-r--r-- 2,199 bytes parent folder | download
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
Source: fusionsound
Section: sound
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://www.directfb.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-directfb/fusionsound/
Vcs-Svn: svn://svn.debian.org/pkg-directfb/fusionsound/trunk/
Build-Depends: debhelper (>= 5), quilt (>= 0.40), pkg-config,
 libdirectfb-dev (>= 1.0.0), libmad0-dev, libvorbis-dev, libcddb2-dev
Standards-Version: 3.7.3

Package: libfusionsound-1.0-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: audio sub system for multiple applications - shared libraries
 FusionSound supports multiple applications using Fusion IPC. It provides
 streams, static sound buffers and control over any number of concurrent
 playbacks. Sample data is always stored in shared memory, starting a
 playback simply adds an entry to the playlist of the mixer thread in the
 master application.
 .
 FusionSound currently is a module of DirectFB. The current API is fully
 implemented.

Package: libfusionsound-dev
Section: libdevel
Architecture: any
Depends: libfusionsound-1.0-0 (= ${binary:Version}), libdirectfb-dev (>= 1.0.0)
Suggests: libfusionsound-doc
Description: audio sub system for multiple applications - development files
 FusionSound supports multiple applications using Fusion IPC. It provides
 streams, static sound buffers and control over any number of concurrent
 playbacks. Sample data is always stored in shared memory, starting a
 playback simply adds an entry to the playlist of the mixer thread in the
 master application.
 .
 FusionSound currently is a module of DirectFB. The current API is fully
 implemented.

Package: libfusionsound-doc
Section: doc
Architecture: all
Description: audio sub system for multiple applications - documentation
 FusionSound supports multiple applications using Fusion IPC. It provides
 streams, static sound buffers and control over any number of concurrent
 playbacks. Sample data is always stored in shared memory, starting a
 playback simply adds an entry to the playlist of the mixer thread in the
 master application.
 .
 FusionSound currently is a module of DirectFB. The current API is fully
 implemented.