27 nov 2009 Instalando o Imagination 2.1 no Ubuntu
 |  Category: T.I.  | Tags: , ,

Imagination é uma ferramenta que permite converter Imagens para um DVD Slide show facilmente.

Para instalá-lo siga os passos a seguir:

  • Baixe o código fonte em: http://sourceforge.net/projects/imagination/files/imagination/2.1/imagination-2.1.tar.gz/download
  • Descompacte-o com seguinte comando: tar -vzxf imagination-2.1.tar.gz
  • Antes de continuar você precisará habilitar alguns repositorios do Ubuntu em: System > Administration > Software Sources > Updates (security / updates / proposed )
  • sudo apt-get install intltool
  • sudo apt-get install libgtk2.0-dev
  • sudo apt-get install docbook-xsl
  • Edite o arquivo po/POTFILES.in e acrescente as seguintes linhas:
  • imagination.desktop.in
  • src/subtitles.c
  • Edite o arquivo src/support.c , linha 22,  de:
  • #define PLUGINS_INSTALLED 0
    para:
    #define PLUGINS_INSTALLED 1
  • Por fim execute os seguintes comandos:
  • ./configure
  • make
  • sudo make install

Agora abra o programa em Applications > Sound & Video > Imagination.

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>