Package Details: vlc-git 4.0.0.r31756.g76cd807c24-2

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: 210
Popularity: 1.02
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2024-11-16 22:21 (UTC)

Required by (153)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 45 Next › Last »

hepha commented on 2013-09-27 10:08 (UTC)

make[6]: Nothing to be done for `install-exec-am'. /usr/sbin/mkdir -p '/tmp/yaourt-tmp-hepha/aur-vlc-git/pkg/vlc-git/usr/lib/vlc/plugins/visualization' ../../doltlibtool --mode=install ../../autotools/install-sh -c libprojectm_plugin.la libvisual_plugin.la libglspectrum_plugin.la libgoom_plugin.la '/tmp/yaourt-tmp-hepha/aur-vlc-git/pkg/vlc-git/usr/lib/vlc/plugins/visualization' libtool: install: error: cannot install `libprojectm_plugin.la' to a directory not ending in make[6]: *** [install-visualizationLTLIBRARIES] Error 1

DaveCode commented on 2013-09-01 00:11 (UTC)

I'm running stock vlc from main repos. It can't do CDDB lookup whereas all other players on the system do. Is vlc-git any better at CDDB? Thanks.

heaven commented on 2013-08-11 08:19 (UTC)

Merged, thank you. But I am not sure if we should move kdelibs to the depends, it is already in optdepends and the one who need to build this package for KDE env will already have kdelibs installed, and others don't need to.

FredBezies commented on 2013-07-28 14:10 (UTC)

Another PKGBUILD, pacman 4.1 compliant, with a more speaking version number. Trunk is now tagged as 2.2 http://pastebin.com/zMKKs08F

graysky commented on 2013-07-14 01:43 (UTC)

Ah, also need to update for pacman 4.1... see the format in https://aur.archlinux.org/packages/vlc-stable-git/

KerrickStaley commented on 2013-07-13 21:46 (UTC)

You need to remove the comma in the "conflicts" array. In Bash, conflicts=('vlc', 'vlc-stable-git') is equivalent to conflicts=('vlc,' 'vlc-stable-git') What you want is conflicts=('vlc' 'vlc-stable-git')

Nothing4You commented on 2013-06-23 11:48 (UTC)

How about adding a pkgver() with `git describe`? Also, in case you do that, you should add a line saying "epoch=1" (see https://wiki.archlinux.org/index.php/PKGBUILD#epoch )

Sunday commented on 2013-05-23 17:16 (UTC)

After installing libvpx-git, x264-git and ffmpeg-git i was finally able to compile and install vlc-git. I had to add "--enable-shared" to x264 and ffmpeg but it stillt didn't work at first: vlc would not compile due to some failing static assertion in alsa.c: In file included from /usr/include/alsa/asoundlib.h:37:0, from alsa.c:28: alsa.c: In Funktion »Open«: alsa.c:329:5: Fehler: statische Behauptung gescheitert: "unknown formats" static_assert (sizeof (formats) / sizeof (formats[0]) == ^ make[5]: *** [libaccess_alsa_plugin_la-alsa.lo] Fehler 1 But i use pulseaudio anyways so i just went "--disable-alsa". And all of this because of some new video filters still missing in repository ffmpeg (especially fieldmatch which is a very easy way correcting some odd material)...

heaven commented on 2013-04-24 10:30 (UTC)

@FredBezies Thx, will do asap

FredBezies commented on 2013-04-22 09:59 (UTC)

And also, a cleaner PKGBUILD, following new PKGBUILD syntax for git package. http://pastebin.com/Pp6Hnk0T Feel free to test it and use it !