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.98
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2025-07-10 04:06 (UTC)

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 47 Next › Last »

andrewSC commented on 2017-03-02 17:36 (UTC)

Bermond: Thanks for the comment :) The reason why I specified wayland explicitly is in the event mesa drops wayland as a dep (probably not likely) we would have issues in this package. I chose to be explicit rather than implicit here.

dbermond commented on 2017-03-02 17:30 (UTC) (edited on 2017-03-02 17:31 (UTC) by dbermond)

@andrewSC You don't need to specify wayland in depends since it's already required by mesa. Just wayland-protocols. My two cents :)

ingleandrobarros commented on 2017-02-23 04:05 (UTC)

bro VLC don't run in GNOME 3.22 and MATE 1.16. How can i fix that?

WorMzy commented on 2017-02-20 18:20 (UTC)

Thanks. :)

andrewSC commented on 2017-02-20 15:16 (UTC)

WorMzy: While VLC itself doesn't technically require wayland-protocols (unless you have wayland installed already) there's some dependency hell going on amongst some of the packages and the GL libs (which VLC does require to compile). To avoid all that I've added wayland and wayland-protocols to the PKGBUILD as well as your request for qt5-x11extras.

WorMzy commented on 2017-02-12 02:35 (UTC)

@erdosain9: make the changes I suggested to the PKGBUILD (see the comment below yours) then rebuild the package.

erdosain9 commented on 2017-02-12 01:19 (UTC)

Hi. cant execute, dosent show anything, but if i run from terminal i have this: VLC media player 3.0.0-git Vetinari (revision 2.2.0-git-11082-g8a5c926776) [00000000022951a8] core libvlc: Ejecutar vlc con la interfaz predeterminada. Use «cvlc» para usar vlc sin interfaz. [0000000002399a88] skins2 interface error: no suitable dialogs provider found (hint: compile the qt plugin, and make sure it is loaded properly) [0000000002399a88] skins2 interface error: cannot instantiate qt dialogs provider [0000000002354388] core playlist: playlist is empty [0000000002399a88] [cli] lua interface: Listening on host "*console". VLC media player 3.0.0-git Vetinari Command Line Interface initialized. Type `help' for help. > ^C[0000000002399a88] [cli] lua interface error: Error loading script /usr/lib/vlc/lua/intf/cli.luac: lua/intf/modules/host.lua:286: Interrupted. Some help, please. Thanks

WorMzy commented on 2017-02-04 01:07 (UTC) (edited on 2017-02-04 01:25 (UTC) by WorMzy)

Currently fails to build with the following error: checking for the Wayland protocols... not found Package wayland-protocols was not found in the pkg-config search path. Perhaps you should add the directory containing `wayland-protocols.pc' to the PKG_CONFIG_PATH environment variable Fixed by adding wayland-protocols to the makedepends array. Namcap also suggests that qt5-base should be a dependency, rather than just a makedep. It also says that libarchive, libsecret, and hicolor-icon-theme should be added as dependencies. The backup array is unnecessary as neither file is provided by the package, and most of the .install file is handled by pacman hooks, so those lines can be removed from it. I'd also like to request that qt5-x11extras be added to the dependencies, as the qt gui doesn't work if compiled without this package.

andrewSC commented on 2017-02-01 16:11 (UTC)

agapito: touché, I've removed it from the makedeps. Thanks for the comment!