Package: liboggz2 Version: 1.1.1 Revision: 1 Description: API for reading/writing Ogg files & streams License: BSD Maintainer: Hanspeter Niederstrasser Depends: << %N-shlibs (= %v-%r), libogg-shlibs << BuildDepends: << doxygen, libogg << BuildDependsOnly: true Conflicts: liboggz Replaces: liboggz Source: http://downloads.xiph.org/releases/liboggz/liboggz-%v.tar.gz Source-MD5: 3649a657f8e368b881ba8b1b57381ff7 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 # Patch configure to not link like Puma on Yosemite perl -pi -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure << 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 << DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README SplitOff: << Package: %N-shlibs Depends: << libogg-shlibs << Files: lib/liboggz.2.dylib Shlibs: << %p/lib/liboggz.2.dylib 9.0.0 %n (>= 1.1.0-1) << Description: Liboggz shared libraries DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README << SplitOff2: << Package: liboggz-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.xiph.org/oggz/ 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 <<