aboutsummaryrefslogtreecommitdiff
path: root/audio/liboggz/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2014-11-241-90/+0
| | | | | | | | | | | - Strip shared library - Pet portlint: move LIB_DEPENDS upward - Use PORTDOCS - Cosmetic change - Take maintainership Notes: svn path=/head/; revision=373300
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371234
* - Switch audio/liboggz to libtool, drop .la filesDmitry Marakasov2014-06-111-2/+2
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=357518
* - Don't remove mtree directoriesDmitry Marakasov2014-05-091-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=353520
* Support stageBaptiste Daroussin2014-01-041-0/+13
| | | | | | | Use pathfix instead manually patching Notes: svn path=/head/; revision=338661
* - Update to 1.1.1Sylvio Cesar Teixeira2010-06-011-13/+13
| | | | | | | | PR: ports/147262 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) Notes: svn path=/head/; revision=255424
* - Update to 1.1.0Pav Lucistnik2009-12-181-1/+10
| | | | | | | | PR: ports/141394 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) Notes: svn path=/head/; revision=246177
* - Update audio/liboggz to 0.9.9Rong-En Fan2009-11-151-13/+16
| | | | | | | | PR: ports/140400 Submitted by: Joseph S. Atkinson <jsa at wickedmachine.net> (maintainer) Notes: svn path=/head/; revision=244283
* - Update to 0.9.6Martin Wilke2009-03-141-12/+27
| | | | | | | | PR: 132567 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> Notes: svn path=/head/; revision=230038
* - Fix plist by disabling doc buildingAndrew Pantyukhin2006-10-131-5/+0
| | | | | | | | Reported by: pointyhat via kris Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175246
* Add port audio/liboggz:Andrew Pantyukhin2006-10-071-0/+104
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 WWW: http://www.annodex.net/software/liboggz/html/ Notes: svn path=/head/; revision=174869