File: control

package info (click to toggle)
freealut 1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 2,152 kB
  • ctags: 267
  • sloc: sh: 8,617; ansic: 2,738; makefile: 87
file content (39 lines) | stat: -rw-r--r-- 1,428 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
Source: freealut
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Sam Hocevar <sho@debian.org>, Peter Pentchev <roam@ringlet.net>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 dpkg-dev (>= 1.15.7~),
 libopenal-dev (>= 1:0.0.8)
Standards-Version: 3.9.5
Section: libs
Homepage: http://openal.org/
Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/freealut/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/freealut/

Package: libalut0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: OpenAL Utility Toolkit
 freealut is a free implementation of OpenAL's ALUT standard. ALUT is a set of
 portable functions which remove the annoying details of getting an audio
 application started. It is the OpenAL counterpart of what GLUT is for OpenGL.

Package: libalut-dev
Section: libdevel
Architecture: any
Depends:
 libalut0 (= ${binary:Version}),
 libopenal-dev (>= 1:0.0.8),
 ${misc:Depends}
Description: OpenAL Utility Toolkit development files
 freealut is a free implementation of OpenAL's ALUT standard. ALUT is a set of
 portable functions which remove the annoying details of getting an audio
 application started. It is the OpenAL counterpart of what GLUT is for OpenGL.
 .
 This package contains libraries and headers suitable for software development
 with ALUT.