File: control

package info (click to toggle)
glyr 1.0.6%2Bgit20140423-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,724 kB
  • ctags: 1,275
  • sloc: ansic: 13,062; python: 1,052; ruby: 75; makefile: 15
file content (106 lines) | stat: -rw-r--r-- 3,001 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
95
96
97
98
99
100
101
102
103
104
105
106
Source: glyr
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
 Etienne Millon <me@emillon.org>
Build-Depends:
 cmake,
 debhelper (>= 9),
 libcurl4-gnutls-dev | libcurl-dev,
 libglib2.0-dev,
 libsqlite3-dev,
Build-Depends-Indep:
 gtk-doc-tools,
 ruby (>= 4.9)
Standards-Version: 3.9.5
Section: libs
Homepage: http://github.com/sahib/glyr
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/glyr.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/glyr.git

Package: libglyr1
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: search engine for music-related metadata
 Glyr is a library to retrieve music-related metadata from several
 online providers (Amazon, Discogs, Musicbrainz...).
 .
 It can be used in media player programs to download cover art, lyrics,
 biography and much more.

Package: libglyr1-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends:
 libglyr1 (= ${binary:Version}),
 ${misc:Depends}
Description: search engine for music-related metadata - debugging symbols
 Glyr is a library to retrieve music-related metadata from several
 online providers (Amazon, Discogs, Musicbrainz...).
 .
 It can be used in media player programs to download cover art, lyrics,
 biography and much more.
 .
 This package contains the debugging symbols.

Package: libglyr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libcurl4-gnutls-dev | libcurl-dev,
 libglib2.0-dev,
 libglyr1 (= ${binary:Version}),
 libsqlite3-dev,
 ${misc:Depends}
Suggests:
 libglyr-doc
Description: search engine for music-related metadata - development files
 Glyr is a library to retrieve music-related metadata from several
 online providers (Amazon, Discogs, Musicbrainz...).
 .
 It can be used in media player programs to download cover art, lyrics,
 biography and much more.
 .
 This package contains the header files necessary to build applications using
 libglyr.

Package: libglyr-doc
Section: doc
Architecture: all
Breaks:
 libglyr-dev (<< 1.0.0-2)
Replaces:
 libglyr-dev (<< 1.0.0-2)
Depends:
 ${misc:Depends}
Description: search engine for music-related metadata - documentation
 Glyr is a library to retrieve music-related metadata from several
 online providers (Amazon, Discogs, Musicbrainz...).
 .
 It can be used in media player programs to download cover art, lyrics,
 biography and much more.
 .
 This package contains the documentation for developing with libglyr.

Package: glyrc
Section: sound
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: command-line interface to libglyr
 Glyr is a library to retrieve music-related metadata from several
 online providers (Amazon, Discogs, Musicbrainz...).
 .
 It can be used in media player programs to download cover art, lyrics,
 biography and much more.
 .
 This package contains a command-line interface to the library.