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 6B90F138350 for ; Fri, 3 Apr 2020 14:57:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A88B4E0973; Fri, 3 Apr 2020 14:57:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8329FE0973 for ; Fri, 3 Apr 2020 14:57:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A486A34F06F for ; Fri, 3 Apr 2020 14:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4099C1BF for ; Fri, 3 Apr 2020 14:57:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1585925804.8555f014d0ed6d453e8d1f6f3553ff4169ddc77f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild www-plugins/freshplayerplugin/metadata.xml X-VCS-Directories: www-plugins/freshplayerplugin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8555f014d0ed6d453e8d1f6f3553ff4169ddc77f X-VCS-Branch: master Date: Fri, 3 Apr 2020 14:57:12 +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: 6e41bae6-3ecd-43ae-9614-f64da10fd907 X-Archives-Hash: 881e540299b017e4cdde899a072aca34 commit: 8555f014d0ed6d453e8d1f6f3553ff4169ddc77f Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Nov 23 10:11:09 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 3 14:56:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8555f014 www-plugins/freshplayerplugin: rename USE=gles2 to USE=gles2-only Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Andreas Sturmlechner gentoo.org> ...playerplugin-0.3.9.ebuild => freshplayerplugin-0.3.9-r1.ebuild} | 7 ++++--- www-plugins/freshplayerplugin/metadata.xml | 1 - 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild similarity index 91% rename from www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild rename to www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild index ffb3b7a382c..488069f26f1 100644 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9.ebuild +++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.9-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/i-rinat/freshplayerplugin" DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based browsers" SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT=0 -IUSE="gles2 jack libav libressl pulseaudio v4l vaapi vdpau" +IUSE="gles2-only jack libav libressl pulseaudio v4l vaapi vdpau" KEYWORDS="amd64" @@ -26,7 +26,8 @@ COMMON_DEPEND=" dev-libs/libevent:=[threads] media-libs/alsa-lib:= media-libs/freetype:2= - media-libs/mesa:=[egl,gles2?] + media-libs/mesa:=[egl] + gles2-only? ( media-libs/mesa[gles2] ) x11-libs/cairo:=[X] x11-libs/libXcursor:= x11-libs/libXrandr:= @@ -65,7 +66,7 @@ src_configure() { mycmakeargs=( -DWITH_JACK=$(usex jack) -DWITH_PULSEAUDIO=$(usex pulseaudio) - -DWITH_GLES2=$(usex gles2) + -DWITH_GLES2=$(usex gles2-only) -DWITH_LIBV4L2=$(usex v4l) -DCMAKE_SKIP_RPATH=1 ) diff --git a/www-plugins/freshplayerplugin/metadata.xml b/www-plugins/freshplayerplugin/metadata.xml index d335982d456..529020d6dc7 100644 --- a/www-plugins/freshplayerplugin/metadata.xml +++ b/www-plugins/freshplayerplugin/metadata.xml @@ -3,7 +3,6 @@ - Use system GLESv2 libraries instead of ANGLE for shader translation Use libv4l2 for colorspace conversion