Package Details: vlc-git 4.0.0.r34890.gdf46fce-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 (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.33
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2025-10-10 13:25 (UTC)

Required by (199)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 41 42 43 44 .. 47 Next › Last »

FredBezies commented on 2013-01-21 20:04 (UTC)

You should add --disable-vdpau. I keep on getting build error with vdpau enabled :(

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?)