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.28
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2024-07-13 20:48 (UTC)

Dependencies (160)

Required by (157)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 45 Next › Last »

lonaowna commented on 2016-08-21 19:31 (UTC)

I'm having trouble building this, getting the following error: lua/demux.c: In function ‘vlclua_demux_peek’: lua/demux.c:55:13: error: implicit declaration of function ‘luaL_checkint’ [-Werror=implicit-function-declaration] int n = luaL_checkint( L, 1 );

dbermond commented on 2016-08-02 17:24 (UTC) (edited on 2016-08-02 17:49 (UTC) by dbermond)

Please consider changing the major version number in '$pkgver' to the current one which is 3.0.0 (the one that appears at Help->About menu). You're using 2.2.0 obtained by 'git describe' command but notice that the tags are outdated in the git repository (they made no tags after 2.2.0). Letting it with outdated version 2.2.0 can cause confusion with the vlc release version which is currently at 2.2.4. In this way, it appears that the git version is older than the release version, what is not true. The current version number for the git version can be obtained in the 'configure.ac' file. Here are two methods to get it, ready to use in 'pkgver()' function (including git revision and git shorthash): Method 1 (using 'AC_INIT' variable, single line): printf "%s.r%s.g%s\n" "$(grep 'AC_INIT' configure.ac | sed 's/[^0-9\.]*//g')" "$(git describe --tags --long | cut -d '-' -f 3)" "$(git rev-parse --short HEAD)" Method 2 (using multiple 'VERSION_x' variables, multi line): local _version_major="$(grep 'VERSION_MAJOR=' configure.ac | sed 's/[^0-9\.]*//g')" local _version_minor="$(grep 'VERSION_MINOR=' configure.ac | sed 's/[^0-9\.]*//g')" local _version_revision="$(grep 'VERSION_REVISION=' configure.ac | sed 's/[^0-9\.]*//g')" local _version_number=$(printf "%s.%s.%s" "$_version_major" "$_version_minor" "$_version_revision") local _git_revision=$(printf "%s" "$(git describe --tags --long | cut -d '-' -f 3)") local _git_shorthash=$(printf "%s" "$(git rev-parse --short HEAD)") printf "%s.r%s.g%s\n" "$_version_number" "$_git_revision" "$_git_shorthash"

Cysioland commented on 2016-05-30 19:00 (UTC)

[00007f3048303d78] core generic error: corrupt module: /usr/lib/vlc/plugins/lua/liblua_plugin.so [000000000136a868] qt interface error: Unable to load extensions module [00007f30482b7408] core probe error: corrupt module: /usr/lib/vlc/plugins/lua/liblua_plugin.so

andrewSC commented on 2016-02-04 16:47 (UTC)

Det: Updated regex

Det commented on 2016-01-20 06:34 (UTC)

You're misplacing the "r". It belongs before the revision: 2.2.0.git.r6147.gf13c172

andrewSC commented on 2015-12-23 17:10 (UTC)

Confirmed build @ adfe0c2. Quit playing games with my heart guys ='(

bernd_b commented on 2015-12-15 22:28 (UTC) (edited on 2015-12-15 22:32 (UTC) by bernd_b)

Built and works here too with today's compile. Why is this flagged out of date? This flag causes more confusion than guidance wherever I stumble upon it ...

FredBezies commented on 2015-12-15 11:38 (UTC)

Build it today : revision is r2.2.0.git.5630.g6cf7153

InfernoZeus commented on 2015-11-02 18:05 (UTC)

No longer building successfully for me. I get this error when build() tries to run ./bootstrap: ==> Starting build()... generating modules/**/Makefile.am . + autoreconf --install --force --verbose -I m4 autoreconf: Entering directory `.' autoreconf: running: autopoint --force Copying file ABOUT-NLS Copying file po/Makevars.template Copying file po/Rules-quot Copying file po/boldquot.sed Copying file po/en@boldquot.header Copying file po/en@quot.header Copying file po/insert-header.sin Copying file po/quot.sed Copying file po/remove-potcdate.sin autoreconf: running: aclocal -I m4 --force -I m4 /usr/bin/m4:configure.ac:5: Warning: excess arguments to builtin `m4_if' ignored /usr/bin/m4:configure.ac:82: ERROR: end of file in string autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 autoreconf: aclocal failed with exit status: 1

andrewSC commented on 2015-06-04 10:17 (UTC)

Confirmed successful build @ 91f08755deaf420942cfa3604c90f97b34614322. Removing out-of-date flag.