mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
bombono: update ffmpeg, fix iso generation
This commit is contained in:
parent
af4d1fae3f
commit
fcc8230147
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user