From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/
Date: Tue, 18 Feb 2025 14:19:43 +0000 (UTC) [thread overview]
Message-ID: <1739888279.b84380b4fef1d66e9298f3dd1ff674b4b07f937e.pastalian46@gentoo> (raw)
commit: b84380b4fef1d66e9298f3dd1ff674b4b07f937e
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Tue Feb 18 14:17:59 2025 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Tue Feb 18 14:17:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b84380b4
media-gfx/azpainter: add 3.0.11
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
media-gfx/azpainter/Manifest | 1 +
media-gfx/azpainter/azpainter-3.0.11.ebuild | 65 +++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/media-gfx/azpainter/Manifest b/media-gfx/azpainter/Manifest
index fac839e11..af78607eb 100644
--- a/media-gfx/azpainter/Manifest
+++ b/media-gfx/azpainter/Manifest
@@ -1 +1,2 @@
DIST azpainter-v3.0.10.tar.bz2 993607 BLAKE2B 91b9fa07fdedd9126a0729d82afc8d425b81f232a540986465dc27b9b764d68d1b50fd1f3293a338e86804eb32a24a536ed757cd45444acbd193bd826988f80d SHA512 5c37347b674a61bb940c63a26d8e96dcbc8784fb1dac751f338f327f10dd6c240011d11e43a8096636f79de3cf8e9c58d1f72653ad5ca3ffbc67620925bb0bf1
+DIST azpainter-v3.0.11.tar.bz2 993850 BLAKE2B d1aa9bd210d3a59a1310a121c129ff69f6c77724ebbb5688102ff778fa961f362c4bcb206e3acb9c1ff70d2617fb904b1dd1ced44235fcf890af984b83c5d5ba SHA512 07d04582dab0315b7c1c1d9bc6b95ce117340bfedbd09a46926c23d2c01752462f4173f150b1a1c713e118cd6ae50d19f4ac28ed691fb0d089c7d300cc86bad9
diff --git a/media-gfx/azpainter/azpainter-3.0.11.ebuild b/media-gfx/azpainter/azpainter-3.0.11.ebuild
new file mode 100644
index 000000000..14a8728bf
--- /dev/null
+++ b/media-gfx/azpainter/azpainter-3.0.11.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2018-2025 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="
+ https://azelpg.gitlab.io/azsky2/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:[~2025-02-18 14:19 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-18 14:19 Takuya Wakazono [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 14:19 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/azpainter/ 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
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=1739888279.b84380b4fef1d66e9298f3dd1ff674b4b07f937e.pastalian46@gentoo \
--to=pastalian46@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