Package Details: vlc-git 4.0.0.r33184.g82e5f6c-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: 212
Popularity: 1.03
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2025-02-19 03:40 (UTC)

Required by (159)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 31 32 33 34 35 36 37 38 39 40 41 .. 46 Next › Last »

graysky commented on 2013-03-29 18:30 (UTC)

Technically you should use a separate 'build' function and 'package' function. Also consider adding 'vlc-stable-git' to the conflicts array.

heaven commented on 2013-03-29 10:16 (UTC)

Looks like it is possible to return vdpau support by using ffmpeg-git, but it and x264 should be compiled with -fPIC CFLAG. Will experiment with this a bit later on.

graysky commented on 2013-03-28 23:15 (UTC)

I updated the PKGBUILD and can verify that it works on x86_64. Find it here: https://gist.github.com/graysky2/5072045

heaven commented on 2013-03-27 21:16 (UTC)

Hi guys, sorry, just have no time at all. I promise to update the PKGBUILD tomorrow morning.

graysky commented on 2013-03-27 21:04 (UTC)

@heaven - Plz update the PKGBUILD so it builds. For example, my post from 2013-03-02 17:17.

graysky commented on 2013-03-27 20:57 (UTC)

==> Missing Dependencies: -> qt ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.

FredBezies commented on 2013-03-04 17:24 (UTC)

@graysky : no libavcodec, no more mpeg file reading. It is that simple :(

kalio commented on 2013-03-03 14:49 (UTC)

/bin/sh: rcc: command not found make[5]: *** [resources.cpp] Error 127 make[5]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build/modules/gui/qt4' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build/modules/gui' make[3]: *** [all] Error 2 make[3]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build/modules/gui' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build/modules' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/yaourt-tmp-brad/aur-vlc-git/src/vlc-build' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build vlc-git. I had to change the line "RCC = rcc" in modules/gui/qt4/Makefile to "RCC = rcc-qt4" to build. (using graysky's PKGBUILD)

graysky commented on 2013-03-02 17:18 (UTC)

Ah, I see you beat me to it :) The latest git version does not fix the f*cked up audio with wmv files described here though: https://bbs.archlinux.org/viewtopic.php?id=159015

graysky commented on 2013-03-02 17:17 (UTC)

Not hard, updated PKGBUILD: https://gist.github.com/graysky2/5072045