[Lunar-commits] CVS: moonbase/video/piave BUILD, 1.1, 1.2 DETAILS, 1.1, 1.2

Florin Braescu florin at lunar-linux.org
Mon Aug 2 03:36:04 GMT 2004


Update of /var/cvs/lunar/moonbase/video/piave
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3567

Modified Files:
	BUILD DETAILS 
Log Message:
add a patch in order to compile with the new libdv version.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/piave/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	18 Apr 2004 11:57:52 -0000	1.1
+++ BUILD	2 Aug 2004 03:36:02 -0000	1.2
@@ -1,9 +1,8 @@
 (
 
-  ./configure  --prefix=/usr  &&
-  sedit 's/gcc/g++/' Makefile  &&
-  make                        &&
-  prepare_install             &&
-  make install
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+  ./configure  --prefix=/usr        &&
+  sedit 's/gcc/g++/' Makefile       &&
+  default_make
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/piave/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	18 Apr 2004 11:57:52 -0000	1.1
+++ DETAILS	2 Aug 2004 03:36:02 -0000	1.2
@@ -1,12 +1,15 @@
            MODULE=piave
          VERSION=0.2.4
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-libdv.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/modesto/$SOURCE
+  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
      SOURCE_VFY=md5:fdf6e94f9fdaae5547e641109e50e7b1
+    SOURCE2_VFY=md5:e8eae64faca4e621ff27ad427082b280
         WEB_SITE=http://modesto.sourceforge.net/$MODULE/
          ENTERED=20040418
-         UPDATED=20040418
+         UPDATED=20040802
            SHORT="PIAVE - Piave Is A Video Editor"
 
 cat << EOF



More information about the Lunar-commits mailing list