summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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