Package Details: vlc-plugin-lua-git 4.0.0.r34182.g39a4b41-3

Git Clone URL: https://aur.archlinux.org/vlc-git.git (read-only, click to copy)
Package Base: vlc-git
Description: Multi-platform MPEG, VCD/DVD, and DivX player - Lua scripting plugins
Upstream URL: https://github.com/videolan/vlc
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: vlc-plugin-lua
Provides: vlc-plugin-lua
Submitter: None
Maintainer: xiota (knoelli)
Last Packager: xiota
Votes: 211
Popularity: 0.39
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2025-07-10 04:06 (UTC)

Dependencies (64)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 35 36 37 38 39 40 41 42 43 44 45 .. 47 Next › Last »

heaven commented on 2012-08-08 06:52 (UTC)

@endre If you'll use tool like yaourt it will download the entire repository only once and all next builds will pull updates only. Also this cause troubles with "git clone" because git can't fetch or clone from a shallow repository (there is workarounds but they looks more like hacks). In case we will remove cached git copy before each build and do clone with --depth=1 it will be much worse because it requires to load about 17Mb instead of the few kilobytes of recent changes when we have complete git copy.

endre commented on 2012-08-06 20:29 (UTC)

Consider git cloning with '--depth=1' option. Thus it will clone only the last revision, not the entrie repository that is 200+ MB.

heaven commented on 2012-03-26 17:43 (UTC)

Merged with PKGBUILD from extra, also added --enable-sftp. Some dependencies have been removed, so plese notify me if I have removed something useful.

<deleted-account> commented on 2012-03-23 12:52 (UTC)

Could you add --enable-sftp to the configure options (depends on libssh2)? I find that option really useful (e.g. for playing stuff on a laptop from another PC)!

heaven commented on 2012-03-13 14:36 (UTC)

@Det ok, I will update these things, thank you

Det commented on 2012-03-13 13:46 (UTC)

I mean the dependency/option stuff. It's pretty out of sync when compared to [extra]'s VLC.

heaven commented on 2012-03-11 07:58 (UTC)

@Det Sorry, I am not understand what you mean by this. Just tried to re-build the package and it was successful.

Det commented on 2012-03-10 21:15 (UTC)

The PKGBUILD is so out-of-date.

Phlogiston commented on 2011-12-25 23:55 (UTC)

configure: WARNING: unrecognized options: --enable-v4l, --enable-snapshot, --with-live555-tree Maybe these should be removed. Do you guys get opengl support as video output module? Is that possible?