Update to 1.1.2: This is a bugfix release to address a problem with

large packet assembly after seek. Vorbis is unlikely to trigger the
bug, but it is an issue for FLAC and Theora.
This commit is contained in:
naddy 2004-09-23 22:46:06 +00:00
parent 18925bc515
commit cd13f774ed
5 changed files with 23 additions and 23 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.14 2004/09/17 15:39:58 naddy Exp $
# $OpenBSD: Makefile,v 1.15 2004/09/23 22:46:06 naddy Exp $
COMMENT= "Ogg bitstream library"
DISTNAME= libogg-1.1.1
DISTNAME= libogg-1.1.2
CATEGORIES= audio
HOMEPAGE= http://www.xiph.org/ogg/

View File

@ -1,3 +1,3 @@
MD5 (libogg-1.1.1.tar.gz) = 8bf662e5c330ce8d1f7067ed74c74f3e
RMD160 (libogg-1.1.1.tar.gz) = 2a057c644d163fe7ce76e7f198542fedf6efa33e
SHA1 (libogg-1.1.1.tar.gz) = df8eb2523fcc9aef211b884983cb3a624fe657fb
MD5 (libogg-1.1.2.tar.gz) = 4d82996517bf33bb912c97e9d0b635c4
RMD160 (libogg-1.1.2.tar.gz) = d0f3240ef1a69ae9b8e6ce4e18ade97de16d115d
SHA1 (libogg-1.1.2.tar.gz) = 518569a6be397f3903d86ca8c83b943ec0e4e713

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-doc_Makefile_in,v 1.3 2003/12/14 00:52:22 naddy Exp $
--- doc/Makefile.in.orig 2003-11-17 17:33:58.000000000 +0100
+++ doc/Makefile.in 2003-11-24 17:26:40.000000000 +0100
@@ -103,7 +103,7 @@ AUTOMAKE_OPTIONS = foreign
$OpenBSD: patch-doc_Makefile_in,v 1.4 2004/09/23 22:46:06 naddy Exp $
--- doc/Makefile.in.orig Fri Sep 24 00:31:35 2004
+++ doc/Makefile.in Fri Sep 24 00:31:47 2004
@@ -169,7 +169,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUBDIRS = ogg
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
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)
all: all-recursive

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-doc_ogg_Makefile_in,v 1.4 2003/12/14 00:52:22 naddy Exp $
--- doc/ogg/Makefile.in.orig 2003-11-17 17:33:58.000000000 +0100
+++ doc/ogg/Makefile.in 2003-11-24 17:26:40.000000000 +0100
@@ -101,7 +101,7 @@ install_sh = @install_sh@
AUTOMAKE_OPTIONS = foreign
$OpenBSD: patch-doc_ogg_Makefile_in,v 1.5 2004/09/23 22:46:06 naddy Exp $
--- doc/ogg/Makefile.in.orig Fri Sep 24 00:32:01 2004
+++ doc/ogg/Makefile.in Fri Sep 24 00:32:13 2004
@@ -159,7 +159,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
+docdir = $(datadir)/doc/$(PACKAGE)/ogg
doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
general.html index.html ogg_packet.html ogg_packet_clear.html\
ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html\

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.7 2004/09/17 15:39:59 naddy Exp $
@lib lib/libogg.so.5.1
@comment $OpenBSD: PFRAG.shared,v 1.8 2004/09/23 22:46:06 naddy Exp $
@lib lib/libogg.so.5.2