Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
Date: Mon, 31 Aug 2020 09:10:40
Message-Id: 1598865020.ec9839f0030c73681feab619b9ec42282e6dda84.aballier@gentoo
1 commit: ec9839f0030c73681feab619b9ec42282e6dda84
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 07:00:17 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 09:10:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9839f0
7
8 media-libs/zimg: bump to 3.0.1
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 media-libs/zimg/Manifest | 1 +
14 media-libs/zimg/{zimg-9999.ebuild => zimg-3.0.1.ebuild} | 5 ++---
15 media-libs/zimg/zimg-9999.ebuild | 5 ++---
16 3 files changed, 5 insertions(+), 6 deletions(-)
17
18 diff --git a/media-libs/zimg/Manifest b/media-libs/zimg/Manifest
19 index 33a55d77fd7..40197e8b8fc 100644
20 --- a/media-libs/zimg/Manifest
21 +++ b/media-libs/zimg/Manifest
22 @@ -1,2 +1,3 @@
23 DIST zimg-2.8.tar.gz 265363 BLAKE2B a8982c64325e0089617136fcd5d6ee429ab861e3b9445b9cc0292bd3bbd3abb5783e94983e3e802fd9e59c2c7089eeea176d1eda4f3a850379cfc4fb36cbc408 SHA512 1e89087a756798a7ae3bfae3bc8244b29ae8ae7f04f53bdf6c4d4de3cb11412dc1eecd95a4a121bb9077437e633f8fbb665522ff8112ade806d9191ea4b5f7bf
24 DIST zimg-2.9.2.tar.gz 266049 BLAKE2B 214a6afec061dc7cc7c751f2a57e56951e44b78fea6a0c0dc71235d3dd286fb811303b0a5198ab82165ee78d993caabaf39d7ec17db4c4e5ffca9a3475b49781 SHA512 b688f8e93a2e4549f2c844cd58c6e0714e6494d6fc8c800dc1b0cdf2278fb9925a646fc332350c1b5d77cef2134bf35e18a873c24ea1979c1adce57bfef68ebe
25 +DIST zimg-3.0.1.tar.gz 326304 BLAKE2B 353e623520df49122badd2d58400936fd25bf74fe386ade6b7a5c1b86db696dd50ff72ff40e1edbd38ee9a8a10dd429f207061fdb2ea326018396dfb92707053 SHA512 ae117399772d2c35ffa61b8cf5d156edf4ed65e9ffeb2e9e0688c88244fdd1a89c098bd842e3795b33fb0951da97f844fb6ffe27045e3234720f70f842356936
26
27 diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-3.0.1.ebuild
28 similarity index 85%
29 copy from media-libs/zimg/zimg-9999.ebuild
30 copy to media-libs/zimg/zimg-3.0.1.ebuild
31 index 4e92e0eec81..306320548ba 100644
32 --- a/media-libs/zimg/zimg-9999.ebuild
33 +++ b/media-libs/zimg/zimg-3.0.1.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 +# Copyright 1999-2020 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
41
42 LICENSE="WTFPL-2"
43 SLOT="0"
44 -IUSE="cpu_flags_x86_sse debug static-libs"
45 +IUSE="debug static-libs"
46
47 src_prepare() {
48 default
49 @@ -28,6 +28,5 @@ src_prepare() {
50 multilib_src_configure() {
51 ECONF_SOURCE="${S}" econf \
52 $(use_enable debug) \
53 - $(use_enable cpu_flags_x86_sse x86simd) \
54 $(use_enable static-libs static)
55 }
56
57 diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-9999.ebuild
58 index 4e92e0eec81..306320548ba 100644
59 --- a/media-libs/zimg/zimg-9999.ebuild
60 +++ b/media-libs/zimg/zimg-9999.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2019 Gentoo Authors
63 +# Copyright 1999-2020 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=7
67 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
68
69 LICENSE="WTFPL-2"
70 SLOT="0"
71 -IUSE="cpu_flags_x86_sse debug static-libs"
72 +IUSE="debug static-libs"
73
74 src_prepare() {
75 default
76 @@ -28,6 +28,5 @@ src_prepare() {
77 multilib_src_configure() {
78 ECONF_SOURCE="${S}" econf \
79 $(use_enable debug) \
80 - $(use_enable cpu_flags_x86_sse x86simd) \
81 $(use_enable static-libs static)
82 }