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 7 , dvdauthor 8 8 , dvdplusrwtools 9 9 , enca 10 - , ffmpeg_3 10 + , cdrkit 11 + , ffmpeg 11 12 , gettext 12 13 , gtk2 13 14 , gtkmm2 ··· 59 60 dvdauthor 60 61 dvdplusrwtools 61 62 enca 62 - ffmpeg_3 63 + ffmpeg 63 64 gtk2 64 65 gtkmm2 65 66 libdvdread ··· 70 71 prefixKey = "PREFIX="; 71 72 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 + ''; 73 81 74 82 meta = with lib; { 75 83 description = "a DVD authoring program for personal computers";