cinelerra-git: file, libuuid instead of e2fsprogs, and libXext
svn path=/nixpkgs/trunk/; revision=27527
This commit is contained in:
parent
200101c7b0
commit
35f8c3d150
@ -2,8 +2,8 @@
|
|||||||
, 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, esound
|
||||||
, libXxf86vm, libXv, libXi, libX11, xextproto, libtheora, libpng
|
, libXext, libXxf86vm, libXv, libXi, libX11, xextproto, libtheora, libpng
|
||||||
, libdv, nasm, perl, e2fsprogs }:
|
, libdv, libuuid, file, nasm, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cinelerra-git";
|
name = "cinelerra-git";
|
||||||
@ -24,22 +24,22 @@ stdenv.mkDerivation {
|
|||||||
find -type f -print0 | xargs --null sed -e "s@/usr/bin/perl@${perl}/bin/perl@" -i
|
find -type f -print0 | xargs --null sed -e "s@/usr/bin/perl@${perl}/bin/perl@" -i
|
||||||
touch config.rpath
|
touch config.rpath
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
sed -i -e "s@/usr/bin/file@${file}/bin/file@" ./configure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [ "--enable-freetype2" ];
|
configureFlags = [ "--enable-freetype2" ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ automake
|
[ automake
|
||||||
autoconf libtool pkgconfig
|
autoconf libtool pkgconfig file
|
||||||
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 esound
|
||||||
libXxf86vm libXv libXi libX11 xextproto
|
libXext libXxf86vm libXv libXi libX11 xextproto
|
||||||
libtheora libpng libdv
|
libtheora libpng libdv libuuid
|
||||||
nasm
|
nasm
|
||||||
perl
|
perl
|
||||||
e2fsprogs
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user