CMake Warning (dev) in CMakeLists.txt: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Add a line of code such as project(ProjectName) near the top of the file, but after cmake_minimum_required(). CMake is pretending there is a "project(Project)" command on the first line. This warning is for project developers. Use -Wno-dev to suppress it. CMake Deprecation Warning at CMakeLists.txt:5 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at src/CMakeLists.txt:5 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Configuration Summary for StretchPlayer --------------------------------------- disabled.... QT5 ENABLED..... JACK ENABLED..... LibSndfile ENABLED..... RubberBand CMake Deprecation Warning at art/CMakeLists.txt:5 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Warning: Manually-specified variables were not used by the project: ENABLE_UNIT_TESTS LIB_SUFFIX MAN_INSTALL_DIR layer-0.503/cmake/FindLibSndfile.cmake stretchplayer-0.503/cmake/FindRubberBand.cmake stretchplayer-0.503/cmake/TritiumFindPackageHandleStandardArgs.cmake stretchplayer-0.503/cmake/TritiumPackageHelper.cmake stretchplayer-0.503/config.h.in stretchplayer-0.503/gpl-2.0.txt stretchplayer-0.503/gpl-3.0.txt stretchplayer-0.503/src/ stretchplayer-0.503/src/.gitignore stretchplayer-0.503/src/AudioSystem.hpp stretchplayer-0.503/src/CMakeLists.txt stretchplayer-0.503/src/Engine.cpp stretchplayer-0.503/src/Engine.hpp stretchplayer-0.503/src/JackAudioSystem.cpp stretchplayer-0.503/src/JackAudioSystem.hpp stretchplayer-0.503/src/Marquee.cpp stretchplayer-0.503/src/Marquee.hpp stretchplayer-0.503/src/PlayerSizes.cpp stretchplayer-0.503/src/PlayerSizes.hpp stretchplayer-0.503/src/PlayerWidget.cpp stretchplayer-0.503/src/PlayerWidget.hpp stretchplayer-0.503/src/RingBuffer.hpp stretchplayer-0.503/src/StatusWidget.cpp stretchplayer-0.503/src/StatusWidget.hpp stretchplayer-0.503/src/ThinSlider.cpp stretchplayer-0.503/src/ThinSlider.hpp stretchplayer-0.503/src/icons.svg stretchplayer-0.503/src/img/ stretchplayer-0.503/src/img/ab.png stretchplayer-0.503/src/img/file.png stretchplayer-0.503/src/img/help.png stretchplayer-0.503/src/img/minus.png stretchplayer-0.503/src/img/play.png stretchplayer-0.503/src/img/plus.png stretchplayer-0.503/src/img/quit.png stretchplayer-0.503/src/img/stop.png stretchplayer-0.503/src/main.cpp stretchplayer-0.503/src/stretchplayer.qrc stretchplayer-0.503/stretchplayer.desktop.in debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/gbp.conf debian/manpages debian/patches/ debian/patches/cmake-include-dirs.patch debian/patches/qt5.patch debian/patches/series debian/rules debian/source/ debian/source/format debian/stretchplayer.1 debian/watch patching file src/CMakeLists.txt patching file src/CMakeLists.txt patching file src/main.cpp patching file src/JackAudioSystem.cpp patching file src/Engine.cpp patching file src/Engine.hpp patching file src/PlayerWidget.cpp patching file src/StatusWidget.cpp patching file src/StatusWidget.hpp patching file src/Engine.hpp Hunk #1 succeeded at 62 (offset 2 lines). patching file src/PlayerWidget.cpp Hunk #1 succeeded at 195 (offset -39 lines). Hunk #2 succeeded at 284 (offset -38 lines). -- The C compiler identification is GNU 11.2.0 -- The CXX compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Found JACK: /usr/lib/libjack.so -- Found LibSndfile: /usr/lib/libsndfile.so -- Found RubberBand: /usr/lib/librubberband.so -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build [ 5%] Generating qrc_stretchplayer.cpp [ 11%] Generating moc_Marquee.cpp [ 17%] Generating moc_PlayerWidget.cpp [ 23%] Generating moc_StatusWidget.cpp [ 29%] Building CXX object src/CMakeFiles/stretchplayer.dir/main.o In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/main.cpp:24: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:138:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 138 | std::auto_ptr _engine; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/qt5/QtWidgets/QMainWindow:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/main.cpp:24: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/main.cpp:24: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:139:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 139 | std::auto_ptr _engine_callback; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/qt5/QtWidgets/QMainWindow:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/main.cpp:24: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/main.cpp: In function ‘int main(int, char**)’: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/main.cpp:31:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 31 | std::auto_ptr pw; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/qt5/QtWidgets/QMainWindow:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/main.cpp:24: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ [ 35%] Building CXX object src/CMakeFiles/stretchplayer.dir/PlayerWidget.o /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:73:2: warning: #warning "Compositing is enabled" [-Wcpp] 73 | #warning "Compositing is enabled" | ^~~~~~~ In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:20: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:138:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 138 | std::auto_ptr _engine; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/qt5/QtWidgets/QMainWindow:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:20: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:20: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:139:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 139 | std::auto_ptr _engine_callback; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/qt5/QtWidgets/QMainWindow:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:20: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:21: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.hpp:166:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 166 | std::auto_ptr _stretcher; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/qt5/QtWidgets/QMainWindow:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:20: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:21: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.hpp:167:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr _audio_system; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/qmainwindow.h:44, from /usr/include/qt5/QtWidgets/QMainWindow:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/PlayerWidget.cpp:20: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ [ 41%] Building CXX object src/CMakeFiles/stretchplayer.dir/Engine.o In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.cpp:20: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.hpp:166:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 166 | std::auto_ptr _stretcher; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.hpp:23, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.cpp:20: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.cpp:20: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.hpp:167:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 167 | std::auto_ptr _audio_system; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.hpp:23, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Engine.cpp:20: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ [ 47%] Building CXX object src/CMakeFiles/stretchplayer.dir/StatusWidget.o In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:23: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Marquee.hpp:62:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 62 | std::auto_ptr _canvas; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/QWidget:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:20: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp: In member function ‘virtual void StretchPlayer::StatusWidget::resizeEvent(QResizeEvent*)’: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:171:61: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] 171 | stretch = 100.0 * _time_zone.width() / large_m.width("99:99.9"); | ~~~~~~~~~~~~~^~~~~~~~~~~ In file included from /usr/include/qt5/QtWidgets/qwidget.h:50, from /usr/include/qt5/QtWidgets/QWidget:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:20: /usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here 106 | int width(const QString &, int len = -1) const; | ^~~~~ /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:173:62: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] 173 | stretch = 100.0 * _stats_zone.width() / small_m.width(".SPEED: 100%"); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from /usr/include/qt5/QtWidgets/qwidget.h:50, from /usr/include/qt5/QtWidgets/QWidget:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:20: /usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here 106 | int width(const QString &, int len = -1) const; | ^~~~~ /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp: In member function ‘virtual void StretchPlayer::StatusWidget::paintEvent(QPaintEvent*)’: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:211:29: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] 211 | twid = large_m.width(_time); | ~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/qt5/QtWidgets/qwidget.h:50, from /usr/include/qt5/QtWidgets/QWidget:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:20: /usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here 106 | int width(const QString &, int len = -1) const; | ^~~~~ /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:213:65: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] 213 | stretch = 100.0 * _time_zone.width() / large_m.width(_time); | ~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/qt5/QtWidgets/qwidget.h:50, from /usr/include/qt5/QtWidgets/QWidget:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:20: /usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here 106 | int width(const QString &, int len = -1) const; | ^~~~~ /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:218:29: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] 218 | twid = small_m.width(_speed); | ~~~~~~~~~~~~~^~~~~~~~ In file included from /usr/include/qt5/QtWidgets/qwidget.h:50, from /usr/include/qt5/QtWidgets/QWidget:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:20: /usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here 106 | int width(const QString &, int len = -1) const; | ^~~~~ /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:220:66: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] 220 | stretch = 100.0 * _stats_zone.width() / small_m.width(_speed); | ~~~~~~~~~~~~~^~~~~~~~ In file included from /usr/include/qt5/QtWidgets/qwidget.h:50, from /usr/include/qt5/QtWidgets/QWidget:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/StatusWidget.cpp:20: /usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here 106 | int width(const QString &, int len = -1) const; | ^~~~~ [ 52%] Building CXX object src/CMakeFiles/stretchplayer.dir/PlayerSizes.o [ 58%] Building CXX object src/CMakeFiles/stretchplayer.dir/ThinSlider.o [ 64%] Building CXX object src/CMakeFiles/stretchplayer.dir/Marquee.o In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Marquee.cpp:20: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Marquee.hpp:62:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 62 | std::auto_ptr _canvas; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/include/qt5/QtCore/qsharedpointer_impl.h:71, from /usr/include/qt5/QtCore/qsharedpointer.h:48, from /usr/include/qt5/QtGui/qpixmap.h:48, from /usr/include/qt5/QtGui/qbrush.h:52, from /usr/include/qt5/QtGui/qpalette.h:46, from /usr/include/qt5/QtWidgets/qwidget.h:48, from /usr/include/qt5/QtWidgets/QWidget:1, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Marquee.hpp:22, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/src/Marquee.cpp:20: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ [ 70%] Building CXX object src/CMakeFiles/stretchplayer.dir/JackAudioSystem.o [ 76%] Building CXX object src/CMakeFiles/stretchplayer.dir/moc_PlayerWidget.o In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/moc_PlayerWidget.cpp:10: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/../../src/PlayerWidget.hpp:138:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 138 | std::auto_ptr _engine; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/moc_PlayerWidget.cpp:9: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/moc_PlayerWidget.cpp:10: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/../../src/PlayerWidget.hpp:139:10: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 139 | std::auto_ptr _engine_callback; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/moc_PlayerWidget.cpp:9: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ [ 82%] Building CXX object src/CMakeFiles/stretchplayer.dir/moc_StatusWidget.o [ 88%] Building CXX object src/CMakeFiles/stretchplayer.dir/moc_Marquee.o In file included from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/moc_Marquee.cpp:10: /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/../../src/Marquee.hpp:62:14: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 62 | std::auto_ptr _canvas; | ^~~~~~~~ In file included from /usr/include/c++/11.2.0/memory:76, from /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503/build/src/moc_Marquee.cpp:9: /usr/include/c++/11.2.0/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ [ 94%] Building CXX object src/CMakeFiles/stretchplayer.dir/qrc_stretchplayer.o [100%] Linking CXX executable stretchplayer [100%] Built target stretchplayer Consolidate compiler generated dependencies of target stretchplayer [100%] Built target stretchplayer Installing the project stripped... -- Install configuration: "Release" -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/applications/stretchplayer.desktop -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/stretchplayer/stretchplayer.desktop -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/bin/stretchplayer -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/icons/stretchplayer.png -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/pixmaps/stretchplayer.png -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/stretchplayer/icons/stretchplayer-icon.svg -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/stretchplayer/icons/stretchplayer-icon-16x16.png -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/stretchplayer/icons/stretchplayer-icon-22x22.png -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/stretchplayer/icons/stretchplayer-icon-24x24.png -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/stretchplayer/icons/stretchplayer-icon-32x32.png -- Installing: /usr/src/slapt-src/audio/stretchplayer/package-stretchplayer/usr/share/stretchplayer/icons/stretchplayer-icon-48x48.png Slackware package maker, version 3.14159265. Searching for symbolic links: usr/share/pixmaps/stretchplayer.png ../icons/hicolor/48x48/apps/stretchplayer.png Making symbolic link creation script: ( cd usr/share/pixmaps ; rm -rf stretchplayer.png ) ( cd usr/share/pixmaps ; ln -sf ../icons/hicolor/48x48/apps/stretchplayer.png stretchplayer.png ) Unless your existing installation script already contains the code to create these links, you should append these lines to your existing install script. Now's your chance. :^) Would you like to add this stuff to the existing install script and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/share/pixmaps/stretchplayer.png' Updating your ./install/doinst.sh... 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/stretchplayer/stretchplayer-0.503_4-i586-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/stretchplayer usr/doc/ usr/doc/stretchplayer-0.503_4/ usr/doc/stretchplayer-0.503_4/AUTHORS usr/doc/stretchplayer-0.503_4/BUGS.txt usr/doc/stretchplayer-0.503_4/COPYING usr/doc/stretchplayer-0.503_4/ChangeLog usr/doc/stretchplayer-0.503_4/README.txt usr/doc/stretchplayer-0.503_4/stretchplayer.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/stretchplayer.1.gz usr/share/ usr/share/applications/ usr/share/applications/stretchplayer.desktop usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/16x16/ usr/share/icons/hicolor/16x16/apps/ usr/share/icons/hicolor/16x16/apps/stretchplayer.png usr/share/icons/hicolor/22x22/ usr/share/icons/hicolor/22x22/apps/ usr/share/icons/hicolor/22x22/apps/stretchplayer.png usr/share/icons/hicolor/24x24/ usr/share/icons/hicolor/24x24/apps/ usr/share/icons/hicolor/24x24/apps/stretchplayer.png usr/share/icons/hicolor/32x32/ usr/share/icons/hicolor/32x32/apps/ usr/share/icons/hicolor/32x32/apps/stretchplayer.png usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/48x48/apps/stretchplayer.png usr/share/icons/hicolor/scalable/ usr/share/icons/hicolor/scalable/apps/ usr/share/icons/hicolor/scalable/apps/stretchplayer.svg usr/share/pixmaps/ Slackware package /usr/src/slapt-src/audio/stretchplayer/stretchplayer-0.503_4-i586-1salix15.0.txz created. Installing package stretchplayer-0.503_4-i586-1salix15.0... | stretchplayer (audio player with time stretch and pitch shift) | | StretchPlayer is an audio file player that allows you to change the | speed of the song without changing the pitch. It will also allow | you to transpose the song to another key (while also changing the | speed). This is a very powerful tool for musicians who are learning | to play a pre-recorded song. Its features include Time Stretch (25% | to 125% of song speed, without changing pitch), Pitch Shift (up or | down 1 octave), A/B repeat, and lots of keyboard accelerators. | | | |