media-gfx/azpainter: fix copyright header, fill longdescription

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2019-11-30 17:53:11 +01:00
parent 601f1aabd7
commit 480892cd15
2 changed files with 11 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Copyright 2018-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7

View File

@@ -5,4 +5,14 @@
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
<longdescription lang="en">
Full color painting software for Linux for illustration drawing.
This is not suitable for dot editing.
Since the color is handled with 16 bit color (15 bit fixed point number) internally, the accuracy of color rises, but the memory is consumed correspondingly.
</longdescription>
<longdescription lang="ja">
イラスト描画向けのLinux用フルカラーペイントソフトです。
ドット編集には向いていません。
内部では16bitカラー(15bit固定小数点数)で色を扱うため、色の精度が上がりますが、その分メモリを消費します。
</longdescription>
</pkgmetadata>