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

Latest Comments

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

<deleted-account> commented on 2010-12-13 02:10 (UTC)

Bah. It used to work... [] jack.c:463:2: warning: #warning Hmm.... looks wrong CCLD libaccess_jack_plugin.la CC libaccess_mtp_plugin_la-mtp.lo In file included from mtp.c:54:0: /usr/include/libmtp.h:56:17: fatal error: usb.h: No such file or directory compilation terminated. make[5]: *** [libaccess_mtp_plugin_la-mtp.lo] Error 1 Aborting... ==> ERROR: Makepkg was unable to build vlc-git. [/]

Det commented on 2010-11-19 11:02 (UTC)

@surfed, thanks for notifying others that way but in future you should use pastebin with such long posts. @heaven, the install line should be a string, not an array (the brackets are redundant).

FredBezies commented on 2010-11-10 18:49 (UTC)

surfed : no need to use it... It works flawlessly.

<deleted-account> commented on 2010-10-28 18:24 (UTC)

Due to a fault in projectm vlc-git will not build. Either disable with --disable-projectm in PKGBUILD or changing /usr/lib/pkgconfig/libprojectM.pc CODE: SELECT ALL prefix=/usr exec_prefix=/usr libdir= includedir=/usr/include pkgdatadir=/usr/share/projectM sysconfdir=/usr/share/projectM Name: libprojectM Version: 2.0.0 Description: projectM - OpenGL Milkdrop Requires: Libs: -L${libdir} -lprojectM Cflags: -I${includedir} to this will solve this issue and vlc will build again CODE: SELECT ALL prefix=/usr exec_prefix=/usr libdir=${exec_prefix}/lib includedir=/usr/include pkgdatadir=/usr/share/projectM sysconfdir=/usr/share/projectM Name: libprojectM Version: 2.0.0 Description: projectM - OpenGL Milkdrop Requires: Libs: -L${libdir} -lprojectM Cflags: -I${includedir}

heaven commented on 2010-08-04 06:37 (UTC)

Done :)

flamelab commented on 2010-08-04 06:25 (UTC)

automake, pkg-config and udev must not be included in the pkgbuild deps/makedeps, since they are included in the base and base-devel groups, according to the aur guidelines.

tzok commented on 2010-08-02 13:38 (UTC)

'automake' make dependency is missing

wonder commented on 2010-06-29 10:41 (UTC)

webm doesn't work because in ffmpeg there are two vp8 decoders. http://trac.videolan.org/vlc/ticket/3820

heaven commented on 2010-06-29 09:19 (UTC)

I could but x264 and libvpx are already included into ffmpeg dependencies list. And seem that webm doesn't work at this point. At least, it doesn't work for me, but libvpx-git and ffmpeg-svn are installed.