Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv17240

Added Files:
        libmovtar.info libmovtar.patch liboss1.info liboss1.patch 
Log Message:
move to stable to satisfy dependencies


--- NEW FILE: liboss1.patch ---
diff -ruN liboss-0.0.1.orig/ltmain.sh liboss-0.0.1/ltmain.sh
--- liboss-0.0.1.orig/ltmain.sh Fri Feb 21 22:31:16 2003
+++ liboss-0.0.1/ltmain.sh      Sat Feb 22 11:59:21 2003
@@ -1758,7 +1758,7 @@
 
          if test "$installed" = no; then
            notinst_deplibs="$notinst_deplibs $lib"
-           need_relink=yes
+           need_relink=no
          fi
 
          if test -n "$old_archive_from_expsyms_cmds"; then

--- NEW FILE: libmovtar.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       Fri Aug 15 11:38:09 2003
@@ -12,9 +12,11 @@
 #include <SDL/SDL.h>
 #include <SDL/SDL_timer.h>
 
-#ifndef IRIX
+#if !defined(IRIX) && !defined(__APPLE__)
 #define JPEG_INTERNALS
 #include <jinclude.h>
+#else
+#define IRIX
 #endif
 #include <jpeglib.h>
 
@@ -581,7 +583,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: libmovtar.info ---
Package: libmovtar
Version: 0.1.3
Revision: 1002
###
Depends: glib-shlibs, libjpeg-shlibs, sdl-shlibs (>= 1.2.9-1001)
Builddepends: glib, libjpeg, sdl (>= 1.2.9-1001)
###
Source: mirror:sourceforge:mjpeg/libmovtar-%v.tar.gz
Source-MD5: 3810ba83a90c52676014ab1ea6d8cd9f
###
Patch: %n.patch
PatchScript: <<
  ### Fix relink
  perl -pi.bak -e 's,need_relink=yes,need_relink=no,g' ltmain.sh
  ### clean up .m4 for stricter automake1.9 syntax check
  perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' movtar.m4
<<
###
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README*
###
ConfigureParams: --with-sdl-prefix=%p --with-glib-prefix=%p --without-jpeg-mmx 
--with-x --enable-shared --enable-static --mandir=%i/share/man 
--infodir=%p/share/info --libexecdir=%p/lib --disable-sdltest
###
SplitOff: <<
  Package: movtar-tools
  Depends: glib-shlibs, sdl-shlibs (>= 1.2.9-1001), libjpeg-shlibs
  Files: <<
    bin/movtar_index
    bin/movtar_play
    bin/movtar_setinfo
    bin/movtar_split
    bin/movtar_unify
    bin/movtar_yuv422
    bin/pnm2rtj
    bin/rtjshow
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README*
  Description: movtar MJPEG video format tools
  DescDetail: <<
    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.
  <<
<<
Description: Library for the movtar MJPEG video format
DescDetail: <<
  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.
<<
###
License: GPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://mjpeg.sourceforge.net/

--- NEW FILE: liboss1.info ---
Package: liboss1
Version: 0.0.1
Revision: 105
###
Depends: %n-shlibs (>= %v-%r)
BuildDepends: esound, audiofile
DescPackaging: <<
  Uses pkgconfig.
  Any package which BuildDepends on this one must also BuildDepend on:
    audiofile (>= 0.2.3-3), esound
  <<
BuildDependsOnly: true
Replaces: liboss
Conflicts: liboss
###
Source: mirror:sourceforge:liboss/liboss-%v.tar.bz2
Source-MD5: 4269e010ee969ba88c177e8c2593e529
###
Patch: %n.patch
PatchScript: <<
#!/bin/sh -ev

case `uname -r` in
        8*|9*) perl -pi -e 's,int write,ssize_t write,' lib/ossins.c ;;
esac

perl -pi -e 's,hardcode_direct=yes,hardcode_direct=no,g' configure
<<
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib 
--disable-dependency-tracking
###
SplitOff: <<
  Package: %N-shlibs
  Depends: esound-shlibs
  Conflicts: liboss-shlibs
  Replaces: liboss-shlibs
  Files: <<
    lib/liboss.*.dylib
    lib/libossins.*.dylib
  <<
  Shlibs: <<
    %p/lib/liboss.0.dylib 1.0.0 %n (>= 0.0.1-1)
    %p/lib/libossins.0.dylib 1.0.0 %n (>= 0.0.1-1)
  <<
  DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
<<
###
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
###
Description: OSS Audio API Emulation Library
DescDetail: <<
  LibOSS emulates the Open Sound System API.
<<
###
License: LGPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://liboss.sourceforge.net/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to