File: control

package info (click to toggle)
alure 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 408 kB
  • ctags: 362
  • sloc: cpp: 1,794; ansic: 372; sh: 48; makefile: 32
file content (109 lines) | stat: -rw-r--r-- 5,184 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Source: alure
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Andres Mejia <mcitadel@gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), cmake, libopenal-dev,
 libsndfile-dev, libvorbis-dev, libflac-dev,
Standards-Version: 3.8.2
Section: libs
Vcs-Git: git://git.debian.org/git/pkg-games/alure.git
Vcs-Browser: http://git.debian.org/?p=pkg-games/alure.git
Homepage: http://kcat.strangesoft.net/alure.html

Package: libalure-dev
Section: libdevel
Architecture: any
Depends: libopenal-dev, libalure1 (= ${binary:Version}), ${misc:Depends}
Suggests: alure-doc
Description: AL Utilities REtooled (development files)
 ALURE is a utility library to help manage common tasks with OpenAL
 applications. This includes device enumeration and initialization, file
 loading, and streaming.
 .
 The purpose of this library is to provide pre-made functionality that would
 otherwise be repetitive or difficult to (re)code for various projects and
 platforms, such as loading a sound file into an OpenAL buffer and streaming an
 audio file through a buffer queue. Support for different formats is consistant
 across platforms, so no special checks are needed when loading files, and all
 formats are handled through the same API.
 .
 Currently ALURE includes a basic .wav and .aif file reader, and can leverage
 external libraries such as libSndFile (for extended wave formats and several
 others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC).
 External libraries can also be dynamically loaded at run-time, or individually
 disabled outright at compile time.
 .
 This package contains the files necessary for development.

Package: libalure1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: AL Utilities REtooled (shared library)
 ALURE is a utility library to help manage common tasks with OpenAL
 applications. This includes device enumeration and initialization, file
 loading, and streaming.
 .
 The purpose of this library is to provide pre-made functionality that would
 otherwise be repetitive or difficult to (re)code for various projects and
 platforms, such as loading a sound file into an OpenAL buffer and streaming an
 audio file through a buffer queue. Support for different formats is consistant
 across platforms, so no special checks are needed when loading files, and all
 formats are handled through the same API.
 .
 Currently ALURE includes a basic .wav and .aif file reader, and can leverage
 external libraries such as libSndFile (for extended wave formats and several
 others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC).
 External libraries can also be dynamically loaded at run-time, or individually
 disabled outright at compile time.
 .
 This package installs the ALURE shared library.

Package: libalure1-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libalure1 (= ${binary:Version}), ${misc:Depends}
Description: AL Utilities REtooled (debugging symbols)
 ALURE is a utility library to help manage common tasks with OpenAL
 applications. This includes device enumeration and initialization, file
 loading, and streaming.
 .
 The purpose of this library is to provide pre-made functionality that would
 otherwise be repetitive or difficult to (re)code for various projects and
 platforms, such as loading a sound file into an OpenAL buffer and streaming an
 audio file through a buffer queue. Support for different formats is consistant
 across platforms, so no special checks are needed when loading files, and all
 formats are handled through the same API.
 .
 Currently ALURE includes a basic .wav and .aif file reader, and can leverage
 external libraries such as libSndFile (for extended wave formats and several
 others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC).
 External libraries can also be dynamically loaded at run-time, or individually
 disabled outright at compile time.
 .
 This package installs the ALURE library debugging symbols.

Package: alure-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: AL Utilities REtooled (documentation)
 ALURE is a utility library to help manage common tasks with OpenAL
 applications. This includes device enumeration and initialization, file
 loading, and streaming.
 .
 The purpose of this library is to provide pre-made functionality that would
 otherwise be repetitive or difficult to (re)code for various projects and
 platforms, such as loading a sound file into an OpenAL buffer and streaming an
 audio file through a buffer queue. Support for different formats is consistant
 across platforms, so no special checks are needed when loading files, and all
 formats are handled through the same API.
 .
 Currently ALURE includes a basic .wav and .aif file reader, and can leverage
 external libraries such as libSndFile (for extended wave formats and several
 others), VorbisFile (for Ogg Vorbis), and FLAC (for FLAC and Ogg FLAC).
 External libraries can also be dynamically loaded at run-time, or individually
 disabled outright at compile time.
 .
 This package installs the ALURE documentation.