forked from mirrors/nixpkgs
Add libsoup as gstreamer dependency
svn path=/nixpkgs/trunk/; revision=16543
This commit is contained in:
parent
dee8937ae7
commit
fd557980cd
|
@ -16,7 +16,7 @@ rec {
|
|||
inherit gstPluginsBase;
|
||||
inherit (args) fetchurl stdenv pkgconfig aalib cairo flac hal
|
||||
libjpeg zlib speex libpng libdv libcaca dbus libiec61883
|
||||
libavc1394 ladspaH taglib gdbm pulseaudio;
|
||||
libavc1394 ladspaH taglib gdbm pulseaudio libsoup;
|
||||
};
|
||||
|
||||
gstFfmpeg = import ./gst-ffmpeg {
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{ fetchurl, stdenv, pkgconfig, gstPluginsBase, aalib, cairo
|
||||
, flac , hal, libjpeg, zlib, speex, libpng, libdv, libcaca, dbus
|
||||
, libiec61883, libavc1394, ladspaH, taglib, gdbm, pulseaudio }:
|
||||
, libiec61883, libavc1394, ladspaH, taglib, gdbm, pulseaudio
|
||||
, libsoup
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gst-plugins-good-0.10.14";
|
||||
|
@ -12,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
propagatedBuildInputs = [gstPluginsBase aalib cairo flac hal libjpeg
|
||||
zlib speex libpng libdv libcaca dbus.libs libiec61883 libavc1394 ladspaH
|
||||
taglib gdbm pulseaudio];
|
||||
taglib gdbm pulseaudio libsoup];
|
||||
buildInputs = [pkgconfig];
|
||||
|
||||
configureFlags = "--enable-ladspa";
|
||||
|
|
|
@ -3155,6 +3155,7 @@ let
|
|||
inherit (gtkLibs) glib pango gtk;
|
||||
inherit (gnome) gnomevfs /* <- only passed for the no longer used older versions
|
||||
it is depreceated and didn't build on amd64 due to samba dependenccy */ gtkdoc;
|
||||
inherit (gnome26) libsoup;
|
||||
});
|
||||
|
||||
gnet = import ../development/libraries/gnet {
|
||||
|
|
Loading…
Reference in a new issue