FreeBSD Bugzilla – Attachment 229969 Details for
Bug 259598
multimedia/mpv: Fix incorrect Lua supported versions, Add Lua OPTION
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
make lua optional dependency v4 (keep LUA on by default)
mpv_v4.diff (text/plain), 1.52 KB, created by
Vladimir Druzenko
on 2021-12-08 01:18:51 UTC
(
hide
)
Description:
make lua optional dependency v4 (keep LUA on by default)
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2021-12-08 01:18:51 UTC
Size:
1.52 KB
patch
obsolete
>diff -ur multimedia/mpv.orig/Makefile multimedia/mpv/Makefile >--- multimedia/mpv.orig/Makefile >+++ multimedia/mpv/Makefile >@@ -45,8 +45,8 @@ > --disable-vapoursynth \ > --enable-libmpv-shared > >-OPTIONS_DEFINE= ARCHIVE DOCS LCMS2 LUAJIT MANPAGES MUJS TEST UCHARDET EXAMPLES ZIMG >-OPTIONS_DEFAULT= ARCHIVE DVDNAV MANPAGES OPENGL UCHARDET \ >+OPTIONS_DEFINE= ARCHIVE DOCS LCMS2 MANPAGES MUJS TEST UCHARDET EXAMPLES ZIMG >+OPTIONS_DEFAULT= ARCHIVE DVDNAV LUA MANPAGES OPENGL UCHARDET \ > V4L VAAPI VDPAU VULKAN WAYLAND X11 YTDLP > OPTIONS_GROUP= IN VO AO > OPTIONS_GROUP_IN= CDIO DVDNAV LIBBLURAY V4L >@@ -54,9 +54,12 @@ > OPTIONS_GROUP_AO= ALSA JACK OPENAL PULSEAUDIO SDL > OPTIONS_RADIO= YOUTUBE > OPTIONS_RADIO_YOUTUBE= YTDL YTDLP >+OPTIONS_SINGLE= LUA >+OPTIONS_SINGLE_LUA= LUA LUAJIT LUA_NONE > OPTIONS_SUB= yes > > DVDNAV_DESC= DVD menu navigation >+LUA_NONE_DESC= Disable Lua scripting language support > LUAJIT_DESC= Use LuaJIT instead of Lua scripting language support > MUJS_DESC= Use MuJS for Javascript language support > SIXEL_DESC= Sixel graphics support >@@ -98,10 +101,13 @@ > LIBBLURAY_CONFIGURE_ON= --enable-libbluray > LIBBLURAY_CONFIGURE_OFF= --disable-libbluray > >+LUA_USES= lua:51-52 >+LUA_CONFIGURE_ON= --lua=${LUA_VER_STR}fbsd >+ > LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit >-LUAJIT_USES_OFF= lua:51-52 > LUAJIT_CONFIGURE_ON= --lua=luajit >-LUAJIT_CONFIGURE_OFF= --lua=${LUA_VER_STR}fbsd >+ >+LUA_NONE_CONFIGURE_ON= --disable-lua > > MANPAGES_BUILD_DEPENDS= rst2man:textproc/py-docutils > MANPAGES_CONFIGURE_OFF= --disable-manpage
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
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 259598
:
229204
|
229231
|
229543
| 229969