configure: WARNING: unrecognized options: --disable-static configure: WARNING: unrecognized options: --disable-static Done Fetching libaosd.SlackBuild... 0%100%100%100%100%100%Done Fetching libaosd.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done libaosd-0.2.7/ libaosd-0.2.7/buildsys.mk.in libaosd-0.2.7/config.h.in libaosd-0.2.7/config.sub libaosd-0.2.7/libaosd/ libaosd-0.2.7/libaosd/aosd-internal.h libaosd-0.2.7/libaosd/Makefile libaosd-0.2.7/libaosd/aosd.h libaosd-0.2.7/libaosd/aosd.c libaosd-0.2.7/libaosd/aosd-internal.c libaosd-0.2.7/libaosd/aosd-main.c libaosd-0.2.7/libaosd-text.pc.in libaosd-0.2.7/aclocal.m4 libaosd-0.2.7/LICENSE libaosd-0.2.7/extra.mk.in libaosd-0.2.7/libaosd.pc.in libaosd-0.2.7/Changelog libaosd-0.2.7/Makefile libaosd-0.2.7/configure.ac libaosd-0.2.7/libaosd-text/ libaosd-0.2.7/libaosd-text/aosd-text.h libaosd-0.2.7/libaosd-text/Makefile libaosd-0.2.7/libaosd-text/aosd-text.c libaosd-0.2.7/configure libaosd-0.2.7/config.guess libaosd-0.2.7/install-sh libaosd-0.2.7/m4/ libaosd-0.2.7/m4/buildsys.m4 libaosd-0.2.7/examples/ libaosd-0.2.7/examples/scroller/ libaosd-0.2.7/examples/scroller/scroller.c libaosd-0.2.7/examples/scroller/Makefile libaosd-0.2.7/examples/Makefile libaosd-0.2.7/examples/animation/ libaosd-0.2.7/examples/animation/Makefile libaosd-0.2.7/examples/animation/animation.c libaosd-0.2.7/examples/image/ libaosd-0.2.7/examples/image/Makefile libaosd-0.2.7/examples/image/image.c libaosd-0.2.7/examples/aosd_cat/ libaosd-0.2.7/examples/aosd_cat/aosd_cat.1.in libaosd-0.2.7/examples/aosd_cat/Makefile libaosd-0.2.7/examples/aosd_cat/aosd_cat.c libaosd-0.2.7/examples/aosd_cat/aosd_cat.h libaosd-0.2.7/TODO checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu checking target system type... x86_64-slackware-linux-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 how to run the C preprocessor... gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/ginstall -c checking for library containing strerror... none required checking for ar... /usr/bin/ar checking for shared library system... GNU checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X11... yes checking for XRENDER... yes checking for CAIRO... yes checking for XCOMPOSITE... yes checking for PANGOCAIRO... yes checking for GLIB... yes configure: touching .deps files configure: creating ./config.status config.status: creating buildsys.mk config.status: creating extra.mk config.status: creating libaosd.pc config.status: creating examples/aosd_cat/aosd_cat.1 config.status: creating libaosd-text.pc config.status: creating config.h Configuration: X Composite yes Pango-Cairo yes Glib-2.0 yes Examples animation scroller image aosd_cat Now type "make" to build, and "make install" to install. Thank you for using libaosd. Entering directory libaosd. Generating dependencies... Successfully generated dependencies. Compiling aosd.c (lib)... Successfully compiled aosd.c (lib). Compiling aosd-internal.c (lib)... Successfully compiled aosd-internal.c (lib). Compiling aosd-main.c (lib)... Successfully compiled aosd-main.c (lib). Linking libaosd.so... Successfully linked libaosd.so. Leaving directory libaosd. Entering directory libaosd-text. Generating dependencies... Successfully generated dependencies. Compiling aosd-text.c (lib)... aosd-text.c: In function ‘pango_layout_new_aosd’: aosd-text.c:16:3: warning: ‘pango_cairo_font_map_create_context’ is deprecated: Use 'pango_font_map_create_context' instead [-Wdeprecated-declarations] return pango_layout_new(pango_cairo_font_map_create_context( ^ In file included from aosd-text.h:11:0, from aosd-text.c:11: /usr/include/pango-1.0/pango/pangocairo.h:93:15: note: declared here PangoContext *pango_cairo_font_map_create_context (PangoCairoFontMap *fontmap); ^ Successfully compiled aosd-text.c (lib). Linking libaosd-text.so... Successfully linked libaosd-text.so. Leaving directory libaosd-text. Entering directory examples. Entering directory animation. Generating dependencies... Successfully generated dependencies. Compiling animation.c... Successfully compiled animation.c. Linking animation... Successfully linked animation. Leaving directory animation. Entering directory scroller. Generating dependencies... Successfully generated dependencies. Compiling scroller.c... scroller.c: In function ‘main’: scroller.c:99:3: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations] g_type_init(); ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/pango-1.0/pango/pango-types.h:26, from /usr/include/pango-1.0/pango/pango-font.h:26, from /usr/include/pango-1.0/pango/pango-attributes.h:25, from /usr/include/pango-1.0/pango/pango.h:25, from /usr/include/pango-1.0/pango/pangocairo.h:25, from ../../libaosd-text/aosd-text.h:11, from scroller.c:8: /usr/include/glib-2.0/gobject/gtype.h:681:23: note: declared here void g_type_init (void); ^ Successfully compiled scroller.c. Linking scroller... Successfully linked scroller. Leaving directory scroller. Entering directory image. Generating dependencies... Successfully generated dependencies. Compiling image.c... Successfully compiled image.c. Linking image... Successfully linked image. Leaving directory image. Entering directory aosd_cat. Generating dependencies... Successfully generated dependencies. Compiling aosd_cat.c... aosd_cat.c: In function ‘main’: aosd_cat.c:401:3: warning: ‘g_type_init’ is deprecated [-Wdeprecated-declarations] g_type_init(); ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/pango-1.0/pango/pango-types.h:26, from /usr/include/pango-1.0/pango/pango-font.h:26, from /usr/include/pango-1.0/pango/pango-attributes.h:25, from /usr/include/pango-1.0/pango/pango.h:25, from /usr/include/pango-1.0/pango/pangocairo.h:25, from ../../libaosd-text/aosd-text.h:11, from aosd_cat.c:11: /usr/include/glib-2.0/gobject/gtype.h:681:23: note: declared here void g_type_init (void); ^ Successfully compiled aosd_cat.c. Linking aosd_cat... Successfully linked aosd_cat. Leaving directory aosd_cat. Leaving directory examples. Installing libaosd.pc... Successfully installed libaosd.pc. Installing libaosd-text.pc... Successfully installed libaosd-text.pc. Entering directory libaosd. Installing libaosd.so... Successfully installed libaosd.so. Installing aosd.h... Successfully installed aosd.h. Leaving directory libaosd. Entering directory libaosd-text. Installing libaosd-text.so... Successfully installed libaosd-text.so. Installing aosd-text.h... Successfully installed aosd-text.h. Leaving directory libaosd-text. Entering directory examples. Entering directory animation. Leaving directory animation. Entering directory scroller. Leaving directory scroller. Entering directory image. Leaving directory image. Entering directory aosd_cat. Installing aosd_cat... Successfully installed aosd_cat. Installing aosd_cat.1... Successfully installed aosd_cat.1. Leaving directory aosd_cat. Leaving directory examples. Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib64/libaosd-text.so libaosd-text.so.2.0.0 usr/lib64/libaosd.so libaosd.so.2.0.0 usr/lib64/libaosd-text.so.2 libaosd-text.so.2.0.0 usr/lib64/libaosd.so.2 libaosd.so.2.0.0 Making symbolic link creation script: ( cd usr/lib64 ; rm -rf libaosd-text.so ) ( cd usr/lib64 ; ln -sf libaosd-text.so.2.0.0 libaosd-text.so ) ( cd usr/lib64 ; rm -rf libaosd.so ) ( cd usr/lib64 ; ln -sf libaosd.so.2.0.0 libaosd.so ) ( cd usr/lib64 ; rm -rf libaosd-text.so.2 ) ( cd usr/lib64 ; ln -sf libaosd-text.so.2.0.0 libaosd-text.so.2 ) ( cd usr/lib64 ; rm -rf libaosd.so.2 ) ( cd usr/lib64 ; ln -sf libaosd.so.2.0.0 libaosd.so.2 ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed './usr/lib64/libaosd-text.so' removed './usr/lib64/libaosd.so' removed './usr/lib64/libaosd-text.so.2' removed './usr/lib64/libaosd.so.2' Creating your new ./install/doinst.sh... 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/libraries/libaosd/libaosd-0.2.7-x86_64-1salix.txz ./ usr/ usr/include/ usr/include/libaosd/ usr/include/libaosd/aosd.h usr/include/libaosd/aosd-text.h usr/bin/ usr/bin/aosd_cat usr/doc/ usr/doc/libaosd-0.2.7/ usr/doc/libaosd-0.2.7/LICENSE usr/doc/libaosd-0.2.7/libaosd.SlackBuild usr/lib64/ usr/lib64/libaosd.so.2.0.0 usr/lib64/libaosd-text.so.2.0.0 usr/lib64/pkgconfig/ usr/lib64/pkgconfig/libaosd.pc usr/lib64/pkgconfig/libaosd-text.pc usr/man/ usr/man/man1/ usr/man/man1/aosd_cat.1.gz install/ install/doinst.sh install/slack-desc Slackware package /usr/src/slapt-src/libraries/libaosd/libaosd-0.2.7-x86_64-1salix.txz created. Installing package libaosd-0.2.7-x86_64-1salix... | libaosd (Atheme On Screen Display library) | | libaosd is an advanced on screen display library. It supports many | modern features like anti-aliased text and composited rendering via | XComposite, as well as support for rendering Cairo and Pango layouts. | | | | | | | |