vlc: reenable libcaca
This commit is contained in:
parent
d94b20d8f0
commit
af834c4dfb
@ -90,7 +90,6 @@
|
||||
, skins2Support ? !onlyLibVLC
|
||||
, waylandSupport ? true
|
||||
, withQt5 ? true
|
||||
, withLibcaca ? true
|
||||
}:
|
||||
|
||||
# chromecastSupport requires TCP port 8010 to be open for it to work.
|
||||
@ -146,6 +145,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libarchive
|
||||
libass
|
||||
libbluray
|
||||
libcaca
|
||||
libcddb
|
||||
libdc1394
|
||||
libdvbpsi
|
||||
@ -188,7 +188,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
xcbutilkeysyms
|
||||
zlib
|
||||
]
|
||||
++ optional withLibcaca libcaca
|
||||
++ optional (!stdenv.hostPlatform.isAarch && !onlyLibVLC) live555
|
||||
++ optional jackSupport libjack2
|
||||
++ optionals chromecastSupport [ libmicrodns protobuf ]
|
||||
|
@ -35592,12 +35592,7 @@ with pkgs;
|
||||
|
||||
vkeybd = callPackage ../applications/audio/vkeybd { };
|
||||
|
||||
vlc = libsForQt5.callPackage ../applications/video/vlc {
|
||||
# Newest libcaca changed the API, and libvlc didn't catch it. Until next
|
||||
# version arrives, it is safer to disable it.
|
||||
# Upstream thread: https://code.videolan.org/videolan/vlc/-/issues/26389
|
||||
withLibcaca = false;
|
||||
};
|
||||
vlc = libsForQt5.callPackage ../applications/video/vlc { };
|
||||
|
||||
libvlc = vlc.override {
|
||||
withQt5 = false;
|
||||
|
Loading…
Reference in New Issue
Block a user