Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found player/vmBPFPlayer.cxx: In member function ‘virtual void CLAM::VM::BPFPlayer::run()’: player/vmBPFPlayer.cxx:122:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(mBPF && mBPF->Size() && k+1Size() && mBPF->GetXValue(k+1)<= i/mSamplingRate) k++; ^ player/vmBPFPlayer.cxx:129:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(mBPF && mBPF->Size() && k < mBPF->Size()) SendFloatToInControl(osc, "Pitch", GetPitch(k)); ^ render/vmSegmentEditor.cxx: In member function ‘void CLAM::VM::SegmentEditor::DrawVHighlighted(double, double)’: render/vmSegmentEditor.cxx:440:9: warning: unused variable ‘isCurrent’ [-Wunused-variable] bool isCurrent = (mHighlighted == (int)mSegmentation->current()); ^ Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found src/About.ui: Warning: The name 'tab' (QWidget) is already in use, defaulting to 'tab1'. src/About.ui: Warning: The name 'TabPage' (QWidget) is already in use, defaulting to 'TabPage1'. src/AudioLoadThread.cxx: In member function ‘virtual void AudioLoadThread::run()’: src/AudioLoadThread.cxx:71:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ( beginSample+readSize > nSamples ) break; ^ src/DescriptorTablePlugin.cxx: In member function ‘void CLAM_Annotator::DescriptorTablePlugin::refreshData(int, CLAM::DescriptionDataPool&)’: src/DescriptorTablePlugin.cxx:54:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (mElement<0 || mElement>=dataPool.GetNumberOfContexts(mScope)) ^ In file included from /usr/include/CLAM/BasicXMLable.hxx:32:0, from /usr/include/CLAM/XMLAdapter.hxx:29, from /usr/include/CLAM/DynamicType.hxx:28, from src/SchemaAttribute.hxx:25, from src/DescriptorTablePlugin.cxx:23: src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerString::updateData(CLAM::DescriptionDataPool&)’: src/DescriptorTablePlugin.cxx:87:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!"); ^ src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerFloat::updateData(CLAM::DescriptionDataPool&)’: src/DescriptorTablePlugin.cxx:183:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!"); ^ src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerInt::updateData(CLAM::DescriptionDataPool&)’: src/DescriptorTablePlugin.cxx:231:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!"); ^ src/ProjectEditor.cxx: In member function ‘void ProjectEditor::on_removeSourceButton_clicked()’: src/ProjectEditor.cxx:128:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (row>=mProject.GetSources().size()) return; // Weird!! ^ src/InstantViews/KeySpace.cxx: In member function ‘void CLAM::VM::KeySpace::RecomputeWeights()’: src/InstantViews/KeySpace.cxx:193:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned i=0; i<_nX; i++) ^ src/InstantViews/KeySpace.cxx:196:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned k=0; k<_nY; k++) ^ src/InstantViews/KeySpace.cxx: In member function ‘void CLAM::VM::KeySpace::DrawTiles()’: src/InstantViews/KeySpace.cxx:231:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_texture.size()!=_nY*_nX*3) _texture.resize(_nY*_nX*3); ^ src/InstantViews/KeySpace.cxx:233:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned k=0; k<_nY; k++) ^ src/InstantViews/KeySpace.cxx:235:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned i=0; i<_nX; i++) ^ src/InstantViews/Tonnetz.cxx: In member function ‘virtual void CLAM::VM::Tonnetz::resizeGL(int, int)’: src/InstantViews/Tonnetz.cxx:98:6: warning: unused variable ‘side’ [-Wunused-variable] int side = qMin(width, height); ^ src/TypePlugin.cxx: In member function ‘virtual bool CLAM_Annotator::StringTypePlugin::ValidateData(const CLAM::DescriptionDataPool&, std::ostream&)’: src/TypePlugin.cxx:212:11: warning: value computed is not used [-Wunused-value] values[0]; ^ src/TypePlugin.cxx:212:11: warning: statement has no effect [-Wunused-value] src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateUnsized(const DataArray&, std::ostream&, unsigned int)’: src/TypePlugin.cxx:270:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (nChilds!=unsigned(-1) && nChilds!=values.Size()) ^ src/TypePlugin.cxx:277:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned i=1; i=argc) break; ^ src/ClamExtractorExample.cxx:143:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned i = 1; i Simac::CircularPeakPicking::interpolate(double, double, double)’: /usr/include/CLAM/CircularPeakPicking.hxx:94:10: warning: unused variable ‘c’ [-Wunused-variable] double c = y0; ^ src/ChordExtractor/MainClam.cxx: In member function ‘void ChordExtractorDescriptionDumper::doIt()’: src/ChordExtractor/MainClam.cxx:211:31: warning: unused variable ‘chromagram’ [-Wunused-variable] const std::vector & chromagram = _extractor.chromagram(); //pointer to chromagram data ^ src/ChordExtractor/MainClam.cxx:212:48: warning: unused variable ‘peaks’ [-Wunused-variable] const Simac::CircularPeakPicking::PeakList & peaks = _extractor.peaks(); //pointer to chromagram data ^ src/ChordExtractor/MainClam.cxx:239:12: warning: unused variable ‘currentChord’ [-Wunused-variable] unsigned currentChord = firstCandidateWeight*0.6<=noCandidateWeigth || noCandidateWeigth<0.001 ? ^ src/ChordExtractor/MainClam.cxx:242:15: warning: unused variable ‘currentTime’ [-Wunused-variable] CLAM::TData currentTime = (_currentFrame*_hop+_firstFrameOffset)/_samplingRate; ^ src/ChordExtractor/MainClam.cxx: In function ‘int main(int, char**)’: src/ChordExtractor/MainClam.cxx:361:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned i = 1; i&, double, int)’: src/OnsetExtractor/changes.cpp:126:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0; i >&, std::vector&, Tmatrix&, pinfo&)’: src/OnsetExtractor/processwav.cpp:389:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (len=(read_data(input))) ^ In file included from src/OnsetExtractor/processwav.h:7:0, from src/OnsetExtractor/processwav.cpp:13: src/OnsetExtractor/params.h: At global scope: src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable] static const char *Notas[]={"0_SOL","0_SOL#", ^ In file included from src/OnsetExtractor/myfft.cpp:14:0: src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable] static const char *Notas[]={"0_SOL","0_SOL#", ^ src/OnsetExtractor/bands.cpp: In constructor ‘band::band(double, double, double, double)’: src/OnsetExtractor/bands.cpp:88:6: warning: unused variable ‘lenfirst’ [-Wunused-variable] int lenfirst= centersample-lowsample; ^ src/OnsetExtractor/bands.cpp:89:6: warning: unused variable ‘lensecond’ [-Wunused-variable] int lensecond= highsample-centersample; ^ src/OnsetExtractor/bands.cpp: In member function ‘double band::applyband(double*, int)’: src/OnsetExtractor/bands.cpp:127:6: warning: unused variable ‘j’ [-Wunused-variable] int j; ^ src/OnsetExtractor/bands.cpp: In member function ‘double band::applybandRMS(double*, int)’: src/OnsetExtractor/bands.cpp:148:6: warning: unused variable ‘j’ [-Wunused-variable] int j; ^ Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found Package QCore was not found in the pkg-config search path. Perhaps you should add the directory containing `QCore.pc' to the PKG_CONFIG_PATH environment variable No package 'QCore' found src/AudioLoadThread.cxx: In member function ‘virtual void AudioLoadThread::run()’: src/AudioLoadThread.cxx:71:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ( beginSample+readSize > nSamples ) break; ^ src/DescriptorTablePlugin.cxx: In member function ‘void CLAM_Annotator::DescriptorTablePlugin::refreshData(int, CLAM::DescriptionDataPool&)’: src/DescriptorTablePlugin.cxx:54:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (mElement<0 || mElement>=dataPool.GetNumberOfContexts(mScope)) ^ In file included from /usr/include/CLAM/BasicXMLable.hxx:32:0, from /usr/include/CLAM/XMLAdapter.hxx:29, from /usr/include/CLAM/DynamicType.hxx:28, from src/SchemaAttribute.hxx:25, from src/DescriptorTablePlugin.cxx:23: src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerString::updateData(CLAM::DescriptionDataPool&)’: src/DescriptorTablePlugin.cxx:87:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!"); ^ src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerFloat::updateData(CLAM::DescriptionDataPool&)’: src/DescriptorTablePlugin.cxx:183:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!"); ^ src/DescriptorTablePlugin.cxx: In member function ‘virtual void CLAM_Annotator::DescriptorsTableItemControllerInt::updateData(CLAM::DescriptionDataPool&)’: src/DescriptorTablePlugin.cxx:231:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] CLAM_ASSERT(dataPool.GetNumberOfContexts(mScope)>mElement,"Fuera!!"); ^ src/ProjectEditor.cxx: In member function ‘void ProjectEditor::on_removeSourceButton_clicked()’: src/ProjectEditor.cxx:128:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (row>=mProject.GetSources().size()) return; // Weird!! ^ src/InstantViews/KeySpace.cxx: In member function ‘void CLAM::VM::KeySpace::RecomputeWeights()’: src/InstantViews/KeySpace.cxx:193:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned i=0; i<_nX; i++) ^ src/InstantViews/KeySpace.cxx:196:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned k=0; k<_nY; k++) ^ src/InstantViews/KeySpace.cxx: In member function ‘void CLAM::VM::KeySpace::DrawTiles()’: src/InstantViews/KeySpace.cxx:231:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_texture.size()!=_nY*_nX*3) _texture.resize(_nY*_nX*3); ^ src/InstantViews/KeySpace.cxx:233:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned k=0; k<_nY; k++) ^ src/InstantViews/KeySpace.cxx:235:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(unsigned i=0; i<_nX; i++) ^ src/InstantViews/Tonnetz.cxx: In member function ‘virtual void CLAM::VM::Tonnetz::resizeGL(int, int)’: src/InstantViews/Tonnetz.cxx:98:6: warning: unused variable ‘side’ [-Wunused-variable] int side = qMin(width, height); ^ src/TypePlugin.cxx: In member function ‘virtual bool CLAM_Annotator::StringTypePlugin::ValidateData(const CLAM::DescriptionDataPool&, std::ostream&)’: src/TypePlugin.cxx:212:11: warning: value computed is not used [-Wunused-value] values[0]; ^ src/TypePlugin.cxx:212:11: warning: statement has no effect [-Wunused-value] src/TypePlugin.cxx: In member function ‘bool CLAM_Annotator::SegmentationTypePlugin::ValidateUnsized(const DataArray&, std::ostream&, unsigned int)’: src/TypePlugin.cxx:270:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (nChilds!=unsigned(-1) && nChilds!=values.Size()) ^ src/TypePlugin.cxx:277:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned i=1; i=argc) break; ^ src/ClamExtractorExample.cxx:143:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned i = 1; i Simac::CircularPeakPicking::interpolate(double, double, double)’: /usr/include/CLAM/CircularPeakPicking.hxx:94:10: warning: unused variable ‘c’ [-Wunused-variable] double c = y0; ^ src/ChordExtractor/MainClam.cxx: In member function ‘void ChordExtractorDescriptionDumper::doIt()’: src/ChordExtractor/MainClam.cxx:211:31: warning: unused variable ‘chromagram’ [-Wunused-variable] const std::vector & chromagram = _extractor.chromagram(); //pointer to chromagram data ^ src/ChordExtractor/MainClam.cxx:212:48: warning: unused variable ‘peaks’ [-Wunused-variable] const Simac::CircularPeakPicking::PeakList & peaks = _extractor.peaks(); //pointer to chromagram data ^ src/ChordExtractor/MainClam.cxx:239:12: warning: unused variable ‘currentChord’ [-Wunused-variable] unsigned currentChord = firstCandidateWeight*0.6<=noCandidateWeigth || noCandidateWeigth<0.001 ? ^ src/ChordExtractor/MainClam.cxx:242:15: warning: unused variable ‘currentTime’ [-Wunused-variable] CLAM::TData currentTime = (_currentFrame*_hop+_firstFrameOffset)/_samplingRate; ^ src/ChordExtractor/MainClam.cxx: In function ‘int main(int, char**)’: src/ChordExtractor/MainClam.cxx:361:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (unsigned i = 1; i&, double, int)’: src/OnsetExtractor/changes.cpp:126:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i=0; i >&, std::vector&, Tmatrix&, pinfo&)’: src/OnsetExtractor/processwav.cpp:389:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (len=(read_data(input))) ^ In file included from src/OnsetExtractor/processwav.h:7:0, from src/OnsetExtractor/processwav.cpp:13: src/OnsetExtractor/params.h: At global scope: src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable] static const char *Notas[]={"0_SOL","0_SOL#", ^ In file included from src/OnsetExtractor/myfft.cpp:14:0: src/OnsetExtractor/params.h:51:20: warning: ‘Notas’ defined but not used [-Wunused-variable] static const char *Notas[]={"0_SOL","0_SOL#", ^ src/OnsetExtractor/bands.cpp: In constructor ‘band::band(double, double, double, double)’: src/OnsetExtractor/bands.cpp:88:6: warning: unused variable ‘lenfirst’ [-Wunused-variable] int lenfirst= centersample-lowsample; ^ src/OnsetExtractor/bands.cpp:89:6: warning: unused variable ‘lensecond’ [-Wunused-variable] int lensecond= highsample-centersample; ^ src/OnsetExtractor/bands.cpp: In member function ‘double band::applyba== Linking OnsetExtractorCore Install file: "OnsetExtractorCore" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/bin/OnsetExtractorCore" Install file: "OnsetExtractor" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/bin/OnsetExtractor" == Compiling SimacServicesClient/BocaClientMain./ usr/ usr/bin/ usr/bin/Annotator usr/bin/OnsetExtractorCore usr/bin/BocaClient usr/bin/ChordExtractor usr/bin/ClamExtractorExample usr/bin/OnsetExtractor usr/doc/ usr/doc/clam_annotator-0.5.0/ usr/doc/clam_annotator-0.5.0/README usr/doc/clam_annotator-0.5.0/COPYING usr/doc/clam_annotator-0.5.0/CHANGES usr/doc/clam_annotator-0.5.0/todos usr/doc/clam_annotator-0.5.0/clam_annotator.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/ChordExtractor.1.gz usr/man/man1/ClamExtractorExample.1.gz usr/man/man1/BocaClient.1.gz usr/man/man1/Annotator.1.gz usr/man/man1/OnsetExtractor.1.gz usr/share/ usr/share/annotator/ usr/share/annotator/example-data/ usr/share/annotator/example-data/Demo.sc usr/share/annotator/example-data/AggregationExample.pro usr/share/annotator/example-data/CLAMDescriptors.pro usr/share/annotator/example-data/AggregationExample.sc usr/share/annotator/example-data/SongsTest/ usr/share/annotator/example-data/SongsTest/Debaser-CoffeeSmell.mp3.chords usr/share/annotator/example-data/SongsTest/Debaser-WoodenHouse.mp3.chords usr/share/annotator/example-data/SongsTest/Crash-Into-June.mp3.chords usr/share/annotator/example-data/SongsTest/Crash-Into-June.mp3.pool usr/share/annotator/example-data/SongsTest/Debaser-WoodenHouse.mp3.pool usr/share/annotator/example-data/SongsTest/Debaser-CoffeeSmell.mp3.pool usr/share/annotator/example-data/SongsTest/Debaser-WoodenHouse.mp3 usr/share/annotator/example-data/SongsTest/Crash-Into-June.mp3 usr/share/annotator/example-data/SongsTest/Debaser-CoffeeSmell.mp3 usr/share/annotator/example-data/SongsTest/Mud.mp3 usr/share/annotator/example-data/SongsTest/mud.mp3.pool usr/share/annotator/example-data/SongsTest/mud.mp3.chords usr/share/annotator/example-data/CLAMDescriptors.sc usr/share/annotator/example-data/SemWeb.pro usr/share/annotator/example-data/SemWebExtractor.sc usr/share/annotator/example-data/Chords.sc usr/share/annotator/example-data/Chords.pro usr/share/annotator/i18n/ usr/share/annotator/i18n/Annotator_es.qm usr/share/annotator/i18n/Annotator_ca.qm usr/share/applications/ usr/share/applications/Annotator.desktop usr/share/pixmaps/ usr/share/pixmaps/annotator-icon1.svg install/ install/doinst.sh install/slack-desc ator/package-clam_annotator/usr/share/annotator/example-data/SongsTest/Crash-Into-June.mp3" Install file: "example-data/SongsTest/Debaser-CoffeeSmell.mp3" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/SongsTest/Debaser-CoffeeSmell.mp3" Install file: "example-data/SongsTest/Mud.mp3" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/SongsTest/Mud.mp3" Install file: "example-data/AggregationExample.pro" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/AggregationExample.pro" Install file: "example-data/CLAMDescriptors.pro" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/CLAMDescriptors.pro" Install file: "example-data/SemWeb.pro" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/SemWeb.pro" Install file: "example-data/Chords.pro" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/Chords.pro" Install file: "example-data/Demo.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/Demo.sc" Install file: "example-data/AggregationExample.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/AggregationExample.sc" Install file: "example-data/CLAMDescriptors.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/CLAMDescriptors.sc" Install file: "example-data/SemWebExtractor.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/SemWebExtractor.sc" Install file: "example-data/Chords.sc" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/annotator/example-data/Chords.sc" Install file: "resources/Annotator.desktop" as "/usr/src/slapt-src/audio/clam_annotator/package-clam_annotator/usr/share/applications/Annotator.desktop" scons: done building targets. Slackware package maker, version 3.141593. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/audio/clam_annotator/clam_annotator-0.5.0-i586-2salix.txz Slackware package /usr/src/slapt-src/audio/clam_annotator/clam_annotator-0.5.0-i586-2salix.txz created. Installing package clam_annotator-0.5.0-i586-2salix... | clam_annotator (Music annotation tool) | | The CLAM Annotator is a tool that can be used to visualize, check and | modify music information extracted from audio: low level features, | note segmentation, chords, structure... The tool is intended to be | useful for music information retrieval research. | | | | | | |