Files
nixpkgs/pkgs/development/octave-modules/video
Karl Hallsby 6600862e02 octavePackages.video: Fix build & install
video uses a slightly different build system from other packages. It
uses an autotools bootstrap script to generate a configure script that
detects the ffmpeg necessities.

HOWEVER, we notably do not actually run the Makefile that the
configure script generates! This pre-build step only creates a
"release tarball"! Octave compiles this "release tarball" in
buildOctavePackage's normal buildPhase with
"octave-cli --eval 'pkg build ...'".
2025-11-24 11:38:23 -06:00
..