aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vorbis-tools/files
Commit message (Collapse)AuthorAgeFilesLines
* * Fix encoding of raw files.naddy2002-03-262-29/+13
| | | | | | Obtained from: Xiph CVS * Re-enable assert()s now that we use GNU iconv.
* Disable some asserts() that assume implementation characteristicsnaddy2002-02-151-0/+29
| | | | of glibc iconv().
* proper threads fix from Xiph CVSnaddy2002-01-191-9/+23
|
* Upgrade to Ogg Vorbis RC3.naddy2002-01-163-0/+67
| | | | PR: 33727, 33728, 33729, 33731
* Update libao to 0.8.0, which breaks mpg321. Update libogg, libvorbis,trevor2001-08-279-300/+11
| | | | | | | | vorbis-tools and the vorbis meta-port to 1.0rc2. This version supports "channel coupling" for more efficient compression of stereo material. Submitted by: Christian Weisgerber (maintainer)
* o update to 1.0 RC1.sf2001-07-198-62/+147
| | | | | | | | | | PORTEPOCH bumped due to PKGNAME now strictly follows handbook. (1.0b4,1 > 1.0.r1,1 vs. 1.0b4,1 < 1.0.r1,2) o support NOPORTDOCS. o remove stale MASTER_SITES. PR: 29036 Submitted by: maintainer
* Add forgotten patch file.trevor2001-04-101-0/+66
| | | | Submitted by: maintainer
* Install documentation in a better place.trevor2001-03-298-92/+59
| | | | | | | | | | | | | | | | | | | | | | | Patch ogg123/Makefile.am because automake will be run even though we do not need it. Continue to patch ogg123/Makefile.in just the same, so automake will not be required. Effectively rename some patches, and change some: - patch-aa to patch-configure.in - patch-ab to patch-ogg123_buffer.c - patch-ac to patch-ogg123_Makefile.in - patch-ad to patch-ogg123_ogg123.c (with changes) - patch-ae to patch-aclocal.m4 (with changes) - patch-af to patch-ogg123_Makefile.am (with changes) The maintainer requested this. He said that the history of these files is not worth keeping. Add $FreeBSD$ tags to the patches. Change pkg-comment. Submitted by: maintainer PR: 26136
* Missed files!!jeh2001-03-282-0/+90
| | | | | | | | | | | | | - changes MAINTAINER, - fixes a bug in shared memory handling where SYSVSHM segments wouldn't be destroyed on program exit, - prefers memory sharing by mmap() over SYSVSHM, - bumps PORTREVISION due to the fix above, - contains miscellaneous clean-ups and autoconf-related changes. PR: 25942 Submitted by: Christian Weisgerber <naddy@mips.inka.de> Reviewed by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
* - changes MAINTAINER,jeh2001-03-242-18/+69
| | | | | | | | | | | | - fixes a bug in shared memory handling where SYSVSHM segments wouldn't be destroyed on program exit, - prefers memory sharing by mmap() over SYSVSHM, - bumps PORTREVISION due to the fix above, - contains miscellaneous clean-ups and autoconf-related changes. PR: 25942 Submitted by: Christian Weisgerber <naddy@mips.inka.de> Approved by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
* update to 1.0 beta4.sf2001-03-015-23/+44
| | | | | PR: 25415 Submitted by: maintainer
* Add new port of vorbis-tools, a collection of utilities to encode,trevor2000-11-032-0/+23
play and tag Vorbis files. PR: 22095 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>