File: control

package info (click to toggle)
lingot 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,216 kB
  • sloc: ansic: 6,746; makefile: 164; xml: 49; sh: 3
file content (67 lines) | stat: -rw-r--r-- 2,197 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: lingot
Section: sound
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 intltool,
# debian/rules (intltoolize)
 libasound2-dev,
# src/lingot-audio-alsa.c
 libcunit1-dev,
# test/src/lingot-test-main.c
 libfftw3-dev,
# src/lingot-fft.h
 libglib2.0-bin,
# configure.ac (glib-compile-resources)
 libgtk-3-dev,
# src/lingot-gui-mainframe.h
 libjack-dev (>= 1:0.117.0) | libjack-jackd2-dev,
# src/lingot-audio-jack.c
 libjson-c-dev,
# src/lingot-io-ui-settings.cx
 libpulse-dev,
# src/lingot-audio-pulseaudio.c
 pkg-config,
# configure.ac (PKG_CHECK_MODULES)
Standards-Version: 4.5.0
Homepage: https://www.nongnu.org/lingot
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/lingot
Vcs-Git: https://salsa.debian.org/debian/lingot.git

Package: liblingot0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: musical instrument tuner -- shared library
 Lingot is a musical instrument tuner. It's accurate, easy to use, and
 highly configurable. Originally conceived to tune electric guitars,
 it can now be used to tune any instrument.
 .
 There is usually no reason to select this package explicitly.

Package: lingot
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: accurate and easy to use musical instrument tuner
 Lingot is a musical instrument tuner. It's accurate, easy to use, and
 highly configurable. Originally conceived to tune electric guitars,
 it can now be used to tune any instrument.
 .
 It looks like an analogic tuner, with a gauge indicating the relative
 shift to a certain note indicating that note and its frequency.

Package: liblingot-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
 liblingot0 (= ${binary:Version}),
Description: musical instrument tuner -- development headers
 Lingot is a musical instrument tuner. It's accurate, easy to use, and
 highly configurable. Originally conceived to tune electric guitars,
 it can now be used to tune any instrument.
 .
 This package provides developers of similar tools with the sound
 processing parts. For now, the interface is experimental.