mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Adding libupnp to vlc (I hope this will enable some DLNA things)
svn path=/nixpkgs/trunk/; revision=22602
This commit is contained in:
parent
7dd76e9ce5
commit
41fc0fba17
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, perl, xlibs, libdvdnav
|
||||
, zlib, a52dec, libmad, faad2, ffmpeg, alsa
|
||||
, pkgconfig, dbus, hal, fribidi, qt4, freefont_ttf
|
||||
, libvorbis, libtheora, speex, lua, libgcrypt
|
||||
, libvorbis, libtheora, speex, lua, libgcrypt, libupnp
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
buildInputs = [
|
||||
perl xlibs.xlibs xlibs.libXv zlib a52dec libmad faad2 ffmpeg
|
||||
alsa libdvdnav libdvdnav.libdvdread pkgconfig dbus hal fribidi qt4
|
||||
libvorbis libtheora speex lua libgcrypt
|
||||
libvorbis libtheora speex lua libgcrypt libupnp
|
||||
];
|
||||
|
||||
configureFlags = [ "--enable-alsa"
|
||||
|
@ -8968,7 +8968,7 @@ let
|
||||
vlc = import ../applications/video/vlc {
|
||||
inherit fetchurl stdenv perl xlibs zlib a52dec libmad faad2
|
||||
ffmpeg libdvdnav pkgconfig hal fribidi qt4 freefont_ttf
|
||||
libvorbis libtheora speex libgcrypt;
|
||||
libvorbis libtheora speex libgcrypt libupnp;
|
||||
dbus = dbus.libs;
|
||||
alsa = alsaLib;
|
||||
lua = lua5;
|
||||
|
Loading…
Reference in New Issue
Block a user