Upgrade to libtheora 1.0beta3.

Also remove previous MAINTAINER (timeout).

ok jakemsr@
This commit is contained in:
brad 2008-07-25 14:15:55 +00:00
parent 39101e7033
commit 31a4e8de47
9 changed files with 80 additions and 58 deletions

View File

@ -1,15 +1,16 @@
# $OpenBSD: Makefile,v 1.8 2007/09/16 03:24:28 merdely Exp $
# $OpenBSD: Makefile,v 1.9 2008/07/25 14:15:55 brad Exp $
COMMENT= open video codec
DISTNAME= libtheora-1.0alpha7
CATEGORIES= multimedia
SHARED_LIBS= theora 2.0
DISTNAME= libtheora-1.0beta3
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xiph.org/releases/theora/
HOMEPAGE= http://www.theora.org/
SHARED_LIBS+= theora 3.0
SHARED_LIBS+= theoradec 1.0
SHARED_LIBS+= theoraenc 1.0
MAINTAINER= Vladimir Tamara Patino <vtamara@pasosdejesus.org>
HOMEPAGE= http://www.theora.org/
# BSD
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (libtheora-1.0alpha7.tar.gz) = Ve48bbPgkn55GDCYkaj1Kw==
RMD160 (libtheora-1.0alpha7.tar.gz) = EpcMjQVbYEJiWp8fxjTENwgnEWo=
SHA1 (libtheora-1.0alpha7.tar.gz) = g527fvDLHD+/z3iNzs+edVBCdJE=
SHA256 (libtheora-1.0alpha7.tar.gz) = 9cdzDe0Cc6hhWxK0ajK4ALvLnoYeOhiqkrHAYpgaL+8=
SIZE (libtheora-1.0alpha7.tar.gz) = 2002542
MD5 (libtheora-1.0beta3.tar.gz) = mPv0p6YUhtsXgD4PUh9qyA==
RMD160 (libtheora-1.0beta3.tar.gz) = hnvRNFr7Rkk5Hn8Kcs0E0RknskY=
SHA1 (libtheora-1.0beta3.tar.gz) = apMqvmNLWH/SDkhpw0enj5xT89c=
SHA256 (libtheora-1.0beta3.tar.gz) = cuoVX1z7iv7HkcVJweicmlNYxsMBzlR6oM1fp9RerkQ=
SIZE (libtheora-1.0beta3.tar.gz) = 1905383

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-configure,v 1.4 2008/07/25 14:20:50 brad Exp $
--- configure.orig Thu Jul 24 13:22:04 2008
+++ configure Thu Jul 24 13:23:06 2008
@@ -19970,8 +19970,8 @@ else
case $host in
*)
DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
- PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
+ CFLAGS="-Wall -Wno-parentheses -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
+ PROFILE="-Wall -Wno-parentheses -pg -g -fno-inline-functions -DDEBUG";;
esac
fi
CFLAGS="$CFLAGS $cflags_save"

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-doc_Makefile_in,v 1.2 2006/07/21 11:24:07 steven Exp $
--- doc/Makefile.in.orig Wed Jun 28 23:08:22 2006
+++ doc/Makefile.in Wed Jun 28 23:08:34 2006
@@ -215,7 +215,7 @@ target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = #python
$OpenBSD: patch-doc_Makefile_in,v 1.3 2008/07/25 14:20:18 brad Exp $
--- doc/Makefile.in.orig Wed Apr 16 16:26:14 2008
+++ doc/Makefile.in Tue Jul 15 16:54:48 2008
@@ -187,7 +187,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
built_docs =
static_docs = vp3-format.txt color.html \
draft-barbato-avt-rtp-theora-01.xml \
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-doc_spec_Makefile_in,v 1.1 2008/07/25 14:20:50 brad Exp $
--- doc/spec/Makefile.in.orig Tue Jul 15 17:48:31 2008
+++ doc/spec/Makefile.in Tue Jul 15 17:48:40 2008
@@ -197,7 +197,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@

View File

