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 , dvdauthor
, dvdplusrwtools , dvdplusrwtools
, enca , enca
, ffmpeg_3 , cdrkit
, ffmpeg
, gettext , gettext
, gtk2 , gtk2
, gtkmm2 , gtkmm2
@ -59,7 +60,7 @@ stdenv.mkDerivation rec {
dvdauthor dvdauthor
dvdplusrwtools dvdplusrwtools
enca enca
ffmpeg_3 ffmpeg
gtk2 gtk2
gtkmm2 gtkmm2
libdvdread libdvdread
@ -71,6 +72,13 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; 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; { meta = with lib; {
description = "a DVD authoring program for personal computers"; description = "a DVD authoring program for personal computers";
homepage = "https://www.bombono.org/"; homepage = "https://www.bombono.org/";