thoggen-0.2.2: previews of coming attractions



I took a look at thoggen-0.2.2, which is available through CVS. I was
able to get it to build and come up. Since I don't have a DVD drive
[:-(] I cannot actually test it.

Issues:
----------

* Configure now tests for the presence of valgrind, which resolves the
compilation issue on PPC's.

        checking for valgrind > 2.1... Package valgrind was not found in
        the pkg-config search path.
        Perhaps you should add the directory containing `valgrind.pc'
        to the PKG_CONFIG_PATH environment variable
        No package 'valgrind' found

The "voodoo" i386 assembler code in src/th-utils.c has also been
removed.


* thoggen-0.2.2 requires a number of gst-plugins:

        checking for gst-inspect-0.8... gst-inspect-0.8
        checking for GStreamer element queue... found.
        checking for GStreamer element thread... found.
        checking for GStreamer element pipeline... found.
        checking for GStreamer element identity... found.
        checking for GStreamer element fakesink... found.
        checking for GStreamer element filesrc... found.
        checking for GStreamer element audioscale... found.
        checking for GStreamer element audioconvert... found.
        checking for GStreamer element videorate... found.
        checking for GStreamer element deinterlace... found.
        checking for GStreamer element videocrop... found.
        checking for GStreamer element ffmpegcolorspace... found.
        checking for GStreamer element dvdlpcmdec... found.
        checking for GStreamer element mpeg2dec... found.
        checking for GStreamer element a52dec... found.
        checking for GStreamer element dvddemux... found.
        checking for GStreamer element dvdreadsrc... found.
        checking for GStreamer element theoraenc... found.
        checking for GStreamer element rawvorbisenc... found.
        checking for GStreamer element oggmux... found.

dvdlpcmdec is a new requirement. This plugin is available in the latest
CVS version, gst-plugins-0.8.90.1 

There is a tiny glitch in the configure file for gst-plugins-0.8.90.1. 
Here is the fix:

--- configure   2005-02-26 12:36:33.190470583 -0500
+++ configure-  2005-02-26 12:36:25.492541615 -0500
@@ -2306,7 +2306,7 @@
  
  
 GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR
-GST_MAJORMINOR=0.8
+GST_MAJORMINOR=0.9

-Joseph

-- 
joseph_sacco[at]comcast[dot]net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]