@ -1,12 +1,17 @@
$OpenBSD: patch-examples_Makefile_in,v 1.2 2006/07/21 11:24:07 steven Exp $
--- examples/Makefile.in.orig Tue Jun 20 15:06:55 2006
+++ examples/Makefile.in Wed Jun 28 23:06:56 2006
@@ -290,7 +290,7 @@ encoder_example$(EXEEXT): $(encoder_exam
$(LINK) $(encoder_example_LDFLAGS) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS)
player_example$(EXEEXT): $(player_example_OBJECTS) $(player_example_DEPENDENCIES)
@rm -f player_example$(EXEEXT)
- $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS)
+# $(LINK) $(player_example_LDFLAGS) $(player_example_OBJECTS) $(player_example_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
$OpenBSD: patch-examples_Makefile_in,v 1.3 2008/07/25 14:20:18 brad Exp $
--- examples/Makefile.in.orig Wed Apr 16 16:26:15 2008
+++ examples/Makefile.in Tue Jul 15 17:08:10 2008
@@ -251,11 +251,11 @@ LDADD = ../lib/libtheora.la $(OGG_LIBS)
LDADDENC = ../lib/libtheoraenc.la ../lib/libtheoradec.la $(OGG_LIBS)
dump_video_SOURCES = dump_video.c
EXTRA_dump_video_SOURCES = getopt.c getopt1.c getopt.h
-dump_video_LDADD = $(GETOPT_OBJS) $(LDADD)
+dump_video_LDADD = $(GETOPT_OBJS) $(LDADD) -lcompat
dump_video_DEPENDENCIES = $(GETOPT_OBJS)
player_example_SOURCES = player_example.c
player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
-player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
+player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS) -lossaudio
encoder_example_SOURCES = encoder_example.c
EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h
encoder_example_CFLAGS = $(OGG_CFLAGS) $(VORBIS_CFLAGS)

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-examples_dump_video_c,v 1.1 2006/07/21 11:24:07 steven Exp $
--- examples/dump_video.c.orig Fri Jul 21 12:30:53 2006
+++ examples/dump_video.c Fri Jul 21 12:31:22 2006
@@ -162,14 +162,14 @@ int main(int argc,char *argv[]){
int long_option_index;
int c;
- FILE *infile = stdin;
- outfile = stdout;
-
struct timeval start;
struct timeval after;
struct timeval last;
int fps_only=0;
int frames=0;
+
+ FILE *infile = stdin;
+ outfile = stdout;
#ifdef _WIN32 /* We need to set stdin/stdout to binary mode on windows. */
/* Beware the evil ifdef. We avoid these where we can, but this one we

View File

@ -1,2 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/12/30 05:35:56 jakemsr Exp $
@comment $OpenBSD: PFRAG.shared,v 1.3 2008/07/25 14:20:18 brad Exp $
@lib lib/libtheora.so.${LIBtheora_VERSION}
@lib lib/libtheoradec.so.${LIBtheoradec_VERSION}
@lib lib/libtheoraenc.so.${LIBtheoraenc_VERSION}

View File

@ -1,14 +1,23 @@
@comment $OpenBSD: PLIST,v 1.3 2006/07/21 11:24:07 steven Exp $
@comment $OpenBSD: PLIST,v 1.4 2008/07/25 14:20:18 brad Exp $
%%SHARED%%
include/theora/
include/theora/codec.h
include/theora/theora.h
include/theora/theoradec.h
include/theora/theoraenc.h
lib/libtheora.a
lib/libtheora.la
lib/libtheoradec.a
lib/libtheoradec.la
lib/libtheoraenc.a
lib/libtheoraenc.la
lib/pkgconfig/
lib/pkgconfig/theora.pc
lib/pkgconfig/theoradec.pc
lib/pkgconfig/theoraenc.pc
share/doc/libtheora/
share/doc/libtheora/color.html
share/doc/libtheora/doxygen-build.stamp
share/doc/libtheora/draft-barbato-avt-rtp-theora-01.txt
share/doc/libtheora/draft-barbato-avt-rtp-theora-01.xml
share/doc/libtheora/draft-ietf-avt-rtp-theora-00.txt
share/doc/libtheora/draft-ietf-avt-rtp-theora-00.xml
share/doc/libtheora/vp3-format.txt