aboutsummaryrefslogtreecommitdiff
path: root/audio/liboggz
Commit message (Collapse)AuthorAgeFilesLines
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-2/+2
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update my email address to my new @FreeBSD.org addyJoseph S. Atkinson2010-07-251-1/+1
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=258222
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - Update to 1.1.1Sylvio Cesar Teixeira2010-06-013-17/+17
| | | | | | | | 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-183-5/+28
| | | | | | | | 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-153-21/+30
| | | | | | | | PR: ports/140400 Submitted by: Joseph S. Atkinson <jsa at wickedmachine.net> (maintainer) Notes: svn path=/head/; revision=244283
* - Fix fetchMartin Wilke2009-08-261-1/+1
| | | | Notes: svn path=/head/; revision=240341
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+2
| | | | Notes: svn path=/head/; revision=237283
* - Update to 0.9.6Martin Wilke2009-03-143-18/+33
| | | | | | | | PR: 132567 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> Notes: svn path=/head/; revision=230038
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - De-4.x-ify most of my ports to save gnats from excessive abuseAndrew Pantyukhin2007-04-181-1/+1
| | | | | | | - s/CSME/CENKES/ in my ports Notes: svn path=/head/; revision=190273
* - Remove 4.x support from some of my portsAndrew Pantyukhin2007-04-171-7/+1
| | | | | | | | | PR: ports/111649, ports/111664, ports/111673, ports/111674, ports/111695 Submitted by: edwin Notes: svn path=/head/; revision=190250
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - A bunch of trivial fixesAndrew Pantyukhin2006-11-031-1/+7
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176306
* - Fix plist by disabling doc buildingAndrew Pantyukhin2006-10-132-5/+1
| | | | | | | | Reported by: pointyhat via kris Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175246
* Add port audio/liboggz:Andrew Pantyukhin2006-10-074-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/ Notes: svn path=/head/; revision=174869