Package Details: vlc-git 4.0.0.r29525.g46a98b84f5-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: 1.82
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2024-06-26 10:19 (UTC)

Dependencies (160)

Required by (157)

Sources (4)

Latest Comments

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

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

gmurray commented on 2012-12-22 17:13 (UTC)

Just reporting my linking error: CCLD libx264_plugin.la /usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libx264.a(common.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libx264.a: could not read symbols: Bad value collect2: error: ld returned 1 exit status make[4]: *** [libx264_plugin.la] Error 1 make[4]: Leaving directory `/home/grant/Downloads/vlc-git/src/vlc-build/modules/codec' make[3]: *** [all] Error 2 earlier in the stream... libvlc configuration -------------------- version : 2.1.0-git system : linux architecture : x86_64 mmx sse sse2 optimizations : yes looking at the git log for vlc the most recent commit cloned was ... commit 28d465e81563ca495d1466a60451c743e3f69791 Author: Francois Cartegnie <fcvlcdev@free.fr> Date: Sat Dec 22 17:17:13 2012 +0100 Qt: hotkeys: allow filtering by field (fix #7931)

xyproto commented on 2012-10-15 18:42 (UTC)

Looks like a bug in the code. That happens with development versions. But, since it's only libcaca, you can probably just disable caca somehow. (--disable-caca?)

FredBezies commented on 2012-10-08 18:48 (UTC)

Since 2 days, got this error while trying to get it build. Any idea ? CC libcaca_plugin_la-caca.lo opengl.c:179:5: erreur: unknown type name ‘PFNGLCLIENTACTIVETEXTUREPROC’ opengl.c: In function ‘vout_display_opengl_New’: opengl.c:330:33: erreur: ‘PFNGLCLIENTACTIVETEXTUREPROC’ undeclared (first use in this function) opengl.c:330:33: note: each undeclared identifier is reported only once for each function it appears in opengl.c:330:62: erreur: expected ‘;’ before ‘vlc_gl_GetProcAddress’ opengl.c: In function ‘vout_display_opengl_GetPool’: opengl.c:603:41: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c: In function ‘vout_display_opengl_Prepare’: opengl.c:662:37: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c:691:37: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c: In function ‘draw_without_shaders’: opengl.c:782:32: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c:793:29: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c:801:32: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c:807:29: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c: In function ‘draw_with_shaders’: opengl.c:830:33: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c:842:29: erreur: called object ‘vgl->ClientActiveTexture’ is not a function opengl.c: In function ‘vout_display_opengl_Display’: opengl.c:901:29: erreur: called object ‘vgl->ClientActiveTexture’ is not a function make[4]: *** [libxcb_glx_plugin_la-opengl.lo] Error 1