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

Sunday commented on 2013-05-23 17:16 (UTC)

After installing libvpx-git, x264-git and ffmpeg-git i was finally able to compile and install vlc-git. I had to add "--enable-shared" to x264 and ffmpeg but it stillt didn't work at first: vlc would not compile due to some failing static assertion in alsa.c: In file included from /usr/include/alsa/asoundlib.h:37:0, from alsa.c:28: alsa.c: In Funktion »Open«: alsa.c:329:5: Fehler: statische Behauptung gescheitert: "unknown formats" static_assert (sizeof (formats) / sizeof (formats[0]) == ^ make[5]: *** [libaccess_alsa_plugin_la-alsa.lo] Fehler 1 But i use pulseaudio anyways so i just went "--disable-alsa". And all of this because of some new video filters still missing in repository ffmpeg (especially fieldmatch which is a very easy way correcting some odd material)...

heaven commented on 2013-04-24 10:30 (UTC)

@FredBezies Thx, will do asap

FredBezies commented on 2013-04-22 09:59 (UTC)

And also, a cleaner PKGBUILD, following new PKGBUILD syntax for git package. http://pastebin.com/Pp6Hnk0T Feel free to test it and use it !

FredBezies commented on 2013-04-22 09:54 (UTC)

Using namcap, found that you can remove or move to optdepends : libproxy, lua51. Chromaprint must be added in depends. vlc-git E: Dependency chromaprint detected and not included (libraries ['usr/lib/libchromaprint.so.0'] needed in files ['usr/lib/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so'])

KaiSforza commented on 2013-04-10 21:45 (UTC)

This should be updated to reflect the new pacman 4.1 source array and version scheme.

heaven commented on 2013-04-01 11:38 (UTC)

@graysky yup, you're right, updated now. Also vdpau seems work with new ffmpeg from extra.

graysky commented on 2013-03-29 18:30 (UTC)

Technically you should use a separate 'build' function and 'package' function. Also consider adding 'vlc-stable-git' to the conflicts array.

heaven commented on 2013-03-29 10:16 (UTC)

Looks like it is possible to return vdpau support by using ffmpeg-git, but it and x264 should be compiled with -fPIC CFLAG. Will experiment with this a bit later on.

graysky commented on 2013-03-28 23:15 (UTC)

I updated the PKGBUILD and can verify that it works on x86_64. Find it here: https://gist.github.com/graysky2/5072045