GNOME Bugzilla – Bug 319471
hooks.texi and faq.texi are missing from 0.8.6.2 tarball.
Last modified: 2005-10-24 13:50:11 UTC
Version details: 0.8.6.2 Distribution/Version: 6.0-RC1 The hooks.texi and faq.texi files are missing from the gst-ffmpeg-0.8.6.2 tarball. They should live in gst-libs/ext/ffmpeg/doc but are not there and that breaks the build. gmake[7]: *** No rule to make target `faq.texi', needed by `faq.html'. Stop. rm ffplay.pod ffserver.pod ffmpeg.pod gmake[7]: Leaving directory `/usr/home/kwm/cvs/freebsd/ports/multimedia/gstreamer-ffmpeg/work/gst-ffmpeg-0.8.6.2/gst-libs/ext/ffmpeg/doc' gmake[6]: *** [all-recursive] Error 1
htmldir = $(pkgdatadir)/html html_sources = \ ffmpeg-doc.html \ faq.html \ ffserver-doc.html \ ffplay-doc.html \ hooks.html if HAVE_TEXI2HTML html_pages = $(html_sources) endif html_DATA = $(html_pages) man_sources = \ ffmpeg.1 \ ffserver.1 \ ffplay.1 if HAVE_POD2MAN man_pages = $(man_sources) endif man_MANS = $(man_pages) [..] EXTRA_DIST = \ ffmpeg_powerpc_performance_evaluation_howto.txt \ ffserver.conf \ optimization.txt \ texi2pod.pl \ TODO \ $(html_sources:.html=.texi) \ $(man_sources:.1=-doc.texi) in (gst-libs/ext/ffmpeg/)doc/Makefile.am fixes the problem for me.
Applied.