Mudanças entre as edições de "Kino"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 7: | Linha 7: | ||
instalando: | instalando: | ||
− | $ wget -c http://ufpr.dl.sourceforge.net/sourceforge/kino/kino-1.3. | + | $ wget -c http://ufpr.dl.sourceforge.net/sourceforge/kino/kino-1.3.4.tar.gz |
− | $ tar zxvf kino-1.3. | + | $ tar zxvf kino-1.3.4.tar.gz |
− | $ cd kino-1.3. | + | $ cd kino-1.3.4 |
$ ./configure --prefix=/usr --with-dv1394 | $ ./configure --prefix=/usr --with-dv1394 | ||
$ make | $ make |
Edição das 16h37min de 4 de março de 2010
instalando kino debian lenny
dependências:
# apt-get install libavc1394-0 libdc1394-13 libraw1394-8 libdv4-dev \ libraw1394-dev libavc1394-dev libxv-dev libglade2-dev libsamplerate0-dev \ gettext libxml-parser-perl intltool
instalando:
$ wget -c http://ufpr.dl.sourceforge.net/sourceforge/kino/kino-1.3.4.tar.gz $ tar zxvf kino-1.3.4.tar.gz $ cd kino-1.3.4 $ ./configure --prefix=/usr --with-dv1394 $ make # make install
deixando em pt_BR:
$ wget pub.nkosi.org/kino.mo # mv kino.mo /usr/share/locale/pt_BR/LC_MESSAGES/
e pronto!
ai carreguei o modulo e dei as devidas permissoes
# modprobe raw1394 # chmod 777 /dev/raw1394