Skip to content

Commit

Permalink
azpainter-3.0.7 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 2, 2023
1 parent 88b2ed5 commit 94d68e3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 29 deletions.
59 changes: 31 additions & 28 deletions azpainter/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,57 +6,57 @@ the color is handled internally with 16-bit precision (15-bit fixed point),
color accuracy is increased at the expense of more memory usage.

Runtime requirements:
cygwin-3.3.6-1
libX11_6-1.8.1-1
cygwin-3.5.0-0.494.gcb21f8bc56c2
libX11_6-1.8.4-1
libXcursor1-1.2.1-1
libXext6-1.3.4-1
libXi6-1.8-1
libXext6-1.3.5-1
libXi6-1.8.1-1
libfontconfig1-2.13.1-2
libfreetype6-2.12.1-1
libfreetype6-2.13.1-1
libiconv2-1.17-1
libjpeg8-2.1.4-1
libpng16-1.6.37-1
libtiff6-4.4.0-1
libwebp7-1.2.4-1
zlib0-1.2.13-1
libjpeg8-2.1.5.1-1
libpng16-1.6.39-1
libtiff7-4.5.1-1
libwebp7-1.3.2-1
zlib0-1.3-1

Build requirements:
(besides corresponding -devel packages)
binutils-2.39-1
cygport-0.35.4-1
gcc-core-11.3.0-1
libX11-devel-1.8.1-1
binutils-2.41-3
cygport-0.36.7-1
gcc-core-11.4.0-1
libX11-devel-1.8.4-1
libXcursor-devel-1.2.1-1
libXext-devel-1.3.4-1
libXi-devel-1.8-1
libXext-devel-1.3.5-1
libXi-devel-1.8.1-1
libfontconfig-devel-2.13.1-2
libfreetype-devel-2.12.1-1
libfreetype-devel-2.13.1-1
libiconv-devel-1.17-1
libjpeg-devel-2.1.4-1
libpng-devel-1.6.37-1
libtiff-devel-4.4.0-1
libwebp-devel-1.2.4-1
libjpeg-devel-2.1.5.1-1
libpng-devel-1.6.39-1
libtiff-devel-4.5.1-1
libwebp-devel-1.3.2-1
ninja-1.11.1-1
zlib-devel-1.2.13-1
zlib-devel-1.3-1

Canonical website:
http://azsky2.html.xdomain.jp/soft/azpainter.html
https://gitlab.com/azelpg/azpainter

Canonical download:
https://gitlab.com/azelpg/azpainter/-/archive/v3.0.6/azpainter-v3.0.6.tar.bz2
https://gitlab.com/azelpg/azpainter/-/archive/v3.0.7/azpainter-v3.0.7.tar.bz2

-------------------------------------------

Build instructions:
1. unpack azpainter-3.0.6-X-src.tar.xz
1. unpack azpainter-3.0.7-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./azpainter-3.0.6-X.cygport all
% cygport ./azpainter-3.0.7-X.cygport all

This will create:
/usr/src/azpainter-3.0.6-X-src.tar.xz
/usr/src/azpainter-3.0.6-X.tar.xz
/usr/src/azpainter-3.0.7-X-src.tar.xz
/usr/src/azpainter-3.0.7-X.tar.xz

-------------------------------------------

Expand Down Expand Up @@ -191,5 +191,8 @@ Files included in the binary package:

Port Notes:

----- version 3.0.7-1bl1 -----
Version bump.

----- version 3.0.6-1bl1 -----
Initial release by fd0 <https://github.com/fd00/>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HOMEPAGE="http://azsky2.html.xdomain.jp/soft/${PN}.html"
HOMEPAGE="https://gitlab.com/azelpg/${PN}"
SRC_URI="https://gitlab.com/azelpg/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
SRC_DIR="${PN}-v${PV}"

Expand Down

0 comments on commit 94d68e3

Please sign in to comment.