File: control

package info (click to toggle)
libdssialsacompat 1.0.8a-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,392 kB
  • sloc: sh: 8,197; ansic: 892; makefile: 28
file content (67 lines) | stat: -rw-r--r-- 2,676 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
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: libdssialsacompat
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Alessio Treglia <alessio@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper (>= 7.0.50~),
 dh-autoreconf
Standards-Version: 3.9.2
Homepage: http://smbolton.com/linux.html
Vcs-Git: https://salsa.debian.org/multimedia-team/libdssialsacompat.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/libdssialsacompat

Package: libdssialsacompat0t64
Provides: ${t64:Provides}
Replaces: libdssialsacompat0
Breaks: libdssialsacompat0 (<< ${source:Version})
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: DSSI ALSA compatibility library for non-Linux platforms
 libdssialsacompat is simply an extraction from and repackaging of
 the code from alsa-lib, necessary to support DSSI on non-ALSA
 systems.
 .
 libdssialsacompat is intended to provide the snd_seq_event_t
 declarations and handling code necessary to compile and use DSSI on
 non-ALSA systems. It aims to allows compiling DSSI code with as
 little change as possible, while not presenting itself in such a way
 as to fool other autoconf-enabled code into thinking a system has
 ALSA.
 .
 This library does NOT provide any sort of emulation of the ALSA
 audio, MIDI, or sequencer devices. The only part of ALSA that is
 required by the DSSI specification is the snd_seq_event_t definition
 and handling, and that is all libdssialsacompat is intended to
 replace. Other ALSA code should be ported to native facilities.
 .
 This package provides the shared library.

Package: libdssialsacompat-dev
Section: libdevel
Architecture: any
Depends:
 libdssialsacompat0t64 (= ${binary:Version}),
 ${misc:Depends}
Description: DSSI ALSA compatibility library (development files)
 libdssialsacompat is simply an extraction from and repackaging of
 the code from alsa-lib, necessary to support DSSI on non-ALSA
 systems.
 .
 libdssialsacompat is intended to provide the snd_seq_event_t
 declarations and handling code necessary to compile and use DSSI on
 non-ALSA systems. It aims to allows compiling DSSI code with as
 little change as possible, while not presenting itself in such a way
 as to fool other autoconf-enabled code into thinking a system has
 ALSA.
 .
 This library does NOT provide any sort of emulation of the ALSA
 audio, MIDI, or sequencer devices. The only part of ALSA that is
 required by the DSSI specification is the snd_seq_event_t definition
 and handling, and that is all libdssialsacompat is intended to
 replace. Other ALSA code should be ported to native facilities.
 .
 This package provides the development files.