summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libjpeg-turbo: Stabilize 2.1.0-r2 arm64, #795390Sam James2021-07-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libjpeg-turbo: Stabilize 2.1.0-r2 arm, #795390Sam James2021-06-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/libjpeg-turbo: stable 2.1.0-r2 for hppa, bug #795390Rolf Eike Beer2021-06-201-1/+1
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/libjpeg-turbo: stable 2.1.0-r2 for sparc, bug #795390Rolf Eike Beer2021-06-191-1/+1
| | | | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/libjpeg-turbo: amd64 stable wrt bug #795390Agostino Sarubbo2021-06-191-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libjpeg-turbo: x86 stable wrt bug #795390Agostino Sarubbo2021-06-191-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libjpeg-turbo: ppc64 stable wrt bug #795390Agostino Sarubbo2021-06-191-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libjpeg-turbo: ppc stable wrt bug #795390Agostino Sarubbo2021-06-191-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libjpeg-turbo: fix SIMD issuesDavid Michael2021-06-041-0/+128
This adds a NEON CPU flag to disable SIMD on ARM CPUs without NEON, which avoids ABI-related build failures. This also drops the obsolete x32 workaround, and it fixes assembler package detection to use BROOT. Closes: https://bugs.gentoo.org/792810 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> (made the 'if's more verbose) Signed-off-by: Michał Górny <mgorny@gentoo.org>