bombono: update ffmpeg, fix iso generation

This commit is contained in:
Guillaume Girol 2021-04-30 17:30:27 +02:00 committed by Jonathan Ringer
parent af4d1fae3f
commit fcc8230147

View file

@ -7,7 +7,8 @@
, dvdauthor
, dvdplusrwtools
, enca
, ffmpeg_3
, cdrkit
, ffmpeg
, gettext
, gtk2
, gtkmm2
@ -59,7 +60,7 @@ stdenv.mkDerivation rec {
dvdauthor
dvdplusrwtools
enca
ffmpeg_3
ffmpeg
gtk2
gtkmm2
libdvdread
@ -71,6 +72,13 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
postInstall = ''
# fix iso authoring
install -Dt $out/share/bombono/resources/scons_authoring tools/scripts/SConsTwin.py
wrapProgram $out/bin/bombono-dvd --prefix PATH : ${lib.makeBinPath [ ffmpeg dvdauthor cdrkit ]}
'';
meta = with lib; {
description = "a DVD authoring program for personal computers";
homepage = "https://www.bombono.org/";