update to 1.1.4: mostly bug fixes

This commit is contained in:
naddy 2009-07-13 15:47:55 +00:00
parent 194099559a
commit 504997df04
6 changed files with 36 additions and 39 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.23 2008/01/04 17:48:33 espie Exp $
# $OpenBSD: Makefile,v 1.24 2009/07/13 15:47:55 naddy Exp $
COMMENT= Ogg bitstream library
DISTNAME= libogg-1.1.3
DISTNAME= libogg-1.1.4
CATEGORIES= audio
HOMEPAGE= http://www.xiph.org/ogg/
SHARED_LIBS += ogg 5.3 # .5.3
SHARED_LIBS += ogg 6.0 # .6.0
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
@ -17,8 +17,6 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
MAKE_FLAGS=mkdir_p="mkdir -p"
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}

View File

@ -1,5 +1,5 @@
MD5 (libogg-1.1.3.tar.gz) = 6vfcbrv/MJdd51J6gIMVhQ==
RMD160 (libogg-1.1.3.tar.gz) = LcCrEgQWRBoAfPEBf0YTcuqwPA0=
SHA1 (libogg-1.1.3.tar.gz) = o+SVqLr2k5761+C9EcwORmg4w9s=
SHA256 (libogg-1.1.3.tar.gz) = uuKeefvFC77fEjWFIJS3HIyRCh7wzUL+QWO3tUVjC2U=
SIZE (libogg-1.1.3.tar.gz) = 403467
MD5 (libogg-1.1.4.tar.gz) = ECAOwiVDhB2dHCPgrtTl6Q==
RMD160 (libogg-1.1.4.tar.gz) = Xq/D3vrmWLIRhQNtmnEfNGfmQl0=
SHA1 (libogg-1.1.4.tar.gz) = horONyAEzzAyMblUxgqDasvXEGU=
SHA256 (libogg-1.1.4.tar.gz) = k1TBg/2IQXwoYHeLYLeJbJSH2Pbli5/sP9v5cRQs4QM=
SIZE (libogg-1.1.4.tar.gz) = 439365

View File

@ -1,7 +1,7 @@
$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
$OpenBSD: patch-configure,v 1.8 2009/07/13 15:47:55 naddy Exp $
--- configure.orig Wed Jun 24 17:27:08 2009
+++ configure Sat Jul 4 23:05:25 2009
@@ -19928,7 +19928,7 @@ if test -z "$GCC"; then
;;
*)
DEBUG="-g"
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.7 2005/12/03 21:14:22 naddy Exp $
PROFILE="-g -p"
;;
esac
@@ -19111,8 +19111,8 @@ else
@@ -20002,8 +20002,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$
;;
*)
DEBUG="-g -Wall -fsigned-char"

View File

@ -1,12 +1,12 @@
$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 = libogg
$OpenBSD: patch-doc_Makefile_in,v 1.6 2009/07/13 15:47:55 naddy Exp $
--- doc/Makefile.in.orig Sat Jul 4 23:04:39 2009
+++ doc/Makefile.in Sat Jul 4 23:04:54 2009
@@ -156,7 +156,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
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
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@

View File

@ -1,12 +1,12 @@
$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@
$OpenBSD: patch-doc_libogg_Makefile_in,v 1.2 2009/07/13 15:47:55 naddy Exp $
--- doc/libogg/Makefile.in.orig Sat Jul 4 23:04:34 2009
+++ doc/libogg/Makefile.in Sat Jul 4 23:05:05 2009
@@ -144,7 +144,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-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\
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2005/12/03 21:14:22 naddy Exp $
@comment $OpenBSD: PLIST,v 1.7 2009/07/13 15:47:55 naddy Exp $
include/ogg/
include/ogg/config_types.h
include/ogg/ogg.h
@ -75,11 +75,10 @@ share/doc/libogg/ogg/oggpack_writetrunc.html
share/doc/libogg/ogg/overview.html
share/doc/libogg/ogg/reference.html
share/doc/libogg/ogg/style.css
share/doc/libogg/ogg/vorbis_comment.html
share/doc/libogg/ogg/vorbis_info.html
share/doc/libogg/oggstream.html
share/doc/libogg/rfc3533.txt
share/doc/libogg/rfc3534.txt
share/doc/libogg/rfc5334.txt
share/doc/libogg/skeleton.html
share/doc/libogg/stream.png
share/doc/libogg/vorbisword2.png
share/doc/libogg/white-ogg.png