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

Florin Braescu florin at lunar-linux.org
Sat Jan 7 05:38:23 UTC 2006


Author: florin
Date: 2006-01-07 05:38:22 +0000 (Sat, 07 Jan 2006)
New Revision: 17978

Modified:
   moonbase/trunk/video/xvidcore/BUILD
   moonbase/trunk/video/xvidcore/DETAILS
   moonbase/trunk/video/xvidcore/POST_INSTALL
Log:
fix the sha1sum. small tweaks.

Modified: moonbase/trunk/video/xvidcore/BUILD
===================================================================
--- moonbase/trunk/video/xvidcore/BUILD	2006-01-07 05:37:12 UTC (rev 17977)
+++ moonbase/trunk/video/xvidcore/BUILD	2006-01-07 05:38:22 UTC (rev 17978)
@@ -1,8 +1,7 @@
 (
-	
-	cd build/generic
-        ./configure  --prefix=/usr             \
-               --infodir=/usr/share/info       \
-               --mandir=/usr/share/man         &&
-	default_build
+  cd build/generic
+  ./configure  --prefix=/usr              \
+               --infodir=/usr/share/info  \
+               --mandir=/usr/share/man   &&
+  default_build
 )

Modified: moonbase/trunk/video/xvidcore/DETAILS
===================================================================
--- moonbase/trunk/video/xvidcore/DETAILS	2006-01-07 05:37:12 UTC (rev 17977)
+++ moonbase/trunk/video/xvidcore/DETAILS	2006-01-07 05:38:22 UTC (rev 17978)
@@ -1,15 +1,15 @@
-    MODULE=xvidcore
-   VERSION=1.1.0
-    SOURCE=$MODULE-$VERSION.tar.bz2
-SOURCE_URL=http://downloads.xvid.org/downloads/
-SOURCE_VFY=sha1:f3ffc21529ab7941e423df7365de22c391d2eaeb
-  WEB_SITE=http://www.xvid.org/
-   ENTERED=20030825
-   UPDATED=20060106
-     SHORT="XviD is an ISO MPEG-4 compliant video codec."
+      MODULE=xvidcore
+     VERSION=1.1.0
+      SOURCE=$MODULE-$VERSION.tar.bz2
+  SOURCE_URL=http://downloads.xvid.org/downloads/
+  SOURCE_VFY=sha1:d226d9ea74107746ffa02013aae79d664f57398a
+    WEB_SITE=http://www.xvid.org/
+     ENTERED=20030825
+     UPDATED=20060106
+       SHORT="XviD is an 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 from all 
-over the world.
+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

Modified: moonbase/trunk/video/xvidcore/POST_INSTALL
===================================================================
--- moonbase/trunk/video/xvidcore/POST_INSTALL	2006-01-07 05:37:12 UTC (rev 17977)
+++ moonbase/trunk/video/xvidcore/POST_INSTALL	2006-01-07 05:38:22 UTC (rev 17978)
@@ -1,2 +1,2 @@
-if  module_installed  MPlayer;          then  lin -c MPlayer;          fi
-if  module_installed  transcode;        then  lin -c transcode;        fi
+if module_installed MPlayer;   then lin -c MPlayer;   fi
+if module_installed transcode; then lin -c transcode; fi



More information about the Lunar-commits mailing list