summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
AgeCommit message (Collapse)AuthorFilesLines
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
2002-09-16Bump PKGREVISION. Pointed out by wiz.uebayasi1-1/+2
2002-09-16Add a missed dependency on libiconv. PR#18304 by Christopher Richards.uebayasi1-1/+2
2002-09-09note that:pooka1-5/+4
* OSS is used by default, not null * default_driver, not default_device noted by Ilpo Ruotsalainen
2002-09-05Use curl/buildlink2.mk instead of directly depending on curl as we need thejlam1-3/+2
headers and libraries from the curl package during the build and this package uses buildlink2.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-10/+10
have been converted to USE_BUILDLINK2.
2002-08-05Update to vorbis-tools 1.0.lukem5-70/+9
(Removed point-patches needed for 1.0rc3)
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-4/+2
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-03-19Add patches derived from the xiph.org CVS repository to fix ogg123 bugs inlukem4-2/+63
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-02-19ogg123 can fetch *.ogg file over IPv6itojun1-1/+4
2002-01-14Add some man pages.wiz1-1/+3
2002-01-14Use wildcard dependence on "curl" package to fix problems after thattron1-2/+2
package has been updated.
2002-01-03Fix package list lossage caused by update to version 1.0.0.7.tron2-4/+6
2002-01-03Fix comment, and remove inclusion of bsd.prefs.mk, since we do not checkwiz1-4/+3
which pthread library will be used.
2002-01-02Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3). Various changes,lukem3-7/+17
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...
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-23Find libraries in ${BUILDLINK_DIR}/lib and mark as USE_BUILDLINK_ONLY.jlam1-4/+5
2001-08-16i'm the maintainer nowlukem1-2/+2
2001-08-14s/.ogg123rc/.libao/lukem1-4/+4
2001-08-14update from vorbis-tools-1.0rc1 to vorbis-tools-1.0rc2lukem5-38/+11
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-08update vorbistools from 1.0beta4 to 1.0rc1, including:lukem5-40/+27
- use buildlink - remove unnecessary patches for stuff now fixed in main distribution - modify patch-aa to fix ogginfo man page installation
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-05Make dewey in PKGNAME sane, and update dependencies.wiz1-3/+4
2001-03-23Add a patch supplied by Christian Weisgerber <naddy@openbsd.org>:wiz2-1/+16
Remove shared memory segments (created when using -b) after exiting.
2001-03-20replace "oss" by "sun", since libao-0.6.0nb1 comes with NetBSD audiowiz1-5/+5
support.
2001-03-15Don't default to oss, use the standard way (null device). Note in awiz3-17/+16
MESSAGE how to set the default to oss. By Jeremy C. Reed.
2001-03-15Initial import of vorbis-tools: Ogg Vorbis encoder and player.wiz8-0/+89
Replaces audio/vorbis. Package by Jeremy C. Reed, submitted in pkg/12415. (Note: -d wav output seems to be broken right now, output to /dev/audio works fine.)