Cook: fbff 20170211 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): bzip2-dev-1.0.8-i486 Installing (pkg/local): fdk-aac-2.0.1-i486 Installing (pkg/local): fdk-aac-dev-2.0.1-any Installing (pkg/local): libpcre-8.42-i486 Installing (pkg/local): util-linux-smartcols-2.33.1-i486 Installing (pkg/local): util-linux-uuid-2.33.1-i486 Installing (pkg/local): util-linux-blkid-2.33.1-i486 Installing (pkg/local): util-linux-mount-2.33.1-i486 Installing (pkg/local): glib-2.64.3-i486 Installing (pkg/local): libharfbuzz-1.8.4-i486 Installing (pkg/local): libpng-1.6.36-i486 Installing (pkg/local): freetype-2.10.2-i486 Installing (pkg/local): lame-3.100-i486 Installing (pkg/local): libxml2-2.9.9-i486 Installing (pkg/local): fontconfig-2.13.1-i486 Installing (pkg/local): fribidi-1.0.9-i486 Installing (pkg/local): libass-0.13.6-i486 Installing (pkg/local): libogg-1.3.3-i486 Installing (pkg/local): libtheora-enc-1.1.1-i486 Installing (pkg/local): libvorbis-1.3.6-i486 Installing (pkg/local): libvpx-1.7.0-i486 Installing (pkg/local): libxau-1.0.8-i486 Installing (pkg/local): libxdmcp-1.1.2-i486 Installing (pkg/local): libxcb-1.13.1-i486 Installing (pkg/local): opus-1.3-i486 Installing (pkg/local): x264-20181013-i486 Installing (pkg/local): x265-2.9-i486 Installing (pkg/local): ffmpeg-4.3-i486 Installing (pkg/local): libx11-1.6.7-i486 Installing (pkg/local): pixman-0.36.0-i486 Installing (pkg/local): libcairo-1.16.0-i486 Installing (pkg/local): harfbuzz-1.8.4-i486 Installing (pkg/local): libpcre16-8.42-i486 Installing (pkg/local): libpcre32-8.42-i486 Installing (pkg/local): libpcrecpp-8.42-i486 Installing (pkg/local): libpcreposix-8.42-i486 Installing (pkg/local): pcre-8.42-any Installing (pkg/local): pcre-apps-8.42-i486 Installing (pkg/local): pcre-dev-8.42-any Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): perl-core-5.28.1-i486 Installing (pkg/local): perl-5.28.1-i486 Installing (pkg/local): util-linux-uuid-dev-2.33.1-any Installing (pkg/local): util-linux-blkid-dev-2.33.1-any Installing (pkg/local): util-linux-mount-dev-2.33.1-any Installing (pkg/local): zlib-dev-1.2.11-any Installing (pkg/local): glib-dev-2.64.3-i486 Installing (pkg/local): harfbuzz-dev-1.8.4-i486 Installing (pkg/local): libpng-dev-1.6.36-i486 Installing (pkg/local): freetype-dev-2.10.2-i486 Installing (pkg/local): lame-dev-3.100-any Installing (pkg/local): xz-tools-5.2.4-i486 Installing (pkg/local): xz-dev-5.2.4-any Installing (pkg/local): libxml2-tools-2.9.9-i486 Installing (pkg/local): libxml2-dev-2.9.9-any Installing (pkg/local): fontconfig-dev-2.13.1-any Installing (pkg/local): fribidi-dev-1.0.9-any Installing (pkg/local): libass-dev-0.13.6-i486 Installing (pkg/local): libogg-dev-1.3.3-i486 Installing (pkg/local): libtheora-1.1.1-i486 Installing (pkg/local): libtheora-dev-1.1.1-any Installing (pkg/local): libvorbis-dev-1.3.6-any Installing (pkg/local): libvpx-dev-1.7.0-any Installing (pkg/local): xorgproto-2018.4-any Installing (pkg/local): libxau-dev-1.0.8-any Installing (pkg/local): libxdmcp-dev-1.1.2-any Installing (pkg/local): libxcb-dev-1.13.1-any Installing (pkg/local): libx11-dev-1.6.7-any Installing (pkg/local): opus-dev-1.3-any Installing (pkg/local): x264-dev-20181013-any Installing (pkg/local): x265-dev-2.9-i486 Installing (pkg/local): ffmpeg-dev-4.3-any Installing (pkg/local): libunistring-0.9.10-i486 Installing (pkg/local): libidn2-2.1.0-i486 Installing (pkg/local): libcurl-7.63.0-i486 Installing (pkg/local): libpcre2-8-10.31-i486 Installing (pkg/local): git-2.21.0-i486 Extracting source archive "fbff-20170211.tar.bz2" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed i486-slitaz-linux-gcc -c -I/opt/include -Wall -O2 fbff.c i486-slitaz-linux-gcc -c -I/opt/include -Wall -O2 ffs.c i486-slitaz-linux-gcc -c -I/opt/include -Wall -O2 draw.c fbff.c: In function 'process_audio': fbff.c:417:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(afd, a_buf[a_cons], a_len[a_cons]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ffs.c: In function 'ffs_alloc': ffs.c:62:2: warning: 'codec' is deprecated [-Wdeprecated-declarations] ffs->cc = ffs->fc->streams[ffs->si]->codec; ^~~ In file included from ffs.c:7: /usr/include/libavformat/avformat.h:880:21: note: declared here AVCodecContext *codec; ^~~~~ ffs.c: In function 'ffs_pkt': ffs.c:103:3: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(pkt); ^~~~~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, from /usr/include/libavcodec/avcodec.h:44, from ffs.c:6: /usr/include/libavcodec/packet.h:538:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ ffs.c: In function 'ffs_vdec': ffs.c:172:2: warning: 'avcodec_decode_video2' is deprecated [-Wdeprecated-declarations] avcodec_decode_video2(vcc, ffs->tmp, &fine, pkt); ^~~~~~~~~~~~~~~~~~~~~ In file included from ffs.c:6: /usr/include/libavcodec/avcodec.h:3073:5: note: declared here int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, ^~~~~~~~~~~~~~~~~~~~~ ffs.c:173:2: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(pkt); ^~~~~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, from /usr/include/libavcodec/avcodec.h:44, from ffs.c:6: /usr/include/libavcodec/packet.h:538:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ ffs.c: In function 'ffs_sdec': ffs.c:193:2: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(pkt); ^~~~~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, from /usr/include/libavcodec/avcodec.h:44, from ffs.c:6: /usr/include/libavcodec/packet.h:538:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ ffs.c: In function 'ffs_bytespersample': ffs.c:215:12: warning: type of 'ffs' defaults to 'int' [-Wimplicit-int] static int ffs_bytespersample(ffs) ^~~~~~~~~~~~~~~~~~ ffs.c: In function 'ffs_adec': ffs.c:233:3: warning: 'avcodec_decode_audio4' is deprecated [-Wdeprecated-declarations] len = avcodec_decode_audio4(ffs->cc, ffs->tmp, &size, &tmppkt); ^~~ In file included from ffs.c:6: /usr/include/libavcodec/avcodec.h:3024:5: note: declared here int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, ^~~~~~~~~~~~~~~~~~~~~ ffs.c:247:2: warning: 'av_free_packet' is deprecated [-Wdeprecated-declarations] av_free_packet(pkt); ^~~~~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, from /usr/include/libavcodec/avcodec.h:44, from ffs.c:6: /usr/include/libavcodec/packet.h:538:6: note: declared here void av_free_packet(AVPacket *pkt); ^~~~~~~~~~~~~~ ffs.c: In function 'ffs_vconf': ffs.c:277:2: warning: 'avpicture_get_size' is deprecated [-Wdeprecated-declarations] n = avpicture_get_size(pixfmt, w * zoom, h * zoom); ^ In file included from ffs.c:6: /usr/include/libavcodec/avcodec.h:3739:5: note: declared here int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); ^~~~~~~~~~~~~~~~~~ ffs.c:279:2: warning: 'avpicture_fill' is deprecated [-Wdeprecated-declarations] avpicture_fill((AVPicture *) ffs->dst, buf, pixfmt, w * zoom, h * zoom); ^~~~~~~~~~~~~~ In file included from ffs.c:6: /usr/include/libavcodec/avcodec.h:3724:5: note: declared here int avpicture_fill(AVPicture *picture, const uint8_t *ptr, ^~~~~~~~~~~~~~ ffs.c: In function 'ffs_globinit': ffs.c:295:2: warning: 'av_register_all' is deprecated [-Wdeprecated-declarations] av_register_all(); ^~~~~~~~~~~~~~~ In file included from ffs.c:7: /usr/include/libavformat/avformat.h:2050:6: note: declared here void av_register_all(void); ^~~~~~~~~~~~~~~ i486-slitaz-linux-gcc -o fbff fbff.o ffs.o draw.o -L/opt/lib -lavutil -lavformat -lavcodec -lavutil -lswscale -lswresample -lz -lm -lpthread ================================================================================ Executing strip on all files... Done Time: 0.26s. Size: 48748 B -> 29996 B. Save: 18 KB. ================================================================================ Build dependencies to remove: 77 Removing: bzip2-dev fdk-aac fdk-aac-dev ffmpeg ffmpeg-dev fontconfig fontconfig-dev freetype freetype-dev fribidi fribidi-dev git glib glib-dev harfbuzz harfbuzz-dev lame lame-dev libass libass-dev libcairo libcurl libgdbm libharfbuzz libidn2 libogg libogg-dev libpcre libpcre16 libpcre2-8 libpcre32 libpcrecpp libpcreposix libpng libpng-dev libtheora libtheora-dev libtheora-enc libunistring libvorbis libvorbis-dev libvpx libvpx-dev libx11 libx11-dev libxau libxau-dev libxcb libxcb-dev libxdmcp libxdmcp-dev libxml2 libxml2-dev libxml2-tools opus opus-dev pcre pcre-apps pcre-dev perl perl-core pixman util-linux-blkid util-linux-blkid-dev util-linux-mount util-linux-mount-dev util-linux-smartcols util-linux-uuid util-linux-uuid-dev x264 x264-dev x265 x265-dev xorgproto xz-dev xz-tools zlib-dev Pack: fbff 20170211 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "fbff-20170211-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "fbff-20170211-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/fbff-20170211... Done Checking site script in source/fbff-20170211... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: fbff 20170211 ================================================================================ Src file : fbff-20170211.tar.bz2 Src size : 76.0K Source dir : 344.0K Produced : 44.0K Cook time : 53s Cook date : 2020-07-07 06:06 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 60.0K : 11.0K : 1 : fbff-20170211-i486.tazpkg ================================================================================