FreeBSD Bugzilla – Attachment 147539 Details for
Bug 193822
multimedia/mpv: add LUAJIT option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
mpv-luajit.diff (text/plain), 1.71 KB, created by
Jan Beich
on 2014-09-21 20:56:13 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-09-21 20:56:13 UTC
Size:
1.71 KB
patch
obsolete
>Index: multimedia/mpv/Makefile >=================================================================== >--- multimedia/mpv/Makefile (revision 367610) >+++ multimedia/mpv/Makefile (working copy) >@@ -29,7 +27,7 @@ GH_COMMIT= b677937 > > WAF_VERSION= 1.7.16 > >-USES= compiler:c11 desktop-file-utils iconv lua pkgconfig python:build >+USES= compiler:c11 desktop-file-utils iconv pkgconfig python:build > USE_XORG= x11 xv xxf86vm > USE_LDCONFIG= yes > INSTALLS_ICONS= yes >@@ -39,7 +37,6 @@ LDFLAGS+= -L${LOCALBASE}/lib > > CONFIGURE_ARGS= --prefix=${PREFIX} \ > --mandir=${MANPREFIX}/man \ >- --lua=${LUA_VER_STR}fbsd \ > --disable-debug-build \ > --enable-libmpv-shared \ > --disable-mpg123 \ >@@ -47,7 +44,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ > --disable-portaudio \ > --disable-pdf > >-OPTIONS_DEFINE= BS2B ENCA LADSPA LCMS2 LIBGUESS LIRC ZSH >+OPTIONS_DEFINE= BS2B ENCA LADSPA LCMS2 LIBGUESS LIRC LUAJIT ZSH > OPTIONS_GROUP= IN VO AO > OPTIONS_GROUP_IN= CDIO LIBBLURAY V4L QUVI SMB > OPTIONS_GROUP_VO= CACA OPENGL VAAPI VDPAU XINERAMA >@@ -57,6 +54,7 @@ OPTIONS_SUB= yes > BS2B_DESC= Enable Bauer Stereophonic-to-Binaural DSP support > ENCA_DESC= Enable encoding detection support > LIBGUESS_DESC= Enable high-speed character set detection support >+LUAJIT_DESC= LuaJIT support > QUVI_DESC= Enable flash media stream support > IN_DESC= Input > VO_DESC= Video Output >@@ -80,6 +78,11 @@ LIBGUESS_CONFIGURE_ENABLE= libguess > LIRC_LIB_DEPENDS= liblirc_client.so:${PORTSDIR}/comms/lirc > LIRC_CONFIGURE_ENABLE= lirc > >+LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit >+LUAJIT_USES_OFF= lua >+LUAJIT_CONFIGURE_ON= --lua=luajit >+LUAJIT_CONFIGURE_OFF= --lua=${LUA_VER_STR}fbsd >+ > ZSH_USES= perl5 > ZSH_USE= PERL5=build > ZSH_CONFIGURE_ENABLE= zsh-comp
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 193822
: 147539 |
147540
|
147541