GNOME Bugzilla – Bug 454078
[ivorbis] header files missing in release tarball
Last modified: 2007-07-05 22:28:31 UTC
MD5 (gst-plugins-bad-0.10.5.tar.bz2) = 395f3ed705928e77e5620cccf11a8cff SHA256 (gst-plugins-bad-0.10.5.tar.bz2) = 9ac7eb27c9975d4cd24cd3da9b457e69790e4a8cbec75077f0f42fc8b0060eed SIZE (gst-plugins-bad-0.10.5.tar.bz2) = 1402345 The gst-plugins-bad-0.10.5.tar.bz2 has two missing files in gst-plugins-bad-0.10.5/ext/ivorbis/, vorbisdec.h and vorbisenc.h. It causes the build failure on ivorbis, the error looks like below. ================================================= cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/include -I../../gst-libs -I../../gst-libs -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -Wall -g -DGST_DISABLE_DEPRECATED -D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -O -pipe -I/usr/local/include -MT libgstivorbis_la-vorbis.lo -MD -MP -MF .deps/libgstivorbis_la-vorbis.Tpo -c vorbis.c -fPIC -DPIC -o .libs/libgstivorbis_la-vorbis.o vorbis.c:26:23: vorbisdec.h: No such file or directory vorbis.c: In function `plugin_init': vorbis.c:40: warning: implicit declaration of function `gst_ivorbis_dec_get_type' gmake: *** [libgstivorbis_la-vorbis.lo] Error 1 *** Error code 2 ================================================= I had to grab two files, vorbisdec.h and vorbisenc.h, from fd.org CVS[1] and put these files in gst-plugins-bad-0.10.5/ext/ivorbis/ to get the build success. [1] http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/ext/ivorbis/
Oops, should hopefully be fixed in CVS now, thanks! 2007-07-05 Tim-Philipp Müller <tim at centricular dot net> * ext/ivorbis/Makefile.am: Dist header files. Fixes #454078.