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: 212
Popularity: 0.80
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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 47 Next › Last »

dbermond commented on 2018-06-01 13:05 (UTC)

I'm currently getting errors at link time saying about undefined references to libxkbcommon symbols, like xkb_state_unref. Fixed it by adding this to PKGBUILD (before ./configure): export LIBS='-lxkbcommon'.

gkkirilov commented on 2018-05-10 08:50 (UTC)

A failure occurred in build().

fabrixx commented on 2018-02-18 08:28 (UTC) (edited on 2018-02-18 09:28 (UTC) by fabrixx)

Thanks. Now work

andrewSC commented on 2018-02-17 23:32 (UTC)

fabrixx: I've updated the PKGBUILD to disable fribidi support until I can get to the bottom of it.

fabrixx commented on 2018-02-17 19:27 (UTC) (edited on 2018-02-17 19:30 (UTC) by fabrixx)

I have this error: https://pastebin.com/PGvPEk4r

metak commented on 2018-02-12 19:09 (UTC)

@raist356 You have to add: --libexecdir=/usr/lib to pkgbuild.

raist356 commented on 2018-02-10 10:14 (UTC)

When I try to run it I get the error: skins2 interface error: cannot instantiate dialogs provider And it falls back to commandline. Does anyone know how to fix that and get the GUI?

andrewSC commented on 2018-01-24 16:12 (UTC)

silencer: I lean towards no, for now. It's optional/experimental for VLC [1] and it would just be one more thing that would need to be downloaded to build. Unless there's a good number of others that speak up in favor of it, I'll continue to watch its adoption and possibly add it in the future.

[1] https://github.com/videolan/vlc/blob/master/configure.ac#L2610

silencer commented on 2018-01-23 19:33 (UTC)

andrewSC: Thank you! Installing aom-git from AUR fixed the issue. Should aom-git be listed as a dependency?