FreeBSD Bugzilla – Attachment 158602 Details for
Bug 201470
[PATCH] multimedia/vlc: update 2.2.1 to compile with Lua 5.3 support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
multimedia_vlc.diff (text/plain), 2.43 KB, created by
Chad Jacob Milios
on 2015-07-11 04:29:53 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Chad Jacob Milios
Created:
2015-07-11 04:29:53 UTC
Size:
2.43 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 391693) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= vlc > DISTVERSION= 2.2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 4 > CATEGORIES= multimedia audio ipv6 net www > MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ >Index: files/patch-modules-lua-vlc.h >=================================================================== >--- files/patch-modules-lua-vlc.h (revision 0) >+++ files/patch-modules-lua-vlc.h (working copy) >@@ -0,0 +1,10 @@ >+--- modules/lua/vlc.h.orig 2015-07-11 03:08:07.625881252 +0000 >++++ modules/lua/vlc.h 2015-07-11 03:08:25.711881262 +0000 >+@@ -38,6 +38,7 @@ >+ #include <vlc_stream.h> >+ #include <vlc_demux.h> >+ >++#define LUA_COMPAT_APIINTCASTS >+ #define LUA_COMPAT_MODULE >+ #include <lua.h> /* Low level lua C API */ >+ #include <lauxlib.h> /* Higher level C API */ > >Property changes on: files/patch-modules-lua-vlc.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-share-lua-intf-cli.lua >=================================================================== >--- files/patch-share-lua-intf-cli.lua (revision 0) >+++ files/patch-share-lua-intf-cli.lua (working copy) >@@ -0,0 +1,11 @@ >+--- share/lua/intf/cli.lua.orig 2015-07-11 02:39:34.126886159 +0000 >++++ share/lua/intf/cli.lua 2015-07-11 02:54:46.665888389 +0000 >+@@ -343,7 +343,7 @@ >+ end >+ if val.args then str = str .. " " .. val.args end >+ if #str%2 == 1 then str = str .. " " end >+- str = str .. string.rep(" .",(width-(#str+#val.help)-1)/2) >++ str = str .. string.rep(" .",math.floor((width-(#str+#val.help)-1)/2)) >+ str = str .. string.rep(" ",width-#str-#val.help) .. val.help >+ end >+ client:append(str) > >Property changes on: files/patch-share-lua-intf-cli.lua >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 201470
: 158602