Package Details: svg2png 0.1.3-7

Git Clone URL: https://aur.archlinux.org/svg2png.git (read-only, click to copy)
Package Base: svg2png
Description: Conversion of SVGs to PNGs via cairo
Upstream URL: http://cairographics.org/
Licenses: custom
Submitter: haawda
Maintainer: aksr
Last Packager: haawda
Votes: 42
Popularity: 0.000000
First Submitted: 2008-01-18 19:51 (UTC)
Last Updated: 2021-04-22 15:36 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

haawda commented on 2011-12-26 19:59 (UTC)

Sorry, cannot reproduce. Try to rebuild libsvg-cairo and libsvg.

Maxr commented on 2011-12-26 19:33 (UTC)

Same here. Output: http://pastebin.com/d2a2SAch (libpng 1.4.8-1 extra/multilib)

hcartiaux commented on 2010-09-22 08:02 (UTC)

Yes, I'm using libpng 1.4.3-1 from extra.

haawda commented on 2010-09-21 19:36 (UTC)

Do you have a recent libpng installed?

hcartiaux commented on 2010-09-21 15:38 (UTC)

I can't compile it on archlinux testing x86_64. Here is the output of yaourt : http://pastebin.archlinux.fr/425081

haawda commented on 2010-08-22 15:46 (UTC)

Fixed.

kfgz commented on 2010-08-22 13:57 (UTC)

Patch for PKGBUILD to compile ./configure --prefix=/usr || return 1 + sed -i "s/-Wl,--as-needed//g" src/Makefile make || return 1

bernarcher commented on 2010-03-27 19:16 (UTC)

It compiles now when I remove the "-Wl,--as-needed" from the failing gcc command line. However, I did not install the resulting package yet because I have no time for the moment to test the result.