<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=605284320-30062011><FONT size=2 
face=Verdana>Alejandro!</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=605284320-30062011><FONT size=2 
face=Verdana>creo que si! mañana me fijo</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=605284320-30062011><FONT size=2 
face=Verdana></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=605284320-30062011><FONT size=2 
face=Verdana>mil gracias</FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=es class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>De:</B> ginga-argentina-bounces@lists.ourproject.org 
[mailto:ginga-argentina-bounces@lists.ourproject.org] <B>En nombre de 
</B>Alejandro Alvarez<BR><B>Enviado el:</B> Jueves, 30 de Junio de 2011 02:46 
p.m.<BR><B>Para:</B> Lista de la comunidad argentina de Ginga<BR><B>CC:</B> 
Arturo Zambrano<BR><B>Asunto:</B> Re: [Ginga-argentina] Instalacion Ginga 
1.2.0<BR></FONT><BR></DIV>
<DIV></DIV>Hola, tenes&nbsp;directfb-extra instalado?
<DIV>La lista de dependencias la tenes en&nbsp;<A 
href="http://tvd.lifia.info.unlp.edu.ar/ginga.ar/index.php/download/2-uncategorised/8">http://tvd.lifia.info.unlp.edu.ar/ginga.ar/index.php/download/2-uncategorised/8</A><BR><BR></DIV>
<DIV>slds!</DIV>
<DIV><BR>
<DIV class=gmail_quote>2011/6/30 Gabriel Carissimo <SPAN dir=ltr>&lt;<A 
href="mailto:gcarissimo@ryaco.com">gcarissimo@ryaco.com</A>&gt;</SPAN><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote><U></U>
  <DIV>
  <DIV dir=ltr align=left><FONT size=2 
  face=Verdana><SPAN>Arturo!</SPAN></FONT></DIV>
  <DIV dir=ltr align=left><FONT size=2 face=Verdana><SPAN>Como 
  estas</SPAN></FONT></DIV>
  <DIV dir=ltr align=left><FONT size=2 
  face=Verdana><SPAN></SPAN></FONT>&nbsp;</DIV>
  <DIV dir=ltr align=left><FONT size=2 face=Verdana><SPAN>Esto es lo que use 
  para instalar!</SPAN></FONT></DIV>
  <DIV dir=ltr align=left><FONT size=2 face=Verdana></FONT>&nbsp;</DIV>
  <DIV dir=ltr align=left><FONT size=2 face=Verdana></FONT>&nbsp;</DIV>
  <DIV dir=ltr align=left><FONT size=2 
  face=Verdana><SPAN>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</SPAN></FONT></DIV>
  <DIV dir=ltr align=left><FONT size=2 face=Verdana>Instalar la base solamente 
  de Debian 6.0</FONT></DIV>
  <DIV><FONT size=2 face=Verdana></FONT>&nbsp;</DIV><FONT size=2 face=Verdana>
  <DIV dir=ltr align=left><BR>Cuando iniciamos por primera vez no tenemos el 
  /dev/fb0 (framebuffer activado)<BR>entonces editamos&nbsp; <BR># nano 
  /etc/default/grub <BR>modificamos 
  <BR>GRUB_CMDLINE_LINUX_DEFAULT="quiet"<BR>por<BR>GRUB_CMDLINE_LINUX_DEFAULT="vga=788 
  spash quiet"</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>ejecutamos <BR># update-grub<BR>y reiniciamos</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>instalamos los paquetes<BR># apt-get install libtool 
  autoconf make automake g++ libssl-dev pkg-config libpng12-dev libdirectfb-dev 
  cmake libavformat-dev libxine-dev liblua5.1-0-dev liblua5.1-socket2 
  libcurl4-openssl-dev libxerces-c-dev libboost-dev libdb4.7-dev 
  libboost-thread-dev libboost-filesystem-dev libboost-regex1.40-dev 
  libavcodec-dev libxine1-ffmpeg libgtest-dev</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>Esta lista la saqué de la wiki de la comunidad, pero 
  para debian 6.0 hay que realizarle algunas modificaciones.<BR>Le agregamos 
  make , y cambiamos libboost-regex1.40-dev por libboost-regex1.42-dev</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left><BR>instalamos para bajar las fuentes <BR># apt-get 
  install subversion git</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>bajamos las fuentes de fusionsound<BR># git clone 
  git://<A href="http://git.directfb.org/git/directfb/core/FusionSound.git" 
  target=_blank>git.directfb.org/git/directfb/core/FusionSound.git</A></DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>Una vez que tenemos los fuentes, simplemente los 
  compilamos. Hay que tener en cuenta que el proceso de configuración (que 
  usualmente se hace con ./configure) se hace con ./autogen.sh. <BR># cd 
  FusionSound<BR># ./autogen.sh<BR># make<BR># make install</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>bajo la versión 1.2.0 de <A href="http://ginga.ar" 
  target=_blank>ginga.ar</A><BR># svn checkout svn://<A 
  href="http://scm.ourproject.org/svnroot/ginga/middleware/ginga.ar/tags/release/1.2.0" 
  target=_blank>scm.ourproject.org/svnroot/ginga/middleware/ginga.ar/tags/release/1.2.0</A></DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left><BR>Se puede crear un directorio /home/lifia/build/ 
  para que queden los resultados intermedios de la compilación</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>&nbsp;Definir la variable de entorno DEPOT para que 
  punta a /home/lifia/<BR># export DEPOT=/home/lifia/</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>11- Construcción de 'telemidia-links'<BR>Definir 
  PREFIX </DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left># export PREFIX=/usr<BR>Entrar al directorio de 
  telemidia-links y construirlo </DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left># cd /home/lifia/src/telemidia-links<BR># 
  ../build_telemidia-links.sh <BR># make<BR># make install</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>12- Construcción del resto<BR>Editar 
  /home/lifia/config/SetupUser.cmake para que los binarios se generen en 
  /home/lifia/ginga. Modificar las siguientes 
  lineas<BR>&nbsp;set(CMAKE_INSTALL_PREFIX 
  /tmp/ginga)<BR>&nbsp;set(CMAKE_CONFIG_INSTALL_PREFIX /tmp/ginga)<BR>&nbsp;Para 
  que digan:<BR>&nbsp;set(CMAKE_INSTALL_PREFIX 
  /home/lifia/ginga)<BR>&nbsp;set(CMAKE_CONFIG_INSTALL_PREFIX 
  /home/lifia/ginga)<BR>Editar /home/lifia/config/SetupGlobal.cmake para 
  desactivar los tests. Modificar la línea:<BR>&nbsp;set(COMPILE_TESTS 
  1)<BR>&nbsp;Para que diga:<BR>&nbsp;set(COMPILE_TESTS 0)<BR>Ir al directorio 
  de build y construir ginga </DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left># cd /home/lifia/build <BR># ../src/ginga.sh 
  PC<BR>Esperar a que termine la compilación</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>13- Configuración final<BR>Verificar que el archivo 
  /etc/ld.so.conf.d/ginga.conf tenga las siguientes líneas, agregar las que sean 
  necesarias:<BR>&nbsp;/usr/lib/ginga<BR>&nbsp;/home/lifia/ginga/lib/lifia<BR>Actualizar 
  el linker dinámico<BR># ldconfig<BR>Copiar 
  /home/lifia/ginga/share/lua/5.1/tcp_event.lua a 
  /usr/share/lua/5.1/tcp_event.lua</DIV>
  <DIV>&nbsp;</DIV>
  <DIV dir=ltr align=left>falta agregar al .bashrc para ejecutar ginga desde 
  cualquier lugar<BR># export 
  PATH="$PATH:/home/lifia/ginga/sbin"</DIV></FONT></DIV><BR>
  <DIV dir=ltr lang=es align=left>
  <HR>
  <FONT size=2 face=Tahoma><B>De:</B> <A 
  href="mailto:ginga-argentina-bounces@lists.ourproject.org" 
  target=_blank>ginga-argentina-bounces@lists.ourproject.org</A> [mailto:<A 
  href="mailto:ginga-argentina-bounces@lists.ourproject.org" 
  target=_blank>ginga-argentina-bounces@lists.ourproject.org</A>] <B>En nombre 
  de </B>Arturo Zambrano<BR><B>Enviado el:</B> Jueves, 30 de Junio de 2011 10:36 
  a.m.<BR><B>Para:</B> Lista de la comunidad argentina de 
  Ginga<BR><B>Asunto:</B> Re: [Ginga-argentina] Instalacion Ginga 
  1.2.0<BR></FONT><BR></DIV>
  <DIV>
  <DIV></DIV>
  <DIV class=h5>
  <DIV></DIV>Como lo instalaste? siguiendo que &nbsp;pasos? 
  <DIV>Tu mail contiene muy poca informacion como para alguien pueda ayudar, 
  &nbsp;imagino que por eso nadie lo contestó.</DIV>
  <DIV><FONT size=2 face=Verdana></FONT><FONT size=2 
  face=Verdana></FONT><BR></DIV>
  <DIV>saludos</DIV>
  <DIV><FONT size=2 face=Verdana></FONT><BR></DIV>
  <DIV><BR>
  <DIV class=gmail_quote>2011/6/28 Gabriel Carissimo <SPAN dir=ltr>&lt;<A 
  href="mailto:gcarissimo@ryaco.com" 
  target=_blank>gcarissimo@ryaco.com</A>&gt;</SPAN><BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote><U></U>
    <DIV>
    <DIV><SPAN><FONT size=2 face=Verdana>Hola </FONT></SPAN></DIV>
    <DIV><SPAN><FONT size=2 face=Verdana>Gente</FONT></SPAN></DIV>
    <DIV><SPAN><FONT size=2 face=Verdana>Me podrían dar una mano, tengo 
    instalado Ginga 1.2.0 sobre debían squeeze, y no tengo soporte de Video, que 
    debería instalar/configurar?</FONT></SPAN></DIV>
    <DIV><SPAN><FONT size=2 face=Verdana></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN><FONT size=2 face=Verdana>Saludos</FONT></SPAN></DIV>
    <DIV><SPAN><FONT size=2 
    face=Verdana>Gabriel</FONT></SPAN></DIV></DIV><BR>__________________________________________Lista 
    de correo <A href="mailto:Ginga-argentina@lists.ourproject.org" 
    target=_blank>Ginga-argentina@lists.ourproject.org</A><BR>cambiar 
    suscripci&amp;#243;n: <A 
    href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina" 
    target=_blank>https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina</A><BR>Sitio 
    web: <A href="http://comunidad.ginga.org.ar" 
    target=_blank>http://comunidad.ginga.org.ar</A><BR>Wiki: <A 
    href="http://wiki.ginga.org.ar" 
    target=_blank>http://wiki.ginga.org.ar</A><BR><BR></BLOCKQUOTE></DIV><BR></DIV></DIV></DIV><BR>__________________________________________Lista 
  de correo <A 
  href="mailto:Ginga-argentina@lists.ourproject.org">Ginga-argentina@lists.ourproject.org</A><BR>cambiar 
  suscripci&amp;#243;n: <A 
  href="https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina" 
  target=_blank>https://lists.ourproject.org/cgi-bin/mailman/listinfo/ginga-argentina</A><BR>Sitio 
  web: <A href="http://comunidad.ginga.org.ar" 
  target=_blank>http://comunidad.ginga.org.ar</A><BR>Wiki: <A 
  href="http://wiki.ginga.org.ar" 
  target=_blank>http://wiki.ginga.org.ar</A><BR><BR></BLOCKQUOTE></DIV><BR><BR 
clear=all><BR>-- <BR>Alejandro Alvarez<BR></DIV></BODY></HTML>