The following packages will be installed: audioconvert Fetching README... 0%100%100%100%100%100%Done Fetching audioconvert.SlackBuild... 0%100%100%100%100%100%Done Fetching audioconvert.info... 0%100%100%100%100%100%Done Fetching audiofilename-class.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done audioconvert-0.4.4/ audioconvert-0.4.4/.hgignore audioconvert-0.4.4/COPYING audioconvert-0.4.4/ChangeLog audioconvert-0.4.4/Makefile audioconvert-0.4.4/build/ audioconvert-0.4.4/build/functions audioconvert-0.4.4/build/version audioconvert-0.4.4/configure audioconvert-0.4.4/extra/ audioconvert-0.4.4/extra/audioconvert.1 audioconvert-0.4.4/src/ audioconvert-0.4.4/src/AudioConvert.cpp audioconvert-0.4.4/src/AudioConvert.h audioconvert-0.4.4/src/AudioFilename.cpp audioconvert-0.4.4/src/AudioFilename.h audioconvert-0.4.4/src/AudioTags.cpp audioconvert-0.4.4/src/AudioTags.h audioconvert-0.4.4/src/AudioTools.cpp audioconvert-0.4.4/src/AudioTools.h audioconvert-0.4.4/src/fox.h audioconvert-0.4.4/src/main.cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -Naur a/src/AudioFilename.cpp b/src/AudioFilename.cpp |--- a/src/AudioFilename.cpp 2014-07-25 01:35:40.000000000 +0000 |+++ b/src/AudioFilename.cpp 2022-02-04 05:04:13.086368320 +0000 -------------------------- patching file src/AudioFilename.cpp Using Plan A... Hunk #1 succeeded at 240. Hunk #2 succeeded at 256. Hunk #3 succeeded at 273. Hunk #4 succeeded at 290. done Search for fox17 >= 1.7.48 Found fox 1.7.77 in /usr Search for taglib >= 1.9 Found taglib 1.12 in /usr Install Path: Prefix => /usr Binaries => /usr/bin Man => /usr/man Done. Please run "make" and "make install" to compile and install audioconvert. Compiling src/main.cpp ... Compiling src/AudioTools.cpp ... Compiling src/AudioConvert.cpp ... Compiling src/AudioTags.cpp ... src/AudioTags.cpp: In member function ‘void GMFileTag::xiph_update_field(const FXchar*, const FX::FXString&)’: src/AudioTags.cpp:443:22: warning: ‘void TagLib::Ogg::XiphComment::removeField(const TagLib::String&, const TagLib::String&)’ is deprecated [-Wdeprecated-declarations] 443 | xiph->removeField(field); | ~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/taglib/vorbisfile.h:31, from src/AudioTags.cpp:46: /usr/include/taglib/xiphcomment.h:189:30: note: declared here 189 | TAGLIB_DEPRECATED void removeField(const String &key, const String &value = String()); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘void GMFileTag::xiph_update_field(const FXchar*, const FXStringList&)’: src/AudioTags.cpp:450:20: warning: ‘void TagLib::Ogg::XiphComment::removeField(const TagLib::String&, const TagLib::String&)’ is deprecated [-Wdeprecated-declarations] 450 | xiph->removeField(field); | ~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/taglib/vorbisfile.h:31, from src/AudioTags.cpp:46: /usr/include/taglib/xiphcomment.h:189:30: note: declared here 189 | TAGLIB_DEPRECATED void removeField(const String &key, const String &value = String()); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘void GMFileTag::mp4_update_field(const FXchar*, const FX::FXString&)’: src/AudioTags.cpp:588:21: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 588 | mp4->itemListMap()[field] = TagLib::StringList(TagLib::String(value.text(),TagLib::String::UTF8)); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:590:21: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 590 | mp4->itemListMap().erase(field); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘void GMFileTag::mp4_update_field(const FXchar*, const FXStringList&)’: src/AudioTags.cpp:600:21: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 600 | mp4->itemListMap().erase(field); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:607:21: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 607 | mp4->itemListMap()[field]=values; | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘void GMFileTag::mp4_get_field(const FXchar*, FX::FXString&) const’: src/AudioTags.cpp:617:23: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 617 | if (mp4->itemListMap().contains(field) && !mp4->itemListMap().isEmpty()) | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:617:62: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 617 | if (mp4->itemListMap().contains(field) && !mp4->itemListMap().isEmpty()) | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:618:27: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 618 | value=mp4->itemListMap()[field].toStringList().toString(", ").toCString(true); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘void GMFileTag::mp4_get_field(const FXchar*, FXStringList&) const’: src/AudioTags.cpp:631:23: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 631 | if (mp4->itemListMap().contains(field) && !mp4->itemListMap().isEmpty()) { | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:631:62: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 631 | if (mp4->itemListMap().contains(field) && !mp4->itemListMap().isEmpty()) { | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:632:52: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 632 | TagLib::StringList fieldlist = mp4->itemListMap()[field].toStringList(); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘void GMFileTag::setDiscNumber(FX::FXushort)’: src/AudioTags.cpp:813:23: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 813 | mp4->itemListMap()["disk"] = TagLib::MP4::Item(disc,0); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:815:23: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 815 | mp4->itemListMap().erase("disk"); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘FX::FXushort GMFileTag::getDiscNumber() const’: src/AudioTags.cpp:839:25: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 839 | if (mp4->itemListMap().contains("disk")) | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ In file included from /usr/include/fox-1.7/fx.h:34, from src/fox.h:5, from src/AudioTags.cpp:22: src/AudioTags.cpp:840:36: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 840 | return FXMIN(mp4->itemListMap()["disk"].toIntPair().first,0xFFFF); | ~~~~~~~~~~~~~~~~^~ /usr/include/fox-1.7/fxdefs.h:413:31: note: in definition of macro ‘FXMIN’ 413 | #define FXMIN(a,b) (((a)>(b))?(b):(a)) | ^ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ In file included from /usr/include/fox-1.7/fx.h:34, from src/fox.h:5, from src/AudioTags.cpp:22: src/AudioTags.cpp:840:36: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 840 | return FXMIN(mp4->itemListMap()["disk"].toIntPair().first,0xFFFF); | ~~~~~~~~~~~~~~~~^~ /usr/include/fox-1.7/fxdefs.h:413:44: note: in definition of macro ‘FXMIN’ 413 | #define FXMIN(a,b) (((a)>(b))?(b):(a)) | ^ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘GMCover* GMFileTag::getFrontCover() const’: src/AudioTags.cpp:942:25: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 942 | if (mp4->itemListMap().contains("covr")) { | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:943:61: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 943 | TagLib::MP4::CoverArtList coverlist = mp4->itemListMap()["covr"].toCoverArtList(); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp: In member function ‘FX::FXint GMFileTag::getCovers(GMCoverList&) const’: src/AudioTags.cpp:984:25: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 984 | if (mp4->itemListMap().contains("covr")) { | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ src/AudioTags.cpp:985:61: warning: ‘TagLib::MP4::ItemMap& TagLib::MP4::Tag::itemListMap()’ is deprecated [-Wdeprecated-declarations] 985 | TagLib::MP4::CoverArtList coverlist = mp4->itemListMap()["covr"].toCoverArtList(); | ~~~~~~~~~~~~~~~~^~ In file included from /usr/include/taglib/mp4file.h:33, from src/AudioTags.cpp:52: /usr/include/taglib/mp4tag.h:77:36: note: declared here 77 | TAGLIB_DEPRECATED ItemMap &itemListMap(); | ^~~~~~~~~~~ Compiling src/AudioFilename.cpp ... src/AudioFilename.cpp: In function ‘FX::FXString GMFilename::convert_and_decompose(const FX::FXString&, FX::FXTextCodec*)’: src/AudioFilename.cpp:230:18: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 230 | register FXint i=0,j=0; | ^ src/AudioFilename.cpp:230:22: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 230 | register FXint i=0,j=0; | ^ src/AudioFilename.cpp: In function ‘FX::FXString GMFilename::convert_and_decompose(const FX::FXString&)’: src/AudioFilename.cpp:257:18: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister] 257 | register FXint i=0; | ^ Linking src/audioconvert ... Installing /usr/src/slapt-src/audio/audioconvert/package-audioconvert/usr/bin/audioconvert ... Installing /usr/src/slapt-src/audio/audioconvert/package-audioconvert/usr/man/man1/audioconvert.1 Slackware package maker, version 3.14159265. 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/audioconvert/audioconvert-0.4.4-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/audioconvert usr/doc/ usr/doc/audioconvert-0.4.4/ usr/doc/audioconvert-0.4.4/COPYING usr/doc/audioconvert-0.4.4/ChangeLog usr/doc/audioconvert-0.4.4/audioconvert.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/audioconvert.1.gz Slackware package /usr/src/slapt-src/audio/audioconvert/audioconvert-0.4.4-i586-2salix15.0.txz created. Installing package audioconvert-0.4.4-i586-2salix15.0... | audioconvert (Audio Sync and Conversion Utility) | | Audio Sync and Conversion Utility | | Homepage: https://github.com/gogglesmm/audioconvert | | | | | | | |