Package Details: gimp-plugin-saveforweb 0.29.3-3

Git Clone URL: https://aur.archlinux.org/gimp-plugin-saveforweb.git (read-only, click to copy)
Package Base: gimp-plugin-saveforweb
Description: Plugin to save optimized images for display on web pages
Upstream URL: http://registry.gimp.org/node/33
Licenses: GPL
Provides: gimp-plugin-saveforweb
Submitter: noalwin
Maintainer: ValHue
Last Packager: ValHue
Votes: 125
Popularity: 0.000000
First Submitted: 2007-10-27 10:06 (UTC)
Last Updated: 2018-08-05 09:35 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Marcel_K commented on 2012-10-18 11:12 (UTC)

Moreover, $srcdir and $pkgdir should be quoted to allow spaces in directory names and || return 1 isn't necessary anymore.

jcrd commented on 2012-10-17 18:13 (UTC)

In the PKGBUILD, $srcdir should be used in place of $startdir/src and $pkgdir in place of $startdir/pkg.

alphazo commented on 2011-11-19 23:13 (UTC)

0.29.3 compiles just fine. Please update PKGBUILD.

alphazo commented on 2011-11-19 21:43 (UTC)

I'm unable to compile this package on a new machine. Weird as most other gimp-plugin compile just fine. Any hint? make all-recursive make[1]: Entering directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0' Making all in po make[2]: Entering directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0/po' file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file es.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file it.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ko.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sk.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sv.po make[2]: Leaving directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0/po' Making all in src make[2]: Entering directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0/src' Making all in cursors make[3]: Entering directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0/src/cursors' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0/src/cursors' make[3]: Entering directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -pthread -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/libpng14 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include -DLOCALEDIR=\""/usr/share/locale"\" -DDATADIR=\""/usr/share/gimp-save-for-web"\" -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -MT webx_main.o -MD -MP -MF .deps/webx_main.Tpo -c -o webx_main.o webx_main.c In file included from webx_dialog.h:24:0, from webx_main.c:30: /usr/include/gimp-2.0/libgimpwidgets/gimpdialog.h:23:2: error: #error "Only <libgimpwidgets/gimpwidgets.h> can be included directly." make[3]: *** [webx_main.o] Error 1 make[3]: Leaving directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-alpha/aur-gimp-save-for-web/src/gimp-save-for-web-0.29.0' make: *** [all] Error 2

Joker-jar commented on 2011-10-28 09:06 (UTC)

Ah, yes. Ok :)

noalwin commented on 2011-10-22 19:23 (UTC)

pkg-devel is part of the base-devel group, which you are supposed to have installed when you compile from AUR without requiring pkgbuilds to having it as dependency. See https://wiki.archlinux.org/index.php/AUR#Prerequisites

Joker-jar commented on 2011-10-22 14:39 (UTC)

Please add pkg-config into makedepends

noalwin commented on 2011-06-07 17:50 (UTC)

It builds fine for me, and I haven't got an update for perl-xml-parser since January (although a week ago there was one in testing, maybe you are using that one). What I have noticed is that, since intltool is a makedepend, the perl-xml-parser one is redundant.