Package Details: vlc-git 4.0.0.r29525.g46a98b84f5-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: 2.02
First Submitted: 2008-04-01 12:14 (UTC)
Last Updated: 2024-06-26 10:19 (UTC)

Dependencies (160)

Required by (159)

Sources (4)

Latest Comments

1 2 3 4 5 6 .. 45 Next › Last »

1211days commented on 2024-06-26 16:38 (UTC)

@knoelli, thank you very much! Compilation works again

knoelli commented on 2024-06-26 10:25 (UTC)

@1211days Thank you for bringing this to my attention. The problem seems to be caused by VLC moving to ffmpeg 7.0. I've added a patch based on commit #1c15a5e1 that fixes the issue, so compilation should now work again.

1211days commented on 2024-06-25 19:49 (UTC) (edited on 2024-06-25 20:15 (UTC) by 1211days)

I'm getting a compilation error: https://0x0.st/Xm-6.txt

knoelli commented on 2024-05-23 20:30 (UTC)

@SebastianOnArch Thank you for letting me know. I updated the PKGBUILD and removed the gcc14 compatibility patch. Additionally, I fixed recent compilation errors due to QT6 detection problems.

SebastianOnArch commented on 2024-05-23 10:48 (UTC) (edited on 2024-05-23 12:14 (UTC) by SebastianOnArch)

There have been changes made to upstream (ceae7711b649738f06188f906b7782258222c090), fixing the gcc 14 issue, thus rendering the gcc14.patch useless.

Currently, the package can't build, because the patch can't find the initial source line. Removing the gcc14.patch fixes the issue.

knoelli commented on 2024-05-13 18:47 (UTC)

@PizzaBote2.4 Build fails due to an upstream incompatibility with latest gcc 14. I've added a patch to PKGBUILD to fix the issue.

PizzaBote2.4 commented on 2024-05-12 22:08 (UTC)

I'm getting a compilation error

In file included from access/dtv/access.c:27:
access/dtv/access.c: In function ‘GetSingleDelivery’:
access/dtv/access.c:922:21: error: argument 1 in call to function ‘__builtin_stdc_trailing_zeros’ has enumerated type
  922 |         return 1 << stdc_trailing_zeros(d);
      |                     ^~~~~~~~~~~~~~~~~~~
access/dtv/access.c:923:1: warning: control reaches end of non-void function [-Wreturn-type]
  923 | }
      | ^
make[4]: *** [Makefile:24451: access/dtv/libdtv_plugin_la-access.lo] Error 1
make[4]: Leaving directory '/home/seyfu/.cache/yay/vlc-git/src/vlc/modules'
make[3]: *** [Makefile:30962: all-recursive] Error 1
make[3]: Leaving directory '/home/seyfu/.cache/yay/vlc-git/src/vlc/modules'
make[2]: *** [Makefile:13925: all] Error 2
make[2]: Leaving directory '/home/seyfu/.cache/yay/vlc-git/src/vlc/modules'
make[1]: *** [Makefile:1642: all-recursive] Error 1
make[1]: Leaving directory '/home/seyfu/.cache/yay/vlc-git/src/vlc'
make: *** [Makefile:1529: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: vlc-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
vlc-git - exit status 4

ManuelBoe commented on 2024-05-05 08:14 (UTC)

It works! Thank You @knoelli!

knoelli commented on 2024-04-29 16:46 (UTC)

@jwhickman The Qt6.7 patch was merged with commits 42fa6221 and 9cbc2ff2 so 5182.patch is no longer needed. I updated PKGBUILD so compilation should work again.

jwhickman commented on 2024-04-29 12:58 (UTC)

It works - after I strip 5182.patch from the PKGBUILD.