extragear/multimedia/amarok
Soren Harward
stharward at gmail.com
Fri Jun 26 15:46:00 UTC 2009
SVN commit 987771 by stharward:
Acoustic similarity subsystem
Adds support to Amarok for the GTACFeat[0] audio similarity library.
GTACFeat is not required, so if you don't have it, Amarok should
compile and function normally without it.
If you want to be able to use the acoustic similarity features, as of
right now you should install GTACFeat from the SVN sources; hopefully by
the time Amarok 2.2 is ready for release, a beta version of GTACFeat
will be available. Also, all this code is just back-end stuff. There
isn't anything yet available in the GUI that takes advantage of acoustic
similarity, though there will be in the very near future.
[0] http://sourceforge.net/projects/gtacfeat
CCMAIL: amarok at kde.org
M +3 -0 CMakeLists.txt
M +1 -0 ChangeLog
A cmake/modules/FindGTACFeat.cmake
M +21 -3 src/CMakeLists.txt
M +8 -0 src/collection/QueryMaker.cpp
M +5 -0 src/collection/QueryMaker.h
M +1 -0 src/collection/mysqlecollection/CMakeLists.txt
M +1 -0 src/collection/mysqlservercollection/CMakeLists.txt
M +17 -1 src/collection/sqlcollection/DatabaseUpdater.cpp
M +1 -0 src/collection/sqlcollection/DatabaseUpdater.h
M +1 -0 src/collection/sqlcollection/ScanManager.cpp
M +5 -1 src/collection/sqlcollection/ScanResultProcessor.cpp
M +43 -2 src/collection/sqlcollection/SqlMeta.cpp
M +10 -0 src/collection/sqlcollection/SqlMeta.h
M +57 -6 src/collection/sqlcollection/SqlQueryMaker.cpp
M +2 -0 src/collection/sqlcollection/SqlQueryMaker.h
A src/fingerprint (directory)
A src/fingerprint/Fingerprint.cpp [License: GPL (v2+)]
A src/fingerprint/Fingerprint.h [License: GPL (v2+)]
M +1 -1 src/main.cpp
M +1 -0 src/meta/Capability.h
M +1 -0 src/meta/MetaUtility.h
A src/meta/capabilities/FingerprintCapability.cpp [License: UNKNOWN]
A src/meta/capabilities/FingerprintCapability.h [License: UNKNOWN]
M +5 -0 utilities/CMakeLists.txt
M +37 -0 utilities/collectionscanner/CollectionScanner.cpp
http://websvn.kde.org/?view=rev&revision=987771
More information about the Amarok
mailing list