From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/
Date: Sun, 8 Sep 2024 16:32:37 +0000 (UTC) [thread overview]
Message-ID: <1725800563.40d135501afb2b988202bd1af64e4a0a9249df58.davidroman@gentoo> (raw)
commit: 40d135501afb2b988202bd1af64e4a0a9249df58
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Sep 8 13:02:43 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Sep 8 13:02:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40d13550
media-gfx/azpainter: add 3.0.9a
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
media-gfx/azpainter/Manifest | 1 +
media-gfx/azpainter/azpainter-3.0.9a.ebuild | 63 +++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index 0023be580..240f05821 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1 +1,2 @@
DIST azpainter-v3.0.8.tar.bz2 993619 BLAKE2B beca5c3e7f39547c35f2de38933b15ba5fb8b9a840e37b66a9b8371b2a41bdf935556907778bcaf5f669ab76cf414fd766c322fa35d60c07add440f577341068 SHA512 2584e2feb7e4c9853482ab04940c7e2766571a64d76a0f6637fb65d50011b49f1f69d4db718083b90ae6067d6de6898d87e2bf6a8612ba9014267196842b339c
+DIST azpainter-v3.0.9a.tar.bz2 993555 BLAKE2B dc3880834f016ab7cdf61ab4153e5e50054269cbb8a0d9ad2281d026d69a6a12215bd1503bc3b61da0a2171e7e6af078482c0536587ef62da710e2b3fe9b234e SHA512 d6c360cf6d46d996995fb2d3ff36f80d05696ee218c51346aee1c6c6810c83d41c5c4a9fa2c3a06704866e4e6b51e394d2e7d5570407e38d76789bf17a07b598
diff --git a/media-gfx/azpainter/azpainter-3.0.9a.ebuild b/media-gfx/azpainter/azpainter-3.0.9a.ebuild
new file mode 100644
index 000000000..4a809f415
--- /dev/null
+++ b/media-gfx/azpainter/azpainter-3.0.9a.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2018-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo ninja-utils toolchain-funcs xdg
+
+DESCRIPTION="Full color painting software for Linux for illustration drawing"
+HOMEPAGE="http://azsky2.html.xdomain.jp/soft/azpainter.html
+ https://gitlab.com/azelpg/azpainter"
+SRC_URI="https://gitlab.com/azelpg/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ media-libs/fontconfig
+ media-libs/freetype
+ media-libs/libjpeg-turbo:=
+ media-libs/libpng:=
+ media-libs/libwebp:=
+ media-libs/tiff:=
+ sys-libs/zlib:=
+ x11-libs/libX11
+ x11-libs/libXcursor
+ x11-libs/libXext
+ x11-libs/libXi
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ ${NINJA_DEPEND}
+ virtual/pkgconfig
+"
+
+DOCS=(
+ about_mlk_en.txt
+ about_mlk_ja.txt
+ translation/tool/about-en.txt
+ translation/tool/about-ja.txt
+)
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.7-strict-aliasing.patch" )
+
+src_prepare() {
+ sed -i "s|cc|$(tc-getCC)|" configure || die
+ sed -i "s|ar rc|$(tc-getAR) rc|" build.ninja.in || die
+ sed -i "s|doc/@PACKAGE_NAME@|doc/${PF}|" install.sh.in || die
+ default
+}
+
+src_configure() {
+ edo sh ./configure --prefix="${EPREFIX}/usr" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_compile() {
+ eninja -C build
+}
+
+src_install() {
+ DESTDIR="${D}" eninja -C build install
+}
next reply other threads:[~2024-09-08 16:32 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-08 16:32 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 11:08 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/azpainter/ David Roman
2025-02-19 11:08 David Roman
2025-01-22 14:53 Haelwenn Monnier
2025-01-22 14:53 Haelwenn Monnier
2024-09-08 16:32 David Roman
2024-08-05 5:20 Viorel Munteanu
2024-08-05 5:20 Viorel Munteanu
2024-02-24 13:44 David Roman
2024-02-01 22:00 David Roman
2022-02-01 10:38 Florian Schmaus
2021-06-13 8:49 Haelwenn Monnier
2021-05-26 13:42 Andrew Ammerlaan
2021-01-28 11:45 Andrew Ammerlaan
2021-01-28 11:45 Andrew Ammerlaan
2020-12-23 10:24 Andrew Ammerlaan
2020-11-12 20:04 Andrew Ammerlaan
2020-06-26 8:28 Andrew Ammerlaan
2020-04-30 9:53 Andrew Ammerlaan
2019-11-30 19:52 Ralph Seichter
2019-11-30 19:52 Ralph Seichter
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=1725800563.40d135501afb2b988202bd1af64e4a0a9249df58.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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