Package Details: vlc-git 4.0.0.r29905.gc347fed91e-1

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
Upstream URL: https://code.videolan.org/videolan/vlc
Licenses: GPL2, LGPL2.1
Conflicts: vlc
Provides: vlc
Submitter: None
Maintainer: xiota (knoelli)
Last Packager: knoelli
Votes: 209
Popularity: 0.22
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2024-07-13 20:48 (UTC)

Dependencies (160)

Required by (153)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 45 Next › Last »

oconnors11 commented on 2013-02-13 14:02 (UTC)

THat's the only thing I could come up with too. Thanks.

FredBezies commented on 2013-02-12 21:09 (UTC)

@oconnors11 : just replace LUA by --disable-lua for now. Only workaround I found.

oconnors11 commented on 2013-02-12 21:06 (UTC)

No one is getting this on compile checks? checking if gcc -std=gnu99 groks SSE inline assembly... yes checking if gcc -std=gnu99 groks SSE2 inline assembly... yes checking if gcc -std=gnu99 groks SSE3 inline assembly... yes checking if gcc -std=gnu99 groks SSSE3 inline assembly... yes checking if gcc -std=gnu99 groks SSE4.1 inline assembly... yes checking if gcc -std=gnu99 groks SSE4.2 inline assembly... yes checking if gcc -std=gnu99 groks SSE4A inline assembly... yes checking if gcc -std=gnu99 groks 3D Now! inline assembly... yes checking for LUA... yes checking for luac... /usr/bin/luac configure: error: You need 32-bits luac when using using lua from contrib. ==> ERROR: A failure occurred in build(). Aborting...

FredBezies commented on 2013-01-21 20:04 (UTC)

You should add --disable-vdpau. I keep on getting build error with vdpau enabled :(

heaven commented on 2013-01-04 15:15 (UTC)

Hi, thank you for the fix, will apply it ASAP.

FredBezies commented on 2013-01-02 21:16 (UTC)

Cleaner PKGBUILD : http://pastebin.com/hhWSNjGu Used it to build a new vlc-git version. And it seems a little quicker.

FredBezies commented on 2013-01-02 20:30 (UTC)

Fixed upstream. Anyway, this PKGBUILD needs a little cleaning / sync with the official one.

sl1pkn07 commented on 2013-01-01 18:28 (UTC)

or [ "$(LANG=C pacman -Qi automake |grep Version | cut -d ' ' -f10 | sed 's|.[0-9]-[0-9]||g')" = "1.13" ] && sed 's|AM_CONFIG_HEADER(config.h)|AC_CONFIG_HEADERS([config.h])|g' -i configure.ac for detect autoconf is installed from testing