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
|
{ stdenv, fetchgit, sourceFromHead, autoconf, automake, libtool
|
||||||
, pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
|
, pkgconfig, faad2, faac, a52dec, alsaLib, fftw, lame, libavc1394
|
||||||
, libiec61883, libraw1394, libsndfile, libvorbis, libogg, libjpeg
|
, 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
|
, libXext, libXxf86vm, libXv, libXi, libX11, xextproto, libtheora, libpng
|
||||||
, libdv, libuuid, file, nasm, perl }:
|
, libdv, libuuid, file, nasm, perl }:
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
|||||||
faad2 faac
|
faad2 faac
|
||||||
a52dec alsaLib fftw lame libavc1394 libiec61883
|
a52dec alsaLib fftw lame libavc1394 libiec61883
|
||||||
libraw1394 libsndfile libvorbis libogg libjpeg libtiff freetype
|
libraw1394 libsndfile libvorbis libogg libjpeg libtiff freetype
|
||||||
mjpegtools x264 gettext openexr esound
|
mjpegtools x264 gettext openexr
|
||||||
libXext libXxf86vm libXv libXi libX11 xextproto
|
libXext libXxf86vm libXv libXi libX11 xextproto
|
||||||
libtheora libpng libdv libuuid
|
libtheora libpng libdv libuuid
|
||||||
nasm
|
nasm
|
||||||
|
@ -6365,9 +6365,7 @@ let
|
|||||||
icon = "${chrome}/libexec/chrome/product_logo_48.png";
|
icon = "${chrome}/libexec/chrome/product_logo_48.png";
|
||||||
};
|
};
|
||||||
|
|
||||||
cinelerra = callPackage ../applications/video/cinelerra {
|
cinelerra = callPackage ../applications/video/cinelerra { };
|
||||||
inherit (gnome) esound;
|
|
||||||
};
|
|
||||||
|
|
||||||
cmus = callPackage ../applications/audio/cmus { };
|
cmus = callPackage ../applications/audio/cmus { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user