From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ABD0659CA3 for ; Sun, 6 Mar 2016 22:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 323F521C073; Sun, 6 Mar 2016 22:54:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D134321C073 for ; Sun, 6 Mar 2016 22:54:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04A0C340A42 for ; Sun, 6 Mar 2016 22:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1532B1067 for ; Sun, 6 Mar 2016 22:54:11 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1457304838.1b50ababb379bc9242f04483e8d1103082a36bf0.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/babl/babl-0.1.16.ebuild media-libs/babl/metadata.xml X-VCS-Directories: media-libs/babl/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 1b50ababb379bc9242f04483e8d1103082a36bf0 X-VCS-Branch: master Date: Sun, 6 Mar 2016 22:54:11 +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: 3a7cd215-0d83-4182-8bcf-edcad6abe757 X-Archives-Hash: 88bd8df4c72eb5bbd4797c6547c61df4 commit: 1b50ababb379bc9242f04483e8d1103082a36bf0 Author: Sebastian Pipping gentoo org> AuthorDate: Sun Mar 6 22:45:10 2016 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Mar 6 22:53:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b50abab media-libs/babl: Add use flag for CPU feature f16c (bug #576388) media-libs/babl/babl-0.1.16.ebuild | 3 ++- media-libs/babl/metadata.xml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/media-libs/babl/babl-0.1.16.ebuild b/media-libs/babl/babl-0.1.16.ebuild index 74f3616..97deb60 100644 --- a/media-libs/babl/babl-0.1.16.ebuild +++ b/media-libs/babl/babl-0.1.16.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="http://www.gegl.org/babl/" LICENSE="LGPL-3" SLOT="0" -IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_mmx" +IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_mmx cpu_flags_x86_f16c" RDEPEND="" DEPEND="${RDEPEND} @@ -43,6 +43,7 @@ src_configure() { --disable-static \ --disable-maintainer-mode \ $(use_enable altivec) \ + $(use_enable cpu_flags_x86_f16c f16c) \ $(use_enable cpu_flags_x86_mmx mmx) \ $(use_enable cpu_flags_x86_sse sse) \ $(use_enable cpu_flags_x86_sse sse2) diff --git a/media-libs/babl/metadata.xml b/media-libs/babl/metadata.xml index 82b7b79..c86b23d 100644 --- a/media-libs/babl/metadata.xml +++ b/media-libs/babl/metadata.xml @@ -4,4 +4,7 @@ sping@gentoo.org + + Take advantage of CPU feature f16c +