kino - Non-linear DV editor ChangeLog

HOWTO


# kino 0.7.6
# ==========
# Prerequisites:
# gawk
# grep
# libdv or ffmpeg (if you specify --with-avcodec)
# libraw1394
# libavc1394
# XFree86 or X.org
# libxml2
# pkg-config
# libglade-2.0
# libgnomeui-2.0 >= 1.110.0
# gtk+-2.0 >= 2.4
# gettext
# libsamplerate

# I don't seem to have a /lib/hotplug or /usr/lib/hotplug or
# /usr/local/lib/hotplug directory, so I just went with /lib/hotplug/kino
# below because other distributions use it and I do have a /lib/firmware
# (for hotplug to use).

cd
test -f installed/kino-0.7.6.tar.gz &&
mv installed/kino-0.7.6.tar.gz .
test ! -f kino-0.7.6.tar.gz &&
wget http://download.sf.net/kino/kino-0.7.6.tar.gz
mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "kino-*" -exec rm -r {} \;
tar xzvf ~/kino-0.7.6.tar.gz
cd kino-0.7.6
test $UID = 0 && chown -R root:root .
./configure \
--with-hotplug-script-dir=/etc/hotplug/usb \
--with-hotplug-usermap-dir=/lib/hotplug/kino
make

# Become root to install it
su
make install
find /usr/local/share/locale -type f -name "kino.mo" -exec rm {} \;

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/kino-*.tar.*
mv kino-0.7.6.tar.gz installed/

# /usr/local/share/pixmaps/kino.png can be used as a desktop icon

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2005-07-22 3:03pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]