cinelerra: drop esound support
I'm going to remove esound from nixpkgs in a few minutes. svn path=/nixpkgs/trunk/; revision=32981
This commit is contained in:
parent
9d2d98aab2
commit
a38ba26fbe
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchgit, sourceFromHead, autoconf, automake, libtool
|
||||
, pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
|
||||
, libiec61883, libraw1394, libsndfile, libvorbis, libogg, libjpeg
|
||||
, libtiff, freetype, mjpegtools, x264, gettext, openexr, esound
|
||||
, libtiff, freetype, mjpegtools, x264, gettext, openexr
|
||||
, libXext, libXxf86vm, libXv, libXi, libX11, xextproto, libtheora, libpng
|
||||
, libdv, libuuid, file, nasm, perl }:
|
||||
|
||||
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
faad2 faac
|
||||
a52dec alsaLib fftw lame libavc1394 libiec61883
|
||||
libraw1394 libsndfile libvorbis libogg libjpeg libtiff freetype
|
||||
mjpegtools x264 gettext openexr esound
|
||||
mjpegtools x264 gettext openexr
|
||||
libXext libXxf86vm libXv libXi libX11 xextproto
|
||||
libtheora libpng libdv libuuid
|
||||
nasm
|
||||
|
@ -6365,9 +6365,7 @@ let
|
||||
icon = "${chrome}/libexec/chrome/product_logo_48.png";
|
||||
};
|
||||
|
||||
cinelerra = callPackage ../applications/video/cinelerra {
|
||||
inherit (gnome) esound;
|
||||
};
|
||||
cinelerra = callPackage ../applications/video/cinelerra { };
|
||||
|
||||
cmus = callPackage ../applications/audio/cmus { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user