public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
Date: Thu,  7 Jul 2022 14:25:05 +0000 (UTC)	[thread overview]
Message-ID: <1657203901.ce96503d6c627004f1abc6094f3e4a044d550216.aballier@gentoo> (raw)

commit:     ce96503d6c627004f1abc6094f3e4a044d550216
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 13:45:58 2022 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 14:25:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce96503d

media-libs/zimg: bump to 3.0.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 media-libs/zimg/Manifest          |  1 +
 media-libs/zimg/zimg-3.0.4.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/media-libs/zimg/Manifest b/media-libs/zimg/Manifest
index 81c202b64d8d..f50083da24cf 100644
--- a/media-libs/zimg/Manifest
+++ b/media-libs/zimg/Manifest
@@ -2,3 +2,4 @@ DIST zimg-2.9.2.tar.gz 266049 BLAKE2B 214a6afec061dc7cc7c751f2a57e56951e44b78fea
 DIST zimg-3.0.1.tar.gz 326304 BLAKE2B 353e623520df49122badd2d58400936fd25bf74fe386ade6b7a5c1b86db696dd50ff72ff40e1edbd38ee9a8a10dd429f207061fdb2ea326018396dfb92707053 SHA512 ae117399772d2c35ffa61b8cf5d156edf4ed65e9ffeb2e9e0688c88244fdd1a89c098bd842e3795b33fb0951da97f844fb6ffe27045e3234720f70f842356936
 DIST zimg-3.0.2.tar.gz 326554 BLAKE2B 2ebea0060519a6912caf685ec551ed60f64f3e379629c607ad21d256daa549a2e85e2c8dbc0886846e9636508576680ed60353d569aef407879ba5fa7dd3001d SHA512 6aed45c19a07862d389dfc2903a7ed9c0c6b6faa23e1d5de5483f15f1c3fb44a31c954004b8b9f34def0d387a43590d9403d9e24a99a271bcadc373c6ce30d42
 DIST zimg-3.0.3.tar.gz 326585 BLAKE2B 30ef9063d05869a718ba450e2733dede74abb3f60ca827bba683cc1c21f7c4521c830089e800a2f704bb7a133514b00fbd245362765d07811dcb4d2970b28d09 SHA512 859c625599b412ecdd72c73d7618f6c7f9760337f7c8aec69fb97e30e1e65e4da51f6cbc5a2c8ad58cb7fbccdccb5322b95f24166c0204da6a3a8cd862cfb2ab
+DIST zimg-3.0.4.tar.gz 326578 BLAKE2B 0fa63ccb0037cb6de93cdf9a5cc2d7b7d822652361c08845f9776b85856f03f29ef9fdbe9db55c074922ef13cf76ce4170786fd480da934556997658b7c32a30 SHA512 94beddb109f0b301f0fecf09ea2761d3707aaa1f0cc1caf682bb3d1d7dcd89164de8388e922758e274914df9c7c7c1a0a0c5192e78f88655ed4c6da0ee51995c

