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 .. 23 24 25 26 27 28 29 30 31 32 33 .. 47 Next › Last »

korrode commented on 2015-02-21 01:39 (UTC)

@kizar: Probably the patch in the prepare function is no longer needed. Find the line in the PKGBUILD that looks like this: patch -p1 -i $srcdir/vlc-freerdp.patch ...and comment it out: #patch -p1 -i $srcdir/vlc-freerdp.patch ...then try building again. Or just wait for andrewSC to update the PKGBUILD.

kizar commented on 2015-02-20 18:54 (UTC)

I'm getting this error and I can't build vlc. Nothing changes if I choose no. patching file modules/access/rdp.c Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 432 with fuzz 2 (offset 4 lines). Hunk #2 FAILED at 504. 1 out of 2 hunks FAILED -- saving rejects to file modules/access/rdp.c.rej

tajidinabd commented on 2015-01-29 15:05 (UTC)

@andrewSC was able to build vlc by removing the freerdp package. As others had stated about not being able to build the package successfully since November. Was relevant to the issue. thank you for updating package

andrewSC commented on 2015-01-26 22:58 (UTC)

tajidinabd: Not only was the ticket you provided closed/outdated but the patch itself was completely irrelevant if you looked at the VLC source and compared it to what the patch is actually doing. I spent some time reviewing FreeRDP's source and found that they had removed the two functions the build was failing on from their codebase entirely. I've added a patch file to this AUR package to remove the two functions and was able to compile master successfully and run VLC.

tajidinabd commented on 2015-01-26 03:03 (UTC)

Also directly from VLC bug tracker here is the patch that fixes the issue https://trac.videolan.org/vlc/ticket/10832

tajidinabd commented on 2015-01-26 02:45 (UTC)

The link that I have is a patch that fixes the issue with the freerdp vlc fails to build with freerdp installed that is in Arch Linux repo now. http://pkg-multimedia-maintainers.alioth.debian.narkive.com/kHezDGFU/bug-757951-vlc-ftbfses-against-recently-uploaded-freerdp-1-1-api

rtfreedman commented on 2015-01-20 21:07 (UTC)

I think this is missing: sed -i -e 's:/truetype/freefont:TTF:g' modules/text_renderer/platform_fonts.h and you can scrap 'for res in ... done' in package() - it's part of 'make install'

andrewSC commented on 2015-01-07 01:10 (UTC)

What exactly is failing here? The source compiles fine? freerdp is not a requirement of this package in upstream.