[Lunar-commits] CVS: moonbase/video/kino BUILD, NONE, 1.1 DEPENDS,
NONE, 1.1 DETAILS, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Wed Jun 16 23:36:10 GMT 2004
Update of /var/cvs/lunar/moonbase/video/kino
In directory dbguin.lunar-linux.org:/tmp/cvs-serv16131
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Added kino-0.7.1 to the moonbase. Its a non-linear Digital Video editor from
the dvgrab authors. Requires most of gnome1 or gnome2 to be installed, I
think. Compiled and tested with gcc-3.3.3, glibc-2.3.2, kernel headers 2.4.x.
If you find some missing DEPENDS let me know.
--- NEW FILE: BUILD ---
(
./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 &&
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends libraw1394 &&
depends libdv &&
depends libavc1394 &&
depends libglade2 &&
depends libsamplerate &&
optional_depends "openquicktime" "" "" "for handling Apple's QuickTime media format."
--- NEW FILE: DETAILS ---
MODULE=kino
VERSION=0.7.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://kino.schirmacher.de/filemanager/download/31/$SOURCE
# SOURCE_VFY=md5:1bddb6bcda3835d96b96b5c440991114
WEB_SITE=http://kino.schirmacher.de/
ENTERED=20040616
UPDATED=20040616
SHORT="a non-linear DV editor for GNU/Linux"
cat << EOF
Kino is a non-linear DV editor for GNU/Linux. It features excellent
integration with IEEE-1394 for capture, VTR control, and recording back to
the camera. It captures video to disk in RawDV and AVI format, in both type-1
DV and type-2 DV (separate audio stream) encodings.
You can load multiple video clips, cut and paste portions of video/audio, and
save it to an edit decision list (SMIL XML format). Most edit and navigation
commands are mapped to equivalent vi key commands. Also, Kino can load movies
and export the composite movie in a number of formats: DV over IEEE 1394, Raw
DV, DV AVI, still frames, WAV, MP3, Ogg Vorbis, MPEG-1, MPEG-2, and DivX.
Still frame export uses Imlib1, which has built-in support for PPM, JPEG, PNG,
TIFF, GIF, and whatever your ImageMagick installation supports. MP3 requires
lame. Ogg Vorbis requires oggenc. MPEG-1, MPEG-2, and DivX require mjpegtools
1.6.0. RPM and Debian packages as well as tarballs are available.
EOF
More information about the Lunar-commits
mailing list