summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2001-08-14 15:11:59 +0000
committerlukem <lukem@pkgsrc.org>2001-08-14 15:11:59 +0000
commitf074a139e9ad295304acf4aafc5214c4b1f6fc72 (patch)
tree2cc260077d5df14a92e34148ce6549b63bc78cec /audio/vorbis-tools/Makefile
parentfa42afefc775a6eb07f1c8704d9d4c79fe87e8a9 (diff)
downloadpkgsrc-f074a139e9ad295304acf4aafc5214c4b1f6fc72.tar.gz
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
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r--audio/vorbis-tools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index e8a26c9e555..15aefbe8aa5 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2001/08/08 10:05:30 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/14 15:11:59 lukem Exp $
-DISTNAME= vorbis-tools-1.0rc1
-PKGNAME= vorbis-tools-1.0.0.5
+DISTNAME= vorbis-tools-1.0rc2
+PKGNAME= vorbis-tools-1.0.0.6
CATEGORIES= audio
-MASTER_SITES= http://www.vorbis.com/files/rc1/unix/
+MASTER_SITES= http://www.vorbis.com/files/rc2/unix/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.vorbis.com/