diff --git a/media-libs/zimg/zimg-3.0.4.ebuild b/media-libs/zimg/zimg-3.0.4.ebuild
new file mode 100644
index 000000000000..2c7c54c43cfe
--- /dev/null
+++ b/media-libs/zimg/zimg-3.0.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = *9999* ]] ; then
+	EGIT_REPO_URI="https://github.com/sekrit-twc/zimg"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+	S="${WORKDIR}/${PN}-release-${PV}/"
+fi
+inherit autotools multilib-minimal
+
+DESCRIPTION="Scaling, colorspace conversion, and dithering library"
+HOMEPAGE="https://github.com/sekrit-twc/zimg"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+IUSE="debug static-libs"
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf \
+		$(use_enable debug) \
+		$(use_enable static-libs static)
+}


             reply	other threads:[~2022-07-07 14:25 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 14:25 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-03 12:10 [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/ Sam James
2024-12-01 23:06 Sam James
2024-12-01 22:52 Sam James
2023-05-07  5:32 Sam James
2022-12-10 15:11 Pacho Ramos
2022-11-12 16:09 Arthur Zamarin
2022-11-12 16:07 Arthur Zamarin
2022-11-12 16:06 Arthur Zamarin
2022-11-12 16:06 Arthur Zamarin
2022-09-05  3:56 Sam James
2022-09-03  5:27 Sam James
2022-09-03  5:27 Sam James
2022-03-09 14:04 Alexis Ballier
2021-08-24 14:33 Marek Szuba
2021-08-11 10:58 Alexis Ballier
2021-08-11 10:58 Alexis Ballier
2021-01-03 19:40 Sam James
2021-01-02 11:52 Sergei Trofimovich
2021-01-01  5:46 Sam James
2020-08-31  9:10 Alexis Ballier
2020-01-05 18:54 Mikle Kolyada
2019-10-26 16:05 Mikle Kolyada
2019-10-26 16:05 Mikle Kolyada
2019-10-20 13:33 David Seifert
2019-07-28 13:53 Mikle Kolyada
2019-07-23 14:13 Aaron Bauman
2019-07-02  8:28 Sergei Trofimovich
2019-07-02  8:24 Sergei Trofimovich
2019-07-02  8:19 Sergei Trofimovich
2019-06-29  7:43 Sergei Trofimovich
2019-06-28 20:49 Sergei Trofimovich
2019-06-28 15:21 Agostino Sarubbo
2019-06-28 12:54 Agostino Sarubbo
2019-06-28 11:37 Agostino Sarubbo
2019-05-23 11:03 Alexis Ballier
2019-05-21 19:32 Andreas Sturmlechner
2019-05-21 19:29 Andreas Sturmlechner
2019-05-21  6:31 Aaron Bauman
2019-01-11  7:42 Sergei Trofimovich
2019-01-09 20:31 Sergei Trofimovich
2018-12-13 21:27 Sergei Trofimovich
2018-07-17  7:20 Alexis Ballier
2018-07-17  7:20 Alexis Ballier
2018-05-08 18:43 Sergei Trofimovich
2018-04-17 19:11 Sergei Trofimovich
2018-03-06 22:35 Sergei Trofimovich
2018-03-06 22:35 Sergei Trofimovich
2018-03-06 22:35 Sergei Trofimovich
2018-02-24 12:37 Alexis Ballier
2017-11-30 13:57 Alexis Ballier
2017-06-16  9:36 Alexis Ballier
2017-06-10 20:14 Sergei Trofimovich
2017-06-10 20:14 Sergei Trofimovich
2017-04-23 13:58 Alexis Ballier
2017-04-23 13:58 Alexis Ballier
2017-04-18 21:49 Michael Weber
2017-04-07 16:05 Agostino Sarubbo
2017-04-05 14:07 Tobias Klausmann
2017-03-16  7:24 Alexis Ballier
2017-03-16  7:24 Alexis Ballier
2017-03-16  7:24 Alexis Ballier
2017-03-02 15:52 Tobias Klausmann
2017-02-23 12:35 Michael Weber
2017-02-22 21:09 Michael Weber
2017-02-22 13:19 Jeroen Roovers
2017-02-17 17:28 Markus Meier
2017-02-15 15:56 Agostino Sarubbo
2017-02-15 15:05 Agostino Sarubbo
2017-02-05 12:46 Jeroen Roovers
2017-01-23  9:35 Alexis Ballier
2016-10-15 11:47 Pacho Ramos
2016-10-14 13:10 Alexis Ballier
2016-10-14 13:07 Alexis Ballier
2016-09-20 12:48 Alexis Ballier
2016-07-25 17:09 Chí-Thanh Christopher Nguyễn
2016-01-30 15:56 Alexis Ballier
2016-01-19 11:35 Alexis Ballier
2015-12-09  8:33 Alexis Ballier
2015-10-30 14:21 Alexis Ballier

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=1657203901.ce96503d6c627004f1abc6094f3e4a044d550216.aballier@gentoo \
    --to=aballier@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