[Lunar-commits] r22085 - moonbase/trunk/video/xvidcore

Dennis Veatch stumbles at lunar-linux.org
Mon Nov 6 19:56:53 CET 2006


Author: stumbles
Date: 2006-11-06 19:56:53 +0100 (Mon, 06 Nov 2006)
New Revision: 22085

Modified:
   moonbase/trunk/video/xvidcore/BUILD
   moonbase/trunk/video/xvidcore/DETAILS
Log:

Version bump with fixes xvid.c, bitstream.h, frame-drop feature,
Ensure intervening bytes are preserved and some others.



Modified: moonbase/trunk/video/xvidcore/BUILD
===================================================================
--- moonbase/trunk/video/xvidcore/BUILD	2006-11-06 18:16:17 UTC (rev 22084)
+++ moonbase/trunk/video/xvidcore/BUILD	2006-11-06 18:56:53 UTC (rev 22085)
@@ -1,7 +1,12 @@
 (
+
   cd build/generic
+
   ./configure  --prefix=/usr              \
                --infodir=/usr/share/info  \
-               --mandir=/usr/share/man   &&
-  default_build
-)
+               --mandir=/usr/share/man    \
+               $OPTS                     &&
+
+  default_make
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/video/xvidcore/DETAILS
===================================================================
--- moonbase/trunk/video/xvidcore/DETAILS	2006-11-06 18:16:17 UTC (rev 22084)
+++ moonbase/trunk/video/xvidcore/DETAILS	2006-11-06 18:56:53 UTC (rev 22085)
@@ -1,15 +1,15 @@
       MODULE=xvidcore
-     VERSION=1.1.0
-      SOURCE=$MODULE-$VERSION.tar.bz2
+     VERSION=1.1.2
+      SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL=http://downloads.xvid.org/downloads/
-  SOURCE_VFY=sha1:f3ffc21529ab7941e423df7365de22c391d2eaeb
+  SOURCE_VFY=sha1:03c897c88384f55c437589db66c9be1305b086bd
     WEB_SITE=http://www.xvid.org/
      ENTERED=20030825
-     UPDATED=20060106
+     UPDATED=20061106
        SHORT="ISO MPEG-4 compliant video codec."
 
 cat << EOF
-XviD is an ISO MPEG-4 compliant video codec. It's no product, it's an 
-open source project which is developed and maintained by lots of people 
+XviD is an ISO MPEG-4 compliant video codec. It's no product, it's an
+open source project which is developed and maintained by lots of people
 from all over the world.
 EOF



More information about the Lunar-commits mailing list