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 C1ECC138334 for ; Wed, 11 Dec 2019 21:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF0BE08A4; Wed, 11 Dec 2019 21:26:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8D52DE08A4 for ; Wed, 11 Dec 2019 21:26:04 +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 C7D2B34D952 for ; Wed, 11 Dec 2019 21:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0A6D2A5 for ; Wed, 11 Dec 2019 21:26:00 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1576099545.6155036dabeb0cfe41a718faa59469528ac5988b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libwebp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libwebp/libwebp-1.0.2.ebuild media-libs/libwebp/libwebp-1.0.3.ebuild X-VCS-Directories: media-libs/libwebp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6155036dabeb0cfe41a718faa59469528ac5988b X-VCS-Branch: master Date: Wed, 11 Dec 2019 21:26:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3eafb660-aa11-4307-95ee-bdab6c341041 X-Archives-Hash: ea2234373674a634c9b2765c33e67912 commit: 6155036dabeb0cfe41a718faa59469528ac5988b Author: Stephan Hartmann googlemail com> AuthorDate: Wed Dec 11 08:16:29 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Dec 11 21:25:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6155036d media-libs/libwebp: migrate to CPU_FLAGS_ARM Closes: https://bugs.gentoo.org/694078 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Stephan Hartmann googlemail.com> Signed-off-by: Mike Gilbert gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13944 media-libs/libwebp/libwebp-1.0.2.ebuild | 4 ++-- media-libs/libwebp/libwebp-1.0.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libwebp/libwebp-1.0.2.ebuild b/media-libs/libwebp/libwebp-1.0.2.ebuild index ac156cbefe9..6bcbd544fcd 100644 --- a/media-libs/libwebp/libwebp-1.0.2.ebuild +++ b/media-libs/libwebp/libwebp-1.0.2.ebuild @@ -14,7 +14,7 @@ LICENSE="BSD" SLOT="0/7" # subslot = libwebp soname version [[ "${PV}" = *_rc* ]] || \ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg neon opengl +png static-libs swap-16bit-csp tiff" +IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg opengl +png static-libs swap-16bit-csp tiff" # TODO: dev-lang/swig bindings in swig/ subdirectory RDEPEND="gif? ( media-libs/giflib:= ) @@ -51,7 +51,7 @@ multilib_src_configure() { $(use_enable cpu_flags_x86_sse2 sse2) $(use_enable cpu_flags_x86_sse4_1 sse4.1) - $(use_enable neon) + $(use_enable cpu_flags_arm_neon neon) # Only used for gif2webp binary wrt #486646 $(multilib_native_use_enable gif) diff --git a/media-libs/libwebp/libwebp-1.0.3.ebuild b/media-libs/libwebp/libwebp-1.0.3.ebuild index ac73ea539ef..7c952320c63 100644 --- a/media-libs/libwebp/libwebp-1.0.3.ebuild +++ b/media-libs/libwebp/libwebp-1.0.3.ebuild @@ -14,7 +14,7 @@ LICENSE="BSD" SLOT="0/7" # subslot = libwebp soname version [[ "${PV}" = *_rc* ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg neon opengl +png static-libs swap-16bit-csp tiff" +IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 gif +jpeg opengl +png static-libs swap-16bit-csp tiff" # TODO: dev-lang/swig bindings in swig/ subdirectory RDEPEND="gif? ( media-libs/giflib:= ) @@ -51,7 +51,7 @@ multilib_src_configure() { $(use_enable cpu_flags_x86_sse2 sse2) $(use_enable cpu_flags_x86_sse4_1 sse4.1) - $(use_enable neon) + $(use_enable cpu_flags_arm_neon neon) # Only used for gif2webp binary wrt #486646 $(multilib_native_use_enable gif)