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.52
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

1 2 3 4 5 6 .. 47 Next › Last »

bananasgomoo commented on 2025-07-10 05:14 (UTC)

@xiota thanks, this resolved the issue.

xiota commented on 2025-07-10 01:11 (UTC) (edited on 2025-07-10 05:46 (UTC) by xiota)

@bananasgomoo Related to split of plugins from extra/vlc into subpackages. I pushed an update that may resolve it.

I've decided to keep this as a monolithic package because split packaging is prone to failure and very slow to process ~84 subpackages.

Update: Lua plugin has been split so it can be replaced with a LuaJIT variant. There isn't sufficient benefit to make splitting the others worthwhile.

bananasgomoo commented on 2025-07-10 00:38 (UTC)

for some reason this is no longer considered valid as a dependency, so phonon-qt6-vlc is trying to install the regular libvlc and causing a conflict when i try and update it.

soloturn commented on 2025-05-03 10:30 (UTC)

remis means that the linking in the package causes:

[00007ffe471c6078] main generic error: cannot load plug-in /usr/lib/vlc/plugins/access/libnfs_plugin.so: /usr/lib/libnfs.so.16: undefined symbol: gnutls_session_get_verify_cert_status

https://code.videolan.org/videolan/vlc/-/issues/29144#note_483263

the error has no effect on functioning as far as i can tell. but i not use nfs.

soloturn commented on 2025-04-30 00:25 (UTC) (edited on 2025-04-30 13:22 (UTC) by soloturn)

build fails without vulkan:

In file included from video_output/vulkan/platform.h:27,
                 from video_output/vulkan/platform.c:31:
video_output/vulkan/instance.h:25:10: fatal error: vulkan/vulkan.h: No such file or directory
   25 | #include <vulkan/vulkan.h>
      |          ^~~~~~~~~~~~~~~~~

with vulkan-headers it builds and runs, video is showing. with gnome, wayland, video size is not adjusting to window wize and mouse buttons not working when "start in minimal view mode".

fuzun commented on 2025-03-16 23:33 (UTC)

Shouldn't we have vulkan-headers as an optional build time dependency?

fuzun commented on 2025-03-16 23:29 (UTC)

qt6-tools is not necessary. This is confusing (Qt naming problem) because the tools used (moc, uic, rcc, qmlcachegen, qsb) are provided by qt6-base, qt6-declarative, and qt6-shadertools.