[Lunar-commits] <moonbase> libtheora: Moe didn't like me counting from zero.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Thu May 8 17:54:27 CEST 2008
commit bc33db9a5b2734a2125be224d37730bc01671b97
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Thu May 8 11:54:27 2008 -0400
libtheora: Moe didn't like me counting from zero.
---
video/libtheora/BUILD | 2 +-
video/libtheora/DETAILS | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/video/libtheora/BUILD b/video/libtheora/BUILD
index dfd3f24..5fc9891 100644
--- a/video/libtheora/BUILD
+++ b/video/libtheora/BUILD
@@ -1,7 +1,7 @@
(
# This is temp and should be looked at on the next bump.
- cp $SOURCE_CACHE/$SOURCE1 $SOURCE_DIRECTORY/doc/spec &&
+ cp $SOURCE_CACHE/$SOURCE2 $SOURCE_DIRECTORY/doc/spec &&
default_build
diff --git a/video/libtheora/DETAILS b/video/libtheora/DETAILS
index 2f7d2ab..f9826fe 100644
--- a/video/libtheora/DETAILS
+++ b/video/libtheora/DETAILS
@@ -1,11 +1,11 @@
MODULE=libtheora
VERSION=1.0beta3
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE1=ltablex.sty
+ SOURCE2=ltablex.sty
SOURCE_URL=http://downloads.xiph.org/releases/theora/
- SOURCE1_URL=$PATCH_URL
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:01f0a5adcdde5bdc5b7e700b5975067af60b456c
- SOURCE1_VFY=sha1:740d3d1ac07a754e9fc092ad601500f6921f6cba
+ SOURCE2_VFY=sha1:740d3d1ac07a754e9fc092ad601500f6921f6cba
WEB_SITE=http://www.theora.org
ENTERED=20040626
UPDATED=20080418
More information about the Lunar-commits
mailing list