maintenance update to 1.1.3

This commit is contained in:
naddy 2005-12-03 21:14:22 +00:00
parent e9c9809635
commit 4e3e868203
7 changed files with 27 additions and 27 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.16 2005/10/18 23:24:25 naddy Exp $
# $OpenBSD: Makefile,v 1.17 2005/12/03 21:14:22 naddy Exp $
COMMENT= "Ogg bitstream library"
DISTNAME= libogg-1.1.2
PKGNAME= ${DISTNAME}p0
DISTNAME= libogg-1.1.3
CATEGORIES= audio
HOMEPAGE= http://www.xiph.org/ogg/

View File

@ -1,4 +1,4 @@
MD5 (libogg-1.1.2.tar.gz) = 4d82996517bf33bb912c97e9d0b635c4
RMD160 (libogg-1.1.2.tar.gz) = d0f3240ef1a69ae9b8e6ce4e18ade97de16d115d
SHA1 (libogg-1.1.2.tar.gz) = 518569a6be397f3903d86ca8c83b943ec0e4e713
SIZE (libogg-1.1.2.tar.gz) = 419959
MD5 (libogg-1.1.3.tar.gz) = eaf7dc6ebbff30975de7527a80831585
RMD160 (libogg-1.1.3.tar.gz) = 2dc0ab120416441a007cf1017f461372eab03c0d
SHA1 (libogg-1.1.3.tar.gz) = a3e495a8baf6939efad7e0bd11cc0e466838c3db
SIZE (libogg-1.1.3.tar.gz) = 403467

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.6 2003/12/14 00:52:22 naddy Exp $
--- configure.orig 2003-11-24 17:21:37.000000000 +0100
+++ configure 2003-11-24 17:26:18.000000000 +0100
@@ -7818,7 +7818,7 @@ if test -z "$GCC"; then
$OpenBSD: patch-configure,v 1.7 2005/12/03 21:14:22 naddy Exp $
--- configure.orig Mon Nov 28 05:26:32 2005
+++ configure Fri Dec 2 16:17:30 2005
@@ -19088,7 +19088,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.6 2003/12/14 00:52:22 naddy Exp $
PROFILE="-g -p"
;;
esac
@@ -7841,8 +7841,8 @@ else
@@ -19111,8 +19111,8 @@ else
;;
*)
DEBUG="-g -Wall -fsigned-char"

View File

@ -1,12 +1,12 @@
$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@
$OpenBSD: patch-doc_Makefile_in,v 1.5 2005/12/03 21:14:22 naddy Exp $
--- doc/Makefile.in.orig Mon Nov 28 05:26:30 2005
+++ doc/Makefile.in Fri Dec 2 16:17:52 2005
@@ -178,7 +178,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
SUBDIRS = ogg
SUBDIRS = libogg
-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
doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
stream.png vorbisword2.png white-ogg.png white-xifish.png \
rfc3533.txt rfc3534.txt

View File

@ -1,7 +1,7 @@
$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@
$OpenBSD: patch-doc_libogg_Makefile_in,v 1.1 2005/12/03 21:14:22 naddy Exp $
--- doc/libogg/Makefile.in.orig Mon Nov 28 05:26:30 2005
+++ doc/libogg/Makefile.in Fri Dec 2 16:18:24 2005
@@ -168,7 +168,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.8 2004/09/23 22:46:06 naddy Exp $
@lib lib/libogg.so.5.2
@comment $OpenBSD: PFRAG.shared,v 1.9 2005/12/03 21:14:22 naddy Exp $
@lib lib/libogg.so.5.3

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2004/08/06 14:37:27 espie Exp $
@comment $OpenBSD: PLIST,v 1.6 2005/12/03 21:14:22 naddy Exp $
include/ogg/
include/ogg/config_types.h
include/ogg/ogg.h
@ -13,6 +13,7 @@ share/doc/libogg/
share/doc/libogg/framing.html
share/doc/libogg/index.html
share/doc/libogg/ogg/
share/doc/libogg/ogg-multiplex.html
share/doc/libogg/ogg/bitpacking.html
share/doc/libogg/ogg/datastructures.html
share/doc/libogg/ogg/decoding.html