Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7259

Modified Files:
        libtheora0.info libtheora0.patch 
Log Message:
new rev of libtheora0 (thanks snaggle)

Index: libtheora0.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libtheora0.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libtheora0.patch    29 Aug 2008 18:03:03 -0000      1.3
+++ libtheora0.patch    9 Nov 2009 14:13:05 -0000       1.4
@@ -1,42 +1,36 @@
 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@
+@@ -161,7 +161,7 @@
+ 
+ SUBDIRS = spec
+ 
 -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
+ 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)
- 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"
+ 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@
  
--#if defined(USE_ASM)
-+#if 0
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(datadir)/doc/libtheora0
  
- 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 @@
- }
+ built_docs = Theora.pdf
  
- #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

Index: libtheora0.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libtheora0.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libtheora0.info     18 Apr 2009 00:16:26 -0000      1.9
+++ libtheora0.info     9 Nov 2009 14:13:05 -0000       1.10
@@ -1,5 +1,5 @@
 Package: libtheora0
-Version: 1.0.0
+Version: 1.1.1
 Revision: 1
 Description: Open-source video compression library
 License: BSD
@@ -17,10 +17,10 @@
 <<
 BuildDependsOnly: True
 
-Source: http://downloads.xiph.org/releases/theora/libtheora-1.0.tar.bz2
-Source-MD5: c963937053f45a7878954bed37ceb182
+Source: http://downloads.xiph.org/releases/theora/libtheora-%v.tar.bz2
+Source-MD5: 292ab65cedd5021d6b7ddd117e07cd8e
 PatchFile: %n.patch
-PatchFile-MD5: a683c4750cac6f07618f507763d23d94
+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: <<
@@ -44,13 +44,13 @@
 SplitOff2: <<
        Package: libtheoradec1-shlibs
        Files: lib/libtheoradec.1*.dylib
-       Shlibs: %p/lib/libtheoradec.1.dylib 2.0.0 %n (>= 1.0-1)
+       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 2.0.0 %n (>= 1.0-1)
+       Shlibs: %p/lib/libtheoraenc.1.dylib 3.0.0 %n (>= 1.1.1-1)
 <<
 
 Homepage: http://www.theora.org/


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to