Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/files/
Date: Tue, 30 Aug 2022 22:57:53
Message-Id: 1661900251.c336c58d13a4607538a26f3a2630bf5e063489d0.conikost@gentoo
1 commit: c336c58d13a4607538a26f3a2630bf5e063489d0
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Aug 23 17:22:38 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 22:57:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c336c58d
7
8 media-libs/libjpeg-turbo: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.14
12 Closes: https://github.com/gentoo/gentoo/pull/26983
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../files/libjpeg-turbo-2.1.1-arm64-relro.patch | 20 --------------------
16 1 file changed, 20 deletions(-)
17
18 diff --git a/media-libs/libjpeg-turbo/files/libjpeg-turbo-2.1.1-arm64-relro.patch b/media-libs/libjpeg-turbo/files/libjpeg-turbo-2.1.1-arm64-relro.patch
19 deleted file mode 100644
20 index 7784ae513d16..000000000000
21 --- a/media-libs/libjpeg-turbo/files/libjpeg-turbo-2.1.1-arm64-relro.patch
22 +++ /dev/null
23 @@ -1,20 +0,0 @@
24 -https://github.com/libjpeg-turbo/libjpeg-turbo/commit/129f0cb76346ceede8f4d8d87dea8acb0809056c
25 -
26 -From: DRC <information@×××××××××××××.org>
27 -Date: Wed, 25 Aug 2021 12:07:58 -0500
28 -Subject: [PATCH] Neon/AArch64: Don't put GAS functions in .rodata
29 -
30 -Regression introduced by 240ba417aa4b3174850d05ea0d22dbe5f80553c1
31 -
32 -Closes #546
33 ---- a/simd/arm/aarch64/jsimd_neon.S
34 -+++ b/simd/arm/aarch64/jsimd_neon.S
35 -@@ -182,6 +182,8 @@ Ljsimd_huff_encode_one_block_neon_consts:
36 - .byte 4, 5, 6, 7, 255, 255, 255, 255, \
37 - 255, 255, 255, 255, 255, 255, 255, 255 /* L7 : 1 line OK */
38 -
39 -+.text
40 -+
41 -
42 - /*****************************************************************************/
43 -