From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9CA55138AE9 for ; Wed, 27 Dec 2017 16:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21F1E0F6B; Wed, 27 Dec 2017 16:08:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8375BE0F6B for ; Wed, 27 Dec 2017 16:08:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B62D33BE19 for ; Wed, 27 Dec 2017 16:08:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6835AF73 for ; Wed, 27 Dec 2017 16:08:48 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1514390908.34b8993a494b384de7c8e689ed6e17f614d4d6cf.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x264/x264-9999.ebuild X-VCS-Directories: media-libs/x264/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 34b8993a494b384de7c8e689ed6e17f614d4d6cf X-VCS-Branch: master Date: Wed, 27 Dec 2017 16:08:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8bff21d4-a841-4abb-bba0-ce7128f335d1 X-Archives-Hash: 5bc5135bfd497f3fad42e57068373c77 commit: 34b8993a494b384de7c8e689ed6e17f614d4d6cf Author: Luca Barbato gentoo org> AuthorDate: Wed Dec 27 12:18:35 2017 +0000 Commit: Luca Barbato gentoo org> CommitDate: Wed Dec 27 16:08:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b8993a media-libs/x264: Update the live ebuild to use the 8+10 bitdepths Since version 153 x264 supports 8bit and 10bit in a single library. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/x264/x264-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index d2327476586..ae81f08691e 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -22,7 +22,7 @@ SONAME="152" SLOT="0/${SONAME}" LICENSE="GPL-2" -IUSE="10bit altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads" +IUSE="altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads" ASM_DEP=">=dev-lang/nasm-2.13" DEPEND="abi_x86_32? ( ${ASM_DEP} ) @@ -54,7 +54,6 @@ multilib_src_configure() { --enable-pic \ --enable-shared \ --host="${CHOST}" \ - $(usex 10bit "--bit-depth=10" "") \ $(usex interlaced "" "--disable-interlaced") \ $(usex opencl "" "--disable-opencl") \ $(usex static-libs "--enable-static" "") \