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 (monolithic) |
Upstream URL: |
https://github.com/videolan/vlc
|
Licenses: |
GPL-2.0-or-later, LGPL-2.1-or-later |
Conflicts: |
libvlc, vlc, vlc-cli, vlc-gui-ncurses, vlc-gui-qt, vlc-gui-skins2, vlc-plugin-a52dec, vlc-plugin-aalib, vlc-plugin-alsa, vlc-plugin-aom, vlc-plugin-archive, vlc-plugin-aribb24, vlc-plugin-aribb25, vlc-plugin-ass, vlc-plugin-avahi, vlc-plugin-bluray, vlc-plugin-caca, vlc-plugin-cddb, vlc-plugin-chromecast, vlc-plugin-dav1d, vlc-plugin-dbus, vlc-plugin-dbus-screensaver, vlc-plugin-dca, vlc-plugin-dvb, vlc-plugin-dvd, vlc-plugin-faad2, vlc-plugin-ffmpeg, vlc-plugin-firewire, vlc-plugin-flac, vlc-plugin-fluidsynth, vlc-plugin-freetype, vlc-plugin-gme, vlc-plugin-gnutls, vlc-plugin-gstreamer, vlc-plugin-inflate, vlc-plugin-jack, vlc-plugin-journal, vlc-plugin-jpeg, vlc-plugin-kate, vlc-plugin-kwallet, vlc-plugin-libsecret, vlc-plugin-lirc, vlc-plugin-live555, vlc-plugin-mad, vlc-plugin-matroska, vlc-plugin-mdns, vlc-plugin-modplug, vlc-plugin-mpeg2, vlc-plugin-mpg123, vlc-plugin-mtp, vlc-plugin-musepack, vlc-plugin-nfs, vlc-plugin-notify, vlc-plugin-ogg, vlc-plugin-opus, vlc-plugin-png, vlc-plugin-pulse, vlc-plugin-quicksync, vlc-plugin-samplerate, vlc-plugin-sdl, vlc-plugin-sftp, vlc-plugin-shout, vlc-plugin-smb, vlc-plugin-soxr, vlc-plugin-speex, vlc-plugin-srt, vlc-plugin-svg, vlc-plugin-tag, vlc-plugin-theora, vlc-plugin-twolame, vlc-plugin-udev, vlc-plugin-upnp, vlc-plugin-vorbis, vlc-plugin-vpx, vlc-plugin-x264, vlc-plugin-x265, vlc-plugin-xml, vlc-plugin-zvbi, vlc-plugins-all, vlc-plugins-base, vlc-plugins-extra, vlc-plugins-video-output, vlc-plugins-visualization
|
Provides: |
libvlc, libvlc.so, libvlccore.so, vlc, vlc-cli, vlc-gui-ncurses, vlc-gui-qt, vlc-gui-skins2, vlc-plugin-a52dec, vlc-plugin-aalib, vlc-plugin-alsa, vlc-plugin-aom, vlc-plugin-archive, vlc-plugin-aribb24, vlc-plugin-aribb25, vlc-plugin-ass, vlc-plugin-avahi, vlc-plugin-bluray, vlc-plugin-caca, vlc-plugin-cddb, vlc-plugin-chromecast, vlc-plugin-dav1d, vlc-plugin-dbus, vlc-plugin-dbus-screensaver, vlc-plugin-dca, vlc-plugin-dvb, vlc-plugin-dvd, vlc-plugin-faad2, vlc-plugin-ffmpeg, vlc-plugin-firewire, vlc-plugin-flac, vlc-plugin-fluidsynth, vlc-plugin-freetype, vlc-plugin-gme, vlc-plugin-gnutls, vlc-plugin-gstreamer, vlc-plugin-inflate, vlc-plugin-jack, vlc-plugin-journal, vlc-plugin-jpeg, vlc-plugin-kate, vlc-plugin-kwallet, vlc-plugin-libsecret, vlc-plugin-lirc, vlc-plugin-live555, vlc-plugin-mad, vlc-plugin-matroska, vlc-plugin-mdns, vlc-plugin-modplug, vlc-plugin-mpeg2, vlc-plugin-mpg123, vlc-plugin-mtp, vlc-plugin-musepack, vlc-plugin-nfs, vlc-plugin-notify, vlc-plugin-ogg, vlc-plugin-opus, vlc-plugin-png, vlc-plugin-pulse, vlc-plugin-quicksync, vlc-plugin-samplerate, vlc-plugin-sdl, vlc-plugin-sftp, vlc-plugin-shout, vlc-plugin-smb, vlc-plugin-soxr, vlc-plugin-speex, vlc-plugin-srt, vlc-plugin-svg, vlc-plugin-tag, vlc-plugin-theora, vlc-plugin-twolame, vlc-plugin-udev, vlc-plugin-upnp, vlc-plugin-vorbis, vlc-plugin-vpx, vlc-plugin-x264, vlc-plugin-x265, vlc-plugin-xml, vlc-plugin-zvbi, vlc-plugins-all, vlc-plugins-base, vlc-plugins-extra, vlc-plugins-video-output, vlc-plugins-visualization
|
Submitter: |
None
|
Maintainer: |
xiota
(knoelli)
|
Last Packager: |
xiota
|
Votes: |
212 |
Popularity: |
0.37 |
First Submitted: |
2008-04-01 12:14 (UTC) |
Last Updated: |
2025-10-10 13:25 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 47 Next › Last »
DAC324 commented on 2021-05-26 17:17 (UTC) (edited on 2021-05-26 18:13 (UTC) by DAC324)
Indeed, the
ffmpeg-git
conflict comes fromchromaprint
. It has to be replaced bychromaprint-fftw
.Reason why I wanted to install
ffmpeg-git
: Theffmpeg
packages in the official repository come without support forvaapi
andvdpau
- in order to have this support enabled,ffmpeg
has to be compiled with(Sources: https://wiki.videolan.org/VLC_VAAPI/ and https://stackoverflow.com/questions/23289157/how-to-use-hardware-acceleration-with-ffmpeg)
With the standard ffmpeg package, VLC has problems using
vdpau
:Furthermore,
AV_PIX_FMT_VAAPI_VLD
is deprecated (source: ffmpeg documentation, APICHANGES):Hence, it might make sense to apply this change to the VLC sources:
andrewSC commented on 2021-05-25 19:03 (UTC)
It.. doesn't? Where do you see the conflict explicitly? The PKGBUILD doesn't explicitly list a conflicts with ffmpeg-git.
I was able to compile
03674aee047f5b9e41d6f267592f79c7790326b1
in a chroot, following the instructions I provided, without issue. Given the pathing of the error message i'm suspicious if it's not an out-of-date dep on your system.DAC324 commented on 2021-05-25 16:10 (UTC) (edited on 2021-05-25 16:36 (UTC) by DAC324)
Fails to compile:
Fix for that kind of errors: Uninstall ALL
lua
packages, such aslua
,lua51
andlua52
. Afterwards,run makepkg --syncdeps
which retrieves and installs the latest lua package, and then try again.Unfortunately, for me, this only leads to the next error:
Looks like this one can be avoided by installing
libplacebo-git
as indicated in earlier comments.DAC324 commented on 2021-05-25 14:16 (UTC) (edited on 2021-05-25 16:59 (UTC) by DAC324)
Why does this package conflict with ffmpeg-git?
UPDATE: Found the problem - it is the
chromaprint
package. In order to useffmpeg-git
, you will have to installchromaprint-fftw
from AUR.andrewSC commented on 2021-05-13 21:49 (UTC)
Ok, so after a little bit of testing I was able to get this to build correctly in chroot.
Basically the first part with live555, that is fixed with the latest push (I added a patch from vlc in [extra]). The following error related to
pl_filter_haasnsoft
is due to libplacebo upstream accidentally pulling the filter [1]. You need to build libplacebo-git and install it in the chroot before building vlc-git. Here's a super quick update i did to the PKGBUILD [2] to get libplacebo-git to build (aur version was not building for me).Once the next libplacebo release is cut, libplacebo-git shouldn't have to be built in order for this package to build correctly.
[1] https://github.com/haasn/libplacebo/commit/5a31ece1363c870071d1e13a5efe6956220380de [2] https://gist.github.com/andrewSC/6acfca87db8ed269f9a6b59d1c3f6a0e
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
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 47 Next › Last »