mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
Merge updates from master
This commit is contained in:
@@ -22,7 +22,7 @@ IUSE="doc test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
${PYTHON_DEP}
|
||||
${PYTHON_DEPS}
|
||||
doc? (
|
||||
dev-python/breathe[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
@@ -37,7 +37,7 @@ DEPEND="
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEP}
|
||||
${PYTHON_DEPS}
|
||||
dev-cpp/eigen:3
|
||||
sys-apps/texinfo
|
||||
sys-devel/gettext[cxx]
|
||||
|
||||
1
media-gfx/azpainter/Manifest
Normal file
1
media-gfx/azpainter/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST azpainter-2.1.5.tar.xz 825892 BLAKE2B c6430393bb7dc3fd4b38357f696ec1da567b2b5763ed5e51526fa7948bf8c7a25b8200771607ecd86ed927d3692c5b4a72c471d8e354a7da48aa952b934ea852 SHA512 9797a22d512a26cdf2d441f91c5b77e9a8221433d33359782486f2254fffdaa30daae04da77e899b4068e5988aa67dfda3b7bb915d41a807e3069f84c8d15a3a
|
||||
25
media-gfx/azpainter/azpainter-2.1.5.ebuild
Normal file
25
media-gfx/azpainter/azpainter-2.1.5.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2018-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Full color painting software for Linux for illustration drawing"
|
||||
HOMEPAGE="http://azsky2.html.xdomain.jp/linux/azpainter.html https://github.com/Symbian9/azpainter"
|
||||
SRC_URI="https://osdn.net/dl/azpainter/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
x11-libs/libX11:=
|
||||
x11-libs/libXext:=
|
||||
x11-libs/libXi:=
|
||||
media-libs/freetype:=
|
||||
media-libs/fontconfig:=
|
||||
sys-libs/zlib:=
|
||||
media-libs/libpng:=
|
||||
media-libs/libjpeg-turbo:=
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
18
media-gfx/azpainter/metadata.xml
Normal file
18
media-gfx/azpainter/metadata.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<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>
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
then
|
||||
EGIT_REPO_URI="https://hacktivis.me/git/badwolf.git"
|
||||
|
||||
Reference in New Issue
Block a user