FreeBSD Bugzilla – Attachment 259599 Details for
Bug 278806
multimedia/mpv: Fix yt-dlp option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix YTDLP option
mpv.patch (text/plain), 1.35 KB, created by
Sean Farley
on 2025-04-16 05:41:35 UTC
(
hide
)
Description:
Fix YTDLP option
Filename:
MIME Type:
Creator:
Sean Farley
Created:
2025-04-16 05:41:35 UTC
Size:
1.35 KB
patch
obsolete
>diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile >index 929a2d01ebc5..9685e29d5856 100644 >--- a/multimedia/mpv/Makefile >+++ b/multimedia/mpv/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= mpv > DISTVERSIONPREFIX= v > DISTVERSION= 0.40.0 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= multimedia audio > >@@ -28,7 +29,8 @@ GH_ACCOUNT= mpv-player > MESON_ARGS= --auto-features=auto \ > -Dshaderc=disabled > >-OPTIONS_DEFINE= ARCHIVE DOCS LCMS2 MANPAGES MUJS RUBBERBAND UCHARDET EXAMPLES ZIMG >+OPTIONS_DEFINE= ARCHIVE DOCS EXAMPLES LCMS2 MANPAGES MUJS RUBBERBAND \ >+ UCHARDET YTDLP ZIMG > OPTIONS_DEFAULT= ARCHIVE DRM DVDNAV LCMS2 LUAJIT MANPAGES NVDEC OPENGL UCHARDET \ > V4L VAAPI VDPAU VULKAN WAYLAND X11 YTDLP > OPTIONS_GROUP= IN VO AO >@@ -49,6 +51,7 @@ SIXEL_DESC= Sixel graphics support > UCHARDET_DESC= Guess subtitle encoding via uchardet > VAPOURSYNTH_DESC= VapourSynth filter bridge > VULKAN_DESC= Vulkan output support >+YTDLP_DESC= Support ytdl protocol (installs yt-dlp) > ZIMG_DESC= High quality software scaling via "z" library > IN_DESC= Input > VO_DESC= Video Output >@@ -93,6 +96,8 @@ LUAJIT_USES= luajit > LUAJIT_MESON_ON= -Dlua=luajit > > LUA_NONE_MESON_ON= -Dlua=disabled >+LUA_NONE_PREVENTS= YTDLP >+LUA_NONE_PREVENTS_MSG= Lua scripting is required for YouTube playback > > MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils > MANPAGES_MESON_ENABLED= manpage-build
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278806
:
250483
|
259568
|
259569
| 259599