[Lunar-commits] <moonbase> libtheora: Seems the source tarball is missing a file and the

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Thu May 8 16:46:06 CEST 2008


commit 7aa4add9849763aec5ab4bb84cf55bf5928dc3b9
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Thu May 8 10:46:06 2008 -0400

    libtheora: Seems the source tarball is missing a file and the
    BUILD croaks with;
    
    (/usr/share/texmf/tex/latex/tools/longtable.sty)
    
    ! LaTeX Error: File `ltablex.sty' not found.
    
    Type X to quit or <RETURN> to proceed,
    or enter new name. (Default extension: sty)
    
    Enter file name:
    ! Emergency stop.
    <read *>
    
    l.13 \usepackage
                    {wrapfig}^^M
    No pages of output.
    Transcript written on spec.log.
    
    So I grabbed the ltablex.sty from their svn. There a some doc build
    errors but none are fatal. At least it now builds.
---
 video/libtheora/BUILD   |    8 ++++++++
 video/libtheora/DETAILS |    7 +++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/video/libtheora/BUILD b/video/libtheora/BUILD
new file mode 100644
index 0000000..dfd3f24
--- /dev/null
+++ b/video/libtheora/BUILD
@@ -0,0 +1,8 @@
+(
+
+# This is temp and should be looked at on the next bump.
+  cp $SOURCE_CACHE/$SOURCE1 $SOURCE_DIRECTORY/doc/spec &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/video/libtheora/DETAILS b/video/libtheora/DETAILS
index 58ee483..2f7d2ab 100644
--- a/video/libtheora/DETAILS
+++ b/video/libtheora/DETAILS
@@ -1,8 +1,11 @@
           MODULE=libtheora
          VERSION=1.0beta3
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE1=ltablex.sty
       SOURCE_URL=http://downloads.xiph.org/releases/theora/
+     SOURCE1_URL=$PATCH_URL
       SOURCE_VFY=sha1:01f0a5adcdde5bdc5b7e700b5975067af60b456c
+     SOURCE1_VFY=sha1:740d3d1ac07a754e9fc092ad601500f6921f6cba
         WEB_SITE=http://www.theora.org
          ENTERED=20040626
          UPDATED=20080418
@@ -13,7 +16,7 @@ cat << EOF
 Theora is Xiph.Org's first publicly released video codec, intended
 for use within the Ogg's project's Ogg multimedia streaming system.
 Theora is derived directly from On2's VP3 codec; Currently the two are
-nearly identical, varying only in encapsulating decoder tables in the 
-bitstream headers, but Theora will make use of this extra freedom 
+nearly identical, varying only in encapsulating decoder tables in the
+bitstream headers, but Theora will make use of this extra freedom
 in the future to improve over what is possible with VP3.
 EOF


More information about the Lunar-commits mailing list