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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
Source: liblastfm
Priority: optional
Maintainer: Stefan Ahlers <stef.ahlers@t-online.de>
Build-Depends:
cmake,
debhelper (>= 9),
libfftw3-dev,
libqt4-dev,
qtbase5-dev,
libsamplerate0-dev,
pkg-kde-tools
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.last.fm/
Vcs-Git: git://github.com/justin-time/liblastfm.git
Vcs-Browser: https://github.com/justin-time/liblastfm
Package: liblastfm-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
liblastfm-fingerprint1 (= ${binary:Version}),
liblastfm1 (= ${binary:Version}),
libqt4-dev,
${misc:Depends}
Description: Last.fm web services library (Qt4 build) - development files
liblastfm is a collection of C++/Qt4 libraries provided by Last.fm for use
with their web services.
.
This package contains the development files. Developers working on a new
client will need to request an API key. See README for more details.
Package: liblastfm1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Last.fm web services library (Qt4 build)
liblastfm is a collection of C++/Qt4 libraries provided by Last.fm for use
with their web services.
.
This package contains the base web services library.
Package: liblastfm-fingerprint1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Last.fm fingerprinting library (Qt4 build)
liblastfm is a collection of C++/Qt4 libraries provided by Last.fm for use
with their web services.
.
This library lets you fingerprint decoded audio tracks and fetch metadata
suggestions for them.
Package: liblastfm-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends:
liblastfm-fingerprint1 (= ${binary:Version}),
liblastfm1 (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for the Last.fm web services library (Qt4 build)
liblastfm is a collection of C++/Qt4 libraries provided by Last.fm for use
with their web services.
.
This package contains the debugging symbols for the liblastfm libraries.
Package: liblastfm-fingerprint5-1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Last.fm fingerprinting library (Qt5 build)
liblastfm is a collection of C++/Qt5 libraries provided by Last.fm for use
with their web services.
.
This library lets you fingerprint decoded audio tracks and fetch metadata
suggestions for them.
Package: liblastfm5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
liblastfm-fingerprint5-1 (= ${binary:Version}),
liblastfm5-1 (= ${binary:Version}),
${misc:Depends}
Description: Last.fm web services library (Qt5 build) - development files
liblastfm is a collection of C++/Qt5 libraries provided by Last.fm for use
with their web services.
.
This package contains the development files. Developers working on a new
client will need to request an API key. See README for more details.
Package: liblastfm5-1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Description: Last.fm web services library (Qt5 build)
liblastfm is a collection of C++/Qt5 libraries provided by Last.fm for use
with their web services.
.
This package contains the base web services library.
Package: liblastfm5-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends:
liblastfm5-1 (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for the Last.fm web services library (Qt5 build)
liblastfm is a collection of C++/Qt5 libraries provided by Last.fm for use
with their web services.
.
This package contains the debugging symbols for the liblastfm libraries.
Package: liblastfm-fingerprint1-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends:
liblastfm5-1 (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for the fingerprint library (Qt4 build)
liblastfm is a collection of C++/Qt4 libraries provided by Last.fm for use
with their web services.
.
This package contains the debugging symbols for the liblastfm-fingerprint
libraries.
Package: liblastfm-fingerprint5-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends:
liblastfm5-1 (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for the fingerprint library (Qt5 build)
liblastfm is a collection of C++/Qt5 libraries provided by Last.fm for use
with their web services.
.
This package contains the debugging symbols for the liblastfm-fingerprint
libraries.
|