The following packages will be installed: unpaper Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching unpaper.SlackBuild... 0%100%100%100%100%100%Done Fetching unpaper.info... 0%100%100%100%100%100%Done unpaper-6.1/ unpaper-6.1/Makefile.in unpaper-6.1/unpaper.1 unpaper-6.1/file.c unpaper-6.1/configure unpaper-6.1/unpaper.h unpaper-6.1/COPYING unpaper-6.1/.dir-locals.el unpaper-6.1/NEWS unpaper-6.1/aclocal.m4 unpaper-6.1/imageprocess.c unpaper-6.1/tools.h unpaper-6.1/tests/ unpaper-6.1/tests/runtestC2.sh unpaper-6.1/tests/imgsrcE002.png unpaper-6.1/tests/imgsrcE001.png unpaper-6.1/tests/runtestG3.sh unpaper-6.1/tests/runtestF3.sh unpaper-6.1/tests/runtestE1.sh unpaper-6.1/tests/runtestC3.sh unpaper-6.1/tests/runtestE2.sh unpaper-6.1/tests/runtestB2.sh unpaper-6.1/tests/runtestD3.sh unpaper-6.1/tests/runtestB1.sh unpaper-6.1/tests/imgsrc001.png unpaper-6.1/tests/imgsrc004.png unpaper-6.1/tests/runtestB3.sh unpaper-6.1/tests/runtestF2.sh unpaper-6.1/tests/runtestD1.sh unpaper-6.1/tests/imgsrcE003.png unpaper-6.1/tests/runtestG1.sh unpaper-6.1/tests/runtestF1.sh unpaper-6.1/tests/imgsrc002.png unpaper-6.1/tests/runtestD2.sh unpaper-6.1/tests/imgsrc003.png unpaper-6.1/tests/runtestG2.sh unpaper-6.1/tests/runtestC1.sh unpaper-6.1/tests/runtestE3.sh unpaper-6.1/tests/imgsrc005.png unpaper-6.1/tests/runtestA1.sh unpaper-6.1/Makefile.am unpaper-6.1/README.md unpaper-6.1/install-sh unpaper-6.1/depcomp unpaper-6.1/doc/ unpaper-6.1/doc/image-processing.md unpaper-6.1/doc/img/ unpaper-6.1/doc/img/blurfilter-detail.png unpaper-6.1/doc/img/multiple-output-files.png unpaper-6.1/doc/img/blackfilter-detail.png unpaper-6.1/doc/img/blackfilter.png unpaper-6.1/doc/img/deskew-detail2.png unpaper-6.1/doc/img/standard-deviation.png unpaper-6.1/doc/img/multiple-input-files.png unpaper-6.1/doc/img/blurfilter.png unpaper-6.1/doc/img/mask-center.png unpaper-6.1/doc/img/mask-scan.png unpaper-6.1/doc/img/documentation.odg unpaper-6.1/doc/img/mask-scan-detail2.png unpaper-6.1/doc/img/input-pages.png unpaper-6.1/doc/img/deskew.png unpaper-6.1/doc/img/border-align.png unpaper-6.1/doc/img/mask-scan-detail1.png unpaper-6.1/doc/img/noisefilter.png unpaper-6.1/doc/img/output-pages.png unpaper-6.1/doc/img/layout-templates.png unpaper-6.1/doc/img/deskew-detail1.png unpaper-6.1/doc/img/processing-order.png unpaper-6.1/doc/img/sheetspages.png unpaper-6.1/doc/img/border-scan.png unpaper-6.1/doc/basic-concepts.md unpaper-6.1/doc/file-formats.md unpaper-6.1/unpaper.c unpaper-6.1/parse.h unpaper-6.1/test-driver unpaper-6.1/tools.c unpaper-6.1/missing unpaper-6.1/parse.c unpaper-6.1/AUTHORS unpaper-6.1/configure.ac unpaper-6.1/imageprocess.h checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for library containing sqrt... -lm checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBAV... yes checking for xsltproc... xsltproc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands CC unpaper-file.o file.c: In function ‘loadImage’: file.c:68:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 68 | if (s->streams[0]->codec->codec_type != AVMEDIA_TYPE_VIDEO) | ^~ In file included from file.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ file.c:71:5: warning: ‘avcodec_copy_context’ is deprecated [-Wdeprecated-declarations] 71 | ret = avcodec_copy_context(avctx, s->streams[0]->codec); | ^~~ In file included from file.c:28: /usr/include/libavcodec/avcodec.h:2843:5: note: declared here 2843 | int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src); | ^~~~~~~~~~~~~~~~~~~~ file.c:71:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 71 | ret = avcodec_copy_context(avctx, s->streams[0]->codec); | ^~~ In file included from file.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ file.c:96:5: warning: ‘avcodec_decode_video2’ is deprecated [-Wdeprecated-declarations] 96 | ret = avcodec_decode_video2(avctx, frame, &got_frame, &pkt); | ^~~ In file included from file.c:28: /usr/include/libavcodec/avcodec.h:3096:5: note: declared here 3096 | int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, | ^~~~~~~~~~~~~~~~~~~~~ file.c: In function ‘saveImage’: file.c:159:5: warning: ‘filename’ is deprecated [-Wdeprecated-declarations] 159 | snprintf(out_ctx->filename, sizeof(out_ctx->filename), "%s", filename); | ^~~~~~~~ In file included from file.c:29: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ file.c:159:5: warning: ‘filename’ is deprecated [-Wdeprecated-declarations] 159 | snprintf(out_ctx->filename, sizeof(out_ctx->filename), "%s", filename); | ^~~~~~~~ In file included from file.c:29: /usr/include/libavformat/avformat.h:1314:10: note: declared here 1314 | char filename[1024]; | ^~~~~~~~ file.c:196:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 196 | codec_ctx = video_st->codec; | ^~~~~~~~~ In file included from file.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ file.c:221:5: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations] 221 | av_init_packet(&pkt); | ^~~~~~~~~~~~~~ In file included from /usr/include/libavcodec/bsf.h:30, from /usr/include/libavcodec/avcodec.h:44, from file.c:28: /usr/include/libavcodec/packet.h:488:6: note: declared here 488 | void av_init_packet(AVPacket *pkt); | ^~~~~~~~~~~~~~ file.c:224:5: warning: ‘avcodec_encode_video2’ is deprecated [-Wdeprecated-declarations] 224 | ret = avcodec_encode_video2(video_st->codec, &pkt, image, &got_packet); | ^~~ In file included from file.c:28: /usr/include/libavcodec/avcodec.h:3729:5: note: declared here 3729 | int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, | ^~~~~~~~~~~~~~~~~~~~~ file.c:224:5: warning: ‘codec’ is deprecated [-Wdeprecated-declarations] 224 | ret = avcodec_encode_video2(video_st->codec, &pkt, image, &got_packet); | ^~~ In file included from file.c:29: /usr/include/libavformat/avformat.h:888:21: note: declared here 888 | AVCodecContext *codec; | ^~~~~ file.c:217:5: warning: ignoring return value of ‘avformat_write_header’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 217 | avformat_write_header(out_ctx, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC unpaper-imageprocess.o imageprocess.c: In function ‘applyBorder’: imageprocess.c:1168:9: warning: ‘applyMasks’ accessing 1600 bytes in a region of size 16 [-Wstringop-overflow=] 1168 | applyMasks(&mask, 1, image); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ imageprocess.c:1168:9: note: referencing argument 1 of type ‘int (*)[4]’ imageprocess.c:664:6: note: in a call to function ‘applyMasks’ 664 | void applyMasks(int mask[MAX_MASKS][EDGES_COUNT], const int maskCount, AVFrame *image) { | ^~~~~~~~~~ CC unpaper-parse.o CC unpaper-tools.o CC unpaper-unpaper.o unpaper.c: In function ‘main’: unpaper.c:947:5: warning: ‘avcodec_register_all’ is deprecated [-Wdeprecated-declarations] 947 | avcodec_register_all(); | ^~~~~~~~~~~~~~~~~~~~ In file included from unpaper.c:31: /usr/include/libavcodec/avcodec.h:2767:6: note: declared here 2767 | void avcodec_register_all(void); | ^~~~~~~~~~~~~~~~~~~~ unpaper.c:948:5: warning: ‘av_register_all’ is deprecated [-Wdeprecated-declarations] 948 | av_register_all(); | ^~~~~~~~~~~~~~~ In file included from unpaper.c:32: /usr/include/libavformat/avformat.h:1955:6: note: declared here 1955 | void av_register_all(void); | ^~~~~~~~~~~~~~~ CCLD unpaper make[1]: Entering directory '/usr/src/slapt-src/graphics/unpaper/unpaper-6.1' /usr/bin/mkdir -p '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/bin' /usr/bin/ginstall -c unpaper '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/bin' /usr/bin/mkdir -p '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/doc/unpaper-6.1' /usr/bin/ginstall -c -m 644 NEWS COPYING README.md AUTHORS '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/doc/unpaper-6.1' /usr/bin/mkdir -p '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/doc/unpaper-6.1' /usr/bin/ginstall -c -m 644 doc/basic-concepts.md doc/image-processing.md doc/file-formats.md '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/doc/unpaper-6.1' /usr/bin/mkdir -p '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/doc/unpaper-6.1/img' /usr/bin/ginstall -c -m 644 doc/img/blackfilter-detail.png doc/img/blackfilter.png doc/img/blurfilter-detail.png doc/img/blurfilter.png doc/img/border-align.png doc/img/border-scan.png doc/img/deskew-detail1.png doc/img/deskew-detail2.png doc/img/deskew.png doc/img/documentation.odg doc/img/input-pages.png doc/img/layout-templates.png doc/img/mask-center.png doc/img/mask-scan-detail1.png doc/img/mask-scan-detail2.png doc/img/mask-scan.png doc/img/multiple-input-files.png doc/img/multiple-output-files.png doc/img/noisefilter.png doc/img/output-pages.png doc/img/processing-order.png doc/img/sheetspages.png doc/img/standard-deviation.png '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/doc/unpaper-6.1/img' /usr/bin/mkdir -p '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/man/man1' /usr/bin/ginstall -c -m 644 unpaper.1 '/usr/src/slapt-src/graphics/unpaper/package-unpaper/usr/man/man1' make[1]: Leaving directory '/usr/src/slapt-src/graphics/unpaper/unpaper-6.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/graphics/unpaper/unpaper-6.1-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/unpaper usr/doc/ usr/doc/unpaper-6.1/ usr/doc/unpaper-6.1/AUTHORS usr/doc/unpaper-6.1/COPYING usr/doc/unpaper-6.1/NEWS usr/doc/unpaper-6.1/README.md usr/doc/unpaper-6.1/basic-concepts.md usr/doc/unpaper-6.1/file-formats.md usr/doc/unpaper-6.1/image-processing.md usr/doc/unpaper-6.1/img/ usr/doc/unpaper-6.1/img/blackfilter-detail.png usr/doc/unpaper-6.1/img/blackfilter.png usr/doc/unpaper-6.1/img/blurfilter-detail.png usr/doc/unpaper-6.1/img/blurfilter.png usr/doc/unpaper-6.1/img/border-align.png usr/doc/unpaper-6.1/img/border-scan.png usr/doc/unpaper-6.1/img/deskew-detail1.png usr/doc/unpaper-6.1/img/deskew-detail2.png usr/doc/unpaper-6.1/img/deskew.png usr/doc/unpaper-6.1/img/documentation.odg usr/doc/unpaper-6.1/img/input-pages.png usr/doc/unpaper-6.1/img/layout-templates.png usr/doc/unpaper-6.1/img/mask-center.png usr/doc/unpaper-6.1/img/mask-scan-detail1.png usr/doc/unpaper-6.1/img/mask-scan-detail2.png usr/doc/unpaper-6.1/img/mask-scan.png usr/doc/unpaper-6.1/img/multiple-input-files.png usr/doc/unpaper-6.1/img/multiple-output-files.png usr/doc/unpaper-6.1/img/noisefilter.png usr/doc/unpaper-6.1/img/output-pages.png usr/doc/unpaper-6.1/img/processing-order.png usr/doc/unpaper-6.1/img/sheetspages.png usr/doc/unpaper-6.1/img/standard-deviation.png usr/doc/unpaper-6.1/unpaper.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/unpaper.1.gz Slackware package /usr/src/slapt-src/graphics/unpaper/unpaper-6.1-x86_64-1salix15.0.txz created. Installing package unpaper-6.1-x86_64-1salix15.0... | unpaper (for post-processing scanned and photocopied book pages) | | It is a post-processing tool for scanned sheets of paper, especially | for book pages that have been scanned from previously created | photocopies. Main purpose is to make scanned book pages better | readable on screen after conversion to PDF. Additionally, it might | be useful to enhance the quality of scanned pages before performing | optical character recognition (OCR). This is an active fork by D.E. | "Flameeyes" Petteno'. | | Homepage: https://www.flameeyes.com/projects/unpaper | |