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.43
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 .. 32 33 34 35 36 37 38 39 40 41 42 .. 47 Next › Last »

heaven commented on 2013-03-27 21:16 (UTC)

Hi guys, sorry, just have no time at all. I promise to update the PKGBUILD tomorrow morning.

graysky commented on 2013-03-27 21:04 (UTC)

@heaven - Plz update the PKGBUILD so it builds. For example, my post from 2013-03-02 17:17.

graysky commented on 2013-03-27 20:57 (UTC)

==> Missing Dependencies: -> qt ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.

FredBezies commented on 2013-03-04 17:24 (UTC)

@graysky : no libavcodec, no more mpeg file reading. It is that simple :(

kalio commented on 2013-03-03 14:49 (UTC)

/bin/sh: rcc: command not found make[5]: *** [resources.cpp] Error 127 make[5]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build/modules/gui/qt4' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build/modules/gui' make[3]: *** [all] Error 2 make[3]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build/modules/gui' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build vlc-git. I had to change the line "RCC = rcc" in modules/gui/qt4/Makefile to "RCC = rcc-qt4" to build. (using graysky's PKGBUILD)

graysky commented on 2013-03-02 17:18 (UTC)

Ah, I see you beat me to it :) The latest git version does not fix the f*cked up audio with wmv files described here though: https://bbs.archlinux.org/viewtopic.php?id=159015

graysky commented on 2013-03-02 17:17 (UTC)

Not hard, updated PKGBUILD: https://gist.github.com/graysky2/5072045

FredBezies commented on 2013-03-02 17:09 (UTC)

New working PKGBUILD : http://pastebin.com/GzvX3NX9 1) You have to use libav which conflicts with ffmpeg 2) I moved libav in makedepends, vlc works (good ?) with ffmpeg 3) lua is disabled, not working on x86_64 arch.

FredBezies commented on 2013-03-02 17:02 (UTC)

You have no other choice as of now but to leave it. I'm working on a usable PKGBUILD and it is hard to do :(

graysky commented on 2013-03-02 16:58 (UTC)

@Fred - Yes, I can pass the `--disable-lua` switch, but I'd like to build with this support. No clear to me how to do that under x86_64.