public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/
Date: Thu, 28 Jan 2021 09:40:28 +0000 (UTC)	[thread overview]
Message-ID: <1611826825.386db1f83cba385ef04356b969ec00375236b784.lanodan@gentoo> (raw)

commit:     386db1f83cba385ef04356b969ec00375236b784
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Jan 28 09:39:05 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Jan 28 09:40:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=386db1f8

media-gfx/azpainter: Version Bump, 2.1.7

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 media-gfx/azpainter/Manifest               |  1 +
 media-gfx/azpainter/azpainter-2.1.7.ebuild | 31 ++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index 05cba21f..e91bd15b 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1,2 +1,3 @@
 DIST azpainter-2.1.6.tar.xz 747464 BLAKE2B a3d242cb3fa881c761711595686362924e55125f7b33def30949c321b6a23ccb2bed1b4d3df0b7e73ebd4a5f6a75e7c4b99c4116d5e6af62518d03fc92e6de81 SHA512 94ebe3ad8df7148d73a6f73fe383df2d8b9203aa67ef77ebcc68c8fa937ba134315ca757693c5ad33bdf79afd90915779a3086d24f5a81ab767eced50d4d97d9
+DIST azpainter-2.1.7.tar.xz 758960 BLAKE2B a70371777d8f5a8a976032fb13fe21343d852442c3ca1eaa8d4ebdb0aeec25bf9d532a2d03c58c55df629b4a299b2d40100ba83909476d4e0a15b05ea27a5527 SHA512 7edcfe1e3a1f87b6cd3006da288d9a11c3667f49da73d9fa7665f4e2edb90282b30ec356b5f1eda3559b3c51c1f99e585f4b60d6039ba3c8c28da50022f9c798
 DIST azpainter-2.1.7b4.tar.xz 758652 BLAKE2B 9181d68c444a84031b8dd02622a4a04092ce752d6a066cf7763a1678e9a69eae6c73331039199e836a9ab28bc5667f4bc3a72531ea96f82805186d143eb8bf8c SHA512 fbee61033cb43cbd9cc769687a962c685765239995c82224ad024cced92841f629e22982d94eed7113615a043611080d8e1a38918932f9d2f0b9e540a36f67b2

diff --git a/media-gfx/azpainter/azpainter-2.1.7.ebuild b/media-gfx/azpainter/azpainter-2.1.7.ebuild
new file mode 100644
index 00000000..91f816d1
--- /dev/null
+++ b/media-gfx/azpainter/azpainter-2.1.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2018-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Full color painting software for Linux for illustration drawing"
+HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html"
+SRC_URI="http://azsky2.html.xdomain.jp/arc/${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}"
+
+src_configure() {
+	sh ./configure --prefix=/usr CC="$(tc-getCC)" CFLAGS="${CFLAGS:-02}" LDFLAGS="${LDFLAGS}"
+}


             reply	other threads:[~2021-01-28  9:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28  9:40 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-12 17:05 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/ Takuya Wakazono
2025-05-12 17:05 Takuya Wakazono
2025-02-18 14:19 Takuya Wakazono
2025-02-18 14:19 Takuya Wakazono
2025-01-22 14:37 Takuya Wakazono
2025-01-22 14:37 Takuya Wakazono
2024-09-08 13:04 Takuya Wakazono
2024-09-08 13:04 Takuya Wakazono
2024-08-04  9:36 Takuya Wakazono
2024-08-04  9:36 Takuya Wakazono
2024-02-24 12:14 Haelwenn Monnier
2024-02-01 10:58 Takuya Wakazono
2022-05-30 17:47 Anna Vyalkova
2022-01-28  6:19 Anna Vyalkova
2021-07-16  0:20 Anna Vyalkova
2021-06-12 20:18 Anna Vyalkova
2021-05-26 12:53 Anna Vyalkova
2021-04-13 11:53 Andrew Ammerlaan
2021-01-28  9:40 Haelwenn Monnier
2020-12-23  8:49 Haelwenn Monnier
2020-11-12 19:59 Haelwenn Monnier
2020-06-26  8:28 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-26  8:28 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-30  3:36 Haelwenn Monnier
2019-11-30 16:53 Haelwenn Monnier
2019-11-30  6:35 Haelwenn Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611826825.386db1f83cba385ef04356b969ec00375236b784.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox