Commit graph

21 commits

Author SHA1 Message Date
wiz
77c3a5676c Add upstream patch fixing
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1686
Bump PKGREVISION.
2008-04-29 05:51:09 +00:00
wiz
d1e933c6db 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-03-14 18:55:54 +00:00
wiz
3e7b0f1f18 Add support for flac-1.1.3 based on Josh Coalson's patches.
Bump PKGREVISION because previously it would just disable flac
support.
2007-01-13 15:35:52 +00:00
wiz
c8c341774c Remove deprecated CURLOPT_MUTE call. Fixes build with curl-7.16.0.
Addresses PR 34962 by srcshelton at gmail.
2006-11-02 07:57:56 +00:00
rillig
f9f6e7c3b6 Added patch-ae, which fixes an incompatibility with ISO C90. 2005-10-20 20:08:59 +00:00
wiz
1dbd81bae2 Update to 1.1.1:
Thise release includes some bug and documentation fixes, but no new
encoder modes. However, oggenc from this release now properly supports
the new CBR engine introduced in libvorbis 1.1.0 but the 1.1.1 release
of both libraries is required for things to work properly. Not that
there was never a 1.1.0 release of vorbis-tools because of this issue.

The ogginfo tool also now recognizes and reports information from Ogg
Theora files.
2005-10-15 21:24:16 +00:00
joerg
f132fb31b7 If you check for NAME_MAX, you should include limits.h. This fixes the
compilation on DragonFly.
2005-10-03 15:59:13 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
wiz
c632d292ab Update to 1.0.1:
ogg123

    * Support for playing FLAC and Speex files. Both the native FLAC and
      Ogg FLAC varieties are supported. Special thanks to OldMan, adiabatic,
      and smack from #vorbis for sponsoring the development of this feature.
    * Send correct User Agent and Accept strings in the HTTP 1.1 headers
    * Fixed bug preventing the status line from showing the total time
      information in certain circumstances
    * Fixed a pthread crash bug on certain platforms (like NetBSD)
    * Added support for the --end option to specify at what time
      playback should stop. Both --skip and --end also now accept times in
      hh:mm:ss format. Thanks to Hans Schou.
    * If the --skip option is greater than the length of the file,
      ogg123 now terminates with an error.

oggdec

    * Fixed small memory leak.
    * Fixed error that caused oggdec to crash when output file was not
      specified.

oggenc

    * Patch from Jordan Mendelson to support reading little-endian AIFF
      files (which happen to be made by MacOS X when ripping CDs?).
    * --scale option to allow scaling the volume of the input. Helps
      with clipping inputs.
    * Fixed usage messages.
    * 24 bit input support
    * FLAC and Ogg FLAC read support. Comments from the FLAC file are
      preserved unless explicitly dropped with the --discard-comments option.
      Also funded by OldMan, adiabatic, and smack.
    * Less frequent status updates.

ogginfo

    * Minor typo and portability fixes.
    * Emits fewer spurious errors when minor errors are detected.
    * Return a useful status code.
    * Fixed overflow bug on really long files.

vcut

    * Patch from Jared Anderson allows the cutpoint to be specified in
      (integer) seconds by prefixing it with a +.

vorbiscomment

    * More forgiving of Ogg files that begin with garbage (like ID3v2
      tags).
2003-12-08 14:43:48 +00:00
reed
fa3c311942 For some reason patch-aa had a reject with gnu diff 2.8.1. So I remade
patch and updated distinfo. (Okay'd by wiz.)
2003-10-28 12:32:42 +00:00
explorer
6b83bd0f31 add a patch to stop crashing on -d '' or -G '' which abcde wants to use when
a date or genre is unknown
2003-09-05 19:16:23 +00:00
wiz
fd5706d781 Turn off debugging output, enabled for testing of the previous change.
Bump PKGREVISION.
Closes PR 22131.
2003-07-13 21:04:20 +00:00
wiz
51b16c27be Fix two pthread programming problems; now ogg123 doesn't dump core
with native libpthread (so far).
With hints and explanations from Nathan J Williams -- thanks!
Bump PKGREVISION.
2003-07-12 22:35:29 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
lukem
9343fbe7ab Update to vorbis-tools 1.0.
(Removed point-patches needed for 1.0rc3)
2002-08-05 13:12:43 +00:00
lukem
5be94b56ad Add patches derived from the xiph.org CVS repository to fix ogg123 bugs in
1.0 rc3, and crank to nb1 whilst here:

- patch-aa:
	the mutex and the condition variables are not owned by the buffer
	thread, but by the buffer itself.  don't destroy them when the thread
	dies, but when the buffer itself dies.  fixes #112.

	[ patch suggested by Christian Weisgerber <naddy@mips.inka.de>
	  in private email ]

- patch-ab:
	Some fixes to how audio writes are handled.  Closes #127.
2002-03-19 07:48:43 +00:00
lukem
e41475f25f Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3). Various changes,
including the new dependency on curl and pth packages, and some new
command line options for some of the tools. Other changes not available
due to lack of changelog or release notes for this version...
2002-01-02 12:45:41 +00:00
lukem
f074a139e9 update from vorbis-tools-1.0rc1 to vorbis-tools-1.0rc2
changes include:

ogg123:

* The default output device is now set in the libao configuration
  files.  A future release of ogg123 will allow a configuration
  option to override the libao default.  In this release, the ogg123
  config files are ignored.  Note that most systems will not need to
  override the default selected by libao.
* The -f is now used to set the output filename when writing
  audio to a file.  Default filenames are no longer supported.

oggenc:

* Correct UTF8 encoding, so that non-ASCII comments can be encoded correctly.
* Better input file handling, including wav parser bugfixes.

ogginfo:

* Simple file integrity checks are now performed on the Ogg files.
* Only the info for the first logical bitstream of a chained file
  will be displayed.

vorbiscomment:

* append mode added for appending comments to an existing file.
* More user-friendly interface.
* Major bugs in file-rewriting core fixed.
* Processing with vorbiscomment will fix a number of common problems
  with ogg files.

vcut:

* New utility for sample-accurate manipulation of vorbis files without
  requiring reencoding
2001-08-14 15:11:59 +00:00
lukem
38eaabc156 update vorbistools from 1.0beta4 to 1.0rc1, including:
- use buildlink
- remove unnecessary patches for stuff now fixed in main distribution
- modify patch-aa to fix ogginfo man page installation
2001-08-08 10:05:30 +00:00
agc
952fa0ef9f Move to sha1 digests, and add distfile sizes. 2001-04-18 12:14:28 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
Renamed from audio/vorbis-tools/files/patch-sum (Browse further)