Package Details: azpainterb 1.1.3-3

Git Clone URL: https://aur.archlinux.org/azpainterb.git (read-only, click to copy)
Package Base: azpainterb
Description: PixelArt/Paint/Retouch Software
Upstream URL: http://azsky2.html.xdomain.jp/soft/azpainterb.html
Keywords: graphic painting
Licenses: GPL3
Submitter: syusui
Maintainer: syusui
Last Packager: syusui
Votes: 3
Popularity: 0.000000
First Submitted: 2016-09-01 20:04 (UTC)
Last Updated: 2022-09-19 16:10 (UTC)

Latest Comments

pio commented on 2022-09-17 19:31 (UTC)

I get this error when compiling:

/usr/bin/ld: mlib/libmlib.a(mZlib.o): undefined reference to symbol 'deflateInit_'
/usr/bin/ld: /usr/lib/libz.so.1: error adding symbols: DSO missing from command line

It compiles if -lz is added to the end of a line in Makefile.in, like this: LIBS := @LIBS@ -lm -lz. It seems the order is important.

brique commented on 2021-11-08 20:59 (UTC)

There is a little mistake in lines 15 and 21. It should be cd "${srcdir}/${pkgname}-v${pkgver}"

Popolon commented on 2021-09-18 22:14 (UTC)

I have a file not found, looks like, the repository is now on Gitlab.

This works:

source=("https://gitlab.com/azelpg/azpainterb/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2")
sha256sums=('5cdcbc2cfb9ec2e3e005e7770ba6d87a8cab224744d4c2314f430a92b6696466')

pio commented on 2021-02-03 15:26 (UTC)

1) New version again. 2) Now sed command should be without hyphen: sed -i '/\@\$(update_cache)/d' Makefile 3) docdir should be set in make install command: docdir="${pkgdir}/usr/share/doc/azpainterb"

pio commented on 2020-10-28 21:53 (UTC)

1) Newer version available 2) Tries to install some cache files which already exist in my system. Fixed by sed -i '/\@-\$(update_cache)/d' Makefile before Make in package().