CMake Deprecation Warning at CMakeLists.txt:3 (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. .. 0%100%100%100%100%100%Done Fetching vobsub2srt.SlackBuild... 0%100%100%100%100%100%Done Fetching vobsub2srt.info... 0%100%100%100%100%100%Done VobSub2SRT-1.0pre7/ VobSub2SRT-1.0pre7/.gitignore VobSub2SRT-1.0pre7/CMakeLists.txt VobSub2SRT-1.0pre7/CMakeModules/ VobSub2SRT-1.0pre7/CMakeModules/FindLibavutil.cmake VobSub2SRT-1.0pre7/CMakeModules/FindTesseract.cmake VobSub2SRT-1.0pre7/CMakeModules/UploadPPA.cmake VobSub2SRT-1.0pre7/CMakeModules/cmake_uninstall.cmake.in VobSub2SRT-1.0pre7/COPYING VobSub2SRT-1.0pre7/Makefile VobSub2SRT-1.0pre7/README VobSub2SRT-1.0pre7/README.org VobSub2SRT-1.0pre7/configure VobSub2SRT-1.0pre7/debian/ VobSub2SRT-1.0pre7/debian/changelog VobSub2SRT-1.0pre7/debian/copyright VobSub2SRT-1.0pre7/doc/ VobSub2SRT-1.0pre7/doc/CMakeLists.txt VobSub2SRT-1.0pre7/doc/completion.sh VobSub2SRT-1.0pre7/doc/vobsub2srt.1 VobSub2SRT-1.0pre7/mplayer/ VobSub2SRT-1.0pre7/mplayer/CMakeLists.txt VobSub2SRT-1.0pre7/mplayer/README VobSub2SRT-1.0pre7/mplayer/mp_msg.c VobSub2SRT-1.0pre7/mplayer/mp_msg.h VobSub2SRT-1.0pre7/mplayer/spudec.c VobSub2SRT-1.0pre7/mplayer/spudec.h VobSub2SRT-1.0pre7/mplayer/unrar_exec.c VobSub2SRT-1.0pre7/mplayer/unrar_exec.h VobSub2SRT-1.0pre7/mplayer/vobsub.c VobSub2SRT-1.0pre7/mplayer/vobsub.h VobSub2SRT-1.0pre7/packaging/ VobSub2SRT-1.0pre7/packaging/vobsub2srt-9999.ebuild VobSub2SRT-1.0pre7/packaging/vobsub2srt.rb VobSub2SRT-1.0pre7/packaging/vobsub2srt.spec VobSub2SRT-1.0pre7/packaging/vobsub2srt.spec.rst VobSub2SRT-1.0pre7/src/ VobSub2SRT-1.0pre7/src/CMakeLists.txt VobSub2SRT-1.0pre7/src/cmd_options.c++ VobSub2SRT-1.0pre7/src/cmd_options.h++ VobSub2SRT-1.0pre7/src/gen_langcodes.pl VobSub2SRT-1.0pre7/src/langcodes.c++ VobSub2SRT-1.0pre7/src/langcodes.h++ VobSub2SRT-1.0pre7/src/vobsub2srt.c++ patching file CMakeLists.txt patching file src/vobsub2srt.c++ -- 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 -- Source: /usr/src/slapt-src-i486/multimedia/vobsub2srt/VobSub2SRT-1.0pre7 -- Binary: /usr/src/slapt-src-i486/multimedia/vobsub2srt/VobSub2SRT-1.0pre7/build -- Build type: Release -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Performing Test TESSERACT_NAMESPACE -- Performing Test TESSERACT_NAMESPACE - Success -- Found Tesseract: /usr/lib/libtesseract.so;/usr/lib/libtiff.so -- Bash completions not installed (set -DBASH_COMPLETION_PATH) -- vobsub2srt version: unknown-dirty -- dpkg not found: No package generation. -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src-i486/multimedia/vobsub2srt/VobSub2SRT-1.0pre7/build [ 10%] Building C object mplayer/CMakeFiles/mplayer.dir/mp_msg.c.o [ 20%] Building C object mplayer/CMakeFiles/mplayer.dir/spudec.c.o [ 30%] Building C object mplayer/CMakeFiles/mplayer.dir/unrar_exec.c.o [ 40%] Building C object mplayer/CMakeFiles/mplayer.dir/vobsub.c.o [ 50%] Linking C static library ../lib/libmplayer.a [ 50%] Built target mplayer [ 60%] Building CXX object src/CMakeFiles/vobsub2srt.dir/vobsub2srt.c++.o /usr/src/slapt-src-i486/multimedia/vobsub2srt/VobSub2SRT-1.0pre7/src/vobsub2srt.c++: In function ‘std::string pts2srt(unsigned int)’: /usr/src/slapt-src-i486/multimedia/vobsub2srt/VobSub2SRT-1.0pre7/src/vobsub2srt.c++:67:41: warning: ‘%03d’ directive output may be truncated writing 3 bytes into a region of size between 1 and 4 [-Wformat-truncation=] 67 | snprintf(buf, length, "%02d:%02d:%02d,%03d", h, m, s, ms); | ^~~~ /usr/src/slapt-src-i486/multimedia/vobsub2srt/VobSub2SRT-1.0pre7/src/vobsub2srt.c++:67:25: note: directive argument in the range [0, 999] 67 | snprintf(buf, length, "%02d:%02d:%02d,%03d", h, m, s, ms); | ^~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src-i486/multimedia/vobsub2srt/VobSub2SRT-1.0pre7/src/vobsub2srt.c++:67:11: note: ‘snprintf’ output between 13 and 16 bytes into a destination of size 13 67 | snprintf(buf, length, "%02d:%02d:%02d,%03d", h, m, s, ms); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 70%] Building CXX object src/CMakeFiles/vobsub2srt.dir/langcodes.c++.o [ 80%] Building CXX object src/CMakeFiles/vobsub2srt.dir/cmd_options.c++.o [ 90%] Linking CXX executable ../bin/vobsub2srt [ 90%] Built target vobsub2srt [100%] Generating vobsub2srt.1.gz [100%] Built target documentation Consolidate compiler generated dependencies of target mplayer [ 50%] Built target mplayer Consolidate compiler generated dependencies of target vobsub2srt [ 90%] Built target vobsub2srt [100%] Built target documentation Install the project... -- Install configuration: "Release" -- Installing: /usr/src/slapt-src-i486/multimedia/vobsub2srt/package-vobsub2srt/usr/doc/vobsub2srt/copyright -- Installing: /usr/src/slapt-src-i486/multimedia/vobsub2srt/package-vobsub2srt/usr/doc/vobsub2srt/README -- Installing: /usr/src/slapt-src-i486/multimedia/vobsub2srt/package-vobsub2srt/usr/bin/vobsub2srt -- Installing: /usr/src/slapt-src-i486/multimedia/vobsub2srt/package-vobsub2srt/usr/man/vobsub2srt.1.gz gzip: /usr/src/slapt-src-i486/multimedia/vobsub2srt/package-vobsub2srt/usr/man/vobsub2srt.1.gz already has .gz suffix -- unchanged Slackware package maker, version 3.14159265. Searching for symbolic links: usr/doc/vobsub2srt-1.0pre7/README README.org Making symbolic link creation script: ( cd usr/doc/vobsub2srt-1.0pre7 ; rm -rf README ) ( cd usr/doc/vobsub2srt-1.0pre7 ; ln -sf README.org README ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/doc/vobsub2srt-1.0pre7/README' Creating your new ./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-i486/multimedia/vobsub2srt/vobsub2srt-1.0pre7-i586-1salix15.0.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/vobsub2srt usr/doc/ usr/doc/vobsub2srt/ usr/doc/vobsub2srt-1.0pre7/ usr/doc/vobsub2srt-1.0pre7/COPYING usr/doc/vobsub2srt-1.0pre7/README.org usr/doc/vobsub2srt-1.0pre7/vobsub2srt.SlackBuild usr/doc/vobsub2srt/README usr/doc/vobsub2srt/copyright usr/man/ usr/man/vobsub2srt.1.gz Slackware package /usr/src/slapt-src-i486/multimedia/vobsub2srt/vobsub2srt-1.0pre7-i586-1salix15.0.txz created. Installing package vobsub2srt-1.0pre7-i586-1salix15.0... | vobsub2srt (convert VOBSUB subtitles to SRT) | | Converts VobSub subtitles (.idx/.srt format) into .srt subtitles | | | homepage: https://github.com/ruediger/VobSub2SRT | | | | | | |