Package Details: libvlc-luajit 3.0.21-13

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 - library
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: libvlc
Provides: libvlc
Submitter: tytan652
Maintainer: tytan652
Last Packager: tytan652
Votes: 23
Popularity: 1.31
First Submitted: 2021-05-11 19:45 (UTC)
Last Updated: 2025-03-23 18:59 (UTC)

Pinned Comments

Latest Comments

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

tytan652 commented on 2021-06-21 05:48 (UTC) (edited on 2021-06-21 05:52 (UTC) by tytan652)

@Gotchfutchian, this error comes from the fact that (I don't know why) the patch about SRT is not applied in the prepare stage when you build the package.

The issue is on your side.

Because this srt >= 1.2.2 srt < 1.3.0 should be patched into srt >= 1.2.2 only.

And other things to make more recent version of SRT compatible with VLC.

Gotchfutchian commented on 2021-06-21 00:57 (UTC) (edited on 2021-06-21 01:05 (UTC) by Gotchfutchian)

Error on makepkg / yay,

checking for ncursesw... yes
checking lirc/lirc_client.h usability... yes
checking lirc/lirc_client.h presence... yes
checking for lirc/lirc_client.h... yes
checking for lirc_init in -llirc_client... yes
checking for srt >= 1.2.2 srt < 1.3.0... no
configure: error: Library srt >= 1.2.2 srt < 1.3.0 needed for srt was not found
==> ERROR: A failure occurred in build().
    Aborting...

I have tried to get an older version of srt but pacman/yay wont let me for some odd reason. All help is appreciated since im a bit of a noob when it comes to arch.

Edit: removing srt seems to have allowed makepkg to work, will update when needed.

chilled commented on 2021-06-03 19:30 (UTC)

@tytan652

Skipping PGP signature check did it for me. Learned something new today...

Thanks a lot!

chilled commented on 2021-06-03 18:59 (UTC)

Hello!

Trying to build today, got the following error:

==> Verifying source file signatures with gpg... vlc-3.0.14.tar.xz ... FAILED (unknown public key 7180713BE58D1ADC) ==> ERROR: One or more PGP signatures could not be verified!

Entire output here: https://pastebin.com/1upBgBMq

Not sure how to find PGP signature to modify the PKGBUILD, any help will be appreciated.

tytan652 commented on 2021-06-02 22:34 (UTC)

If you use makepkg just simply edit the vlc-luajit PKGBUILD like I said

lorddickfist commented on 2021-06-02 22:18 (UTC)

That worked however I didn't use yay for it, I just manually made the pkg with makepkg -sri. Can you tell me what you meant about yay asking me if I want to edit?

tytan652 commented on 2021-06-02 21:38 (UTC) (edited on 2021-06-02 21:38 (UTC) by tytan652)

@lorddickfist

Here is a quick fix give it a try, this is maybe because you have a decklink package:

Add --disable-decklink \ to the PKGBUILD in the disable/enable list before $GLES

Yay will ask you if you want to edit the PKGBUILD file

lorddickfist commented on 2021-06-02 21:19 (UTC)

@tytan652

Here I believe this is all of it, let me know if you need something else. https://ghostbin.co/paste/gv45mh

tytan652 commented on 2021-06-02 20:48 (UTC) (edited on 2021-06-02 20:48 (UTC) by tytan652)

@lorddickfist

This is not the error in itself, scroll up and search the error emitted

Like that I may be able to help you