The following packages will be installed: gimp-wideangle-plugin Fetching README... 0%100%100%100%100%100%Done Fetching gimp-wideangle-plugin.SlackBuild... 0%100%100%100%100%100%Done Fetching gimp-wideangle-plugin.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching wideangle.html... 0%100%100%100%100%100%Done 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/gimp-wideangle-plugin/gimp-wideangle-plugin-1.0.10-x86_64-2salix15.0.txz Slackware package /usr/src/slapt-src/graphics/gimp-wideangle-plugin/gimp-wideangle-plugin-1.0.10-x86_64-2salix15.0.txz created. Installing package gimp-wideangle-plugin-1.0.10-x86_64-2salix15.0... | gimp-wideangle-plugin (distortion plug-in / filter for gimp) | | The Wideangle filter is used to correct (or simulate) the distortion | typically seen on photographs taken with a wideangle lens. There are | six controls. | | | | | | | | m /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:47: /usr/include/glib-2.0/gobject/gtype.h:698:1: note: declared here 698 | { | ^ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:47: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:47: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c: In function ‘run’: /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:215:3: warning: ‘gimp_drawable_get’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 215 | drawable = gimp_drawable_get(param[2].data.d_drawable); | ^~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:52:16: note: declared here 52 | GimpDrawable * gimp_drawable_get (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:261:3: warning: ‘gimp_drawable_detach’ is deprecated [-Wdeprecated-declarations] 261 | gimp_drawable_detach(drawable); | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:54:16: note: declared here 54 | void gimp_drawable_detach (GimpDrawable *drawable); | ^~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c: In function ‘pixelAccessNew’: /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:446:3: warning: ‘gimp_pixel_rgn_init’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 446 | gimp_pixel_rgn_init(&pa->srcPR, drawable, 0, 0, drawable->width, drawable->height, FALSE, FALSE); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:451:5: warning: ‘gimp_pixel_rgn_get_rect’ is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] 451 | gimp_pixel_rgn_get_rect(&pa->srcPR, pa->buffer[i], 0, 0, pa->width, pa->height); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here 80 | void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c: In function ‘pixelAccessDoEdge’: /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:544:5: warning: ‘gimp_pixel_rgn_get_row’ is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] 544 | gimp_pixel_rgn_get_row(&pa->srcPR, line, lineStart, y, lineWidth); | ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:68:11: note: declared here 68 | void gimp_pixel_rgn_get_row (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c: In function ‘pixelAccessReposition’: /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:595:5: warning: ‘gimp_pixel_rgn_get_rect’ is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] 595 | gimp_pixel_rgn_get_rect(&pa->srcPR, pa->buffer[0], newStartX, newStartY, pa->width, pa->height); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here 80 | void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c: In function ‘wideangle’: /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:702:3: warning: ‘gimp_pixel_rgn_init’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 702 | gimp_pixel_rgn_init(&destPR, contextVals.drawable, x1, y1, x2-x1, y2-y1, TRUE, TRUE); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, | ^~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:703:3: warning: ‘gimp_pixel_rgns_register’ is deprecated: Use 'gegl_buffer_iterator_new' instead [-Wdeprecated-declarations] 703 | pr = gimp_pixel_rgns_register(1, &destPR); | ^~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:111:11: note: declared here 111 | gpointer gimp_pixel_rgns_register (gint nrgns, | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:706:3: warning: ‘gimp_pixel_rgns_process’ is deprecated: Use 'gegl_buffer_iterator_next' instead [-Wdeprecated-declarations] 706 | for ( ; pr; pr = gimp_pixel_rgns_process(pr)) { | ^~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:117:11: note: declared here 117 | gpointer gimp_pixel_rgns_process (gpointer pri_ptr); | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:715:3: warning: ‘gimp_drawable_flush’ is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] 715 | gimp_drawable_flush(contextVals.drawable); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, from /usr/src/slapt-src/graphics/gimp-wideangle-plugin/wideangle.c:49: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:56:16: note: declared here 56 | void gimp_drawable_flush (GimpDrawable *drawable); | ^~~~~~~~~~~~~~~~~~~ ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/gimp-wideangle-plugin-1.0.10/ usr/doc/gimp-wideangle-plugin-1.0.10/gimp-wideangle-plugin.SlackBuild usr/doc/gimp-wideangle-plugin-1.0.10/wideangle.html usr/lib64/ usr/lib64/gimp/ usr/lib64/gimp/2.0/ usr/lib64/gimp/2.0/plug-ins/ usr/lib64/gimp/2.0/plug-ins/wideangle