File: control

package info (click to toggle)
libofa 0.9.3-19
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,076 kB
  • sloc: cpp: 24,487; sh: 8,366; makefile: 47; ansic: 14
file content (37 lines) | stat: -rw-r--r-- 1,265 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
Source: libofa
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper (>= 11),
               libcurl4-openssl-dev,
               libexpat1-dev,
               libfftw3-dev,
               libltdl-dev
Standards-Version: 4.2.1
Section: libs
Homepage: https://github.com/tanob/libofa
Vcs-Git: https://salsa.debian.org/debian/libofa.git
Vcs-Browser: https://salsa.debian.org/debian/libofa

Package: libofa0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libfftw3-dev, libofa0 (= ${binary:Version}), ${misc:Depends}
Description: library for acoustic fingerprinting (development files)
 LibOFA (Library Open Fingerprint Architecture) is a library for
 generating acoustic fingerprints that can be used to identify music
 files using the MusicDNS service.
 .
 This package provides is the development files.

Package: libofa0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for acoustic fingerprinting
 LibOFA (Library Open Fingerprint Architecture) is a library for
 generating acoustic fingerprints that can be used to identify music
 files using the MusicDNS service.
 .
 This package provides the runtime library.