summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/x265: rebase 9999 patchesSam James2021-12-012-0/+75
| | | | | | Closes: https://bugs.gentoo.org/808462 Thanks-to: soundbastlerlive@gmx.at (rebasing ppc64) Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/x265: fix build for arm with main10Sam James2021-10-081-4/+30
| | | | | | Closes: https://bugs.gentoo.org/816795 Thanks-to: Tee KOBAYASHI <xtkoba@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/x265: Drop 2.8, 2.9, 3.0, 3.1*, 3.2*, 3.3Andreas Sturmlechner2020-09-086-144/+0
| | | | | | Closes: https://bugs.gentoo.org/729628 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/x265: restore previous behavior wrt asm. bump to 3.4.Alexis Ballier2020-06-053-0/+353
| | | | | | | Fix tests properly. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-libs/x265: migrate to EAPI=7Thomas Deutschmann2020-05-243-0/+65
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/x265: Restore non_x86.patchAndreas Sturmlechner2018-11-131-0/+20
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/x265: Drop oldAndreas Sturmlechner2018-11-111-20/+0
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/x265: Let everybody have detect512Jeroen Roovers2018-10-171-0/+25
| | | | | | | | | | | | | | | Upstream commit d55132eb4201 introduced detect512() but the function is defined only when X265_ARCH_X86 so the linker fails with non x86 targets: libx265.so.165: undefined reference to `x265_12bit::detect512()' libx265.so.165: undefined reference to `x265_10bit::detect512()' libx265.so.165: undefined reference to `x265::detect512()' Fix it by defining the function unconditionally. Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* media-libs/x265: backport upstream patch to fix build errorAlexis Ballier2018-06-291-0/+20
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* media-libs/x265: remove oldAlexis Ballier2017-02-242-66/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/x265: Use a more complete match for ppc64.Alexis Ballier2017-02-171-0/+15
| | | | | | Might help wrt https://bugs.gentoo.org/show_bug.cgi?id=607802#c5 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/x265: Fixes for arm.Alexis Ballier2017-02-072-0/+50
| | | | | | | | | | Add patch to properly detect ARM. Do not force CFLAGS for ARM, esp. -march=native which breaks when cross compiling. Add neon useflag. Disable neon on main10 & main12 profiles as those do not build, bug #589674. Add patch to define proper symbols when disabling neon. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/x265: Add links to upstream pull requests in patches.Alexis Ballier2015-10-162-0/+4
| | | | Package-Manager: portage-2.2.23
* media-libs/x265: Add patch to fix link order when doing multi-variant build.Alexis Ballier2015-10-161-0/+27
| | | | | | as-needed might drop important libraries (dl here), causing the library to be underlinked. Package-Manager: portage-2.2.23
* media-libs/x265: Fix x32 build, bug #510890Bertrand Jacquin2015-10-141-0/+35
x32 arch as defined on https://sites.google.com/site/x32abi is neither X86 nor X64, then forcing -march=i686 leads to build failure as wrong -march is used. Forcing -march, -mfloat-abi and -mfpu for ARM is also wrong As a global sanity sake, disable all forced -march in CMakeLists Upstream report: https://bitbucket.org/multicoreware/x265/pull-requests/21/build-disable-march-selection-from/diff Package-Manager: portage-2.2.20.1