summaryrefslogtreecommitdiff
path: root/audio/libogg/patches
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2002-01-02 12:32:43 +0000
committerlukem <lukem@pkgsrc.org>2002-01-02 12:32:43 +0000
commit019bae917dca5d79b46c0b1372e3a3b24937181f (patch)
tree3c7570f3b346af4b9b2c1004412f59bf339c86c7 /audio/libogg/patches
parentaca9cc2330cf7e558a12dc08809f4543bb231c0f (diff)
downloadpkgsrc-019bae917dca5d79b46c0b1372e3a3b24937181f.tar.gz
Update from 1.0.0.6 (1.0 rc2) to 1.0.0.7 (1.0 rc3).
Notable changes (from trolling through the xiph cvs repostitory): - macosx support (in the distribution, not the package) - configurable prefixes - documentation updates
Diffstat (limited to 'audio/libogg/patches')
-rw-r--r--audio/libogg/patches/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/libogg/patches/patch-ab b/audio/libogg/patches/patch-ab
index 344f29210d8..f22f3d6121a 100644
--- a/audio/libogg/patches/patch-ab
+++ b/audio/libogg/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2001/05/02 13:59:34 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2002/01/02 12:32:44 lukem Exp $
---- doc/ogg/Makefile.in.orig Mon Feb 26 11:51:54 2001
+--- doc/ogg/Makefile.in.orig Tue Jan 1 12:47:47 2002
+++ doc/ogg/Makefile.in
-@@ -85,7 +85,7 @@
+@@ -89,7 +89,7 @@
AUTOMAKE_OPTIONS = foreign
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
+docdir = $(datadir)/doc/html/$(PACKAGE)-$(VERSION)/ogg
- doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_packet.html ogg_page.html ogg_page_bos.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html ogg_stream_eof.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_reset.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_adv_huff.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_look_huff.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writeclear.html oggpack_writeinit.html overview.html reference.html style.css vorbis_comment.html vorbis_info.html
+ doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html general.html index.html ogg_packet.html ogg_page.html ogg_page_bos.html ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html ogg_page_pageno.html ogg_page_serialno.html ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html ogg_page_packets.html ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html ogg_stream_packetin.html ogg_stream_packetout.html ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_reset.html ogg_stream_state.html ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html oggpack_adv_huff.html oggpack_bits.html oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html oggpack_look1.html oggpack_look_huff.html oggpack_read.html oggpack_read1.html oggpack_readinit.html oggpack_reset.html oggpack_write.html oggpack_writeclear.html oggpack_writeinit.html overview.html reference.html style.css vorbis_comment.html vorbis_info.html ogg_packet_clear.html ogg_page_checksum_set.html