summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-03-05Reset maintainer.wiz1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2010-11-09Changes 1.4.0:adam8-53/+38
* Implement corrected channel mappings for all input and playback file types * Correct an possible infinite loop in WAV input reading code when header is corrupt * Implement disable_coupling option for oggenc * Fix Ctrl-C lockup bug in ogg123 * ogg123 playback in sorted order * Add WAVEFORMATEXTENSIBLE support * More translations * Add '-' as stdin/out filename in vcut * Add -lnetwork check for socket in configure * Remove 'extra' F parameter from ogg123 remote output
2010-05-19zero-initialize format specifier for libao, bump PKGREVISIONdrochner3-3/+16
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-11-08Recursive dependency bump for libspeex (it is backward-compatible,bjs1-2/+2
but also has API additions).
2008-04-29Add upstream patch fixingwiz3-2/+21
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1686 Bump PKGREVISION.
2008-03-14Update to 1.2.0:wiz16-670/+51
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-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
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-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-3/+2
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.
2007-06-08Enable vcut. Patch provided by Jonathan A. Kollasch in PR 36382.wiz2-4/+7
Bump PKGREVISION.
2007-01-13Add support for flac-1.1.3 based on Josh Coalson's patches.wiz13-14/+582
Bump PKGREVISION because previously it would just disable flac support.
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz1-2/+2
depends bump.
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz1-2/+2
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-11-02DESTDIR support.joerg1-1/+3
2006-11-02Remove deprecated CURLOPT_MUTE call. Fixes build with curl-7.16.0.wiz2-1/+14
Addresses PR 34962 by srcshelton at gmail.
2006-06-15Take maintainership.wiz1-2/+2
2006-04-22Reset MAINTAINER; I don't have the time nor inclination to maintainlukem1-2/+2
these any more.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-13/+13
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-20Added patch-ae, which fixes an incompatibility with ISO C90.rillig2-1/+25
2005-10-15Update to 1.1.1:wiz3-11/+9
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-08Bump revision due to a new dependency on a default libao plugin.jmmv1-2/+2
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-03If you check for NAME_MAX, you should include limits.h. This fixes thejoerg2-1/+14
compilation on DragonFly.
2005-05-05Removed line that says what version this is.reed1-2/+0
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-23Bump firstlevel depends for speex shlib major bump.wiz1-2/+2
2004-04-12Follow libogg into multimedia/.salo1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-19Convert to buildlink3.wiz1-10/+10
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-12-08Update to 1.0.1:wiz6-37/+35
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-10-28For some reason patch-aa had a reject with gnu diff 2.8.1. So I remadereed2-9/+7
patch and updated distinfo. (Okay'd by wiz.)
2003-09-05add a patch to stop crashing on -d '' or -G '' which abcde wants to use whenexplorer3-3/+51
a date or genre is unknown
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13Turn off debugging output, enabled for testing of the previous change.wiz3-7/+6
Bump PKGREVISION. Closes PR 22131.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-12Fix two pthread programming problems; now ogg123 doesn't dump corewiz4-3/+49
with native libpthread (so far). With hints and explanations from Nathan J Williams -- thanks! Bump PKGREVISION.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
2002-11-11typo fixheinz1-2/+2
2002-09-22Sync PLIST.mycroft1-1/+6