the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libtheora0
Version: 1.0
Revision: 0.alpha5.1002
Maintainer: Benjamin Reed
Source: http://downloads.xiph.org/releases/theora/libtheora-%valpha5.tar.bz2
Source-MD5: 41940562932a8b7bf795d79e4190b21a
Patch: %n.patch
Depends: %N-shlibs (>= %v-%r)
BuildDepends: pkgconfig (>= 0.15.0-1), libogg, libvorbis0, sdl (>= 1.2.9-1001)
BuildDependsOnly: True
ConfigureParams: --with-ogg=%p --with-vorbis=%p --with-sdl-prefix=%p --disable-sdltest --disable-dependency-tracking
InstallScript: make -j1 install DESTDIR="%d"
SplitOff: <<
Package: %N-shlibs
Depends: libogg-shlibs, libvorbis0-shlibs, sdl-shlibs (>= 1.2.9-1001)
Files: lib/libtheora.*.dylib
Shlibs: %p/lib/libtheora.0.dylib 3.0.0 %n (>= 1.0-0)
Description: Theora shared libraries
<<
DocFiles: COPYING README
Description: Open-source video compression library
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.
<<
License: BSD
Homepage: http://www.theora.org/
diff -uNr libtheora-1.0alpha5/doc/Makefile.in libtheora-1.0alpha5-new/doc/Makefile.in
--- libtheora-1.0alpha5/doc/Makefile.in 2005-08-20 15:30:41.000000000 -0400
+++ libtheora-1.0alpha5-new/doc/Makefile.in 2005-09-22 13:30:52.000000000 -0400
@@ -209,13 +209,13 @@
target_os = @target_os@
target_vendor = @target_vendor@
SUBDIRS = #python
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/libtheora0
built_docs =
static_docs = vp3-format.txt color.html
doc_DATA = $(built_docs) $(static_docs) doxygen-build.stamp
EXTRA_DIST = $(built_docs) $(static_docs) spec Doxyfile.in
CLEANFILES = $(built_docs)
-dist_docdir = $(distdir)/libtheora
+dist_docdir = $(distdir)/libtheora0
all: all-recursive
.SUFFIXES:
Package: libtheora0
Version: 1.0
Revision: 1.beta3.2
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.26.0-1),
pkgconfig (>= 0.22-3),
libogg (>= 1.1.3-1)
<<
BuildDependsOnly: True
Source: http://downloads.xiph.org/releases/theora/libtheora-%vbeta3.tar.gz
Source-MD5: 98fbf4a7a61486db17803e0f521f6ac8
PatchFile: %n.patch
PatchFile-MD5: a683c4750cac6f07618f507763d23d94
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
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 2.0.0 %n (>= 1.0-1)
<<
SplitOff3: <<
Package: libtheoraenc1-shlibs
Depends: libogg-shlibs (>= 1.1.3-1)
Files: lib/libtheoraenc.1*.dylib
Shlibs: %p/lib/libtheoraenc.1.dylib 2.0.0 %n (>= 1.0-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.
<<
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
@@ -187,7 +187,7 @@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/libtheora0
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
@@ -228,7 +228,7 @@
doc_DATA = $(static_docs) doxygen-build.stamp
EXTRA_DIST = $(static_docs) Doxyfile.in
-dist_docdir = $(distdir)/libtheora
+dist_docdir = $(docdir)
all: all-recursive
.SUFFIXES:
diff -Nurd libtheora-1.0beta3/lib/enc/x86_32/dct_decode_mmx.c libtheora-1.0beta3-new/lib/enc/x86_32/dct_decode_mmx.c
--- libtheora-1.0beta3/lib/enc/x86_32/dct_decode_mmx.c 2008-04-16 16:25:53.000000000 -0400
+++ libtheora-1.0beta3-new/lib/enc/x86_32/dct_decode_mmx.c 2008-08-29 13:45:12.000000000 -0400
@@ -19,7 +19,7 @@
#include "../codec_internal.h"
-#if defined(USE_ASM)
+#if 0
static const __attribute__((aligned(8),used)) ogg_int64_t V3= 0x0003000300030003LL;
static const __attribute__((aligned(8),used)) ogg_int64_t V804= 0x0804080408040804LL;
@@ -181,3 +181,5 @@
}
#endif /* USE_ASM */
+
+void dsp_mmx_dct_decode_init(DspFunctions *funcs) { }
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"