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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 45 Next › Last »

andrewSC commented on 2019-02-20 19:25 (UTC)

mrturcot: The issue you're running into is because extra/libdvdread is out-of-date at the moment. To make things a little bit easier for you, I've created the updated PKGBUILD which you can find here: https://ptpb.pw/M5zn

I'd suggest just building that locally, then either installing it in the chroot or if you don't use one, installing on your machine, then building vlc-git.

Also, I worked with upstream to resolve the dvdnav versioning issue so you shouldn't run into that error anymore.

soloturn: Thanks for bringing xosd to my attention. Definitely appears safe to remove at this point!

soloturn commented on 2019-02-19 18:14 (UTC) (edited on 2019-02-19 18:20 (UTC) by soloturn)

created ticket https://trac.videolan.org/vlc/ticket/21944, vlc-git used to build a couple of weeks ago, namely commit 4.0.0-dev-6229-g9868c4be81, or vlc-git-4.0.0.r6467.g2f3f44804e. and the version produces less crashes resp X stalls than the ABS version vlc-3.x.

soloturn commented on 2019-02-19 17:54 (UTC)

can you pls remove xosd as dependency? this should not be necessary any more. is not in the vlc package as well.

BTW_IUseGentoo commented on 2019-02-16 19:46 (UTC) (edited on 2019-02-16 19:51 (UTC) by BTW_IUseGentoo)

checking for DVDREAD... no
configure: error: Library dvdread > 6.0.0 needed for dvdread was not found
==> ERROR: A failure occurred in build().
Aborting...
Error making: vlc-git

I had "extra/libdvdread 6.0.0-1" installed

After installing "libdvdread-git & libdvdcss-git" I was able to pass "checking for DVDREAD... yes"

But now getting

configure: error: Library dvdnav > 6.0.0 needed for dvdnav was not found
==> ERROR: A failure occurred in build().
Aborting...
Error making: vlc-git

with "libdvdnav 6.0.0-1" or "libdvdnav-git" installed

6ax commented on 2019-01-22 10:48 (UTC)

Pls add package vulkan-headers to makedepends. Tnx.

rpi2 commented on 2018-12-02 03:01 (UTC)

update x264 to 155, solved. but, g++: error: unrecognized command line option ‘-Wduplicated-branches’; did you mean ‘-Wduplicated-cond’?

rpi2 commented on 2018-12-01 03:37 (UTC)

got this error,

codec/.libs/libx264_plugin_la-x264.o: In function Open': /home/pi/Downloads/vlc/modules/codec/x264.c:1403: undefined reference tox264_encoder_open_155' collect2: error: ld returned 1 exit status

dbermond commented on 2018-09-13 19:10 (UTC)

@andrewSC Thank you for fixing this.

andrewSC commented on 2018-09-11 16:04 (UTC)

Interesting, I pulled that line in the last commit and didn't look much past the package building successfully. I'll add it back in once ff dev edition is done compiling on my machine. Good eye dbermond :) thank you.

dbermond commented on 2018-09-11 16:01 (UTC)

Since today I've started to receive this error when upgrading the package (error occurs at system install time when running the post-transaction hooks):

(5/5) Updating the vlc plugin cache...
call to execv failed (No such file or directory)
error: command failed to execute correctly

This error occurs because the files that were installed at /usr/lib/vlc are being installed in /usr/libexec, and the pacman hook cannot find the file /usr/lib/vlc/vlc-cache-gen. I could not find any recent upstream change that may lead to this. It seems to be something Arch/system related, but as far as I can gather I do not have made any change on the system that may cause this. Building the package in a clean chroot also leads to the same error.

I could fix it by adding this to the configure options: --libexecdir='/usr/lib'.