Package Details: vlc-luajit 3.0.21-10

Git Clone URL: https://aur.archlinux.org/vlc-luajit.git (read-only, click to copy)
Package Base: vlc-luajit
Description: Multi-platform MPEG, VCD/DVD, and DivX player built with luajit for OBS Studio compatibility
Upstream URL: https://www.videolan.org/vlc/
Keywords: luajit media obs obs-studio vlc
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: vlc, vlc-dev, vlc-plugin, vlc-stable-git
Provides: vlc
Submitter: tytan652
Maintainer: tytan652
Last Packager: tytan652
Votes: 23
Popularity: 0.71
First Submitted: 2021-05-11 19:45 (UTC)
Last Updated: 2025-03-02 11:31 (UTC)

Dependencies (217)

Required by (156)

Sources (5)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

tytan652 commented on 2022-03-01 07:27 (UTC)

@ArchBoxHero I can't help if you don't gave me the full error.

ArchBoxHero commented on 2022-02-28 23:35 (UTC) (edited on 2022-02-28 23:42 (UTC) by ArchBoxHero)

No chance of building this using ffmpeg-amd-full version? I can't build it with that ffmpeg. And I'd really much rather keep that ffmpeg version. Any help? Thanks.

ngoonee commented on 2022-02-21 02:22 (UTC)

Thanks this works @tytan652

tal commented on 2022-02-20 20:24 (UTC) (edited on 2022-02-20 21:35 (UTC) by tal)

I'm still getting this when trying to build. is there any workaround for it?

error: libva is present but libavcodec/vaapi.h is missing

Edit:

It looks like it's not finding the ffmpeg-5.0.patch:


==> Retrieving sources...
  -> Found vlc-3.0.16.tar.xz
  -> Found update-vlc-plugin-cache.hook
  -> Found vlc-3.0.11.1-srt_1.4.2.patch
  -> Found vlc-live-media-2021.patch

RESOLVED:

Looks like I had a dirty PKGBUILD cached. I was using paru, and paru -Scc still wasn't getting rid of old pkgbuild files. a full paru -Sccd and some manual cache deletion seems to have resolved the problem

tytan652 commented on 2022-02-18 11:46 (UTC)

@Freso because Arch Linux vlc package did the same thing because of ffmpeg4.4 but I think I can add it back since I use FFmpeg 5.

Freso commented on 2022-02-18 11:36 (UTC) (edited on 2022-02-18 12:45 (UTC) by Freso)

Why did you --disable-chromaprint/AcoustID support?

Edit: I saw that this was done in Arch’s package too, due to extra/vlc linking against ffmpeg4.4 library: https://github.com/archlinux/svntogit-packages/commit/7fc77909e1788686a2cc7e5f08cc9c9506d121e7 – but this package depends on ffmpeg>=5, so this shouldn’t be an issue here, right?

tytan652 commented on 2022-02-18 08:25 (UTC) (edited on 2022-02-18 08:25 (UTC) by tytan652)

@Ngonoee with some patch from commit from the future 3.0.17, I can build VLC 3 with FFmpeg 5 with only one sacrifice libva is not available with FFmpeg 5 in VLC 3.

Building VLC with ffmpeg4.4 and having ffmpeg installed was causing issue, so I got no choice to chose FFmpeg 5.

ngoonee commented on 2022-02-18 07:39 (UTC)

Oof just saw the vlc3/ffmpeg5 discussions. That's not gonna get solved anytime soon...

tytan652 commented on 2022-02-18 06:34 (UTC)

Not a new toolchain, but VLC 3 can't be built against FFmpeg 5 so i try to switch to ffmpeg4.4. I'm actually trying to solve the issue, sorry for the inconvenience.