From f8bd46bcde37cb9b078822be68c106797f688439 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 14 Aug 2001 15:11:59 +0000 Subject: 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 --- audio/vorbis-tools/Makefile | 8 ++++---- audio/vorbis-tools/distinfo | 8 +++----- audio/vorbis-tools/patches/patch-aa | 13 ------------- audio/vorbis-tools/patches/patch-ab | 13 ------------- audio/vorbis-tools/pkg/PLIST | 7 ++++--- 5 files changed, 11 insertions(+), 38 deletions(-) delete mode 100644 audio/vorbis-tools/patches/patch-aa delete mode 100644 audio/vorbis-tools/patches/patch-ab 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/ diff --git a/audio/vorbis-tools/distinfo b/audio/vorbis-tools/distinfo index a5a8d000400..d3431f520e8 100644 --- a/audio/vorbis-tools/distinfo +++ b/audio/vorbis-tools/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/08/08 10:05:30 lukem Exp $ +$NetBSD: distinfo,v 1.4 2001/08/14 15:11:59 lukem Exp $ -SHA1 (vorbis-tools-1.0rc1.tar.gz) = fe26867939d06e84fde67bc591200a98f7a964c2 -Size (vorbis-tools-1.0rc1.tar.gz) = 190000 bytes -SHA1 (patch-aa) = 8758756eefa1965e2778dea5c1bf9773da630584 -SHA1 (patch-ab) = fc23be24de8b2e43f0a3fd2ce73d47bf3fe2196b +SHA1 (vorbis-tools-1.0rc2.tar.gz) = 06b7744b6285507304cade21b2d9a5eeeb123584 +Size (vorbis-tools-1.0rc2.tar.gz) = 209432 bytes diff --git a/audio/vorbis-tools/patches/patch-aa b/audio/vorbis-tools/patches/patch-aa deleted file mode 100644 index 28f712b97aa..00000000000 --- a/audio/vorbis-tools/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2001/08/08 10:05:30 lukem Exp $ - ---- ogginfo/Makefile.in.orig Wed Aug 8 16:09:49 2001 -+++ ogginfo/Makefile.in Wed Aug 8 16:09:55 2001 -@@ -83,7 +83,7 @@ - AUTOMAKE_OPTIONS = foreign - - bin_PROGRAMS = ogginfo --mandir = $(datadir)/man -+mandir = $(prefix)/man - man_MANS = ogginfo.1 - - INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ diff --git a/audio/vorbis-tools/patches/patch-ab b/audio/vorbis-tools/patches/patch-ab deleted file mode 100644 index db8da4af77b..00000000000 --- a/audio/vorbis-tools/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/03/15 20:53:06 wiz Exp $ - ---- ../vorbis-tools-1.0beta4.orig/ogg123/Makefile.in Mon Feb 26 03:02:14 2001 -+++ ogg123/Makefile.in Sat Mar 10 03:47:13 2001 -@@ -85,7 +85,7 @@ - bin_PROGRAMS = ogg123 - docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) - doc_DATA = ogg123rc-example --mandir = $(datadir)/man -+mandir = $(prefix)/man - man_MANS = ogg123.1 - - INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @AO_CFLAGS@ diff --git a/audio/vorbis-tools/pkg/PLIST b/audio/vorbis-tools/pkg/PLIST index 103aa8e19b9..5b73e7885bf 100644 --- a/audio/vorbis-tools/pkg/PLIST +++ b/audio/vorbis-tools/pkg/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2001/08/08 10:05:31 lukem Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/08/14 15:12:00 lukem Exp $ bin/ogg123 bin/oggenc bin/ogginfo +bin/vcut bin/vorbiscomment man/man1/ogg123.1 man/man1/oggenc.1 man/man1/ogginfo.1 -share/doc/vorbis-tools-1.0rc1/ogg123rc-example -@dirrm share/doc/vorbis-tools-1.0rc1 +share/doc/vorbis-tools-1.0rc2/ogg123rc-example +@dirrm share/doc/vorbis-tools-1.0rc2 -- cgit v1.2.3