Loading pkgs/applications/video/vlc/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -90,7 +90,6 @@ , skins2Support ? !onlyLibVLC , waylandSupport ? true , withQt5 ? true , withLibcaca ? true }: # chromecastSupport requires TCP port 8010 to be open for it to work. Loading Loading @@ -146,6 +145,7 @@ stdenv.mkDerivation (finalAttrs: { libarchive libass libbluray libcaca libcddb libdc1394 libdvbpsi Loading Loading @@ -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 ] Loading pkgs/top-level/all-packages.nix +1 −6 Original line number Diff line number Diff line Loading @@ -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
pkgs/applications/video/vlc/default.nix +1 −2 Original line number Diff line number Diff line Loading @@ -90,7 +90,6 @@ , skins2Support ? !onlyLibVLC , waylandSupport ? true , withQt5 ? true , withLibcaca ? true }: # chromecastSupport requires TCP port 8010 to be open for it to work. Loading Loading @@ -146,6 +145,7 @@ stdenv.mkDerivation (finalAttrs: { libarchive libass libbluray libcaca libcddb libdc1394 libdvbpsi Loading Loading @@ -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 ] Loading
pkgs/top-level/all-packages.nix +1 −6 Original line number Diff line number Diff line Loading @@ -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;