./audio/vorbis-tools, Ogg Vorbis encoder and player

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.0nb4, Package name: vorbis-tools-1.2.0nb4, Maintainer: wiz

vorbis-tools contains an Ogg Vorbis command-line encoder,
decoder/player and a tool for changing .ogg file comments. Ogg
Vorbis is a audio encoding format; its technology is patent-free and
players and encoders are available on a variety of operating
systems.
* oggenc encodes audio into the Ogg Vorbis format
* ogg123 plays Ogg Vorbis files or URLs streamed via HTTP
* vorbiscomment can list or set comments in an .ogg file


Required to run:
[www/curl] [multimedia/libogg] [audio/speex] [audio/flac] [audio/libao] [audio/libao-oss] [audio/libvorbis]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: c5c5ee4637ab8c9fc953d203663b7264432f874a
RMD160: 8cb6925c6e4e69373b6c91ff20d7ed8d75153b7c
Filesize: 1051.576 KB

Version history: (Expand)


CVS history: (Expand)


   2010-05-19 20:25:20 by Matthias Drochner | Files touched by this commit (12) | Package updated
Log message:
zero-initialize format specifier for libao, bump PKGREVISION
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250)
Log message:
Remove @dirrm entries from PLISTs
   2008-11-08 22:13:28 by Blair Sadewitz | Files touched by this commit (16)
Log message:
Recursive dependency bump for libspeex  (it is backward-compatible,
but also has API additions).
   2008-04-29 07:51:10 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Add upstream patch fixing
http://cve.mitre.org/cgi-bin/cvename.cg … -2008-1686
Bump PKGREVISION.
   2008-03-14 19:55:54 by Thomas Klausner | Files touched by this commit (16) | Package removed
Log message:
Update to 1.2.0:

vorbis-tools 1.2.0 -- 2008-02-21

 * FLAC support now relies on libFLAC
 * Support for large files
 * Fixed acinclude.m4 to properly support --no switches
 * ogg123: added remote control support
 * ogg123: fixed a bug in esd when pressing CTRL + C
 * ogg123: fixed a type mismatch in option parsing for 64 bit systems
 * ogg123: configuration no longer hardcoded to /etc
 * oggdec: limited support for chained Ogg bitstreams
 * ogg123: compiles with older versions of libcurl
 * oggdec: support decoding of multiple files into a single one
 * oggenc: -k, switch for Skeleton bitstream encoding
 * oggenc: fixed issues with Skeleton on big endian systems
 * oggenc: proper 5.1 channel mapping support
 * oggenc: FLAC module does not confuse every Ogg file as its own
 * oggenc: compiles with older versions of libvorbis
 * ogginfo: recognizes Skeleton, Dirac, FLAC and Kate bitstreams
 * vcut: solved issues described in ticket #1313
 * vorbiscomment: support for creation of long comments
 * vorbiscomment: support for multiplexed Vorbis
 * Several minor bug fixes
   2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191)
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
   2007-09-08 00:12:28 by Johnny C. Lam | Files touched by this commit (52)
Log message:
Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.