Port details |
- liboggz Simple Ogg API
- 1.1.1_5 audio =3 1.1.1_5Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2006-10-07 22:44:29
- Last Update: 2024-04-13 13:03:19
- Commit Hash: 62ed195
- People watching this port, also watch:: mDNSResponder, otk, p5-Template-Iterator-AlzaboWrapperCursor, p5-DBIx-SQLite-Simple, health-nut
- License: BSD3CLAUSE
- WWW:
- https://www.annodex.net/software/liboggz/html/
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/liboggz/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/liboggz
- pkg install liboggz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liboggz
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (liboggz-1.1.1.tar.gz) = 6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a
SIZE (liboggz-1.1.1.tar.gz) = 702261
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libogg.so : audio/libogg
- This port is required by:
- for Libraries
-
- audio/aqualung
- audio/sonic-visualiser
Configuration Options:
- ===> The following configuration options are available for liboggz-1.1.1_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_liboggz
- USES:
- libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.1_5 13 Apr 2024 13:03:19 |
Po-Chuan Hsieh (sunpoet) |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
1.1.1_5 21 Feb 2024 15:06:16 |
Po-Chuan Hsieh (sunpoet) |
audio/liboggz: Cosmetic change |
1.1.1_5 18 Feb 2024 13:28:04 |
Gleb Popov (arrowd) |
audio/*: Move manpages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.1_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.1_4 10 Jun 2021 13:48:47 |
Christian Weisgerber (naddy) |
*/*: Add a backup master site to all Xiph.org ports
The downloads.xiph.org master site requires TLS1.3, which is not
supported by FreeBSD 11's OpenSSL and fetch(1). Add ftp.osuosl.org
as a backup to all Xiph.org ports.
PR: 256515
Reported by: Daniel Engberg |
1.1.1_4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.1_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1_4 13 Nov 2019 23:24:59 |
sunpoet |
Add LICENSE_FILE |
1.1.1_4 08 Dec 2016 15:38:24 |
tijl |
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since. |
1.1.1_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.1.1_3 24 Nov 2014 18:29:49 |
sunpoet |
- Add LICENSE
- Strip shared library
- Pet portlint: move LIB_DEPENDS upward
- Use PORTDOCS
- Cosmetic change
- Take maintainership |
1.1.1_3 23 Oct 2014 13:06:39 |
culot |
- Reassign to the heap after jsa@'s bit was taken in for safekeeping |
1.1.1_3 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.1.1_3 11 Jun 2014 18:22:48 |
amdmi3 |
- Switch audio/liboggz to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.1.1_2 09 May 2014 21:13:10 |
amdmi3 |
- Don't remove mtree directories
Approved by: portmgr |
1.1.1_2 04 Jan 2014 18:17:34 |
bapt |
Support stage
Use pathfix instead manually patching |
03 Jan 2014 15:26:07
|
adamw |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
1.1.1_2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.1.1_2 02 Sep 2013 10:06:04 |
bapt |
Eliminate USE_GNOME=pkgconfig from audio
While here:
- trim headers
- convert USE_GMAKE -> USES=gmake
- convert USE_GNOME=gnomehack -> USES=pathfix
- convert USE_PERL5 -> USES=perl5 |
1.1.1_2 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
1.1.1_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.1_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.1.1_1 25 Jul 2010 11:18:55 |
jsa |
Update my email address to my new @FreeBSD.org addy
Approved by: wxs (mentor) |
1.1.1_1 06 Jun 2010 20:44:03 |
naddy |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
1.1.1 01 Jun 2010 00:30:29 |
sylvio |
- Update to 1.1.1
PR: ports/147262
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) |
1.1.0 18 Dec 2009 20:46:52 |
pav |
- Update to 1.1.0
PR: ports/141394
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) |
0.9.9 15 Nov 2009 06:18:39 |
rafan |
- Update audio/liboggz to 0.9.9
PR: ports/140400
Submitted by: Joseph S. Atkinson <jsa at wickedmachine.net> (maintainer) |
0.9.6_1 26 Aug 2009 10:27:42 |
miwi |
- Fix fetch |
0.9.6_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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 |
0.9.6_1 06 Jul 2009 21:26:00 |
naddy |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.9.6 14 Mar 2009 12:54:33 |
miwi |
- Update to 0.9.6
PR: 132567
Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> |
0.9.5 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.9.5 18 Apr 2007 08:01:25 |
sat |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
0.9.5 17 Apr 2007 22:55:23 |
sat |
- Remove 4.x support from some of my ports
PR: ports/111649, ports/111664, ports/111673, ports/111674,
ports/111695
Submitted by: edwin |
0.9.5 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
0.9.5 03 Nov 2006 22:40:07 |
sat |
- A bunch of trivial fixes
Reported by: pointyhat via kris |
0.9.5 13 Oct 2006 16:49:18 |
sat |
- Fix plist by disabling doc building
Reported by: pointyhat via kris
Approved by: portmgr (marcus) |
0.9.5 07 Oct 2006 22:43:36 |
sat |
Add port audio/liboggz:
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/ |