The following packages will be installed: flvstreamer Fetching README... 0%100%100%100%100%100%Done Fetching flvstreamer.SlackBuild... 0%100%100%100%100%100%Done Fetching flvstreamer.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done flvstreamer/ flvstreamer/thread.h flvstreamer/log.h flvstreamer/rtmp.c flvstreamer/ChangeLog flvstreamer/Makefile flvstreamer/ChangeLog.rtmpdump flvstreamer/streams.c flvstreamer/bytes.h flvstreamer/log.c flvstreamer/rtmpsrv.c flvstreamer/thread.c flvstreamer/rtmpsuck.c flvstreamer/COPYING flvstreamer/parseurl.c flvstreamer/amf.c flvstreamer/amf.h flvstreamer/flvstreamer.c flvstreamer/rtmp.h flvstreamer/README flvstreamer/parseurl.h make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/flvstreamer/flvstreamer' gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o log.o log.c gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o rtmp.o rtmp.c rtmp.c: In function ‘RTMP_ReadPacket’: rtmp.c:1931:8: warning: variable ‘didAlloc’ set but not used [-Wunused-but-set-variable] 1931 | bool didAlloc = false; | ^~~~~~~~ gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o amf.o amf.c gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o flvstreamer.o flvstreamer.c gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o parseurl.o parseurl.c gcc -Wall log.o rtmp.o amf.o flvstreamer.o parseurl.o -o flvstreamer gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o streams.o streams.c gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o thread.o thread.c gcc -Wall log.o rtmp.o amf.o streams.o parseurl.o thread.o -o streams -lpthread gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o rtmpsrv.o rtmpsrv.c rtmpsrv.c:130:35: warning: ‘av_secureToken’ defined but not used [-Wunused-const-variable=] 130 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsrv.c:153:1: note: in expansion of macro ‘SAVC’ 153 | SAVC(secureToken); | ^~~~ rtmpsrv.c:130:35: warning: ‘av_videoFunction’ defined but not used [-Wunused-const-variable=] 130 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsrv.c:142:1: note: in expansion of macro ‘SAVC’ 142 | SAVC(videoFunction); | ^~~~ rtmpsrv.c:130:35: warning: ‘av_fpad’ defined but not used [-Wunused-const-variable=] 130 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsrv.c:138:1: note: in expansion of macro ‘SAVC’ 138 | SAVC(fpad); | ^~~~ gcc -Wall log.o rtmp.o amf.o rtmpsrv.o thread.o -o rtmpsrv -lpthread gcc -Wall -O2 -fPIC -DFLVSTREAMER_VERSION=\"v2.1c\" -O2 -c -o rtmpsuck.o rtmpsuck.c rtmpsuck.c:118:35: warning: ‘av_secureToken’ defined but not used [-Wunused-const-variable=] 118 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsuck.c:140:1: note: in expansion of macro ‘SAVC’ 140 | SAVC(secureToken); | ^~~~ rtmpsuck.c:118:35: warning: ‘av_mode’ defined but not used [-Wunused-const-variable=] 118 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsuck.c:137:1: note: in expansion of macro ‘SAVC’ 137 | SAVC(mode); | ^~~~ rtmpsuck.c:118:35: warning: ‘av_fmsVer’ defined but not used [-Wunused-const-variable=] 118 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsuck.c:136:1: note: in expansion of macro ‘SAVC’ 136 | SAVC(fmsVer); | ^~~~ rtmpsuck.c:118:35: warning: ‘av_createStream’ defined but not used [-Wunused-const-variable=] 118 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsuck.c:133:1: note: in expansion of macro ‘SAVC’ 133 | SAVC(createStream); | ^~~~ rtmpsuck.c:118:35: warning: ‘av__result’ defined but not used [-Wunused-const-variable=] 118 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsuck.c:132:1: note: in expansion of macro ‘SAVC’ 132 | SAVC(_result); | ^~~~ rtmpsuck.c:118:35: warning: ‘av_videoFunction’ defined but not used [-Wunused-const-variable=] 118 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsuck.c:130:1: note: in expansion of macro ‘SAVC’ 130 | SAVC(videoFunction); | ^~~~ rtmpsuck.c:118:35: warning: ‘av_capabilities’ defined but not used [-Wunused-const-variable=] 118 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsuck.c:127:1: note: in expansion of macro ‘SAVC’ 127 | SAVC(capabilities); | ^~~~ rtmpsuck.c:118:35: warning: ‘av_fpad’ defined but not used [-Wunused-const-variable=] 118 | #define SAVC(x) static const AVal av_##x = AVC(#x) | ^~~ rtmpsuck.c:126:1: note: in expansion of macro ‘SAVC’ 126 | SAVC(fpad); | ^~~~ gcc -Wall log.o rtmp.o amf.o rtmpsuck.o thread.o -o rtmpsuck -lpthread make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/flvstreamer/flvstreamer' 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-x86_64/network/flvstreamer/flvstreamer-2.1c-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/flvstreamer usr/bin/streams usr/doc/ usr/doc/flvstreamer-2.1c/ usr/doc/flvstreamer-2.1c/COPYING usr/doc/flvstreamer-2.1c/ChangeLog usr/doc/flvstreamer-2.1c/ChangeLog.rtmpdump usr/doc/flvstreamer-2.1c/README usr/doc/flvstreamer-2.1c/flvstreamer.SlackBuild Slackware package /usr/src/slapt-src-x86_64/network/flvstreamer/flvstreamer-2.1c-x86_64-1salix15.0.txz created. Installing package flvstreamer-2.1c-x86_64-1salix15.0... | flvstreamer (RTMP client) | | flvstreamer is an open source command-line RTMP client intended to | stream audio or video content from all types of flash or rtmp servers | Forked from rtmpdump v1.6 with encrypted rtmp and swf verification | support removed. | | Homepage: http://savannah.nongnu.org/projects/flvstreamer | | | | |