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 .. 29 30 31 32 33 34 35 36 37 38 39 .. 45 Next › Last »

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 !

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

Using namcap, found that you can remove or move to optdepends : libproxy, lua51. Chromaprint must be added in depends. vlc-git E: Dependency chromaprint detected and not included (libraries ['usr/lib/libchromaprint.so.0'] needed in files ['usr/lib/vlc/plugins/stream_out/libstream_out_chromaprint_plugin.so'])

KaiSforza commented on 2013-04-10 21:45 (UTC)

This should be updated to reflect the new pacman 4.1 source array and version scheme.

heaven commented on 2013-04-01 11:38 (UTC)

@graysky yup, you're right, updated now. Also vdpau seems work with new ffmpeg from extra.