CVS: moonbase/video/dvgrab BUILD,NONE,1.1 DETAILS,NONE,1.1
niki at lunar-linux.org
niki at lunar-linux.org
Tue Sep 9 13:03:34 GMT 2003
Update of /var/cvs/lunar/moonbase/video/dvgrab
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18185
Added Files:
BUILD DETAILS
Log Message:
Added dvgrab contributed by Couannette <couannette at free.fr>.
Added md5sum to the module.
Added a patch, because gcc complained about undeclared use of assert.
Builds fine here, but not tested on hardware.
--- NEW FILE: BUILD ---
(
patch_it $SOURCE_CACHE/$SOURCE2 1 &&
./configure --sysconfdir=/etc \
--prefix=/usr \
--mandir=/usr/share/man \
--localstatedir=/var \
$OPTS &&
sedit "s/CFLAGS = -O2/CFLAGS = $CFLAGS/" Makefile &&
sedit "s/CXXFLAGS = -O2/CXXFLAGS = $CXXFLAGS/" Makefile &&
make &&
prepare_install &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=dvgrab
VERSION=1.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=$MODULE-$VERSION-missing-asserts.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://kino.schirmacher.de/filemanager/download/8/$SOURCE
SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
SOURCE_VFY[0]=md5:ccd3386eba2fb8526787846ebb135914
SOURCE2_VFY[0]=md5:03e320f5d47c8f6dd97fe45c8fe355c7
WEB_SITE=http://kino.schirmacher.de/
ENTERED=20030909
UPDATED=20030909
MAINTAINER=couannette at free.fr
SHORT="Grab your videos from DV camera"
cat << EOF
If you have properly configured your kernel and your ieee1394 device
drivers, you should end up with about 30 MByte of DV image data nicely
packed in a file myfilm001.avi (digits and extension automatically
appended), which can be displayed with the Microsoft Media Player or a
similar program (remember to install the required DV codecs, software
should be included with your hardware).
Use the program at your own risk. The ieee1394 subsystem is still
experimental. Do not use any ieee1394 related software on a system
that you cannot afford to lose.
EOF
More information about the Lunar-commits
mailing list