#7297: spkg's for libogg and libtheora
---------------------------------+------------------------------------------
Reporter: whuss | Owner: whuss
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: optional packages | Keywords: video, animation
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
---------------------------------+------------------------------------------
Comment(by drkirkby):
I would add 'set -e' before the 'cp' command in the spkg-install of
libtheora-1.1.1. Then, if the copy fails, the spkg-install script will
exit with a code of 1. Otherwise, this will appear to have installed
correctly, even if the copy fails.
{{{
set -e
cp examples/.libs/png2theora $SAGE_LOCAL/bin
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7297#comment:9>
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.