Search Criteria
Package Details: azpainterb 1.1.3-3
Package Actions
| 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) |
Dependencies (8)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
Latest Comments
pio commented on 2022-09-17 19:31 (UTC)
I get this error when compiling:
It compiles if
-lzis 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' Makefile3) 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' MakefilebeforeMakeinpackage().