src/avinfo.c: In function 'json_stream_format': src/avinfo.c:358:5: warning: 'codec' is deprecated [-Wdeprecated-declarations] 358 | if(st->codec->codec_type == type_filter){ | ^~ In file included from src/avinfo.c:45: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/avinfo.c:364:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 364 | json_codec_info(output, st->codec, indent + 1); | ^~~~~~~~~~~~~~~ In file included from src/avinfo.c:45: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/avinfo.c:365:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 365 | if(st->codec->codec_type == AVMEDIA_TYPE_VIDEO){ | ^~ In file included from src/avinfo.c:45: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/avinfo.c:376:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 376 | av_cmp_q(st->sample_aspect_ratio, st->codec->sample_aspect_ratio)) { | ^~~~~~~~ In file included from src/avinfo.c:45: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/avinfo.c:379:27: warning: 'codec' is deprecated [-Wdeprecated-declarations] 379 | st->codec->width*st->sample_aspect_ratio.num, | ^~ In file included from src/avinfo.c:45: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/avinfo.c:380:27: warning: 'codec' is deprecated [-Wdeprecated-declarations] 380 | st->codec->height*st->sample_aspect_ratio.den, | ^~ In file included from src/avinfo.c:45: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c: In function 'frame_alloc': src/ffmpeg2theora.c:155:5: warning: 'avpicture_get_size' is deprecated [-Wdeprecated-declarations] 155 | size = avpicture_get_size (pix_fmt, width, height); | ^~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3778:5: note: declared here 3778 | int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); | ^~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:161:5: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] 161 | avpicture_fill((AVPicture *) picture, picture_buf, pix_fmt, width, height); | ^~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3763:5: note: declared here 3763 | int avpicture_fill(AVPicture *picture, const uint8_t *ptr, | ^~~~~~~~~~~~~~ src/ffmpeg2theora.c: In function 'frame_dealloc': src/ffmpeg2theora.c:170:9: warning: 'avpicture_free' is deprecated [-Wdeprecated-declarations] 170 | avpicture_free((AVPicture*)frame); | ^~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3757:6: note: declared here 3757 | void avpicture_free(AVPicture *picture); | ^~~~~~~~~~~~~~ src/ffmpeg2theora.c: In function 'find_category_for_subtitle_stream': src/ffmpeg2theora.c:356:3: warning: 'codec' is deprecated [-Wdeprecatedgcc -o src/index.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. src/index.c gcc -o src/iso639.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. src/iso639.c gcc -o src/subtitles.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. src/subtitles.c gcc -o src/theorautils.o -c -DPACKAGE_VERSION=\"0.29\" -DPACKAGE_STRING=\"ffmpeg2theora-0.29\" -DPACKAGE=\"ffmpeg2theora\" -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mtune=i686 -DUSE_SWRESAMPLE -DHAVE_KATE -DHAVE_OGGKATE -DHAVE_ICONV -I. src/theorautils.c gcc -o ffmpeg2theora src/avinfo.o src/ffmpeg2theora.o src/index.o src/iso639.o src/subtitles.o src/theorautils.o -lvorbis -lvorbisenc -ltheoraenc -ltheoradec -lavdevice -lavformat -lavfilter -lavcodec -lpostproc -lswscale -lavutil -lswresample -loggkate -lkate -logg -lm Install file: "ffmpeg2theora" as "/usr/src/slapt-src-i486/multimedia/ffmpeg2theora/package-ffmpeg2theora/usr/bin/ffmpeg2theora" Install file: "ffmpeg2theora.1" as "/usr/src/slapt-src-i486/multimedia/ffmpeg2theora/package-ffmpeg2theora/usr/man/man1/ffmpeg2theora.1" scons: done building targets. 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-i486/multimedia/ffmpeg2theora/ffmpeg2theora-0.30-i586-2salix15.0.txz Slackware package /usr/src/slapt-src-i486/multimedia/ffmpeg2theora/ffmpeg2theora-0.30-i586-2salix15.0.txz created. Installing package ffmpeg2theora-0.30-i586-2salix15.0... | ffmpeg2theora (simple command line video transcoder) | | ffmpeg2theora is a simple command line video transcoder | to convert files to Ogg Theora using ffmpeg. | | Home Page http://v2v.cc/~j/ffmpeg2theora/ | | | | | | | v_picture_copy(AVPicture *dst, const AVPicture *src, | ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c: In function 'ff2theora_output': src/ffmpeg2theora.c:620:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 620 | AVCodecContext *enc = this->context->streams[this->audiostream]->codec; | ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c:630:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 630 | AVCodecContext *enc = this->context->streams[this->videostream]->codec; | ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c:641:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 641 | AVCodecContext *enc = this->context->streams[i]->codec; | ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c:658:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 658 | venc = vstream->codec; | ^~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c:1024:9: warning: 'codec' is deprecated [-Wdeprecated-declarations] 1024 | aenc = this->context->streams[this->audio_index]->codec; | ^~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c:1095:11: warning: 'codec' is deprecated [-Wdeprecated-declarations] 1095 | AVCodecContext *enc = stream->codec; | ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c:1449:9: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] 1449 | av_init_packet(&avpkt); | ^~~~~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, from /usr/include/libavcodec/avcodec.h:44, from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/packet.h:488:6: note: declared here 488 | void av_init_packet(AVPacket *pkt); | ^~~~~~~~~~~~~~ src/ffmpeg2theora.c:1476:23: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 1476 | avcodec_decode_video2(venc, frame, &got_frame, &pkt); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3096:5: note: declared here 3096 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1478:21: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] 1478 | av_free_packet (&pkt); | ^~~~~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, from /usr/include/libavcodec/avcodec.h:44, from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/packet.h:569:6: note: declared here 569 | void av_free_packet(AVPacket *pkt); | ^~~~~~~~~~~~~~ src/ffmpeg2theora.c:1495:21: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] 1495 | len1 = avcodec_decode_video2(venc, frame, &got_frame, &avpkt); | ^~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3096:5: note: declared here 3096 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1538:33: warning: 'av_picture_copy' is deprecated [-Wdeprecated-declarations] 1538 | av_picture_copy((AVPicture *)output_tmp, (AVPicture *)frame, this->pix_fmt, | ^~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3784:6: note: declared here 3784 | void av_picture_copy(AVPicture *dst, const AVPicture *src, | ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1552:33: warning: 'av_picture_copy' is deprecated [-Wdeprecated-declarations] 1552 | av_picture_copy((AVPicture *)output, (AVPicture *)output_tmp, this->pix_fmt, | ^~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3784:6: note: declared here 3784 | void av_picture_copy(AVPicture *dst, const AVPicture *src, | ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1561:48: warning: 'qscale_table' is deprecated [-Wdeprecated-declarations] 1561 | output->qscale_table, output->qstride, | ^~~~~~ In file included from /usr/include/libavcodec/avcodec.h:38, from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavutil/frame.h:640:13: note: declared here 640 | int8_t *qscale_table; | ^~~~~~~~~~~~ src/ffmpeg2theora.c:1561:48: warning: 'qstride' is deprecated [-Wdeprecated-declarations] 1561 | output->qscale_table, output->qstride, | ^~~~~~ In file included from /usr/include/libavcodec/avcodec.h:38, from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavutil/frame.h:645:9: note: declared here 645 | int qstride; | ^~~~~~~ src/ffmpeg2theora.c:1569:33: warning: 'av_picture_crop' is deprecated [-Wdeprecated-declarations] 1569 | if (av_picture_crop((AVPicture *)output_cropped, | ^~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3791:5: note: declared here 3791 | int av_picture_crop(AVPicture *dst, const AVPicture *src, | ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1590:33: warning: 'av_picture_pad' is deprecated [-Wdeprecated-declarations] 1590 | if (av_picture_pad((AVPicture *)output_padded, | ^~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3798:5: note: declared here 3798 | int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt, | ^~~~~~~~~~~~~~ src/ffmpeg2theora.c:1630:25: warning: 'av_picture_copy' is deprecated [-Wdeprecated-declarations] 1630 | av_picture_copy((AVPicture *)output_buffered, (AVPicture *)output_padded, this->pix_fmt, this->frame_width, this->frame_height); | ^~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3784:6: note: declared here 3784 | void av_picture_copy(AVPicture *dst, const AVPicture *src, | ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1643:25: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] 1643 | len1 = avcodec_decode_audio4(astream->codec, audio_frame, &got_frame, &avpkt); | ^~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:3047:5: note: declared here 3047 | int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, | ^~~~~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:1643:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] 1643 | len1 = avcodec_decode_audio4(astream->codec, audio_frame, &got_frame, &avpkt); | ^~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c:1704:15: warning: 'codec' is deprecated [-Wdeprecated-declarations] 1704 | AVCodecContext *enc = stream->codec; | ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c:1846:13: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] 1846 | av_free_packet (&pkt); | ^~~~~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, from /usr/include/libavcodec/avcodec.h:44, from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/packet.h:569:6: note: declared here 569 | void av_free_packet(AVPacket *pkt); | ^~~~~~~~~~~~~~ src/ffmpeg2theora.c:1864:17: warning: 'codec' is deprecated [-Wdeprecated-declarations] 1864 | AVCodecContext *enc = this->context->streams[i]->codec; | ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/ffmpeg2theora.c: In function 'main': src/ffmpeg2theora.c:2421:5: warning: 'avcodec_register_all' is deprecated [-Wdeprecated-declarations] 2421 | avcodec_register_all(); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/ffmpeg2theora.c:29: /usr/include/libavcodec/avcodec.h:2767:6: note: declared here 2767 | void avcodec_register_all(void); | ^~~~~~~~~~~~~~~~~~~~ src/ffmpeg2theora.c:2423:5: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] 2423 | av_register_all(); | ^~~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:1955:6: note: declared here 1955 | void av_register_all(void); | ^~~~~~~~~~~~~~~ src/ffmpeg2theora.c:2986:25: warning: 'codec' is deprecated [-Wdeprecated-declarations] 2986 | AVCodecContext *enc = convert->context->streams[i]->codec; | ^~~~~~~~~~~~~~ In file included from src/ffmpeg2theora.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ src/subtitles.c: In function 'add_image_subtitle_for_stream': src/subtitles.c:606:7: warning: 'pict' is deprecated [-Wdeprecated-declarations] 606 | const uint32_t *pal = (const uint32_t*)sr->pict.data[1]; | ^~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/subtitles.c:32: /usr/include/libavcodec/avcodec.h:2699:15: note: declared here 2699 | AVPicture pict; | ^~~~ src/subtitles.c:606:7: warning: 'data' is deprecated [-Wdeprecated-declarations] 606 | const uint32_t *pal = (const uint32_t*)sr->pict.data[1]; | ^~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/subtitles.c:32: /usr/include/libavcodec/avcodec.h:2657:14: note: declared here 2657 | uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes | ^~~~ src/subtitles.c:628:7: warning: 'pict' is deprecated [-Wdeprecated-declarations] 628 | memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h); | ^~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/subtitles.c:32: /usr/include/libavcodec/avcodec.h:2699:15: note: declared here 2699 | AVPicture pict; | ^~~~ src/subtitles.c:628:7: warning: 'data' is deprecated [-Wdeprecated-declarations] 628 | memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h); | ^~~~~~ In file included from /usr/include/libavformat/avformat.h:312, from src/subtitles.c:32: /usr/include/libavcodec/avcodec.h:2657:14: note: declared here 2657 | uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes | ^~~~ ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/ffmpeg2theora usr/doc/ usr/doc/ffmpeg2theora-0.30/ usr/doc/ffmpeg2theora-0.30/AUTHORS usr/doc/ffmpeg2theora-0.30/COPYING usr/doc/ffmpeg2theora-0.30/ChangeLog usr/doc/ffmpeg2theora-0.30/INSTALL usr/doc/ffmpeg2theora-0.30/README usr/doc/ffmpeg2theora-0.30/TODO usr/doc/ffmpeg2theora-0.30/subtitles.txt usr/man/ usr/man/man1/ usr/man/man1/ffmpeg2theora.1.gz