<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/580fb6f35a5215b0f286cb9653f830ce90539cf3">https://github.com/macports/macports-ports/commit/580fb6f35a5215b0f286cb9653f830ce90539cf3</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 580fb6f35a5 mpv: rename ytdlp variant to network_ytdlp
</span>580fb6f35a5 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 580fb6f35a5215b0f286cb9653f830ce90539cf3
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sat Sep 21 00:18:16 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> mpv: rename ytdlp variant to network_ytdlp
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> and set it as default since youtube-dl is pretty much defunct
</span>---
multimedia/mpv/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mpv/Portfile b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index af750cbbc1d..a298dad77fc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mpv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ PortGroup active_variants 1.1
</span> # Please revbump mpv whenever ffmpeg6 is updated!
github.setup mpv-player mpv 0.38.0 v
conflicts mpv-legacy
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 4
</span> categories multimedia
license GPL-2+
maintainers {ionic @Ionic} {i0ntempest @i0ntempest} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,7 @@ depends_lib port:ffmpeg${ffmpeg_ver} \
</span>
universal_variant no
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +network +osd +opengl +bluray +dvd +audiocd +libarchive
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants +network_ytdlp +osd +opengl +bluray +dvd +audiocd +libarchive
</span>
platform darwin {
default_variants-append +bundle +rubberband
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -325,11 +325,11 @@ variant screenshot description {Enable optional screenshot support} {
</span> -Djpeg=enabled
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant network conflicts ytdlp description {Enable networking support via youtube-dl (supports wide variety of pages)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant network conflicts network_ytdlp description {Enable networking support via youtube-dl (supports wide variety of pages)} {
</span> depends_run-append port:youtube-dl
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant ytdlp conflicts network description {Enable networking support via yt-dlp instead of youtube-dl (supports wide variety of pages)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant network_ytdlp conflicts network description {Enable networking support via yt-dlp instead of youtube-dl (supports wide variety of pages)} {
</span> depends_run-append port:yt-dlp
}
</pre><pre style='margin:0'>
</pre>