[Lunar-commits] r21061 - moonbase/trunk/video/avidemux

Dennis Veatch stumbles at lunar-linux.org
Sun Aug 20 19:53:00 UTC 2006


Author: stumbles
Date: 2006-08-20 19:53:00 +0000 (Sun, 20 Aug 2006)
New Revision: 21061

Modified:
   moonbase/trunk/video/avidemux/BUILD
   moonbase/trunk/video/avidemux/DEPENDS
   moonbase/trunk/video/avidemux/DETAILS
Log:

With such a large version bump to many things to mention.....
execpt for the new dependency, spidermonkey (js). To aviod dealing
with having firefox and/or mozilla installed, went with the js include.
Seemed the simplest method to go. Either way the include needed to be
specified as the configure could not find it with firefox and mozilla
installed.



Modified: moonbase/trunk/video/avidemux/BUILD
===================================================================
--- moonbase/trunk/video/avidemux/BUILD	2006-08-20 19:11:49 UTC (rev 21060)
+++ moonbase/trunk/video/avidemux/BUILD	2006-08-20 19:53:00 UTC (rev 21061)
@@ -1,10 +1,6 @@
 (
-  
-  prepare_install &&
-  cd $SOURCE_DIRECTORY &&
-  ./configure --prefix=/usr &&
-  sedit "s/aclocal-1\.8/aclocal/" Makefile &&
-  sedit "s/automake-1\.8/automake/" Makefile &&
-  default_make
 
+  OPTS="--with-jsapi-include=/usr/include/js/ $OPTS"
+  default_build
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/video/avidemux/DEPENDS
===================================================================
--- moonbase/trunk/video/avidemux/DEPENDS	2006-08-20 19:11:49 UTC (rev 21060)
+++ moonbase/trunk/video/avidemux/DEPENDS	2006-08-20 19:53:00 UTC (rev 21061)
@@ -1,5 +1,6 @@
 depends  gtk+-2  &&
 depends  libxml2 &&
+depends  js      &&
 
 optional_depends "libmad"    "" "" "for Mpeg 1/2/3 audio support"
 optional_depends "nasm"      "" "" "for 5x faster VCD/SVCD/... on x86"

Modified: moonbase/trunk/video/avidemux/DETAILS
===================================================================
--- moonbase/trunk/video/avidemux/DETAILS	2006-08-20 19:11:49 UTC (rev 21060)
+++ moonbase/trunk/video/avidemux/DETAILS	2006-08-20 19:53:00 UTC (rev 21061)
@@ -1,11 +1,11 @@
           MODULE=avidemux
-         VERSION=2.0.40
+         VERSION=2.1.2
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=http://download.berlios.de/avidemux/
-      SOURCE_VFY=sha1:0231cf9e6a42b091bde2d90f5fc5d65fa9b3d06d
+      SOURCE_URL=http://download.berlios.de/avidemux/
+      SOURCE_VFY=sha1:e5b475103f2d19543a0e9d72245252143dc77dd7
         WEB_SITE=http://fixounet.free.fr/avidemux/
          ENTERED=20040922
-         UPDATED=20050613
+         UPDATED=20060820
            SHORT="Avidemux is a graphical tool to edit video."
 
 cat << EOF



More information about the Lunar-commits mailing list