From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imageworsener/
Date: Fri, 10 Sep 2021 15:11:47 +0000 (UTC) [thread overview]
Message-ID: <1631286658.81f46a81967274434f9804b2089985344045e446.sping@gentoo> (raw)
commit: 81f46a81967274434f9804b2089985344045e446
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 10 15:07:08 2021 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Sep 10 15:10:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f46a81
media-gfx/imageworsener: 1.3.4
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.22, Repoman-3.0.3
media-gfx/imageworsener/Manifest | 1 +
media-gfx/imageworsener/imageworsener-1.3.4.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/media-gfx/imageworsener/Manifest b/media-gfx/imageworsener/Manifest
index b23e4fa6b63..052f4ea552b 100644
--- a/media-gfx/imageworsener/Manifest
+++ b/media-gfx/imageworsener/Manifest
@@ -1 +1,2 @@
DIST imageworsener-1.3.3.tar.gz 662243 BLAKE2B 6b34dc111c5b2dcc25fdc717b7ec8d4268ca1b67c31cca58b5e1983643f1e3b78543a3bdba24b3692a05cb83a887bfcf0e7b09307535994d280056a0047c8b0d SHA512 ebe8a31819cf665d8d8d7e789d873de03206e74e100ea99b2d8dc6ac2590025ff0058066daeb17ebfaa6cf49222e33c8a9efa83f39f5e2b9b49d27a3ee1b027f
+DIST imageworsener-1.3.4.tar.gz 665740 BLAKE2B 81e94230871e62dce77e63af7e958058145b1d858380eb9fb2b951c82154d8971eb4ee0a3257f72c519b0b007a23d70c4add70dfdc7e3b77c0f486bfb8c2aed1 SHA512 840cc779496e8279605e94797e27ac60196cf2178b55c8c454e6fab2c64733c057cb51decd7cf99b61dd5d8aef9bb93c397f5f07347b600ad5f996d72300dc3c
diff --git a/media-gfx/imageworsener/imageworsener-1.3.4.ebuild b/media-gfx/imageworsener/imageworsener-1.3.4.ebuild
new file mode 100644
index 00000000000..2520f3a2e19
--- /dev/null
+++ b/media-gfx/imageworsener/imageworsener-1.3.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P=${PN}-src-${PV}
+MY_PN=imagew
+
+DESCRIPTION="Utility for image scaling and processing"
+HOMEPAGE="http://entropymine.com/imageworsener/"
+SRC_URI="http://entropymine.com/${PN}/${P}.tar.gz"
+
+LICENSE="MIT-with-advertising"
+SLOT="0/3" # because of libimageworsener.so.3.*.*
+KEYWORDS="~amd64 ~x86"
+IUSE="jpeg png static-libs test webp zlib"
+
+DEPEND="png? ( media-libs/libpng:0 )
+ jpeg? ( virtual/jpeg:0 )
+ webp? ( >=media-libs/libwebp-0.1.3 )
+ zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="test? ( jpeg png webp zlib )"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+ local switch=''
+ use test && switch=test
+
+ econf \
+ $(use_enable static-libs static) \
+ $(use_with ${switch} jpeg) \
+ $(use_with ${switch} png) \
+ $(use_with ${switch} webp) \
+ $(use_with ${switch} zlib)
+}
+
+src_install() {
+ default
+ dodoc {changelog,readme,technical}.txt
+ find "${D}" -name '*.la' -delete || die
+}
+
+src_test() {
+ cd "${S}"/tests || die
+ ./runtest "${S}"/${MY_PN}
+}
next reply other threads:[~2021-09-10 15:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-10 15:11 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-10 5:08 [gentoo-commits] repo/gentoo:master commit in: media-gfx/imageworsener/ Ionen Wolkens
2024-03-10 5:08 Ionen Wolkens
2024-02-09 13:04 Joonas Niilola
2023-11-05 18:07 Sebastian Pipping
2022-11-26 20:25 Sebastian Pipping
2020-12-14 13:12 Sebastian Pipping
2020-12-14 8:09 Sam James
2020-12-10 21:41 Thomas Deutschmann
2018-10-20 15:09 Sebastian Pipping
2018-10-19 8:51 Michał Górny
2018-01-21 0:49 Aaron Bauman
2017-10-29 15:55 Agostino Sarubbo
2017-10-26 17:38 Thomas Deutschmann
2017-08-20 21:11 Sebastian Pipping
2017-05-16 17:52 Sebastian Pipping
2017-05-16 8:01 Agostino Sarubbo
2017-05-12 14:47 Agostino Sarubbo
2017-05-09 19:10 Sebastian Pipping
2016-09-16 19:26 Sebastian Pipping
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=1631286658.81f46a81967274434f9804b2089985344045e446.sping@gentoo \
--to=sping@gentoo.org \
--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