[xiph-cvs] cvs commit: ogg/include/ogg Makefile.am
Chris Cheney
calc at xiph.org
Sat Oct 18 14:17:31 PDT 2003
calc 03/10/18 17:17:31
Modified: debian changelog
doc Makefile.am
doc/ogg Makefile.am
include/ogg Makefile.am
Log:
build system updates
1. to not ship config_types.h
2. to install new html/rfc files
Revision Changes Path
1.19 +1 -1 ogg/debian/changelog
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/ogg/debian/changelog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- changelog 3 Sep 2003 05:16:25 -0000 1.18
+++ changelog 18 Oct 2003 21:17:30 -0000 1.19
@@ -2,7 +2,7 @@
* New upstream.
- -- Christopher L Cheney <ccheney at debian.org> Tue, 2 Sep 2003 23:45:00 -0500
+ -- Christopher L Cheney <ccheney at debian.org> Sat, 18 Oct 2003 16:00:00 -0500
libogg (1.0.0-1) unstable; urgency=low
<p><p>1.5 +1 -1 ogg/doc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/doc/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.am 3 Sep 2003 04:45:13 -0000 1.4
+++ Makefile.am 18 Oct 2003 21:17:30 -0000 1.5
@@ -6,6 +6,6 @@
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
-doc_DATA = index.html framing.html oggstream.html stream.png vorbisword2.png white-ogg.png white-xifish.png
+doc_DATA = framing.html index.html oggstream.html rfc3533.txt rfc3534.txt stream.png vorbisword2.png white-ogg.png white-xifish.png
EXTRA_DIST = $(doc_DATA)
<p><p>1.4 +18 -15 ogg/doc/ogg/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/doc/ogg/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am 19 Jul 2002 11:03:39 -0000 1.3
+++ Makefile.am 18 Oct 2003 21:17:30 -0000 1.4
@@ -5,23 +5,26 @@
docdir = $(datadir)/doc/$(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\
+ general.html index.html ogg_packet.html ogg_packet_clear.html\
+ ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html\
+ ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html\
+ ogg_page_packets.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_bits.html oggpack_buffer.html\
- oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html\
- oggpack_look1.html oggpack_read.html\
+ ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
+ ogg_stream_packetin.html ogg_stream_packetout.html\
+ ogg_stream_packetpeek.html ogg_stream_pagein.html\
+ ogg_stream_pageout.html ogg_stream_reset.html\
+ ogg_stream_reset_serialno.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_bits.html\
+ oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
+ oggpack_look.html oggpack_look1.html oggpack_read.html\
oggpack_read1.html oggpack_readinit.html oggpack_reset.html\
- oggpack_write.html oggpack_writeclear.html oggpack_writeinit.html\
+ oggpack_write.html oggpack_writealign.html oggpack_writeclear.html\
+ oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\
overview.html reference.html style.css vorbis_comment.html\
- vorbis_info.html ogg_packet_clear.html ogg_page_checksum_set.html
+ vorbis_info.html
EXTRA_DIST = $(doc_DATA)
<p><p>1.4 +2 -2 ogg/include/ogg/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/include/ogg/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.am 18 Jan 2003 08:40:52 -0000 1.3
+++ Makefile.am 18 Oct 2003 21:17:30 -0000 1.4
@@ -4,5 +4,5 @@
oggincludedir = $(includedir)/ogg
-ogginclude_HEADERS = ogg.h os_types.h config_types.h
-
+ogginclude_HEADERS = ogg.h os_types.h
+nodist_ogginclude_HEADERS = config_types.h
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list