After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319471 - hooks.texi and faq.texi are missing from 0.8.6.2 tarball.
hooks.texi and faq.texi are missing from 0.8.6.2 tarball.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.6
Other FreeBSD
: Normal blocker
: 0.8.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-22 12:39 UTC by Koop Mast
Modified: 2005-10-24 13:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Koop Mast 2005-10-22 12:39:53 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
Comment 1 Ronald Bultje 2005-10-22 15:38:05 UTC
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.
Comment 2 Ronald Bultje 2005-10-24 13:50:11 UTC
Applied.