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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52D10158091 for ; Sun, 19 Jun 2022 09:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC246E0971; Sun, 19 Jun 2022 09:06:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C26CEE096B for ; Sun, 19 Jun 2022 09:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C9843416D9 for ; Sun, 19 Jun 2022 09:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6678517 for ; Sun, 19 Jun 2022 09:06:46 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1655629042.4464960423248280839293c6ac576740d676bbb6.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/avidemux-plugins/avidemux-plugins-2.7.8.ebuild X-VCS-Directories: media-libs/avidemux-plugins/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 4464960423248280839293c6ac576740d676bbb6 X-VCS-Branch: master Date: Sun, 19 Jun 2022 09:06:46 +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: 383c0151-3151-4436-8a51-0249ef5fbcc6 X-Archives-Hash: f1c5369fd11927536a57069562180725 commit: 4464960423248280839293c6ac576740d676bbb6 Author: Jakov Smolić gentoo org> AuthorDate: Sun Jun 19 08:57:22 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Jun 19 08:57:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44649604 media-libs/avidemux-plugins: Remove nvenc flag Signed-off-by: Jakov Smolić gentoo.org> media-libs/avidemux-plugins/avidemux-plugins-2.7.8.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-libs/avidemux-plugins/avidemux-plugins-2.7.8.ebuild b/media-libs/avidemux-plugins/avidemux-plugins-2.7.8.ebuild index 64a8542f194c..707fd5c5e569 100644 --- a/media-libs/avidemux-plugins/avidemux-plugins-2.7.8.ebuild +++ b/media-libs/avidemux-plugins/avidemux-plugins-2.7.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/mean00/avidemux2/archive/${PV}.tar.gz -> avidemux-${ # Multiple licenses because of all the bundled stuff. LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain" SLOT="2.7" -IUSE="a52 aac aften alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx nvenc opengl opus oss pulseaudio qt5 truetype twolame vdpau vorbis vpx x264 x265 xv xvid" +IUSE="a52 aac aften alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx opengl opus oss pulseaudio qt5 truetype twolame vdpau vorbis vpx x264 x265 xv xvid" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" @@ -50,7 +50,6 @@ COMMON_DEPEND=" libsamplerate? ( media-libs/libsamplerate ) ) lame? ( media-sound/lame ) - nvenc? ( amd64? ( media-video/nvidia_video_sdk ) ) opus? ( media-libs/opus ) pulseaudio? ( media-sound/pulseaudio ) qt5? ( @@ -121,7 +120,7 @@ src_configure() { -DFONTCONFIG="$(usex fontconfig)" -DJACK="$(usex jack)" -DLAME="$(usex lame)" - -DNVENC="$(usex nvenc)" + -DNVENC=no -DOPENGL="$(usex opengl)" -DOPUS="$(usex opus)" -DOSS="$(usex oss)"