Package Details: vlc-git 4.0.0.r33753.g562bc83-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.106261
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2025-04-30 01:09 (UTC)

Required by (159)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 46 Next › Last »

andrewSC commented on 2018-07-13 23:04 (UTC)

Can you share a paste of the full build here or email me at crerar@archlinux.org?

Dark-Sky commented on 2018-07-13 23:04 (UTC) (edited on 2018-07-13 23:24 (UTC) by Dark-Sky)

I update every day. Usually the errors I am seeing is that some package needed is not installed.

andrewSC commented on 2018-07-13 21:58 (UTC)

Dark-Sky: Hmmm, I just built this locally without errors? Is your system up to date?

Dark-Sky commented on 2018-07-13 20:10 (UTC) (edited on 2018-07-13 20:10 (UTC) by Dark-Sky)

I get a ton of freetype2 header errors.

Example:

/usr/include/freetype2/freetype/freetype.h:3574:3: error: expected constructor, destructor, or type conversion before ‘FT_Get_Postscript_Name’ FT_Get_Postscript_Name( FT_Face face ); ^~~~~~~~~~~~~~~~~~~~~~ /usr/include/freetype2/freetype/freetype.h:3605:12: error: expected constructor, destructor, or type conversion before ‘(’ token FT_EXPORT( FT_Error )

santostri commented on 2018-06-30 18:25 (UTC)

Thanks. PKGBUILD command (before ./configure): export LIBS = '- lxkbcommon' perfect

A.J commented on 2018-06-24 16:26 (UTC)

i get this error :

gui/eject.c:50:13: fatal error: scsi/scsi.h: No such file or directory # include <scsi scsi.h=""></scsi>

dbermond commented on 2018-06-01 13:05 (UTC)

I'm currently getting errors at link time saying about undefined references to libxkbcommon symbols, like xkb_state_unref. Fixed it by adding this to PKGBUILD (before ./configure): export LIBS='-lxkbcommon'.

gkkirilov commented on 2018-05-10 08:50 (UTC)

A failure occurred in build().

fabrixx commented on 2018-02-18 08:28 (UTC) (edited on 2018-02-18 09:28 (UTC) by fabrixx)

Thanks. Now work

andrewSC commented on 2018-02-17 23:32 (UTC)

fabrixx: I've updated the PKGBUILD to disable fribidi support until I can get to the bottom of it.