I use KDE Plasma and after installing this package, phonon-qt6-vlc
is missing its vlc
dependency. In the PKGBUILD, vlc
is listed in the replaces
and conflicts
fields but not provides
.
Search Criteria
Package Details: libvlc-nox 3.0.21-2
Package Actions
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.000001 |
First Submitted: | 2016-02-17 18:14 (UTC) |
Last Updated: | 2024-09-28 07:49 (UTC) |
Dependencies (94)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- a52dec (a52dec-gitAUR) (make)
- aalib (make)
- abseil-cpp (abseil-cpp-gitAUR) (make)
- alsa-lib (make)
- aom (aom-vmaf-gitAUR, aom-gitAUR, aom-av1-lavish-gitAUR) (make)
- aribb24 (aribb24-gitAUR) (make)
- aribb25 (make)
- avahi (make)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- cairo (cairo-gitAUR) (make)
- dav1d (dav1d-gitAUR) (make)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- faad2 (faad2-gitAUR) (make)
- ffmpeg4.4 (make)
- flac (flac-gitAUR) (make)
- fluidsynth (fluidsynth-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- Show 74 more dependencies...
Required by (1)
Sources (3)
itsjustboris commented on 2024-10-05 09:32 (UTC) (edited on 2024-10-05 09:41 (UTC) by itsjustboris)
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
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_chrootBooloki 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 :