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
|
{ stdenv, fetchurl, perl, xlibs, libdvdnav
|
||||||
, zlib, a52dec, libmad, faad2, ffmpeg, alsa
|
, zlib, a52dec, libmad, faad2, ffmpeg, alsa
|
||||||
, pkgconfig, dbus, hal, fribidi, qt4, freefont_ttf
|
, pkgconfig, dbus, hal, fribidi, qt4, freefont_ttf
|
||||||
, libvorbis, libtheora, speex, lua, libgcrypt
|
, libvorbis, libtheora, speex, lua, libgcrypt, libupnp
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
perl xlibs.xlibs xlibs.libXv zlib a52dec libmad faad2 ffmpeg
|
perl xlibs.xlibs xlibs.libXv zlib a52dec libmad faad2 ffmpeg
|
||||||
alsa libdvdnav libdvdnav.libdvdread pkgconfig dbus hal fribidi qt4
|
alsa libdvdnav libdvdnav.libdvdread pkgconfig dbus hal fribidi qt4
|
||||||
libvorbis libtheora speex lua libgcrypt
|
libvorbis libtheora speex lua libgcrypt libupnp
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [ "--enable-alsa"
|
configureFlags = [ "--enable-alsa"
|
||||||
|
@ -8968,7 +8968,7 @@ let
|
|||||||
vlc = import ../applications/video/vlc {
|
vlc = import ../applications/video/vlc {
|
||||||
inherit fetchurl stdenv perl xlibs zlib a52dec libmad faad2
|
inherit fetchurl stdenv perl xlibs zlib a52dec libmad faad2
|
||||||
ffmpeg libdvdnav pkgconfig hal fribidi qt4 freefont_ttf
|
ffmpeg libdvdnav pkgconfig hal fribidi qt4 freefont_ttf
|
||||||
libvorbis libtheora speex libgcrypt;
|
libvorbis libtheora speex libgcrypt libupnp;
|
||||||
dbus = dbus.libs;
|
dbus = dbus.libs;
|
||||||
alsa = alsaLib;
|
alsa = alsaLib;
|
||||||
lua = lua5;
|
lua = lua5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user