#7298: use html5 video tag for animations
------------------------------+---------------------------------------------
 Reporter:  whuss             |         Owner:  whuss                           
                     
     Type:  enhancement       |        Status:  needs_work                      
                     
 Priority:  major             |     Milestone:  sage-4.7                        
                     
Component:  graphics          |    Resolution:  fixed                           
                     
 Keywords:  animation, video  |        Author:  Wilfried Huss                   
                     
 Upstream:  N/A               |      Reviewer:  Pablo Angulo, Niles Johnson     
                     
   Merged:                    |   Work_issues:  pass list rather than single 
string to ``check_call``
------------------------------+---------------------------------------------

Comment(by whuss):

 Replying to [comment:19 niles]:
 > Replying to [comment:18 whuss]:
 > >
 > {{{
 >  checking for PNG... yes
 >  }}}
 >
 > Ah, I got
 > {{{
 > checking for PNG... no
 > }}}
 >
 > I'm using Mac OS 10.6.6.  Since I made my last post above, I have
 downloaded libtheora directly from their website and compiled png2theora
 successfully outside of Sage.  I just retried installing from within Sage,
 and it still cannot find libpng, and still fails to build png2theora . . .
 >
 > So the fix probably has to do with telling Sage how to accurately find
 libpng; is that right?

 Yes. I have never developed on Mac OS, so I don't really know how to fix
 it. This is the autoconf
 check, used by libtheora to test for libpng:

 {{{
 dnl check for libpng
 HAVE_PNG=no
 if test "x$HAVE_PKG_CONFIG" = "xyes"
 then
   PKG_CHECK_MODULES(PNG, libpng, HAVE_PNG=yes, HAVE_PNG=no)
 fi
 AC_SUBST(PNG_CFLAGS)
 AC_SUBST(PNG_LIBS)
 }}}

 It is very simple, and since the original source builds for you, this
 should also work on Mac OS.

 Maybe one could hard code the variables PNG_CFLAGS and PNG_LIBS in spkg-
 install, but there should be a better solution.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7298#comment:20>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to