debian/0000755000000000000000000000000012167527075007202 5ustar debian/docs0000644000000000000000000000000712167336031010040 0ustar README debian/rules0000755000000000000000000000125112167340475010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden -fvisibility-inlines-hidden %: dh $@ --dbg-package=libechonest-dbg --parallel --with=pkgkde-symbolshelper override_dh_install: # Replace the correct arch triplet using the templates. sed s/%DEB_HOST_MULTIARCH%/$(DEB_HOST_MULTIARCH)/ \ debian/libechonest2.1.install.in > debian/libechonest2.1.install sed s/%DEB_HOST_MULTIARCH%/$(DEB_HOST_MULTIARCH)/ \ debian/libechonest-dev.install.in > debian/libechonest-dev.install dh_install --fail-missing debian/patches/0000755000000000000000000000000012167336707010631 5ustar debian/patches/series0000644000000000000000000000003412167336344012040 0ustar 01_dont_do_unit_tests.patch debian/patches/01_dont_do_unit_tests.patch0000644000000000000000000000063012167336435016056 0ustar Author: Lisandro Damián Nicanor Pérez Meyer Description: Turn off unit tests. The tests require network access, so I'm disabling them. --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ if(MSVC) endif(MSVC) -option(ECHONEST_BUILD_TESTS "Build all unit tests" ON) +option(ECHONEST_BUILD_TESTS "Build all unit tests" OFF) if(ECHONEST_BUILD_TESTS) enable_testing() debian/libechonest2.1.dirs0000644000000000000000000000001012167336031012562 0ustar usr/lib debian/control0000644000000000000000000000345212167341766010612 0ustar Source: libechonest Priority: extra Maintainer: Lisandro Damián Nicanor Pérez Meyer Build-Depends: dpkg (>= 1.16.1~), debhelper (>= 9), cmake, libqt4-dev, libqjson-dev, pkg-config, pkg-kde-tools (>= 0.6~) Standards-Version: 3.9.4 Section: libs Homepage: https://projects.kde.org/projects/playground/libs/libechonest Vcs-Git: git://dumbledore.com.ar/debian-package-libechonest.git Vcs-Browser: http://dumbledore.com.ar/gitweb/?p=debian-package-libechonest.git;a=summary Package: libechonest2.1 Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: Qt library for communicating with The Echo Nest platform Libechonest is a Qt library for communicating with 'The Echo Nest': an 'intelligent music application platform'. It currently supports all of the features of the Echo Nest API, including all the API functions. Package: libechonest-dev Section: libdevel Architecture: any Depends: libechonest2.1 (= ${binary:Version}), ${misc:Depends} Description: Qt library for The Echo Nest platform - development files Libechonest is a Qt library for communicating with 'The Echo Nest': an 'intelligent music application platform'. It currently supports all of the features of the Echo Nest API, including all the API functions. . These are the development files. Package: libechonest-dbg Section: debug Architecture: any Multi-Arch: same Recommends: libqt4-dbg Depends: libechonest2.1 (= ${binary:Version}), ${misc:Depends} Description: Qt library for The Echo Nest platform - debug files Libechonest is a Qt library for communicating with 'The Echo Nest': an 'intelligent music application platform'. It currently supports all of the features of the Echo Nest API, including all the API functions. . These are the debuging files. debian/clean0000644000000000000000000000007512167336031010177 0ustar debian/libechonest2.0.install debian/libechonest-dev.install debian/libechonest-dev.install.in0000644000000000000000000000017412167341026014242 0ustar usr/lib/libechonest.so usr/lib/%DEB_HOST_MULTIARCH% usr/include/ usr/lib/pkgconfig/ usr/lib/%DEB_HOST_MULTIARCH%/pkgconfig/ debian/compat0000644000000000000000000000000212167336031010366 0ustar 9 debian/libechonest-dev.dirs0000644000000000000000000000002412167336031013122 0ustar usr/lib usr/include debian/not-installed0000644000000000000000000000000512167336031011663 0ustar TODO debian/copyright0000644000000000000000000000216412167336031011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libechonest Source: https://projects.kde.org/projects/playground/libs/libechonest Files: * Copyright: 2010 Leo Franchi License: GPL-2.0+ Files: debian/* Copyright: 2011 Lisandro Damián Nicanor Pérez Meyer License: GPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000001314512167527075011060 0ustar libechonest (2.1.0-2) unstable; urgency=low * Update symbols files. -- Lisandro Damián Nicanor Pérez Meyer Thu, 11 Jul 2013 10:08:10 -0300 libechonest (2.1.0-1) unstable; urgency=low * Upload to unstable. * Bump Standars-version to 3.9.4. No changes needed. * Remove disable_werror.patch, seem sno longer needed. * Do not override dh_makeshlibs, we better let symbols make thing FTBFS. * FTBFS if we are not shipping some installed stuff. * Install pkgconfig file. * Make the debug package M-A same to allow coinstallation of debugging symbols. -- Lisandro Damián Nicanor Pérez Meyer Wed, 10 Jul 2013 18:04:39 -0300 libechonest (2.0.1-1) experimental; urgency=low * New upstream release. * Change url of watch file. Again. * Refresh disable_werror.patch. The semantics have changed, the idea still remains the same. * Refresh 01_dont_do_unit_tests.patch. * Rename files with soname in it. - Update symbols file. - Also change soname inside the files. * Change soname in clean, control and rules. * Bump Standars-version to 3.9.3. No changes needed. * debian/copyright: update Format version. -- Lisandro Damián Nicanor Pérez Meyer Sun, 29 Jul 2012 16:30:36 -0300 libechonest (1.2.1-1) unstable; urgency=low * New upstream release. * Depend on debhelper >= 9. - Remove lintian override related to non-existant level 9 compatibility, it's already here. -- Lisandro Damián Nicanor Pérez Meyer Mon, 23 Jan 2012 11:07:54 -0300 libechonest (1.2.0-2) unstable; urgency=low * Use DEB_CXXFLAGS_MAINT_APPEND to avoid losing default compiler flags when built with dpkg >= 1.16.1. Thanks Colin Watson for the bug and patch (Closes: #647339). * Remove some private symbols that dissapeared. This is most probably some compiler thing. Feel free to prove me wrong :-) -- Lisandro Damián Nicanor Pérez Meyer Tue, 08 Nov 2011 20:12:24 -0300 libechonest (1.2.0-1) unstable; urgency=low * New upstream release. * The "I forgot to change UNRELEASED in my last upload" release. Replaced the distribution in the changelog entry below to show a sane value. * Remove libechonest1.1 and switch to libechonest1.2 due to SONAME change. * Remove the transitional package libechonest1.1-dbg as is no longer needed. * Rename file names wich contain the SONAME. * Rename strings wich contain the SONAME in debian/*. * Renew symbols file due to changed SONAME. * Remove uneeded lintian override. -- Lisandro Damián Nicanor Pérez Meyer Mon, 03 Oct 2011 23:48:27 -0300 libechonest (1.1.9-2) unstable; urgency=low * Pass -c0 to dpkg-gensymbols to avoid FTBFSs due to missing symbols in differents archs wich are fine per-se.. This also means I have to take greater care with symbols before pushing a package. * Update symbols files with build logs from buildd. * Update symbols from alpha, armhf and sh4 ports. -- Lisandro Damián Nicanor Pérez Meyer Mon, 03 Oct 2011 20:48:46 -0300 libechonest (1.1.9-1) unstable; urgency=low * New upstream release. * Change my e-mail address. * Remove DM-Upload-Allowed flag. It is no longer needed. * Update symbols files. -- Lisandro Damián Nicanor Pérez Meyer Sun, 25 Sep 2011 14:46:03 -0300 libechonest (1.1.8-2) unstable; urgency=low * Switch package to multiarch. - Build-depend on debhelper >= 8.1.3. - Add Pre-Depends: ${misc:Pre-Depends} to libechonest1.1. - Set debhelper compatibility to 9. - Create template files for replacing the arch triplet with sed. Thanks Pino Toscano and José Manuel Santamaría Lema for the help. - Create debian/clean to remove the install files created by debian/rules. - Set Multi-Arch: same in libechonest1.1. - Override Lintian warning us that compat level 9 has not a correspondent B-D, as compat level 9 is still experimental. * Fix typo in dev and dbg packages descriptions. -- Lisandro Damián Nicanor Pérez Meyer Wed, 27 Jul 2011 22:13:10 -0300 libechonest (1.1.8-1) unstable; urgency=low * New upstream release (Closes: #629237). * Update watch file. * Update symbols file. - Confirm 1.1.3's symbols for armel. - Two symbols were missing in 1.1.8, it seems safe to ignore them. * Build-Depend on pkg-kde-tools in order to use pkgkde-symbolshelper. This will help us with Qt's typedefs that changes with some architectures, like qfloat. * Disable -Werror instead of some warnings. * Set DM-Upload-Allowed: yes. -- Lisandro Damián Nicanor Pérez Meyer Sat, 04 Jun 2011 21:08:54 -0300 libechonest (1.1.3-2) unstable; urgency=low * Be more verbose on install files. * Make libechonest-dbg recommend libqt4-dbg. * Disable passing -Wcast-align to the compiler (Closes: #627364). * Rename libechonest1.1-dbg to libechonest-dbg, it's easier to maintain. (Closes: #628173). - Rename the dbg package in debian/rules. - Rename the dbg package in debian/control. - Add Replaces and Breaks libechonest1.1-dbg (<< 1.1.3-1) on libechonest-dbg. - Add a transitional libechonest1.1-dbg package. * Bumped Standards-Version to 3.9.2, no changes needed. * Remove an unnecesary watchfile template. -- Lisandro Damián Nicanor Pérez Meyer Fri, 27 May 2011 18:41:30 -0300 libechonest (1.1.3-1) unstable; urgency=low * Initial release (Closes: #607014) -- Lisandro Damián Nicanor Pérez Meyer Mon, 14 Feb 2011 12:39:52 -0300 debian/libechonest2.1.symbols0000644000000000000000000010241112167526602013326 0ustar # SymbolsHelper-Confirmed: 2.1.0 amd64 armel armhf libechonest.so.2.1 libechonest2.1 #MINVER# _ZN8Echonest10ParseError15setNetworkErrorEN13QNetworkReply12NetworkErrorE@Base 2.1.0 _ZN8Echonest10ParseErrorC1ENS_9ErrorTypeE@Base 2.1.0 _ZN8Echonest10ParseErrorC1ENS_9ErrorTypeERK7QString@Base 2.1.0 (optional=gccinternal|arch=armel)_ZN8Echonest10ParseErrorC1ERKS0_@Base 2.1.0 _ZN8Echonest10ParseErrorC2ENS_9ErrorTypeE@Base 2.1.0 _ZN8Echonest10ParseErrorC2ENS_9ErrorTypeERK7QString@Base 2.1.0 (optional=gccinternal|arch=armel)_ZN8Echonest10ParseErrorC2ERKS0_@Base 2.1.0 _ZN8Echonest10ParseErrorD0Ev@Base 2.1.0 _ZN8Echonest10ParseErrorD1Ev@Base 2.1.0 _ZN8Echonest10ParseErrorD2Ev@Base 2.1.0 _ZN8Echonest11ArtistImage10setLicenseERKNS_7LicenseE@Base 2.1.0 _ZN8Echonest11ArtistImage6setUrlERK4QUrl@Base 2.1.0 _ZN8Echonest11ArtistImageC1ERKS0_@Base 2.1.0 _ZN8Echonest11ArtistImageC1Ev@Base 2.1.0 _ZN8Echonest11ArtistImageC2ERKS0_@Base 2.1.0 _ZN8Echonest11ArtistImageC2Ev@Base 2.1.0 _ZN8Echonest11ArtistImageD1Ev@Base 2.1.0 _ZN8Echonest11ArtistImageD2Ev@Base 2.1.0 _ZN8Echonest11ArtistImageaSERKS0_@Base 2.1.0 _ZN8Echonest11CatalogItem10setRequestERKNS_18CatalogUpdateEntryE@Base 2.1.0 _ZN8Echonest11CatalogItem12setDateAddedERK9QDateTime@Base 2.1.0 _ZN8Echonest11CatalogItem12setForeignIdERK10QByteArray@Base 2.1.0 _ZN8Echonest11CatalogItem12setPlayCountEi@Base 2.1.0 _ZN8Echonest11CatalogItem9setRatingEi@Base 2.1.0 _ZN8Echonest11CatalogItemC1ERKS0_@Base 2.1.0 _ZN8Echonest11CatalogItemC1Ev@Base 2.1.0 _ZN8Echonest11CatalogItemC2ERKS0_@Base 2.1.0 _ZN8Echonest11CatalogItemC2Ev@Base 2.1.0 _ZN8Echonest11CatalogItemD0Ev@Base 2.1.0 _ZN8Echonest11CatalogItemD1Ev@Base 2.1.0 _ZN8Echonest11CatalogItemD2Ev@Base 2.1.0 _ZN8Echonest11CatalogItemaSERKS0_@Base 2.1.0 _ZN8Echonest11CatalogSongC1ERK10QByteArrayRK7QStringS3_S6_@Base 2.1.0 _ZN8Echonest11CatalogSongC1ERKS0_@Base 2.1.0 _ZN8Echonest11CatalogSongC1Ev@Base 2.1.0 _ZN8Echonest11CatalogSongC2ERK10QByteArrayRK7QStringS3_S6_@Base 2.1.0 _ZN8Echonest11CatalogSongC2ERKS0_@Base 2.1.0 _ZN8Echonest11CatalogSongC2Ev@Base 2.1.0 _ZN8Echonest11CatalogSongD0Ev@Base 2.1.0 _ZN8Echonest11CatalogSongD1Ev@Base 2.1.0 _ZN8Echonest11CatalogSongD2Ev@Base 2.1.0 _ZN8Echonest11CatalogSongaSERKS0_@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary11setDurationE{qreal}@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary11setLoudnessE{qreal}@Base 2.1.0 _ZN8Echonest12AudioSummary11setSectionsERK7QVectorINS_10AudioChunkEE@Base 2.1.0 _ZN8Echonest12AudioSummary11setSegmentsERK7QVectorINS_7SegmentEE@Base 2.1.0 _ZN8Echonest12AudioSummary12setSampleMD5ERK7QString@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary12setTimestampE{qreal}@Base 2.1.0 _ZN8Echonest12AudioSummary13setNumSamplesEx@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary13setSampleRateE{qreal}@Base 2.1.0 _ZN8Echonest12AudioSummary14setAnalysisUrlERK4QUrl@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary14setEndOfFadeInE{qreal}@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary15setAnalysisTimeE{qreal}@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary15setDanceabilityE{qreal}@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary16setKeyConfidenceE{qreal}@Base 2.1.0 _ZN8Echonest12AudioSummary16setTimeSignatureEi@Base 2.1.0 _ZN8Echonest12AudioSummary17parseFullAnalysisEP13QNetworkReply@Base 2.1.0 _ZN8Echonest12AudioSummary17setAnalysisStatusEi@Base 2.1.0 _ZN8Echonest12AudioSummary17setDetailedStatusERK7QString@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary17setModeConfidenceE{qreal}@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary17setStartOfFadeOutE{qreal}@Base 2.1.0 _ZN8Echonest12AudioSummary18setAnalyzerVersionE7QString@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary18setTempoConfidenceE{qreal}@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary26setTimeSignatureConfidenceE{qreal}@Base 2.1.0 _ZN8Echonest12AudioSummary6setKeyEi@Base 2.1.0 _ZN8Echonest12AudioSummary7setBarsERK7QVectorINS_10AudioChunkEE@Base 2.1.0 _ZN8Echonest12AudioSummary7setModeEi@Base 2.1.0 _ZN8Echonest12AudioSummary8setBeatsERK7QVectorINS_10AudioChunkEE@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary8setTempoE{qreal}@Base 2.1.0 (subst)_ZN8Echonest12AudioSummary9setEnergyE{qreal}@Base 2.1.0 _ZN8Echonest12AudioSummary9setTatumsERK7QVectorINS_10AudioChunkEE@Base 2.1.0 _ZN8Echonest12AudioSummaryC1ERKS0_@Base 2.1.0 _ZN8Echonest12AudioSummaryC1Ev@Base 2.1.0 _ZN8Echonest12AudioSummaryC2ERKS0_@Base 2.1.0 _ZN8Echonest12AudioSummaryC2Ev@Base 2.1.0 _ZN8Echonest12AudioSummaryD1Ev@Base 2.1.0 _ZN8Echonest12AudioSummaryD2Ev@Base 2.1.0 _ZN8Echonest12AudioSummaryaSERKS0_@Base 2.1.0 _ZN8Echonest13CatalogArtistC1ERK10QByteArrayRK7QString@Base 2.1.0 _ZN8Echonest13CatalogArtistC1ERK7QString@Base 2.1.0 _ZN8Echonest13CatalogArtistC1ERKS0_@Base 2.1.0 _ZN8Echonest13CatalogArtistC1Ev@Base 2.1.0 _ZN8Echonest13CatalogArtistC2ERK10QByteArrayRK7QString@Base 2.1.0 _ZN8Echonest13CatalogArtistC2ERK7QString@Base 2.1.0 _ZN8Echonest13CatalogArtistC2ERKS0_@Base 2.1.0 _ZN8Echonest13CatalogArtistC2Ev@Base 2.1.0 _ZN8Echonest13CatalogArtistD0Ev@Base 2.1.0 _ZN8Echonest13CatalogArtistD1Ev@Base 2.1.0 _ZN8Echonest13CatalogArtistD2Ev@Base 2.1.0 _ZN8Echonest13CatalogArtistaSERKS0_@Base 2.1.0 _ZN8Echonest15DynamicPlaylist11parseCreateEP13QNetworkReply@Base 2.1.0 _ZN8Echonest15DynamicPlaylist12setSessionIdERK10QByteArray@Base 2.1.0 _ZN8Echonest15DynamicPlaylist14setCurrentSongERKNS_4SongE@Base 2.1.0 _ZN8Echonest15DynamicPlaylist14staticPlaylistERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE@Base 2.1.0 _ZN8Echonest15DynamicPlaylist16generateInternalERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEERK10QByteArray@Base 2.1.0 _ZN8Echonest15DynamicPlaylist17parseXSPFPlaylistEP13QNetworkReply@Base 2.1.0 _ZN8Echonest15DynamicPlaylist18parseDeleteSessionEP13QNetworkReply@Base 2.1.0 _ZN8Echonest15DynamicPlaylist19parseStaticPlaylistEP13QNetworkReply@Base 2.1.0 _ZN8Echonest15DynamicPlaylist20playlistSortToStringENS0_11SortingTypeE@Base 2.1.0 _ZN8Echonest15DynamicPlaylist21playlistParamToStringENS0_13PlaylistParamE@Base 2.1.0 _ZN8Echonest15DynamicPlaylist23dynamicFeedbackToStringENS0_20DynamicFeedbackParamE@Base 2.1.0 _ZN8Echonest15DynamicPlaylist26playlistArtistPickToStringENS0_10ArtistPickE@Base 2.1.0 _ZN8Echonest15DynamicPlaylist9parseInfoEP13QNetworkReply@Base 2.1.0 _ZN8Echonest15DynamicPlaylist9parseNextEP13QNetworkReply@Base 2.1.0 _ZN8Echonest15DynamicPlaylistC1ERKS0_@Base 2.1.0 _ZN8Echonest15DynamicPlaylistC1Ev@Base 2.1.0 _ZN8Echonest15DynamicPlaylistC2ERKS0_@Base 2.1.0 _ZN8Echonest15DynamicPlaylistC2Ev@Base 2.1.0 _ZN8Echonest15DynamicPlaylistD0Ev@Base 2.1.0 _ZN8Echonest15DynamicPlaylistD1Ev@Base 2.1.0 _ZN8Echonest15DynamicPlaylistD2Ev@Base 2.1.0 _ZN8Echonest15DynamicPlaylistaSERKS0_@Base 2.1.0 _ZN8Echonest15SongInformation11setIdSpacesERK11QStringList@Base 2.1.0 _ZN8Echonest15SongInformation23setSongInformationFlagsE6QFlagsINS0_19SongInformationFlagEE@Base 2.1.0 _ZN8Echonest15SongInformationC1E6QFlagsINS0_19SongInformationFlagEE@Base 2.1.0 _ZN8Echonest15SongInformationC1E6QFlagsINS0_19SongInformationFlagEERK11QStringList@Base 2.1.0 _ZN8Echonest15SongInformationC1ERKS0_@Base 2.1.0 _ZN8Echonest15SongInformationC1Ev@Base 2.1.0 _ZN8Echonest15SongInformationC2E6QFlagsINS0_19SongInformationFlagEE@Base 2.1.0 _ZN8Echonest15SongInformationC2E6QFlagsINS0_19SongInformationFlagEERK11QStringList@Base 2.1.0 _ZN8Echonest15SongInformationC2ERKS0_@Base 2.1.0 _ZN8Echonest15SongInformationC2Ev@Base 2.1.0 _ZN8Echonest15SongInformationD1Ev@Base 2.1.0 _ZN8Echonest15SongInformationD2Ev@Base 2.1.0 _ZN8Echonest15SongInformationaSERKS0_@Base 2.1.0 _ZN8Echonest17ArtistInformation11setIdSpacesERK11QStringList@Base 2.1.0 _ZN8Echonest17ArtistInformation25setArtistInformationFlagsE6QFlagsINS0_21ArtistInformationFlagEE@Base 2.1.0 _ZN8Echonest17ArtistInformationC1E6QFlagsINS0_21ArtistInformationFlagEE@Base 2.1.0 _ZN8Echonest17ArtistInformationC1E6QFlagsINS0_21ArtistInformationFlagEERK11QStringList@Base 2.1.0 _ZN8Echonest17ArtistInformationC1ERKS0_@Base 2.1.0 _ZN8Echonest17ArtistInformationC1Ev@Base 2.1.0 _ZN8Echonest17ArtistInformationC2E6QFlagsINS0_21ArtistInformationFlagEE@Base 2.1.0 _ZN8Echonest17ArtistInformationC2E6QFlagsINS0_21ArtistInformationFlagEERK11QStringList@Base 2.1.0 _ZN8Echonest17ArtistInformationC2ERKS0_@Base 2.1.0 _ZN8Echonest17ArtistInformationC2Ev@Base 2.1.0 _ZN8Echonest17ArtistInformationD1Ev@Base 2.1.0 _ZN8Echonest17ArtistInformationD2Ev@Base 2.1.0 _ZN8Echonest17ArtistInformationaSERKS0_@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry10setReleaseERK7QString@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry11setArtistIdERK10QByteArray@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry11setFavoriteEb@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry11setSongNameERK7QString@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry12setPlayCountEi@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry12setSkipCountEi@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry13setArtistNameERK7QString@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry13setDiscNumberEi@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry14setFingerpringERK10QByteArray@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry14setFingerprintERK10QByteArray@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry14setTrackNumberEi@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry6setUrlERK7QString@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry8setGenreERK7QString@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry9setActionENS_12CatalogTypes6ActionE@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry9setBannedEb@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry9setItemIdERK10QByteArray@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry9setRatingEi@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntry9setSongIdERK10QByteArray@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryC1ENS_12CatalogTypes6ActionE@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryC1ERKS0_@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryC1Ev@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryC2ENS_12CatalogTypes6ActionE@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryC2ERKS0_@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryC2Ev@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryD0Ev@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryD1Ev@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryD2Ev@Base 2.1.0 _ZN8Echonest18CatalogUpdateEntryaSERKS0_@Base 2.1.0 _ZN8Echonest4Blog10setSummaryERK7QString@Base 2.1.0 _ZN8Echonest4Blog12setDateFoundERK9QDateTime@Base 2.1.0 _ZN8Echonest4Blog13setDatePostedERK9QDateTime@Base 2.1.0 _ZN8Echonest4Blog5setIdERK10QByteArray@Base 2.1.0 _ZN8Echonest4Blog6setUrlERK4QUrl@Base 2.1.0 _ZN8Echonest4Blog7setNameERK7QString@Base 2.1.0 _ZN8Echonest4BlogC1ERKS0_@Base 2.1.0 _ZN8Echonest4BlogC1Ev@Base 2.1.0 _ZN8Echonest4BlogC2ERKS0_@Base 2.1.0 _ZN8Echonest4BlogC2Ev@Base 2.1.0 _ZN8Echonest4BlogD1Ev@Base 2.1.0 _ZN8Echonest4BlogD2Ev@Base 2.1.0 _ZN8Echonest4BlogaSERKS0_@Base 2.1.0 _ZN8Echonest4Song10setReleaseERK7QString@Base 2.1.0 _ZN8Echonest4Song11addSongTypeERK7QString@Base 2.1.0 _ZN8Echonest4Song11parseSearchEP13QNetworkReply@Base 2.1.0 _ZN8Echonest4Song11setArtistIdERK10QByteArray@Base 2.1.0 _ZN8Echonest4Song12setSongTypesERK5QListI7QStringE@Base 2.1.0 _ZN8Echonest4Song13parseIdentifyEP13QNetworkReply@Base 2.1.0 _ZN8Echonest4Song13setArtistNameERK7QString@Base 2.1.0 (subst)_ZN8Echonest4Song13setHotttnesssE{qreal}@Base 2.1.0 _ZN8Echonest4Song15setAudioSummaryERKNS_12AudioSummaryE@Base 2.1.0 _ZN8Echonest4Song16parseInformationEP13QNetworkReply@Base 2.1.0 _ZN8Echonest4Song17setArtistLocationERKNS_14ArtistLocationE@Base 2.1.0 _ZN8Echonest4Song19addQueryInformationER4QUrlNS_15SongInformationE@Base 2.1.0 _ZN8Echonest4Song19searchParamToStringENS0_11SearchParamE@Base 2.1.0 (subst)_ZN8Echonest4Song19setArtistHotttnesssE{qreal}@Base 2.1.0 (subst)_ZN8Echonest4Song20setArtistFamiliarityE{qreal}@Base 2.1.0 _ZN8Echonest4Song21identifyParamToStringENS0_13IdentifyParamE@Base 2.1.0 _ZN8Echonest4Song5setIdERK10QByteArray@Base 2.1.0 _ZN8Echonest4Song6searchERK7QVectorI5QPairINS0_11SearchParamE8QVariantEENS_15SongInformationE@Base 2.1.0 _ZN8Echonest4Song8identifyERK7QVectorI5QPairINS0_13IdentifyParamE8QVariantEERKNS_15SongInformationE@Base 2.1.0 _ZN8Echonest4Song8setTitleERK7QString@Base 2.1.0 _ZN8Echonest4Song9setTracksERK7QVectorINS_5TrackEE@Base 2.1.0 _ZN8Echonest4SongC1ERK10QByteArray@Base 2.1.0 _ZN8Echonest4SongC1ERK10QByteArrayRK7QStringS3_S6_@Base 2.1.0 _ZN8Echonest4SongC1ERKS0_@Base 2.1.0 _ZN8Echonest4SongC1Ev@Base 2.1.0 _ZN8Echonest4SongC2ERK10QByteArray@Base 2.1.0 _ZN8Echonest4SongC2ERK10QByteArrayRK7QStringS3_S6_@Base 2.1.0 _ZN8Echonest4SongC2ERKS0_@Base 2.1.0 _ZN8Echonest4SongC2Ev@Base 2.1.0 _ZN8Echonest4SongD0Ev@Base 2.1.0 _ZN8Echonest4SongD1Ev@Base 2.1.0 _ZN8Echonest4SongD2Ev@Base 2.1.0 _ZN8Echonest4SongaSERKS0_@Base 2.1.0 (subst)_ZN8Echonest4Term12setFrequencyE{qreal}@Base 2.1.0 _ZN8Echonest4Term7setNameERK7QString@Base 2.1.0 (subst)_ZN8Echonest4Term9setWeightE{qreal}@Base 2.1.0 _ZN8Echonest4TermC1ERKS0_@Base 2.1.0 _ZN8Echonest4TermC1Ev@Base 2.1.0 _ZN8Echonest4TermC2ERKS0_@Base 2.1.0 _ZN8Echonest4TermC2Ev@Base 2.1.0 _ZN8Echonest4TermD1Ev@Base 2.1.0 _ZN8Echonest4TermD2Ev@Base 2.1.0 _ZN8Echonest4TermaSERKS0_@Base 2.1.0 _ZN8Echonest5Track10setBitrateEi@Base 2.1.0 _ZN8Echonest5Track10setCatalogERK7QString@Base 2.1.0 _ZN8Echonest5Track10setReleaseERK7QString@Base 2.1.0 _ZN8Echonest5Track11setAudioMD5ERK10QByteArray@Base 2.1.0 _ZN8Echonest5Track12parseProfileEP13QNetworkReply@Base 2.1.0 _ZN8Echonest5Track12setForeignIdERK10QByteArray@Base 2.1.0 _ZN8Echonest5Track13setPreviewUrlERK4QUrl@Base 2.1.0 _ZN8Echonest5Track13setSamplerateEi@Base 2.1.0 _ZN8Echonest5Track14analyzeTrackIdERK10QByteArrayb@Base 2.1.0 _ZN8Echonest5Track14profileFromMD5ERK10QByteArray@Base 2.1.0 _ZN8Echonest5Track15analyzeTrackMD5ERK10QByteArrayb@Base 2.1.0 _ZN8Echonest5Track15setAudioSummaryERKNS_12AudioSummaryE@Base 2.1.0 _ZN8Echonest5Track15setReleaseImageERK4QUrl@Base 2.1.0 _ZN8Echonest5Track15uploadLocalFileERK4QUrlRK10QByteArrayb@Base 2.1.0 _ZN8Echonest5Track18profileFromTrackIdERK10QByteArray@Base 2.1.0 _ZN8Echonest5Track18setAnalyzerVersionERK7QString@Base 2.1.0 _ZN8Echonest5Track5setIdERK10QByteArray@Base 2.1.0 _ZN8Echonest5Track6setMD5ERK10QByteArray@Base 2.1.0 _ZN8Echonest5Track7setSongERKNS_4SongE@Base 2.1.0 _ZN8Echonest5Track8setTitleERK7QString@Base 2.1.0 _ZN8Echonest5Track9setArtistERK7QString@Base 2.1.0 _ZN8Echonest5Track9setStatusENS_8Analysis14AnalysisStatusE@Base 2.1.0 _ZN8Echonest5Track9uploadURLERK4QUrlb@Base 2.1.0 _ZN8Echonest5TrackC1ERK10QByteArray@Base 2.1.0 _ZN8Echonest5TrackC1ERKS0_@Base 2.1.0 _ZN8Echonest5TrackC1Ev@Base 2.1.0 _ZN8Echonest5TrackC2ERK10QByteArray@Base 2.1.0 _ZN8Echonest5TrackC2ERKS0_@Base 2.1.0 _ZN8Echonest5TrackC2Ev@Base 2.1.0 _ZN8Echonest5TrackD1Ev@Base 2.1.0 _ZN8Echonest5TrackD2Ev@Base 2.1.0 _ZN8Echonest5TrackaSERKS0_@Base 2.1.0 _ZN8Echonest5Video11setImageUrlERK4QUrl@Base 2.1.0 _ZN8Echonest5Video12setDateFoundERK9QDateTime@Base 2.1.0 _ZN8Echonest5Video5setIdERK10QByteArray@Base 2.1.0 _ZN8Echonest5Video6setUrlERK4QUrl@Base 2.1.0 _ZN8Echonest5Video7setSiteERK7QString@Base 2.1.0 _ZN8Echonest5Video8setTitleERK7QString@Base 2.1.0 _ZN8Echonest5VideoC1ERKS0_@Base 2.1.0 _ZN8Echonest5VideoC1Ev@Base 2.1.0 _ZN8Echonest5VideoC2ERKS0_@Base 2.1.0 _ZN8Echonest5VideoC2Ev@Base 2.1.0 _ZN8Echonest5VideoD1Ev@Base 2.1.0 _ZN8Echonest5VideoD2Ev@Base 2.1.0 _ZN8Echonest5VideoaSERKS0_@Base 2.1.0 _ZN8Echonest6Artist10setReviewsERK7QVectorINS_6ReviewEE@Base 2.1.0 _ZN8Echonest6Artist11fetchGenresEv@Base 2.1.0 _ZN8Echonest6Artist11parseSearchEP13QNetworkReply@Base 2.1.0 _ZN8Echonest6Artist12fetchSimilarERK7QVectorI5QPairINS0_11SearchParamE8QVariantEENS_17ArtistInformationEii@Base 2.1.0 _ZN8Echonest6Artist12parseProfileEP13QNetworkReply@Base 2.1.0 _ZN8Echonest6Artist12parseSimilarEP13QNetworkReply@Base 2.1.0 _ZN8Echonest6Artist12parseSuggestEP13QNetworkReply@Base 2.1.0 _ZN8Echonest6Artist12setAmazonUrlERK4QUrl@Base 2.1.0 _ZN8Echonest6Artist12setItunesUrlERK4QUrl@Base 2.1.0 _ZN8Echonest6Artist12setLastFmUrlERK4QUrl@Base 2.1.0 _ZN8Echonest6Artist13parseTermListEP13QNetworkReply@Base 2.1.0 _ZN8Echonest6Artist13parseTopHotttEP13QNetworkReply@Base 2.1.0 _ZN8Echonest6Artist13parseTopTermsEP13QNetworkReply@Base 2.1.0 _ZN8Echonest6Artist13setForeignIdsERK7QVectorINS_9ForeignIdEE@Base 2.1.0 (subst)_ZN8Echonest6Artist13setHotttnesssE{qreal}@Base 2.1.0 _ZN8Echonest6Artist13setMyspaceUrlERK4QUrl@Base 2.1.0 _ZN8Echonest6Artist14parseGenreListEP13QNetworkReply@Base 2.1.0 _ZN8Echonest6Artist14setAolMusicUrlERK4QUrl@Base 2.1.0 _ZN8Echonest6Artist14setBiographiesERK7QVectorINS_9BiographyEE@Base 2.1.0 (subst)_ZN8Echonest6Artist14setFamiliarityE{qreal}@Base 2.1.0 _ZN8Echonest6Artist17setMusicbrainzUrlERK4QUrl@Base 2.1.0 _ZN8Echonest6Artist19addQueryInformationER4QUrlNS_17ArtistInformationE@Base 2.1.0 _ZN8Echonest6Artist19searchParamToStringENS0_11SearchParamE@Base 2.1.0 _ZN8Echonest6Artist4initEv@Base 2.1.0 _ZN8Echonest6Artist5setIdERK10QByteArray@Base 2.1.0 _ZN8Echonest6Artist6searchERK7QVectorI5QPairINS0_11SearchParamE8QVariantEENS_17ArtistInformationEb@Base 2.1.0 _ZN8Echonest6Artist7setNameERK7QString@Base 2.1.0 _ZN8Echonest6Artist7setNewsERK7QVectorINS_4BlogEE@Base 2.1.0 _ZN8Echonest6Artist7suggestERK7QStringi@Base 2.1.0 _ZN8Echonest6Artist8setAudioERK7QVectorINS_9AudioFileEE@Base 2.1.0 _ZN8Echonest6Artist8setBlogsERK7QVectorINS_4BlogEE@Base 2.1.0 _ZN8Echonest6Artist8setSongsERK7QVectorINS_4SongEE@Base 2.1.0 _ZN8Echonest6Artist8setTermsERK7QVectorINS_4TermEE@Base 2.1.0 _ZN8Echonest6Artist8topHotttENS_17ArtistInformationEiib@Base 2.1.0 _ZN8Echonest6Artist8topTermsEi@Base 2.1.0 _ZN8Echonest6Artist9listTermsERK7QString@Base 2.1.0 _ZN8Echonest6Artist9setImagesERK7QVectorINS_11ArtistImageEE@Base 2.1.0 _ZN8Echonest6Artist9setVideosERK7QVectorINS_5VideoEE@Base 2.1.0 _ZN8Echonest6ArtistC1ERK10QByteArray@Base 2.1.0 _ZN8Echonest6ArtistC1ERK10QByteArrayRK7QString@Base 2.1.0 _ZN8Echonest6ArtistC1ERK7QString@Base 2.1.0 _ZN8Echonest6ArtistC1ERKS0_@Base 2.1.0 _ZN8Echonest6ArtistC1Ev@Base 2.1.0 _ZN8Echonest6ArtistC2ERK10QByteArray@Base 2.1.0 _ZN8Echonest6ArtistC2ERK10QByteArrayRK7QString@Base 2.1.0 _ZN8Echonest6ArtistC2ERK7QString@Base 2.1.0 _ZN8Echonest6ArtistC2ERKS0_@Base 2.1.0 _ZN8Echonest6ArtistC2Ev@Base 2.1.0 _ZN8Echonest6ArtistD0Ev@Base 2.1.0 _ZN8Echonest6ArtistD1Ev@Base 2.1.0 _ZN8Echonest6ArtistD2Ev@Base 2.1.0 _ZN8Echonest6ArtistaSERKS0_@Base 2.1.0 _ZN8Echonest6Config10s_instanceE@Base 2.1.0 _ZN8Echonest6Config23setNetworkAccessManagerEP21QNetworkAccessManager@Base 2.1.0 _ZN8Echonest6Config8instanceEv@Base 2.1.0 _ZN8Echonest6Config9setAPIKeyERK10QByteArray@Base 2.1.0 _ZN8Echonest6ConfigC1Ev@Base 2.1.0 _ZN8Echonest6ConfigC2Ev@Base 2.1.0 _ZN8Echonest6ConfigD1Ev@Base 2.1.0 _ZN8Echonest6ConfigD2Ev@Base 2.1.0 _ZN8Echonest6Review10setReleaseERK7QString@Base 2.1.0 _ZN8Echonest6Review10setSummaryERK7QString@Base 2.1.0 _ZN8Echonest6Review11setImageUrlERK4QUrl@Base 2.1.0 _ZN8Echonest6Review12setDateFoundERK9QDateTime@Base 2.1.0 _ZN8Echonest6Review15setDateReviewedERK9QDateTime@Base 2.1.0 _ZN8Echonest6Review5setIdERK10QByteArray@Base 2.1.0 _ZN8Echonest6Review6setUrlERK4QUrl@Base 2.1.0 _ZN8Echonest6Review7setNameERK7QString@Base 2.1.0 _ZN8Echonest6ReviewC1ERKS0_@Base 2.1.0 _ZN8Echonest6ReviewC1Ev@Base 2.1.0 _ZN8Echonest6ReviewC2ERKS0_@Base 2.1.0 _ZN8Echonest6ReviewC2Ev@Base 2.1.0 _ZN8Echonest6ReviewD1Ev@Base 2.1.0 _ZN8Echonest6ReviewD2Ev@Base 2.1.0 _ZN8Echonest6ReviewaSERKS0_@Base 2.1.0 _ZN8Echonest7Catalog10setArtistsERK7QVectorINS_13CatalogArtistEE@Base 2.1.0 _ZN8Echonest7Catalog11parseCreateEP13QNetworkReply@Base 2.1.0 _ZN8Echonest7Catalog11parseDeleteEP13QNetworkReply@Base 2.1.0 _ZN8Echonest7Catalog11parseStatusEP13QNetworkReply@Base 2.1.0 _ZN8Echonest7Catalog11parseTicketEP13QNetworkReply@Base 2.1.0 _ZN8Echonest7Catalog11setResolvedEi@Base 2.1.0 _ZN8Echonest7Catalog12parseProfileEP13QNetworkReply@Base 2.1.0 _ZN8Echonest7Catalog13updatePrivateER4QUrlRK7QVectorINS_18CatalogUpdateEntryEE@Base 2.1.0 _ZN8Echonest7Catalog15updateAndCreateERK7QVectorINS_18CatalogUpdateEntryEE@Base 2.1.0 _ZN8Echonest7Catalog17setPendingTicketsEi@Base 2.1.0 _ZN8Echonest7Catalog4listEii@Base 2.1.0 _ZN8Echonest7Catalog5setIdERK10QByteArray@Base 2.1.0 _ZN8Echonest7Catalog6createERK7QStringNS_12CatalogTypes4TypeE@Base 2.1.0 _ZN8Echonest7Catalog6statusERK10QByteArray@Base 2.1.0 _ZN8Echonest7Catalog7setNameERK7QString@Base 2.1.0 _ZN8Echonest7Catalog7setTypeENS_12CatalogTypes4TypeE@Base 2.1.0 _ZN8Echonest7Catalog8setSongsERK7QVectorINS_11CatalogSongEE@Base 2.1.0 _ZN8Echonest7Catalog8setTotalEi@Base 2.1.0 _ZN8Echonest7Catalog9addLimitsER4QUrlii@Base 2.1.0 _ZN8Echonest7Catalog9parseListEP13QNetworkReply@Base 2.1.0 _ZN8Echonest7Catalog9parseReadEP13QNetworkReply@Base 2.1.0 _ZN8Echonest7CatalogC1ERK10QByteArray@Base 2.1.0 _ZN8Echonest7CatalogC1ERKS0_@Base 2.1.0 _ZN8Echonest7CatalogC1Ev@Base 2.1.0 _ZN8Echonest7CatalogC2ERK10QByteArray@Base 2.1.0 _ZN8Echonest7CatalogC2ERKS0_@Base 2.1.0 _ZN8Echonest7CatalogC2Ev@Base 2.1.0 _ZN8Echonest7CatalogD0Ev@Base 2.1.0 _ZN8Echonest7CatalogD1Ev@Base 2.1.0 _ZN8Echonest7CatalogD2Ev@Base 2.1.0 _ZN8Echonest7CatalogaSERKS0_@Base 2.1.0 _ZN8Echonest9AudioFile10setReleaseERK7QString@Base 2.1.0 _ZN8Echonest9AudioFile5setIdERK10QByteArray@Base 2.1.0 _ZN8Echonest9AudioFile6setUrlERK4QUrl@Base 2.1.0 _ZN8Echonest9AudioFile7setDateERK9QDateTime@Base 2.1.0 _ZN8Echonest9AudioFile7setLinkERK4QUrl@Base 2.1.0 _ZN8Echonest9AudioFile8setTitleERK7QString@Base 2.1.0 _ZN8Echonest9AudioFile9setArtistERK7QString@Base 2.1.0 (subst)_ZN8Echonest9AudioFile9setLengthE{qreal}@Base 2.1.0 _ZN8Echonest9AudioFileC1ERKS0_@Base 2.1.0 _ZN8Echonest9AudioFileC1Ev@Base 2.1.0 _ZN8Echonest9AudioFileC2ERKS0_@Base 2.1.0 _ZN8Echonest9AudioFileC2Ev@Base 2.1.0 _ZN8Echonest9AudioFileD1Ev@Base 2.1.0 _ZN8Echonest9AudioFileD2Ev@Base 2.1.0 _ZN8Echonest9AudioFileaSERKS0_@Base 2.1.0 _ZN8Echonest9Biography10setLicenseERKNS_7LicenseE@Base 2.1.0 _ZN8Echonest9Biography6setUrlERK4QUrl@Base 2.1.0 _ZN8Echonest9Biography7setSiteERK7QString@Base 2.1.0 _ZN8Echonest9Biography7setTextERK7QString@Base 2.1.0 _ZN8Echonest9BiographyC1ERKS0_@Base 2.1.0 _ZN8Echonest9BiographyC1Ev@Base 2.1.0 _ZN8Echonest9BiographyC2ERKS0_@Base 2.1.0 _ZN8Echonest9BiographyC2Ev@Base 2.1.0 _ZN8Echonest9BiographyD1Ev@Base 2.1.0 _ZN8Echonest9BiographyD2Ev@Base 2.1.0 _ZN8Echonest9BiographyaSERKS0_@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_11ArtistImageE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_12AudioSummaryE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_14ArtistLocationE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_15DynamicPlaylistE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_4BlogE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_4SongE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_4TermE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_5TrackE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_5VideoE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_6ArtistE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_6ReviewE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_7CatalogE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_9AudioFileE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_9BiographyE@Base 2.1.0 _ZN8EchonestlsE6QDebugRKNS_9ForeignIdE@Base 2.1.0 _ZNK8Echonest10ParseError12networkErrorEv@Base 2.1.0 _ZNK8Echonest10ParseError4whatEv@Base 2.1.0 _ZNK8Echonest10ParseError9errorTypeEv@Base 2.1.0 _ZNK8Echonest11ArtistImage3urlEv@Base 2.1.0 _ZNK8Echonest11ArtistImage7licenseEv@Base 2.1.0 _ZNK8Echonest11CatalogItem6ratingEv@Base 2.1.0 _ZNK8Echonest11CatalogItem7requestEv@Base 2.1.0 _ZNK8Echonest11CatalogItem9dateAddedEv@Base 2.1.0 _ZNK8Echonest11CatalogItem9foreignIdEv@Base 2.1.0 _ZNK8Echonest11CatalogItem9playCountEv@Base 2.1.0 _ZNK8Echonest11CatalogSong4typeEv@Base 2.1.0 _ZNK8Echonest12AudioSummary10numSamplesEv@Base 2.1.0 _ZNK8Echonest12AudioSummary10sampleRateEv@Base 2.1.0 _ZNK8Echonest12AudioSummary11endOfFadeInEv@Base 2.1.0 _ZNK8Echonest12AudioSummary12analysisTimeEv@Base 2.1.0 _ZNK8Echonest12AudioSummary12danceabilityEv@Base 2.1.0 _ZNK8Echonest12AudioSummary13keyConfidenceEv@Base 2.1.0 _ZNK8Echonest12AudioSummary13timeSignatureEv@Base 2.1.0 _ZNK8Echonest12AudioSummary14analysisStatusEv@Base 2.1.0 _ZNK8Echonest12AudioSummary14detailedStatusEv@Base 2.1.0 _ZNK8Echonest12AudioSummary14modeConfidenceEv@Base 2.1.0 _ZNK8Echonest12AudioSummary14startOfFadeOutEv@Base 2.1.0 _ZNK8Echonest12AudioSummary15analyzerVersionEv@Base 2.1.0 _ZNK8Echonest12AudioSummary15tempoConfidenceEv@Base 2.1.0 _ZNK8Echonest12AudioSummary17fetchFullAnalysisEv@Base 2.1.0 _ZNK8Echonest12AudioSummary23timeSignatureConfidenceEv@Base 2.1.0 _ZNK8Echonest12AudioSummary3keyEv@Base 2.1.0 _ZNK8Echonest12AudioSummary4barsEv@Base 2.1.0 _ZNK8Echonest12AudioSummary4modeEv@Base 2.1.0 _ZNK8Echonest12AudioSummary5beatsEv@Base 2.1.0 _ZNK8Echonest12AudioSummary5tempoEv@Base 2.1.0 _ZNK8Echonest12AudioSummary6energyEv@Base 2.1.0 _ZNK8Echonest12AudioSummary6tatumsEv@Base 2.1.0 _ZNK8Echonest12AudioSummary8durationEv@Base 2.1.0 _ZNK8Echonest12AudioSummary8loudnessEv@Base 2.1.0 _ZNK8Echonest12AudioSummary8sectionsEv@Base 2.1.0 _ZNK8Echonest12AudioSummary8segmentsEv@Base 2.1.0 _ZNK8Echonest12AudioSummary9sampleMD5Ev@Base 2.1.0 _ZNK8Echonest12AudioSummary9timestampEv@Base 2.1.0 _ZNK8Echonest13CatalogArtist4typeEv@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist10parseSteerEP13QNetworkReply@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist11currentSongEv@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist13deleteSessionEv@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist13parseFeedbackEP13QNetworkReply@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist4nextEii@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist5steerERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist6createERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist7restartERK7QVectorI5QPairINS0_13PlaylistParamE8QVariantEE@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist8feedbackERK7QVectorI5QPairINS0_20DynamicFeedbackParamE10QByteArrayEE@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist9fetchInfoEv@Base 2.1.0 _ZNK8Echonest15DynamicPlaylist9sessionIdEv@Base 2.1.0 _ZNK8Echonest15SongInformation5flagsEv@Base 2.1.0 _ZNK8Echonest15SongInformation8idSpacesEv@Base 2.1.0 _ZNK8Echonest17ArtistInformation5flagsEv@Base 2.1.0 _ZNK8Echonest17ArtistInformation8idSpacesEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry10artistNameEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry10discNumberEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry11favoriteSetEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry11fingerprintEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry11trackNumberEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry3urlEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry5genreEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry6actionEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry6bannedEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry6itemIdEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry6ratingEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry6songIdEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry7releaseEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry8artistIdEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry8favoriteEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry8songNameEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry9bannedSetEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry9playCountEv@Base 2.1.0 _ZNK8Echonest18CatalogUpdateEntry9skipCountEv@Base 2.1.0 _ZNK8Echonest4Blog10datePostedEv@Base 2.1.0 _ZNK8Echonest4Blog2idEv@Base 2.1.0 _ZNK8Echonest4Blog3urlEv@Base 2.1.0 _ZNK8Echonest4Blog4nameEv@Base 2.1.0 _ZNK8Echonest4Blog7summaryEv@Base 2.1.0 _ZNK8Echonest4Blog9dateFoundEv@Base 2.1.0 _ZNK8Echonest4Song10artistNameEv@Base 2.1.0 _ZNK8Echonest4Song10hotttnesssEv@Base 2.1.0 _ZNK8Echonest4Song12audioSummaryEv@Base 2.1.0 _ZNK8Echonest4Song14artistLocationEv@Base 2.1.0 _ZNK8Echonest4Song16artistHotttnesssEv@Base 2.1.0 _ZNK8Echonest4Song16fetchInformationENS_15SongInformationE@Base 2.1.0 _ZNK8Echonest4Song17artistFamiliarityEv@Base 2.1.0 _ZNK8Echonest4Song2idEv@Base 2.1.0 _ZNK8Echonest4Song5titleEv@Base 2.1.0 _ZNK8Echonest4Song6tracksEv@Base 2.1.0 _ZNK8Echonest4Song7releaseEv@Base 2.1.0 _ZNK8Echonest4Song8artistIdEv@Base 2.1.0 _ZNK8Echonest4Song8toStringEv@Base 2.1.0 _ZNK8Echonest4Song9songTypesEv@Base 2.1.0 _ZNK8Echonest4Term4nameEv@Base 2.1.0 _ZNK8Echonest4Term6weightEv@Base 2.1.0 _ZNK8Echonest4Term9frequencyEv@Base 2.1.0 _ZNK8Echonest5Track10previewUrlEv@Base 2.1.0 _ZNK8Echonest5Track10samplerateEv@Base 2.1.0 _ZNK8Echonest5Track12audioSummaryEv@Base 2.1.0 _ZNK8Echonest5Track12releaseImageEv@Base 2.1.0 _ZNK8Echonest5Track15analyzerVersionEv@Base 2.1.0 _ZNK8Echonest5Track2idEv@Base 2.1.0 _ZNK8Echonest5Track3md5Ev@Base 2.1.0 _ZNK8Echonest5Track4songEv@Base 2.1.0 _ZNK8Echonest5Track5titleEv@Base 2.1.0 _ZNK8Echonest5Track6artistEv@Base 2.1.0 _ZNK8Echonest5Track6statusEv@Base 2.1.0 _ZNK8Echonest5Track7bitrateEv@Base 2.1.0 _ZNK8Echonest5Track7catalogEv@Base 2.1.0 _ZNK8Echonest5Track7releaseEv@Base 2.1.0 _ZNK8Echonest5Track8audioMD5Ev@Base 2.1.0 _ZNK8Echonest5Track9foreignIdEv@Base 2.1.0 _ZNK8Echonest5Video2idEv@Base 2.1.0 _ZNK8Echonest5Video3urlEv@Base 2.1.0 _ZNK8Echonest5Video4siteEv@Base 2.1.0 _ZNK8Echonest5Video5titleEv@Base 2.1.0 _ZNK8Echonest5Video8imageUrlEv@Base 2.1.0 _ZNK8Echonest5Video9dateFoundEv@Base 2.1.0 _ZNK8Echonest6Artist10fetchAudioEii@Base 2.1.0 _ZNK8Echonest6Artist10fetchBlogsEbii@Base 2.1.0 _ZNK8Echonest6Artist10fetchSongsEii@Base 2.1.0 _ZNK8Echonest6Artist10fetchTermsENS0_11TermSortingE@Base 2.1.0 _ZNK8Echonest6Artist10fetchVideoEii@Base 2.1.0 _ZNK8Echonest6Artist10foreignIdsEv@Base 2.1.0 _ZNK8Echonest6Artist10hotttnesssEv@Base 2.1.0 _ZNK8Echonest6Artist10myspaceUrlEv@Base 2.1.0 _ZNK8Echonest6Artist10setupQueryERK10QByteArrayii@Base 2.1.0 _ZNK8Echonest6Artist11aolMusicUrlEv@Base 2.1.0 _ZNK8Echonest6Artist11biographiesEv@Base 2.1.0 _ZNK8Echonest6Artist11familiarityEv@Base 2.1.0 _ZNK8Echonest6Artist11fetchImagesERK7QStringii@Base 2.1.0 _ZNK8Echonest6Artist12fetchProfileENS_17ArtistInformationE@Base 2.1.0 _ZNK8Echonest6Artist12fetchReviewsEii@Base 2.1.0 _ZNK8Echonest6Artist14musicbrainzUrlEv@Base 2.1.0 _ZNK8Echonest6Artist15fetchHotttnesssERK7QString@Base 2.1.0 _ZNK8Echonest6Artist16fetchBiographiesERK7QStringii@Base 2.1.0 _ZNK8Echonest6Artist16fetchFamiliarityEv@Base 2.1.0 _ZNK8Echonest6Artist2idEv@Base 2.1.0 _ZNK8Echonest6Artist4nameEv@Base 2.1.0 _ZNK8Echonest6Artist4newsEv@Base 2.1.0 _ZNK8Echonest6Artist5audioEv@Base 2.1.0 _ZNK8Echonest6Artist5blogsEv@Base 2.1.0 _ZNK8Echonest6Artist5songsEv@Base 2.1.0 _ZNK8Echonest6Artist5termsEv@Base 2.1.0 _ZNK8Echonest6Artist6imagesEv@Base 2.1.0 _ZNK8Echonest6Artist6videosEv@Base 2.1.0 _ZNK8Echonest6Artist7reviewsEv@Base 2.1.0 _ZNK8Echonest6Artist9amazonUrlEv@Base 2.1.0 _ZNK8Echonest6Artist9fetchNewsEbii@Base 2.1.0 _ZNK8Echonest6Artist9fetchUrlsEv@Base 2.1.0 _ZNK8Echonest6Artist9itunesUrlEv@Base 2.1.0 _ZNK8Echonest6Artist9lastFmUrlEv@Base 2.1.0 _ZNK8Echonest6Config3namEv@Base 2.1.0 _ZNK8Echonest6Config6apiKeyEv@Base 2.1.0 _ZNK8Echonest6Review12dateReviewedEv@Base 2.1.0 _ZNK8Echonest6Review2idEv@Base 2.1.0 _ZNK8Echonest6Review3urlEv@Base 2.1.0 _ZNK8Echonest6Review4nameEv@Base 2.1.0 _ZNK8Echonest6Review7releaseEv@Base 2.1.0 _ZNK8Echonest6Review7summaryEv@Base 2.1.0 _ZNK8Echonest6Review8imageUrlEv@Base 2.1.0 _ZNK8Echonest6Review9dateFoundEv@Base 2.1.0 _ZNK8Echonest7Catalog11readPrivateER4QUrlii@Base 2.1.0 _ZNK8Echonest7Catalog13deleteCatalogEv@Base 2.1.0 _ZNK8Echonest7Catalog14pendingTicketsEv@Base 2.1.0 _ZNK8Echonest7Catalog15readSongCatalogENS_15SongInformationEii@Base 2.1.0 _ZNK8Echonest7Catalog17readArtistCatalogENS_17ArtistInformationEii@Base 2.1.0 _ZNK8Echonest7Catalog2idEv@Base 2.1.0 _ZNK8Echonest7Catalog4nameEv@Base 2.1.0 _ZNK8Echonest7Catalog4typeEv@Base 2.1.0 _ZNK8Echonest7Catalog5songsEv@Base 2.1.0 _ZNK8Echonest7Catalog5totalEv@Base 2.1.0 _ZNK8Echonest7Catalog6updateERK7QVectorINS_18CatalogUpdateEntryEE@Base 2.1.0 _ZNK8Echonest7Catalog7artistsEv@Base 2.1.0 _ZNK8Echonest7Catalog7profileEv@Base 2.1.0 _ZNK8Echonest7Catalog8resolvedEv@Base 2.1.0 _ZNK8Echonest9AudioFile2idEv@Base 2.1.0 _ZNK8Echonest9AudioFile3urlEv@Base 2.1.0 _ZNK8Echonest9AudioFile4dateEv@Base 2.1.0 _ZNK8Echonest9AudioFile4linkEv@Base 2.1.0 _ZNK8Echonest9AudioFile5titleEv@Base 2.1.0 _ZNK8Echonest9AudioFile6artistEv@Base 2.1.0 _ZNK8Echonest9AudioFile6lengthEv@Base 2.1.0 _ZNK8Echonest9AudioFile7releaseEv@Base 2.1.0 _ZNK8Echonest9Biography3urlEv@Base 2.1.0 _ZNK8Echonest9Biography4siteEv@Base 2.1.0 _ZNK8Echonest9Biography4textEv@Base 2.1.0 _ZNK8Echonest9Biography7licenseEv@Base 2.1.0 _ZTIN8Echonest10ParseErrorE@Base 2.1.0 _ZTIN8Echonest11CatalogItemE@Base 2.1.0 _ZTIN8Echonest11CatalogSongE@Base 2.1.0 _ZTIN8Echonest13CatalogArtistE@Base 2.1.0 _ZTIN8Echonest15DynamicPlaylistE@Base 2.1.0 _ZTIN8Echonest18CatalogUpdateEntryE@Base 2.1.0 _ZTIN8Echonest4SongE@Base 2.1.0 _ZTIN8Echonest6ArtistE@Base 2.1.0 _ZTIN8Echonest7CatalogE@Base 2.1.0 _ZTSN8Echonest10ParseErrorE@Base 2.1.0 _ZTSN8Echonest11CatalogItemE@Base 2.1.0 _ZTSN8Echonest11CatalogSongE@Base 2.1.0 _ZTSN8Echonest13CatalogArtistE@Base 2.1.0 _ZTSN8Echonest15DynamicPlaylistE@Base 2.1.0 _ZTSN8Echonest18CatalogUpdateEntryE@Base 2.1.0 _ZTSN8Echonest4SongE@Base 2.1.0 _ZTSN8Echonest6ArtistE@Base 2.1.0 _ZTSN8Echonest7CatalogE@Base 2.1.0 _ZTVN8Echonest10ParseErrorE@Base 2.1.0 _ZTVN8Echonest11CatalogItemE@Base 2.1.0 _ZTVN8Echonest11CatalogSongE@Base 2.1.0 _ZTVN8Echonest13CatalogArtistE@Base 2.1.0 _ZTVN8Echonest15DynamicPlaylistE@Base 2.1.0 _ZTVN8Echonest18CatalogUpdateEntryE@Base 2.1.0 _ZTVN8Echonest4SongE@Base 2.1.0 _ZTVN8Echonest6ArtistE@Base 2.1.0 _ZTVN8Echonest7CatalogE@Base 2.1.0 (c++)"non-virtual thunk to Echonest::CatalogArtist::type() const@Base" 2.1.0 (c++)"non-virtual thunk to Echonest::CatalogArtist::~CatalogArtist()@Base" 2.1.0 (c++)"non-virtual thunk to Echonest::CatalogSong::type() const@Base" 2.1.0 (c++)"non-virtual thunk to Echonest::CatalogSong::~CatalogSong()@Base" 2.1.0 debian/libechonest2.1.install.in0000644000000000000000000000007112167340523013704 0ustar usr/lib/libechonest.so.2.1* usr/lib/%DEB_HOST_MULTIARCH% debian/source/0000755000000000000000000000000012167336031010470 5ustar debian/source/format0000644000000000000000000000001412167336031011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015412167336031010221 0ustar # Compulsory line, this is a version 3 file version=3 http://files.lfranchi.com/libechonest-(.*)\.tar\.bz2