aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liboggz
Commit message (Collapse)AuthorAgeFilesLines
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-2/+2
| | | | directly or indirectly (via libvorbis, libtheora).
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Update my email address to my new @FreeBSD.org addyjsa2010-07-251-1/+1
| | | | Approved by: wxs (mentor)
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+2
| | | | (via libvorbis, libtheora).
* - Update to 1.1.1sylvio2010-06-013-17/+17
| | | | | PR: ports/147262 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
* - Update to 1.1.0pav2009-12-193-5/+28
| | | | | PR: ports/141394 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
* - Update audio/liboggz to 0.9.9rafan2009-11-153-21/+30
| | | | | PR: ports/140400 Submitted by: Joseph S. Atkinson <jsa at wickedmachine.net> (maintainer)
* - Fix fetchmiwi2009-08-261-1/+1
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-1/+2
|
* - Update to 0.9.6miwi2009-03-143-18/+33
| | | | | PR: 132567 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* - De-4.x-ify most of my ports to save gnats from excessive abusesat2007-04-181-1/+1
| | | | - s/CSME/CENKES/ in my ports
* - Remove 4.x support from some of my portssat2007-04-181-7/+1
| | | | | | PR: ports/111649, ports/111664, ports/111673, ports/111674, ports/111695 Submitted by: edwin
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* - A bunch of trivial fixessat2006-11-041-1/+7
| | | | Reported by: pointyhat via kris
* - Fix plist by disabling doc buildingsat2006-10-142-5/+1
| | | | | Reported by: pointyhat via kris Approved by: portmgr (marcus)
* Add port audio/liboggz:sat2006-10-084-0/+156
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/