summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-01-29 19:59:45 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-01-29 19:59:54 +0100
commitc297b58ada74f04ad39d5148c9495ffaa5295225 (patch)
treebefac035f402b31865b5884a3548ac287af677b4 /media-libs/x265/x265-9999.ebuild
parentwww-servers/boa: revision bump to fix OpenRC script (diff)
downloadgentoo-c297b58ada74f04ad39d5148c9495ffaa5295225.tar.gz
gentoo-c297b58ada74f04ad39d5148c9495ffaa5295225.tar.bz2
gentoo-c297b58ada74f04ad39d5148c9495ffaa5295225.zip
media-libs/x265: bump to 1.9.
Enable 12bit by default since it is no more experimental. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-libs/x265/x265-9999.ebuild')
-rw-r--r--media-libs/x265/x265-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild
index 21f4143a1848..9652a58cb017 100644
--- a/media-libs/x265/x265-9999.ebuild
+++ b/media-libs/x265/x265-9999.ebuild
@@ -21,8 +21,8 @@ HOMEPAGE="http://x265.org/"
LICENSE="GPL-2"
# subslot = libx265 soname
-SLOT="0/68"
-IUSE="+10bit 12bit numa pic test"
+SLOT="0/80"
+IUSE="+10bit +12bit numa pic test"
ASM_DEPEND=">=dev-lang/yasm-1.2.0"
RDEPEND="numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] )"
@@ -121,7 +121,7 @@ multilib_src_configure() {
local myabicmakeargs=(
$(cmake-utils_use_enable test TESTS)
$(multilib_is_native_abi || echo "-DENABLE_CLI=OFF")
- -DCMAKE_DISABLE_FIND_PACKAGE_Numa=$(usex numa OFF ON)
+ -DENABLE_LIBNUMA=$(usex numa ON OFF)
-DLIB_INSTALL_DIR="$(get_libdir)"
)