File: control

package info (click to toggle)
libofa 0.9.3-15
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,076 kB
  • ctags: 535
  • sloc: cpp: 24,480; sh: 8,366; makefile: 47; ansic: 14
file content (38 lines) | stat: -rw-r--r-- 1,323 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
Source: libofa
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper (>= 10),
               dh-autoreconf,
               libcurl4-openssl-dev,
               libexpat1-dev,
               libfftw3-dev,
               libltdl-dev
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/tanob/libofa
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libofa.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/libofa.git

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.