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
|
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 (>= 10),
libcurl4-gnutls-dev | libcurl-dev,
libglib2.0-dev,
libsqlite3-dev,
Build-Depends-Indep:
gtk-doc-tools,
ruby (>= 4.9)
Standards-Version: 4.1.3
Section: libs
Homepage: https://github.com/sahib/glyr
Vcs-Git: https://salsa.debian.org/multimedia-team/glyr.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/glyr
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: 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.
|