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 DA3791381F1 for ; Sun, 25 Mar 2018 21:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19E55E08F4; Sun, 25 Mar 2018 21:59:18 +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 E6BC3E08F4 for ; Sun, 25 Mar 2018 21:59:17 +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 A90FC335C72 for ; Sun, 25 Mar 2018 21:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64F5F1BC for ; Sun, 25 Mar 2018 21:59:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1522015147.fd9ba513cdfa290dbf3496594292434784670f88.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/obs-studio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/obs-studio/metadata.xml media-video/obs-studio/obs-studio-21.0.2.ebuild X-VCS-Directories: media-video/obs-studio/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fd9ba513cdfa290dbf3496594292434784670f88 X-VCS-Branch: master Date: Sun, 25 Mar 2018 21:59:15 +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: 0251a9a1-6927-4f5c-80ae-7397a10742aa X-Archives-Hash: f437aaa3e5416f96ed4254d9d5737665 commit: fd9ba513cdfa290dbf3496594292434784670f88 Author: Anth0rx keemail me> AuthorDate: Mon Mar 19 21:40:57 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 25 21:59:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9ba513 media-video/obs-studio: Support NVENC encoding. This commit adds support for the NVENC encoding for nVidia video cards by compiling media-video/ffmpeg with the respective USE flag. Closes: https://github.com/gentoo/gentoo/pull/7516 media-video/obs-studio/metadata.xml | 1 + media-video/obs-studio/obs-studio-21.0.2.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/media-video/obs-studio/metadata.xml b/media-video/obs-studio/metadata.xml index adf3bcb6820..27ed2bccb4c 100644 --- a/media-video/obs-studio/metadata.xml +++ b/media-video/obs-studio/metadata.xml @@ -14,6 +14,7 @@ Enable libfdk support for AAC encoding. Use ImageMagick for image loading instead of FFmpeg. + Enable NVENC encoding for nVidia video cards jp9000/obs-studio diff --git a/media-video/obs-studio/obs-studio-21.0.2.ebuild b/media-video/obs-studio/obs-studio-21.0.2.ebuild index 5faf60232c1..db4647c07d1 100644 --- a/media-video/obs-studio/obs-studio-21.0.2.ebuild +++ b/media-video/obs-studio/obs-studio-21.0.2.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://obsproject.com" LICENSE="GPL-2" SLOT="0" -IUSE="+alsa fdk imagemagick jack pulseaudio truetype v4l" +IUSE="+alsa fdk imagemagick jack nvenc pulseaudio truetype v4l" COMMON_DEPEND=" >=dev-libs/jansson-2.5 @@ -36,6 +36,7 @@ COMMON_DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 media-video/ffmpeg:=[x264] + nvenc? ( media-video/ffmpeg:=[nvenc] ) net-misc/curl x11-libs/libXcomposite x11-libs/libXinerama