kino: disable format hardening
This commit is contained in:
parent
7423e029a2
commit
708653a634
@ -67,14 +67,11 @@ stdenv.mkDerivation {
|
|||||||
pkgconfig perl perlXMLParser libavc1394 libiec61883 intltool libXv gettext libX11 glib cairo ffmpeg libv4l ]; # TODOoptional packages
|
pkgconfig perl perlXMLParser libavc1394 libiec61883 intltool libXv gettext libX11 glib cairo ffmpeg libv4l ]; # TODOoptional packages
|
||||||
|
|
||||||
configureFlags = "--enable-local-ffmpeg=no";
|
configureFlags = "--enable-local-ffmpeg=no";
|
||||||
#preConfigure = "
|
|
||||||
# grep 11 env-vars
|
hardeningDisable = [ "format" ];
|
||||||
# ex
|
|
||||||
#";
|
|
||||||
|
|
||||||
patches = [ ./kino-1.3.4-v4l1.patch ./kino-1.3.4-libav-0.7.patch ./kino-1.3.4-libav-0.8.patch ]; #./kino-1.3.4-libavcodec-pkg-config.patch ];
|
patches = [ ./kino-1.3.4-v4l1.patch ./kino-1.3.4-libav-0.7.patch ./kino-1.3.4-libav-0.8.patch ]; #./kino-1.3.4-libavcodec-pkg-config.patch ];
|
||||||
|
|
||||||
|
|
||||||
postInstall = "
|
postInstall = "
|
||||||
rpath=`patchelf --print-rpath \$out/bin/kino`;
|
rpath=`patchelf --print-rpath \$out/bin/kino`;
|
||||||
for i in $\buildInputs; do
|
for i in $\buildInputs; do
|
||||||
@ -86,8 +83,7 @@ stdenv.mkDerivation {
|
|||||||
done
|
done
|
||||||
";
|
";
|
||||||
|
|
||||||
|
meta = {
|
||||||
meta = {
|
|
||||||
description = "Non-linear DV editor for GNU/Linux";
|
description = "Non-linear DV editor for GNU/Linux";
|
||||||
homepage = http://www.kinodv.org/;
|
homepage = http://www.kinodv.org/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user