bombono: update ffmpeg, fix iso generation

authored by

Guillaume Girol and committed by
Jonathan Ringer
fcc82301 af4d1fae

+10 -2
+10 -2
pkgs/applications/video/bombono/default.nix
··· 7 , dvdauthor 8 , dvdplusrwtools 9 , enca 10 - , ffmpeg_3 11 , gettext 12 , gtk2 13 , gtkmm2 ··· 59 dvdauthor 60 dvdplusrwtools 61 enca 62 - ffmpeg_3 63 gtk2 64 gtkmm2 65 libdvdread ··· 70 prefixKey = "PREFIX="; 71 72 enableParallelBuilding = true; 73 74 meta = with lib; { 75 description = "a DVD authoring program for personal computers";
··· 7 , dvdauthor 8 , dvdplusrwtools 9 , enca 10 + , cdrkit 11 + , ffmpeg 12 , gettext 13 , gtk2 14 , gtkmm2 ··· 60 dvdauthor 61 dvdplusrwtools 62 enca 63 + ffmpeg 64 gtk2 65 gtkmm2 66 libdvdread ··· 71 prefixKey = "PREFIX="; 72 73 enableParallelBuilding = true; 74 + 75 + postInstall = '' 76 + # fix iso authoring 77 + install -Dt $out/share/bombono/resources/scons_authoring tools/scripts/SConsTwin.py 78 + 79 + wrapProgram $out/bin/bombono-dvd --prefix PATH : ${lib.makeBinPath [ ffmpeg dvdauthor cdrkit ]} 80 + ''; 81 82 meta = with lib; { 83 description = "a DVD authoring program for personal computers";