mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vlc: added live555 dependency
This commit is contained in:
parent
ac2582baea
commit
398611fb6c
1 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
, mpeg2dec, udev, gnutls, avahi, libcddb, libjack2, SDL, SDL_image
|
||||
, libmtp, unzip, taglib, libkate, libtiger, libv4l, samba, liboggz
|
||||
, libass, libva, libdvbpsi, libdc1394, libraw1394, libopus
|
||||
, libvdpau, libsamplerate
|
||||
, libvdpau, libsamplerate, live555
|
||||
, onlyLibVLC ? false
|
||||
, qt4 ? null
|
||||
, withQt5 ? false, qtbase ? null
|
||||
|
@ -34,13 +34,15 @@ stdenv.mkDerivation rec {
|
|||
udev gnutls avahi libcddb SDL SDL_image libmtp unzip taglib
|
||||
libkate libtiger libv4l samba liboggz libass libdvbpsi libva
|
||||
xorg.xlibsWrapper xorg.libXv xorg.libXvMC xorg.libXpm xorg.xcbutilkeysyms
|
||||
libdc1394 libraw1394 libopus libebml libmatroska libvdpau libsamplerate
|
||||
libdc1394 libraw1394 libopus libebml libmatroska libvdpau libsamplerate live555
|
||||
]
|
||||
++ [(if withQt5 then qtbase else qt4)]
|
||||
++ optional jackSupport libjack2;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
LIVE555_PREFIX = live555;
|
||||
|
||||
configureFlags =
|
||||
[ "--enable-alsa"
|
||||
"--with-kde-solid=$out/share/apps/solid/actions"
|
||||
|
|
Loading…
Reference in a new issue