gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r12271: Fix a few typos. fix version


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12271: Fix a few typos. fix version string.
Date: Wed, 23 Jun 2010 09:40:05 -0600
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12271
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-06-23 09:40:05 -0600
message:
  Fix a few typos. fix version string.
modified:
  macros/kde4.m4
  plugin/klash4/pluginsinfo
=== modified file 'macros/kde4.m4'
--- a/macros/kde4.m4    2010-04-19 23:12:41 +0000
+++ b/macros/kde4.m4    2010-06-23 15:40:05 +0000
@@ -24,7 +24,7 @@
              with_kde4_incl=${withval})
   dnl make sure the path is a useable one
   if test x"${with_kde4_incl}" != x ; then
-    if test ! -f ${with_kde4_incl}/kapp.h ; then
+    if test ! -f ${with_kde4_incl}/kapplication.h ; then
       AC_MSG_ERROR([${with_kde4_incl} directory doesn't contain any KDE 4.x 
headers])
     fi
   fi
@@ -38,7 +38,7 @@
              with_kde4_lib=${withval})
   dnl make sure the path is a useable one
   if test x"${with_kde4_lib}" != x ; then 
-    if test ! -f ${with_kde4_lib}/libkdeui.la; then
+    if test ! -f ${with_kde4_lib}/libkdeui.so; then
       AC_MSG_ERROR([${with_kde4_lib} directory doesn't contain any KDE 4.x 
libraries!])
     fi
   fi
@@ -169,19 +169,6 @@
          AC_MSG_RESULT(no)
         fi
       fi
-      dnl Look for the kdeprint library, which is required
-      AC_MSG_CHECKING([for kdeprint library])
-      if test x"${libkdeprint}" = x; then
-        if test -f ${kde4_topdir}/libkdeprint.la -o -f 
${kde4_topdir}/libkdeprint.${shlibext}; then
-          ac_cv_path_kde4_lib="${ac_cv_path_kde4_lib} -lkdeprint"
-          AC_MSG_RESULT(${kde4_topdir}/libkdeprint)
-        else
-          AC_MSG_RESULT(no)
-        fi
-      else
-        AC_MSG_RESULT(${libkdeprint})
-        ac_cv_path_kde4_lib="${ac_cv_path_kde4_lib} ${libkdeprint}"
-      fi       
     ])                  dnl end of cache ac_cv_path_kde4_lib
   fi                    dnl end of build_kde4
 
@@ -218,7 +205,7 @@
   fi                            dnl end of build_kparts4
 
   if test x"${ac_cv_path_kde4_incl}" != x ; then
-    if test x"${ac_cv_path_kde3_incl}" != x"-I/usr/include"; then
+    if test x"${ac_cv_path_kde4_incl}" != x"-I/usr/include"; then
       KDE4_CFLAGS="${ac_cv_path_kde4_incl}"
     else
       KDE4_CFLAGS=""

=== modified file 'plugin/klash4/pluginsinfo'
--- a/plugin/klash4/pluginsinfo 2008-10-09 07:35:53 +0000
+++ b/plugin/klash4/pluginsinfo 2010-06-23 15:40:05 +0000
@@ -1,7 +1,7 @@
 number=1
 
 [0]
-description=Shockwave Flash 7.0
+description=Shockwave Flash 10.1 r999
 file=libklashpart.so
 mime=application/x-shockwave-flash:swf:Shockwave 
Flash;application/futuresplash:spl:FutureSplash Player
 name=Shockwave Flash


reply via email to

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