From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegoptim/
Date: Mon, 15 May 2023 15:11:42 +0000 (UTC) [thread overview]
Message-ID: <1684163405.9bbea1c5321e2c75a2a0479555d3f93e772b6435.ionen@gentoo> (raw)
commit: 9bbea1c5321e2c75a2a0479555d3f93e772b6435
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 15:06:34 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon May 15 15:10:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbea1c5
media-gfx/jpegoptim: add 1.5.4
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-gfx/jpegoptim/Manifest | 1 +
media-gfx/jpegoptim/jpegoptim-1.5.4.ebuild | 38 ++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-gfx/jpegoptim/Manifest b/media-gfx/jpegoptim/Manifest
index 6c2759353bc9..c1455f4eaac8 100644
--- a/media-gfx/jpegoptim/Manifest
+++ b/media-gfx/jpegoptim/Manifest
@@ -1 +1,2 @@
DIST jpegoptim-1.5.3.tar.gz 121006 BLAKE2B 8fd54eb3e08268b080efb1747f5090a5a21500cea695483f1c892f1848155d3afc7b40304390d903cd3d7433e7811a0a77caa0747108be6e2e7535e7d664d3de SHA512 2e198636a7028d1781a00efed881e77af1324cf1906838ead9ffbb027c085cd287b26c3207e8b4f53e2f53ecb4dd2c035101b345a241a472288ba175e27d9423
+DIST jpegoptim-1.5.4.tar.gz 124040 BLAKE2B 0109c6bf7a608f894aab8005988d6192df2d3fde1b2ae28892bd2d7734aafc26a40f6ad812c3829b227ecefdf9d0d9b88f5c4f54a96057628e973125c3c9f8a9 SHA512 0e177cd316e7f5590f79bbde356f580b1a4f3113a2cbeb884aefc5671ce964e622264e1df1edb43abbb87d4afb2e5962bd0d6964f6910fe257775c594ff882f2
diff --git a/media-gfx/jpegoptim/jpegoptim-1.5.4.ebuild b/media-gfx/jpegoptim/jpegoptim-1.5.4.ebuild
new file mode 100644
index 000000000000..33c335ee285c
--- /dev/null
+++ b/media-gfx/jpegoptim/jpegoptim-1.5.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Utility to optimize JPEG files"
+HOMEPAGE="https://www.kokkonen.net/tjko/projects.html"
+SRC_URI="https://github.com/tjko/jpegoptim/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+# TODO: switch back to this if tarballs become available in a timely fashion
+#SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="media-libs/libjpeg-turbo:="
+DEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.5.3-system-libjpeg-libm.patch
+)
+
+src_configure() {
+ local mycmakeargs=(
+ -DUSE_MOZJPEG=no
+ )
+
+ cmake_src_configure
+}
+
+src_install() {
+ # lacks an install target with cmake
+ dobin "${BUILD_DIR}"/${PN}
+ doman ${PN}.1
+ einstalldocs
+}
next reply other threads:[~2023-05-15 15:11 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-15 15:11 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-25 8:59 [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegoptim/ Ionen Wolkens
2023-09-12 16:15 Ionen Wolkens
2023-09-11 0:18 Sam James
2023-09-11 0:18 Sam James
2023-08-10 3:40 Ionen Wolkens
2023-08-06 4:32 Ionen Wolkens
2023-05-29 17:49 Arthur Zamarin
2023-05-29 14:06 Sam James
2023-05-06 11:17 Ionen Wolkens
2023-05-06 11:17 Ionen Wolkens
2023-04-30 8:28 Ionen Wolkens
2023-04-30 7:43 Ionen Wolkens
2023-04-29 20:30 John Helmert III
2019-04-01 19:33 Andreas Sturmlechner
2019-04-01 17:21 Thomas Deutschmann
2019-03-16 21:39 Agostino Sarubbo
2019-03-10 23:57 Andreas Sturmlechner
2019-02-09 16:07 Andreas Sturmlechner
2019-02-09 16:07 Andreas Sturmlechner
2017-08-22 0:15 Tim Harder
2017-08-21 23:56 Tim Harder
2017-08-21 23:56 Tim Harder
2017-08-21 23:56 Tim Harder
2015-08-28 7:03 Tim Harder
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=1684163405.9bbea1c5321e2c75a2a0479555d3f93e772b6435.ionen@gentoo \
--to=ionen@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