[Lunar-commits] r17472 - moonbase/trunk/video/transcode

Dennis Veatch stumbles at lunar-linux.org
Sun Nov 27 06:14:27 UTC 2005


Author: stumbles
Date: 2005-11-27 06:14:25 +0000 (Sun, 27 Nov 2005)
New Revision: 17472

Modified:
   moonbase/trunk/video/transcode/DETAILS
Log:

Avoid out-of-bounds memory access.
Theora is video not audio. (hee hee)
Fix a typo that kept pvm3 libraries from getting linked properly.
Fix CPU feature detection.

and more

The version built with GCCWRAPPERS commented out. I will leave it there
but commented for now and uncomment should others have that problem.

compiled with gcc-3.4.4 and glibc-2.3.6



Modified: moonbase/trunk/video/transcode/DETAILS
===================================================================
--- moonbase/trunk/video/transcode/DETAILS	2005-11-27 05:20:04 UTC (rev 17471)
+++ moonbase/trunk/video/transcode/DETAILS	2005-11-27 06:14:25 UTC (rev 17472)
@@ -1,13 +1,13 @@
           MODULE=transcode
-         VERSION=1.0.1
+         VERSION=1.0.2
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=http://www.jakemsr.com/transcode/
    SOURCE_URL[1]=http://dl.fkb.wormulon.net/transcode/
-      SOURCE_VFY=sha1:b387e068a1630207255bb1f5971a8b0d5c186bbb
-        WEB_SITE=http://www.transcoding.org/cgi-bin/transcode
+      SOURCE_VFY=sha1:831a55a0218913e43261eb614ccca34a0d1b3d0d
+        WEB_SITE=http://www.transcoding.org/cgi-bin/transcode/
          ENTERED=20020408
-         UPDATED=20051003
-#     GCCWRAPPERS=off
+         UPDATED=20051127
+#    GCCWRAPPERS=off
            SHORT="transcode is a video stream processor"
 
 cat << EOF



More information about the Lunar-commits mailing list