home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / linux / video / xmovie-1.5.3.tar.gz / xmovie-1.5.3.tar / xmovie-1.5.3 / README < prev   
Text File  |  2000-11-29  |  2KB  |  59 lines

  1. /***********************************************************************
  2.  * X Movie
  3.  *
  4.  * Author: Adam Williams    broadcast@earthling.net
  5.  * Homepages:    heroine.linuxbox.com
  6.  *
  7.  * xmovie is free software; you can redistribute it and/or modify
  8.  * it under the terms of the GNU General Public License as published by
  9.  * the Free Software Foundation; either version 2, or (at your option)
  10.  * any later version.
  11.  *
  12.  * xmovie is distributed in the hope that it will be useful,
  13.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.  * GNU General Public License for more details.
  16.  *
  17.  * You should have received a copy of the GNU General Public License
  18.  * along with GNU Make; see the file COPYING.  If not, write to
  19.  * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  *
  21.  **********************************************************************/
  22.  
  23. ***** 
  24.  
  25. The official license for this software is GPL.  There is no warranty,
  26. not even the implication of fitness for a particular purpose.  
  27.  
  28. There are many more Linux derivatives than there were 12 months ago. 
  29. This package works best on Redhat 6.2 with the following changes:
  30.  
  31. The following are the only X Server revisions proven to work:
  32.  
  33. XFree86 4.0.1.
  34. XFree86 3.3.*
  35. libc-2.1.3
  36.  
  37. The feature that breaks depends on which X Server and C library you
  38. use.  You can't have everything.
  39.  
  40. If you want to build from scratch you not only must install XFree86
  41. 4.0.1 but you also need to install the X Video extension.  
  42.  
  43. /usr/local/bin% ldd xmovie
  44.         libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4001d000)
  45.         libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400c1000)
  46.         libpthread.so.0 => /lib/libpthread.so.0 (0x400cd000)
  47.         libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x400e4000)
  48.         libpng.so.2 => /usr/lib/libpng.so.2 (0x40108000)
  49.         libz.so.1 => /usr/lib/libz.so.1 (0x40132000)
  50.         libm.so.6 => /lib/libm.so.6 (0x40141000)
  51.         libc.so.6 => /lib/libc.so.6 (0x4015e000)
  52.         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
  53.  
  54. *****
  55.  
  56. Bugs:
  57. -------
  58. Lots of them.
  59.