The following packages will be installed: fbv Fetching README... 0%100%100%100%100%100%Done Fetching fbv.SlackBuild... 0%100%100%100%100%100%Done Fetching fbv.info... 0%100%100%100%100%100%Done Fetching giflib5_api.diff... 0%100%100%100%100%100%Done Fetching manhelp.diff... 0%100%100%100%100%100%Done Fetching png16_api.diff... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done fbv-1.0b/ fbv-1.0b/fb_display.c fbv-1.0b/Make.conf fbv-1.0b/fbv.h fbv-1.0b/gif.c fbv-1.0b/jpeg.c fbv-1.0b/TODO fbv-1.0b/png.c fbv-1.0b/VERSION fbv-1.0b/COPYING fbv-1.0b/README fbv-1.0b/fbv.1 fbv-1.0b/Makefile fbv-1.0b/configure fbv-1.0b/mkrelease fbv-1.0b/ChangeLog fbv-1.0b/bmp.c fbv-1.0b/main.c.old fbv-1.0b/main.c fbv-1.0b/resize.o fbv-1.0b/transforms.c patching file gif.c patching file png.c patching file fbv.1 patching file main.c checking for libungif presence... yes checking for libjpeg presence... yes checking for libpng presence... yes building with bmp support... yes checking for DEFAULT_FRAMEBUFFER... /dev/fb0 installation dir: /usr/bin manuals dir: /usr/man gcc -O2 -fPIC -Wall -D_GNU_SOURCE -c -o main.o main.c main.c: In function ‘show_image’: main.c:431:4: warning: ‘i.do_free’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(i.do_free) ^ main.c:434:3: warning: ‘i.alpha’ may be used uninitialized in this function [-Wmaybe-uninitialized] free(i.alpha); ^ main.c:433:3: warning: ‘i.rgb’ may be used uninitialized in this function [-Wmaybe-uninitialized] free(i.rgb); ^ gcc -O2 -fPIC -Wall -D_GNU_SOURCE -c -o jpeg.o jpeg.c jpeg.c: In function ‘fh_jpeg_load’: jpeg.c:65:12: warning: variable ‘py’ set but not used [-Wunused-but-set-variable] int px,py,c; ^ jpeg.c: In function ‘fh_jpeg_getsize’: jpeg.c:114:15: warning: variable ‘c’ set but not used [-Wunused-but-set-variable] int px,py,c; ^ gcc -O2 -fPIC -Wall -D_GNU_SOURCE -c -o gif.o gif.c gcc -O2 -fPIC -Wall -D_GNU_SOURCE -c -o png.o png.c png.c: In function ‘fh_png_load’: png.c:108:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] fbptr = buffer; ^ png.c:114:26: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] unsigned char *trp = rp; ^ png.c:131:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] fbptr = buffer; ^ gcc -O2 -fPIC -Wall -D_GNU_SOURCE -c -o bmp.o bmp.c gcc -O2 -fPIC -Wall -D_GNU_SOURCE -c -o fb_display.o fb_display.c gcc -O2 -fPIC -Wall -D_GNU_SOURCE -c -o transforms.o transforms.c gcc -o fbv main.o jpeg.o gif.o png.o bmp.o fb_display.o transforms.o -lpng -ljpeg -lungif Build DONE. cp fbv /usr/src/slapt-src/graphics/fbv/package-fbv/usr/bin gzip -9c fbv.1 > /usr/src/slapt-src/graphics/fbv/package-fbv/usr/man/man1/fbv.1.gz Slackware package maker, version 3.141593. 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/fbv/fbv-1.0b-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/fbv usr/doc/ usr/doc/fbv-1.0b/ usr/doc/fbv-1.0b/README usr/doc/fbv-1.0b/COPYING usr/doc/fbv-1.0b/fbv.SlackBuild usr/doc/fbv-1.0b/TODO usr/doc/fbv-1.0b/ChangeLog usr/doc/fbv-1.0b/VERSION usr/man/ usr/man/man1/ usr/man/man1/fbv.1.gz install/ install/slack-desc Slackware package /usr/src/slapt-src/graphics/fbv/fbv-1.0b-x86_64-1salix.txz created. Installing package fbv-1.0b-x86_64-1salix... | fbv (image viewer for framebuffer console) | | fbv (FrameBuffer Viewer) is a simple program to view pictures on | a linux framebuffer device. In 2000, when fbv was created, there | were no other suitable programs performing the same task, so the | authors decided to follow the rule: 'If you need a tool - write it | yourself!' :-) | | | | | |