Package Details: vlc-git 4.0.0.r33184.g82e5f6c-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: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: libvlc, vlc
Provides: libvlc, vlc
Submitter: None
Maintainer: xiota (knoelli)
Last Packager: xiota
Votes: 211
Popularity: 0.144235
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2025-02-19 03:40 (UTC)

Dependencies (141)

Required by (159)

Sources (2)

Latest Comments

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

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

FredBezies commented on 2013-01-01 15:34 (UTC)

Well, with automake 1.13.x, it won't build anymore. You have to add this in PKGBUILD : sed 's|AM_CONFIG_HEADER(config.h)|AC_CONFIG_HEADERS([config.h])|g' -i configure.ac And bug reported upstream : https://trac.videolan.org/vlc/ticket/7975