[Lunar-commits] CVS: moonbase/video/dvgrab BUILD, 1.2, 1.3 DEPENDS, 1.3, 1.4 DETAILS, 1.2, 1.3

Terry Chan tchan at lunar-linux.org
Wed Jun 16 22:09:01 GMT 2004


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

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Added a patch to the configure script to correctly use openquicktime.
The default configure script from the developer only uses libquicktime or
quicktime4linux.  Requires running autoconf/automake to regenerate the
configure script and Makefile.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/dvgrab/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	16 Jun 2004 21:36:27 -0000	1.2
+++ BUILD	16 Jun 2004 22:08:59 -0000	1.3
@@ -1,7 +1,13 @@
 (
 
-# patch_it $SOURCE_CACHE/$SOURCE2 1     &&
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
 
+  gettextize --copy --force &&
+  libtoolize --force &&
+  aclocal  -I m4 &&
+  autoconf &&
+  automake -a -c -f --foreign &&
+  
   ./configure  --sysconfdir=/etc        \
                --prefix=/usr            \
                --mandir=/usr/share/man  \
@@ -11,9 +17,7 @@
   sedit "s/CFLAGS = -O2/CFLAGS = $CFLAGS/" Makefile       &&
   sedit "s/CXXFLAGS = -O2/CXXFLAGS = $CXXFLAGS/" Makefile &&
 
-  make                                  &&
-  prepare_install                       &&
-  make    install
+  default_make
 
 ) > $C_FIFO 2>&1
 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/dvgrab/DEPENDS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DEPENDS	16 Jun 2004 21:36:27 -0000	1.3
+++ DEPENDS	16 Jun 2004 22:08:59 -0000	1.4
@@ -1,3 +1,4 @@
+depends  automake &&
 depends  libraw1394 &&
 depends  libdv &&
 optional_depends "openquicktime" "" "" "for handling Apple's QuickTime media format."

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/dvgrab/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	16 Jun 2004 21:36:27 -0000	1.2
+++ DETAILS	16 Jun 2004 22:08:59 -0000	1.3
@@ -2,9 +2,12 @@
          VERSION=1.5
         #VERSION=1.2
           SOURCE=$MODULE-$VERSION.tar.gz
+	 SOURCE2=$MODULE-$VERSION-configure.in.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://kino.schirmacher.de/filemanager/download/20/$SOURCE
+  SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
       SOURCE_VFY=md5:1bddb6bcda3835d96b96b5c440991114
+     SOURCE2_VFY=md5:40d6fe7ea003e3b2e535c5c99f37f8f3
         WEB_SITE=http://kino.schirmacher.de/
          ENTERED=20030909
          UPDATED=20040616



More information about the Lunar-commits mailing list