Package Details: xsvg 0.2.1-7

Git Clone URL: https://aur.archlinux.org/xsvg.git (read-only, click to copy)
Package Base: xsvg
Description: A viewer of SVG files
Upstream URL: http://cairographics.org/
Licenses: custom
Submitter: haawda
Maintainer: bidulock
Last Packager: bidulock
Votes: 15
Popularity: 0.000000
First Submitted: 2008-01-05 17:53 (UTC)
Last Updated: 2015-07-13 23:35 (UTC)

Latest Comments

1 2 3 Next › Last »

bidulock commented on 2020-04-09 07:45 (UTC)

Builds fine in a clean chroot.

dreieck commented on 2020-04-06 13:09 (UTC)

Requires an outdated libpng.

Straight after compiling, I get the following error when executing:

xsvg: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory

sediment commented on 2014-09-07 16:14 (UTC)

Works perfectly; thanks a lot.

haawda commented on 2014-09-07 02:32 (UTC)

Please try pkgrel 7.

sediment commented on 2014-09-06 22:34 (UTC)

I get the following problems while trying to make this package: http://pastebin.com/GAWkU84f Errors seem to start with: xsvg.c:(.text+0x2f6): undefined reference to `XAllocSizeHints' xsvg.c:(.text+0x31f): undefined reference to `XAllocClassHint' xsvg.c:(.text+0x336): undefined reference to `XAllocWMHints' xsvg.c:(.text+0x368): undefined reference to `XmbSetWMProperties' (etc., etc., etc....) Any thoughts? Thanks.

pdxleif commented on 2013-10-11 00:31 (UTC)

This -6 version seems to work fine for me - thanks!

haawda commented on 2013-10-10 18:52 (UTC)

Weird. Try -6.

pdxleif commented on 2013-10-10 06:12 (UTC)

If I run ./configure manually outside of makepkg, it ends successfully with: config.status: executing depfiles commands When running makepkg on this PKGBUILD, I see after that: /bin/sh ./config.status --recheck running /bin/sh ./configure --prefix=/usr CFLAGS=-march=native -mtune=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro --no-create --no-recursion And then it starts ./configure at the beginning, to recurse infinitely. If I remove the stuff in prepare() (the ./configure patch, etc), and the running of aclocal and automake in build(), it seem to work fine.

haawda commented on 2013-10-03 13:51 (UTC)

Fixed, thanks.

eatsaq commented on 2013-10-02 20:16 (UTC)

==> Starting build()... configure.ac:10: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:10: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.ac:15: error: required file './compile' not found configure.ac:15: 'automake --add-missing' can install 'compile' autoreconf: automake failed with exit status: 1 ==> ERROR: A failure occurred in build().