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.108430
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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 46 Next › Last »

andrewSC commented on 2021-05-12 14:05 (UTC)

I'll look into this today and follow up with what i find

serene-arc commented on 2021-05-12 06:56 (UTC)

When attempting to build this package, I end up with errors relating to the medialibrary library. It starts off by saying in the configuration stage that:

configure: WARNING: Library medialibrary >= 0.9.1 needed for medialibrary was not found

Later on this causes the compilation to fail with the following:

access/live555.cpp:853:63: error: ‘class MediaSubsession’ has no member named ‘connectionEndpointAddress’; did you mean ‘getConnectionEndpointAddress’?

Is there a fix for this? Or is it just some misconfiguration somewhere on my machine. It persists even when I delete the folder for the AUR package and redownload everything. I've looked and I can't find any packages for MediaLibrary itself, nor any packages that contain the troublesome file live555.cpp, and googling for VLC errors like this has left me high and dry.

carlosnewmusic commented on 2021-05-08 03:25 (UTC)

access/satip.c: En la función ‘satip_thread’: ../include/vlc_threads.h:1009:43: aviso: la variable ‘__cancel_routine’ puede ser sobreescrita por ‘longjmp’ o ‘vfork’ [-Wclobbered] 1009 | # define vlc_cleanup_push( routine, arg ) pthread_cleanup_push (routine, arg) | ^~~~~~~~~~~~~~~~~~~~ access/satip.c:479:9: nota: en expansión de macro ‘vlc_cleanup_push’ 479 | vlc_cleanup_push(satip_cleanup_blocks, input_blocks); | ^~~~~~~~~~~~~~~~ make[4]: se sale del directorio '/var/tmp/pamac-build-user/vlc-git/src/vlc/modules' make[3]: [Makefile:34273: all-recursive] Error 1 make[3]: se sale del directorio '/var/tmp/pamac-build-user/vlc-git/src/vlc/modules' make[2]: [Makefile:14329: all] Error 2 make[2]: se sale del directorio '/var/tmp/pamac-build-user/vlc-git/src/vlc/modules' make[1]: [Makefile:1586: all-recursive] Error 1 make[1]: se sale del directorio '/var/tmp/pamac-build-user/vlc-git/src/vlc' make: [Makefile:1473: all] Error 2 ==> ERROR: Se produjo un fallo en build().

SolarAquarion commented on 2021-02-10 14:23 (UTC)

Can you add a .desktop file for svlc aka "Skins2 vlc"

rhysperry111 commented on 2021-01-21 07:36 (UTC)

I am having trouble building VLC right now. I get the same error as in the issue @VaguelyUseful linked, but I am not using lua52

nuc commented on 2020-07-08 03:45 (UTC)

The mpv package also depends on lua52, so that kinda sucks.

teutat3s commented on 2020-06-13 19:10 (UTC) (edited on 2020-06-13 19:10 (UTC) by teutat3s)

@VaguelyUseful thanks, that hint was really useful for successfully building vlc-git. I had to uninstall nautilus and wireshark-qt which seem to depend on lua52. Now I can try out vlc 4. Yay!

VaguelyUseful commented on 2020-06-13 18:49 (UTC)

Per this thread (https://bbs.archlinux.org/viewtopic.php?id=256025) lua52 is causing this build to fail. If you uninstall lua52 and install using lua (5.3) it builds and installs just fine, no chroot required. You can then reinstall lua52 with --asdeps if required.

bkb commented on 2020-04-30 19:39 (UTC)

I just hope that those kind of problems will never appear in the stable branch, because we should never have to build a chroot to install anything, it's just non fluid, you can't use it with other packages updates

android commented on 2020-04-30 17:47 (UTC) (edited on 2020-04-30 17:51 (UTC) by android)

SolarAquarion and bkb, re: build fails,

I posted a similar comment 3 days ago, and then deleted it.

The build will only succeed within a clean chroot environment.

When i used the extra-x86_64-build command to build, all dependencies were resolved and the build completed successfully:

Apr 27 21:08 vlc-git-4.0.0.r11804.g55cc41560d-1-x86_64.pkg.tar.zst

If you're already building in a clean chroot, sorry for the spam, maybe something has changed in the last 3 days.