Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory sc8-pr-cvs1:/tmp/cvs-serv26011

Added Files:
        libmovtar-0.1.3-1.info libmovtar-0.1.3-1.patch 
        mjpegtools-1.6.1-1.info 
Log Message:
Working on these just need libquicktime0 to be fixed first

--- NEW FILE: libmovtar-0.1.3-1.info ---
Package: libmovtar
Version: 0.1.3
Revision: 1
###
Depends: glib-shlibs, sdl-shlibs, libjpeg-shlibs
Builddepends: glib, sdl, libjpeg
###
Source: mirror:sourceforge:mjpeg/libmovtar-%v.tar.gz
Source-MD5: 3810ba83a90c52676014ab1ea6d8cd9f
###
Patch: %f.patch
###
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README*
###
ConfigureParams: --with-x --enable-shared --enable-static --mandir=%i/share/man 
--infodir=%p/share/info --libexecdir=%p/lib
###
Description: Library that implements the movtar MJPEG video format
DescDetail: <<
  libmovtar
  ---------

  has been implemented according to the quicktime4linux API
  (see http://heroine.linuxave.net/quicktime.html ).

  It supports reading and writing (read/write mode has been prepared,
  but is not implemented yet) of MJPEG video in YUV 4:2:2 JPEG
  with mono/stereo, 8/16-bit, any sample rate sound.

  It supports indexing files (always done when writing a new file,
  old (or manually created) movtar files without index are indexed
  internally during the opening process).

  You can freely jump forwards and backwards between the frames
  in an opened file.

  movtar_tools
  ------------

  They are there to help you understand the principles behind
  the movtar format, and do special tasks which aren't
  possible with the library (like movtar_index, which
  _removes_ a video index, for experimental and debugging
  purposes). Please see the respective help information
  (e.g. movtar_index -h) for more details.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://mjpeg.sourceforge.net/

--- NEW FILE: libmovtar-0.1.3-1.patch ---
diff -ruN libmovtar-0.1.3.orig/movtar_play.c libmovtar-0.1.3/movtar_play.c
--- libmovtar-0.1.3.orig/movtar_play.c  Fri Jul 13 15:38:03 2001
+++ libmovtar-0.1.3/movtar_play.c       Mon Jun  2 10:43:02 2003
@@ -12,6 +12,10 @@
 #include <SDL/SDL.h>
 #include <SDL/SDL_timer.h>
 
+#if defined(__APPLE__) && defined(__GNUC__)
+#define IRIX
+#endif
+
 #ifndef IRIX
 #define JPEG_INTERNALS
 #include <jinclude.h>
@@ -581,7 +585,7 @@
       cconvert = cinfo.cconvert;
       cconvert->color_convert = ycc_rgb16_convert_mmx;
 #else
-      fprintf(stderr, "15/16 bits per pixel can't be decoded by libjpeg on IRIX!");
+      fprintf(stderr, "15/16 bits per pixel can't be decoded by libjpeg on this 
platform!");
 #endif
       break;
     default: break;

--- NEW FILE: mjpegtools-1.6.1-1.info ---
Package: mjpegtools
Version: 1.6.1
Revision: 1
###
Depends: libdv4-shlibs, glib-shlibs, gtk+-shlibs, sdl-shlibs, libgnugetopt-shlibs, 
libquicktime0-shlibs, libjpeg-shlibs, libpng-shlibs
BuildDepends: libdv4, glib, gtk+, sdl, libgnugetopt, libmovtar, libquicktime0, 
libjpeg, libpng
###
Source: mirror:sourceforge:mjpeg/%n-%v.tar.gz
Source-MD5: fa2aeec19deafe86d22b34eda329f9f4
###
GCC: 3.1
###
DocFiles: AUTHORS BUGS CHANGES COPYING ChangeLog HINTS INSTALL NEWS PLANS INSTALL 
README* TODO
###
ConfigureParams: --enable-simd-accel --with-quicktime --with-dv --with-dv-yv12 
--without-aviplay --with-x --enable-shared --enable-static --mandir=%i/share/man 
--infodir=%p/share/info --libexecdir=%p/lib
###
Description: Tools for MJPEG/MPEG capture/editing/compression
DescDetail: <<
  Mjpeg tools is a suite of programs which support video capture, basic
  editing, playback, and compression to MPEG-1/2 of MJPEG video. The capture
  software allows MJPEG video streams in AVI, Quicktime, and movtar format to
  be produced using the Iomega Buz, Miro DC10+, Matrox Marvel, and similar
  hardware. The editing and playback tools are hardware independent, with
  support for hardware accelerated playback if present. The MPEG compression
  tools are based on MPEG Software Simulation Group's reference encoder with
  enhancements to provide far faster compression and significant quality
  improvements.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://mjpeg.sourceforge.net/




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to