libtheora0 stable port information

Package: libtheora0
Version: 1.1.1
Revision: 1
Description: Open-source video compression library
License: BSD
Maintainer: Benjamin Reed

Depends: <<
%N-shlibs (>= %v-%r),
libtheoradec1-shlibs (>= %v-%r),
libtheoraenc1-shlibs (>= %v-%r)
<<
BuildDepends: <<
fink (>= 0.28.0-1),
pkgconfig (>= 0.22-3),
libogg (>= 1.1.3-1)
<<
BuildDependsOnly: True

Source: http://downloads.xiph.org/releases/theora/libtheora-%v.tar.bz2
Source-MD5: 292ab65cedd5021d6b7ddd117e07cd8e
PatchFile: %n.patch
PatchFile-MD5: 32a9a4c1e7ce193332cb6aab9603141c

ConfigureParams: --docdir=%p/share/doc/%N --with-ogg=%p --disable-sdltest --disable-dependency-tracking ac_cv_prog_HAVE_DOXYGEN=false ac_cv_prog_HAVE_PDFLATEX=false ac_cv_prog_HAVE_BIBTEX=false ac_cv_prog_HAVE_TRANSFIG=false --build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname -r|cut -f1 -d.`
CompileScript: <<
#!/bin/sh -ev
if [ "%m" == "x86_64" ] ; then
./configure %c --disable-asm
else
./configure %c
fi
make
<<
InstallScript: make -j1 install DESTDIR="%d"
DocFiles: COPYING README
SplitOff: <<
Package: %N-shlibs
Description: libtheora shared library
Depends: libogg-shlibs (>= 1.1.3-1)
Files: lib/libtheora.0*.dylib
Shlibs: %p/lib/libtheora.0.dylib 4.0.0 %n (>= 1.0-1)
<<
SplitOff2: <<
Package: libtheoradec1-shlibs
Files: lib/libtheoradec.1*.dylib
Shlibs: %p/lib/libtheoradec.1.dylib 3.0.0 %n (>= 1.1.1-1)
<<
SplitOff3: <<
Package: libtheoraenc1-shlibs
Depends: libogg-shlibs (>= 1.1.3-1)
Files: lib/libtheoraenc.1*.dylib
Shlibs: %p/lib/libtheoraenc.1.dylib 3.0.0 %n (>= 1.1.1-1)
<<

Homepage: http://www.theora.org/
DescDetail: <<
Theora is an open video codec being developed by the Xiph.org Foundation
as part of their Ogg project (It is a project that aims to integrate
On2's VP3 video codec, Ogg Vorbis audio codec and Ogg multimedia
container formats into a multimedia solution that can compete with
MPEG-4 format).

Theora is derived directly from On2's VP3 codec; currently the two are
nearly identical, varying only in framing headers, but Theora will
diverge and improve from the main VP3 development lineage as time
progresses.
<<

libtheora0 stable port .patch

diff -Nurd libtheora-1.0beta3/doc/Makefile.in libtheora-1.0beta3-new/doc/Makefile.in
--- libtheora-1.0beta3/doc/Makefile.in 2008-04-16 16:26:14.000000000 -0400
+++ libtheora-1.0beta3-new/doc/Makefile.in 2008-08-29 13:37:27.000000000 -0400
@@ -161,7 +161,7 @@

SUBDIRS = spec

-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/libtheora0

static_docs = vp3-format.txt color.html \
draft-ietf-avt-rtp-theora-00.xml \
@@ -172,7 +172,7 @@

EXTRA_DIST = $(static_docs) Doxyfile.in

-dist_docdir = $(distdir)/libtheora
+dist_docdir = $(docdir)
subdir = doc
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
diff -Nurd libtheora-1.0beta3/doc/spec/Makefile.in libtheora-1.0beta3-new/doc/spec/Makefile.in
--- libtheora-1.0beta3/doc/spec/Makefile.in 2008-04-16 16:26:14.000000000 -0400
+++ libtheora-1.0beta3-new/doc/spec/Makefile.in 2008-08-29 13:37:27.000000000 -0400
@@ -162,7 +162,7 @@
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
sys_symbol_underscore = @sys_symbol_underscore@

-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/libtheora0

built_docs = Theora.pdf

diff -Nurd libtheora-1.0beta3/tests/comment.c libtheora-1.0beta3-new/tests/comment.c
--- libtheora-1.0beta3/tests/comment.c 2008-04-16 16:25:49.000000000 -0400
+++ libtheora-1.0beta3-new/tests/comment.c 2008-08-29 13:37:27.000000000 -0400
@@ -15,6 +15,7 @@

********************************************************************/

+#include
#include

#include
diff -Nurd libtheora-1.0beta3/tests/noop.c libtheora-1.0beta3-new/tests/noop.c
--- libtheora-1.0beta3/tests/noop.c 2008-04-16 16:25:49.000000000 -0400
+++ libtheora-1.0beta3-new/tests/noop.c 2008-08-29 13:37:27.000000000 -0400
@@ -15,6 +15,7 @@

********************************************************************/

+#include
#include

#include "tests.h"

libtheora0 _unstable_ port .patch