Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3098

Added Files:
        liboggz.info 
Log Message:
move, move, move to stable, gently down the intertubes

--- NEW FILE: liboggz.info ---
Package: liboggz
Version: 0.9.9
Revision: 4
Description: API for reading/writing Ogg files & streams
License: BSD
Maintainer: Hanspeter Niederstrasser <nie...@users.sourceforge.net>
Depends: <<
        %N-shlibs (= %v-%r),
        libogg-shlibs
<<
BuildDepends: <<
        doxygen,
        libogg
<<
BuildDependsOnly: true
Conflicts: liboggz2
Replaces: liboggz2
Source: http://www.annodex.net/software/%n/download/%n-%v.tar.gz
Source-MD5: b366cd1a5388196780b52ba4429eca2c
PatchScript: <<
        #!/bin/sh -ev
        ### version 0.9.9 checks for older installed deprecated names of the 
tools.
        ### Plus it tries to remove stuff in %p rather than %i.  silly silly 
silly
        ### Remove Makefile bits so all people have the same .deb
        /usr/bin/perl -pi -e 's,\$\(RM\) 
\$\(exec_prefix\)/bin/oggz\$\$p,/usr/bin/true,g;' src/tools/Makefile.in
        /usr/bin/perl -pi -e 's,\$\(LN_S\) \$\(exec_prefix\)/bin/oggz-\$\$p 
\$\(exec_prefix\)/bin/oggz\$\$p,/usr/bin/true,g;' src/tools/Makefile.in
<<
ConfigureParams: <<
        --mandir=%p/share/man --disable-dependency-tracking
<<
InfoTest: <<
  TestScript: /usr/bin/make -w check || exit 2
  TestDepends: docbook-utils
<<
InstallScript: <<
 #!/bin/sh -ev
 /usr/bin/make -w install DESTDIR=%d
 /usr/bin/install -c -m 644 'doc/oggz-chop.1' '%i/share/man/man1/oggz-chop.1'
 /usr/bin/install -c -m 644 'doc/oggz-comment.1' 
'%i/share/man/man1/oggz-comment.1'
 /usr/bin/install -c -m 644 'doc/oggz-diff.1' '%i/share/man/man1/oggz-diff.1'
 /usr/bin/install -c -m 644 'doc/oggz-dump.1' '%i/share/man/man1/oggz-dump.1'
 /usr/bin/install -c -m 644 'doc/oggz-info.1' '%i/share/man/man1/oggz-info.1'
 /usr/bin/install -c -m 644 'doc/oggz-known-codecs.1' 
'%i/share/man/man1/oggz-known-codecs.1'
 /usr/bin/install -c -m 644 'doc/oggz-merge.1' '%i/share/man/man1/oggz-merge.1'
 /usr/bin/install -c -m 644 'doc/oggz-rip.1' '%i/share/man/man1/oggz-rip.1'
 /usr/bin/install -c -m 644 'doc/oggz-scan.1' '%i/share/man/man1/oggz-scan.1'
 /usr/bin/install -c -m 644 'doc/oggz-sort.1' '%i/share/man/man1/oggz-sort.1'
 /usr/bin/install -c -m 644 'doc/oggz-validate.1' 
'%i/share/man/man1/oggz-validate.1'
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
SplitOff: <<
  Package: %N-shlibs
  Depends: <<
    libogg-shlibs
  <<
  Files: lib/liboggz.1.dylib
  Shlibs: <<
    %p/lib/liboggz.1.dylib 7.0.0 %n (>= 0.9.9-1)
  <<
  Description: Liboggz shared libraries
  DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
<<
SplitOff2: <<
  Package: %N-bin
  Depends: <<
    %N-shlibs (= %v-%r),
    libogg-shlibs
  <<
  Files: bin share/man
  Description: Liboggz user utilities/programs
  DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
<<
Homepage: http://www.annodex.net/software/liboggz/html/
DescDetail: <<
Oggz provides a simple programming interface for reading and writing Ogg 
files and streams. Ogg is an interleaving data container developed by Monty
at Xiph.Org, originally to support the Ogg Vorbis audio format.

liboggz supports the flexibility afforded by the Ogg file format while 
presenting the following API niceties:

    * Strict adherence to the formatting requirements of Ogg bitstreams, to 
      ensure that only valid bitstreams are generated
    * A simple, callback based open/read/close or open/write/close interface 
      to raw Ogg files
    * A customisable seeking abstraction for seeking on multitrack Ogg data
    * A packet queue for feeding incoming packets for writing, with callback 
      based notification when this queue is empty
    * A means of overriding the IO functions used by Oggz, for easier
      integration with media frameworks and similar systems.
    * A handy table structure for storing information on each logical
      bitstream
<<


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to