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 1026D158021 for ; Tue, 6 Dec 2022 04:52:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FE61E0825; Tue, 6 Dec 2022 04:52:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA5CCE0825 for ; Tue, 6 Dec 2022 04:52:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E939340F56 for ; Tue, 6 Dec 2022 04:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC56C4C8 for ; Tue, 6 Dec 2022 04:52:28 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1670302216.4de28696b25783fb2e1f71e45c744e56eec105d8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.35.0.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4de28696b25783fb2e1f71e45c744e56eec105d8 X-VCS-Branch: master Date: Tue, 6 Dec 2022 04:52:28 +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: d3c57f7c-68e9-40ff-8bf6-66e85d062fbc X-Archives-Hash: c55c00e7434ed7d80f76956fda26d01c commit: 4de28696b25783fb2e1f71e45c744e56eec105d8 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Dec 6 04:12:31 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Dec 6 04:50:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de28696 media-video/mpv: note that yt-dlp support needs USE=lua Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-0.35.0.ebuild | 2 +- media-video/mpv/mpv-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-0.35.0.ebuild b/media-video/mpv/mpv-0.35.0.ebuild index 39a550fa8790..6551a1953b76 100644 --- a/media-video/mpv/mpv-0.35.0.ebuild +++ b/media-video/mpv/mpv-0.35.0.ebuild @@ -280,5 +280,5 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - optfeature "URL support" net-misc/yt-dlp + optfeature "URL support with USE=lua" net-misc/yt-dlp } diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index bb47b11a853a..0624e8ac6f99 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -280,5 +280,5 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - optfeature "URL support" net-misc/yt-dlp + optfeature "URL support with USE=lua" net-misc/yt-dlp }