Package Details: libvlc-nox 3.0.21-2

Git Clone URL: https://aur.archlinux.org/vlc-nox.git (read-only, click to copy)
Package Base: vlc-nox
Description: Multi-platform MPEG, VCD/DVD, and DivX player (without GUI support) - library
Upstream URL: https://www.videolan.org/vlc/
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: libvlc
Submitter: Booloki
Maintainer: Booloki
Last Packager: Booloki
Votes: 5
Popularity: 0.000003
First Submitted: 2016-02-17 18:14 (UTC)
Last Updated: 2024-09-28 07:49 (UTC)

Pinned Comments

es20490446e commented on 2024-08-10 13:08 (UTC)

You can avoid the ffmpeg conflict by building on a clean chroot: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

Booloki commented on 2022-08-09 15:51 (UTC) (edited on 2022-08-09 15:55 (UTC) by Booloki)

@Morta Thanks for the additional information.

You get this build issue because ffpmpeg (5) is installed on your system in addition to ffpmpeg4.4.

I have no proper solution for fixing this. If someone has, please tell it ! But you still can workaround by temporary removing ffmpeg package for the build :

pacman -Rdd ffmpeg

your build

pacman -Sd ffmpeg

Latest Comments

1 2 Next › Last »

es20490446e commented on 2024-08-10 13:08 (UTC)

You can avoid the ffmpeg conflict by building on a clean chroot: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

Booloki commented on 2024-07-22 16:39 (UTC) (edited on 2024-07-22 16:39 (UTC) by Booloki)

@Mailaender

I'm not sure adding a (even optional) library dependency not updated since 2015-01 and with no maintainer for AUR package (based on Gentoo package, with no maintainer too), is a good idea.

However, I tested anyway the build in CI: libsidplay is currently broken with an error.

So no. Sorry.

Mailaender commented on 2024-07-22 11:46 (UTC)

I think you could add an optional dependency on https://aur.archlinux.org/packages/libsidplay

Booloki commented on 2022-08-09 15:51 (UTC) (edited on 2022-08-09 15:55 (UTC) by Booloki)

@Morta Thanks for the additional information.

You get this build issue because ffpmpeg (5) is installed on your system in addition to ffpmpeg4.4.

I have no proper solution for fixing this. If someone has, please tell it ! But you still can workaround by temporary removing ffmpeg package for the build :

pacman -Rdd ffmpeg

your build

pacman -Sd ffmpeg

Booloki commented on 2022-08-09 09:30 (UTC) (edited on 2022-08-09 09:31 (UTC) by Booloki)

@Morta You are using yay. Did you clean the cache when asked ? You can force it for example with :

yay -Sy --answerclean All vlc-nox

If you still got an error, please post the complete error messages on a pastebin.

Morta commented on 2022-08-09 08:16 (UTC)

Hi @booloki.

Yes. I took vlc what include the cvlc command but if you are able to fix it would be nice.

Cheers Morta

Booloki commented on 2022-08-09 07:09 (UTC)

Hello @Morta I didn't reproduce. Do you still have this build issue ?

Morta commented on 2022-07-20 18:07 (UTC) (edited on 2022-07-20 18:08 (UTC) by Morta)

I got following error with lua52 and without

libtool: error: error: relink 'libavcodec_plugin.la' with the above command before installing it make[5]: [Makefile:13142: install-codecLTLIBRARIES] Error 1 make[5]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4/modules' make[4]: [Makefile:28669: install-am] Error 2 make[4]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4/modules' make[3]: [Makefile:28240: install-recursive] Error 1 make[3]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4/modules' make[2]: [Makefile:28662: install] Error 2 make[2]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4/modules' make[1]: [Makefile:1563: install-recursive] Error 1 make[1]: Leaving directory '/home/morta/.cache/yay/vlc-nox/src/vlc-3.0.17.4' make: [Makefile:2037: install] Error 2

Booloki commented on 2020-07-31 16:03 (UTC) (edited on 2020-07-31 16:07 (UTC) by Booloki)

Hello olly1240, you certainly have both lua52 and lua53 installed.

You can :

  • temporarily remove lua52 without dependencies

    pacman -Rdd lua52

  • fully build vlc-nox

  • and finally reinstall lua52 without dependencies

    pacman -Sd lua52

See this thread https://bbs.archlinux.org/viewtopic.php?id=256025