File: control

package info (click to toggle)
snack 2.2.10-dfsg1-12.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,024 kB
  • sloc: ansic: 35,473; sh: 8,557; tcl: 1,065; python: 701; makefile: 565
file content (94 lines) | stat: -rw-r--r-- 3,857 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
Source: snack
Section: sound
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: tk-dev (>= 8.5), debhelper (>= 5.0.0), libogg-dev, libvorbis-dev, libasound2-dev [linux-any], quilt
Build-Depends-Indep: python-support (>= 0.3)
Standards-Version: 3.9.2
Homepage: http://www.speech.kth.se/snack/

Package: libsnack2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tclsh:Depends}
Suggests: ${wish:Depends}, libsnack2-doc
Conflicts: libsnack2-alsa
Replaces: snack, libsnack2-alsa
Description: Sound extension to Tcl/Tk and Python/Tkinter - Tcl/Tk library
 Snack is an extension to the Tcl/Tk scripting language
 that adds sound functionality. There are commands to play, record,
 edit, and even visualize sound. Snack supports in-memory sound
 objects, file based audio, and streaming audio. It handles
 file formats such as WAV, AU, AIFF, MP3, and OGG Vorbis.
 .
 This package includes Tcl/Tk snack package and uses OSS as a sound
 engine.

Package: libsnack2-alsa
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${tclsh:Depends}
Suggests: ${wish:Depends}, libsnack2-doc
Conflicts: libsnack2
Provides: libsnack2
Replaces: snack, libsnack2
Description: Sound extension to Tcl/Tk and Python/Tkinter - Tcl/Tk library
 Snack is an extension to the Tcl/Tk scripting language
 that adds sound functionality. There are commands to play, record,
 edit, and even visualize sound. Snack supports in-memory sound
 objects, file based audio, and streaming audio. It handles
 file formats such as WAV, AU, AIFF, MP3, and OGG Vorbis.
 .
 This package includes Tcl/Tk snack package and uses ALSA as a sound
 engine.

Package: python-tksnack
Section: python
Architecture: all
Depends: libsnack2 (>= ${source:Version}) | libsnack2-alsa (>= ${source:Version}), ${python:Depends}, ${misc:Depends}, python-tk
Suggests: libsnack2-doc
Provides: ${python:Provides}
Description: Sound extension to Tcl/Tk and Python/Tkinter - Python library
 Snack is an extension to the Tcl/Tk scripting language
 that adds sound functionality. There are commands to play, record,
 edit, and even visualize sound. Snack supports in-memory sound
 objects, file based audio, and streaming audio. It handles
 file formats such as WAV, AU, AIFF, MP3, and OGG Vorbis.
 .
 This package includes Python/Tkinter tkSnack package.
 
Package: libsnack2-dev
Section: libdevel
Architecture: any
Depends: libsnack2 (= ${binary:Version}) | libsnack2-alsa (= ${binary:Version}), ${misc:Depends}
Replaces: snack-dev
Description: Sound extension to Tcl/Tk and Python/Tkinter - development files
 This package is needed for building transcriber, and contains
 snackConfig.sh, snack.h. 
 .
 Snack provides a sound functionality extension to the Tcl/Tk language.
 .
 Snack is an extension to the Tcl/Tk scripting language
 that adds sound functionality. There are commands to play, record,
 edit, and even visualize sound. Snack supports in-memory sound
 objects, file based audio, and streaming audio. It handles
 file formats such as WAV, AU, AIFF, MP3, and OGG Vorbis.
 .
 This package contains files to be used for development of C-based
 extensions which use the Snack library.

Package: libsnack2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libsnack2 | libsnack2-alsa, python-tksnack
Description: Sound extension to Tcl/Tk and Python/Tkinter - documentation
 Snack provides a sound functionality extension to the Tcl/Tk language.
 .
 Snack is an extension to the Tcl/Tk scripting language
 that adds sound functionality. There are commands to play, record,
 edit, and even visualize sound. Snack supports in-memory sound
 objects, file based audio, and streaming audio. It handles
 file formats such as WAV, AU, AIFF, MP3, and OGG Vorbis.
 .
 This package contains the HTML documentation for Snack.