gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog configure.ac macros/boost.m4 ma...


From: Russ Nelson
Subject: [Gnash-commit] gnash ChangeLog configure.ac macros/boost.m4 ma...
Date: Wed, 30 Apr 2008 16:06:34 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Russ Nelson <nelsonrn>  08/04/30 16:06:34

Modified files:
        .              : ChangeLog configure.ac 
        macros         : boost.m4 incllist 

Log message:
        * resolve http://savannah.gnu.org/bugs/?22973 by adding a test
          for a directory, and by removing .. and ../.. which we probably
          don't need.
        * add the OpenSUSE name of gstreamer 0.10.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6465&r2=1.6466
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.525&r2=1.526
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/boost.m4?cvsroot=gnash&r1=1.81&r2=1.82
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/incllist?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6465
retrieving revision 1.6466
diff -u -b -r1.6465 -r1.6466
--- ChangeLog   30 Apr 2008 15:41:59 -0000      1.6465
+++ ChangeLog   30 Apr 2008 16:06:33 -0000      1.6466
@@ -1,3 +1,10 @@
+2008-04-28 Russ Nelson <address@hidden>
+
+       * resolve http://savannah.gnu.org/bugs/?22973 by adding a test
+         for a directory, and by removing .. and ../.. which we probably
+         don't need.
+       * add the OpenSUSE name of gstreamer 0.10.
+
 2008-04-30 Sandro Santilli <address@hidden>
 
        * testsuite/actionscript.all/MovieClip.as: add test for setting

Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.525
retrieving revision 1.526
diff -u -b -r1.525 -r1.526
--- configure.ac        30 Apr 2008 03:36:28 -0000      1.525
+++ configure.ac        30 Apr 2008 16:06:33 -0000      1.526
@@ -2481,6 +2481,7 @@
     echo "               Install it from http://www.gstreamer.net"; >&3
     echo "               or .deb users: apt-get install libgstreamer0.10-dev" 
>&3
     echo "               or .rpm users: yum install gstreamer-devel" >&3
+    echo "               or             yast install gstreamer010-devel" >&3
   fi
 fi
 

Index: macros/boost.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/boost.m4,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -b -r1.81 -r1.82
--- macros/boost.m4     30 Apr 2008 09:51:21 -0000      1.81
+++ macros/boost.m4     30 Apr 2008 16:06:34 -0000      1.82
@@ -75,7 +75,7 @@
   AC_MSG_CHECKING([for boost header])
   for i in $newlist; do
     dirs="`ls -dr $i/boost* 2>/dev/null`"
-    if test -n "${dirs}" -a x"${dirs}" != x"/usr/include/boost"; then
+    if test -n "${dirs}" -a -d "${dirs}" -a x"${dirs}" != 
x"/usr/include/boost"; then
       gnash_boost_topdir="`(cd ${dirs}; pwd)`"
       gnash_boost_subdir="`dirname ${gnash_boost_topdir}`"
       gnash_boost_version="`echo ${gnash_boost_topdir} | sed -e 's:boost-::'`"

Index: macros/incllist
===================================================================
RCS file: /sources/gnash/gnash/macros/incllist,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- macros/incllist     1 Feb 2008 01:30:30 -0000       1.7
+++ macros/incllist     30 Apr 2008 16:06:34 -0000      1.8
@@ -1 +1 @@
-${with_top_level}/include ${prefix}/${host_alias}/include ${prefix}/include 
/sw/include /usr/nekoware/include /usr/freeware/include /usr/pkg/include 
/opt/local/include /usr/local/include /home/latest/include /opt/include 
/opt/mesa/include /opt/include /usr/X11R6/include /usr/X11/include /usr/include 
/usr/pkg/include /usr/local/olpc/include .. ../..
+${with_top_level}/include ${prefix}/${host_alias}/include ${prefix}/include 
/sw/include /usr/nekoware/include /usr/freeware/include /usr/pkg/include 
/opt/local/include /usr/local/include /home/latest/include /opt/include 
/opt/mesa/include /opt/include /usr/X11R6/include /usr/X11/include /usr/include 
/usr/pkg/include /usr/local/olpc/include




reply via email to

[Prev in Thread] Current Thread [Next in Thread]