mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Fix GStreamer 'good' plugins
svn path=/nixpkgs/trunk/; revision=18952
This commit is contained in:
parent
7f9c1761b9
commit
a8a0edb60d
@ -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 libsoup;
|
||||
libavc1394 ladspaH taglib gdbm pulseaudio libsoup libcap;
|
||||
};
|
||||
|
||||
gstFfmpeg = makeOverridable (import ./gst-ffmpeg) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{ fetchurl, stdenv, pkgconfig, gstPluginsBase, aalib, cairo
|
||||
, flac , hal, libjpeg, zlib, speex, libpng, libdv, libcaca, dbus
|
||||
, libiec61883, libavc1394, ladspaH, taglib, gdbm, pulseaudio
|
||||
, libsoup, ...
|
||||
, libsoup, libcap, ...
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [gstPluginsBase aalib cairo flac hal libjpeg
|
||||
zlib speex libpng libdv libcaca dbus.libs libiec61883 libavc1394 ladspaH
|
||||
taglib gdbm pulseaudio libsoup];
|
||||
taglib gdbm pulseaudio libsoup libcap];
|
||||
buildInputs = [pkgconfig];
|
||||
|
||||
configureFlags = "--enable-ladspa";
|
||||
|
@ -3487,7 +3487,8 @@ let
|
||||
inherit lib stdenv fetchurl perl bison pkgconfig libxml2
|
||||
python alsaLib cdparanoia libogg libvorbis libtheora freetype liboil
|
||||
libjpeg zlib speex libpng libdv aalib cairo libcaca flac hal libiec61883
|
||||
dbus libavc1394 ladspaH taglib pulseaudio gdbm bzip2 which makeOverridable;
|
||||
dbus libavc1394 ladspaH taglib pulseaudio gdbm bzip2 which makeOverridable
|
||||
libcap;
|
||||
flex = flex2535;
|
||||
inherit (xorg) libX11 libXv libXext;
|
||||
inherit (gtkLibs) glib pango gtk;
|
||||
|
Loading…
Reference in New Issue
Block a user