Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 3a5fce6efa4b78a8502837948d6b9b6d > files > 4

twinkle-1.4.2-19.fc18.1.src.rpm

diff -Nur twinkle-1.4.2.orig/configure twinkle-1.4.2/configure
--- twinkle-1.4.2.orig/configure	2009-02-25 13:15:58.000000000 -0700
+++ twinkle-1.4.2/configure	2012-01-22 22:07:07.220655319 -0700
@@ -6772,23 +6772,23 @@
   else
      PKG_CONFIG_MIN_VERSION=0.9.0
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
-        { echo "$as_me:$LINENO: checking for libccrtp1 >= 1.6.0" >&5
-echo $ECHO_N "checking for libccrtp1 >= 1.6.0... $ECHO_C" >&6; }
+        { echo "$as_me:$LINENO: checking for libccrtp >= 1.6.0" >&5
+echo $ECHO_N "checking for libccrtp >= 1.6.0... $ECHO_C" >&6; }
 
-        if $PKG_CONFIG --exists "libccrtp1 >= 1.6.0" ; then
+        if $PKG_CONFIG --exists "libccrtp >= 1.6.0" ; then
             { echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6; }
             succeeded=yes
 
             { echo "$as_me:$LINENO: checking CCRTP_CFLAGS" >&5
 echo $ECHO_N "checking CCRTP_CFLAGS... $ECHO_C" >&6; }
-            CCRTP_CFLAGS=`$PKG_CONFIG --cflags "libccrtp1 >= 1.6.0"`
+            CCRTP_CFLAGS=`$PKG_CONFIG --cflags "libccrtp >= 1.6.0"`
             { echo "$as_me:$LINENO: result: $CCRTP_CFLAGS" >&5
 echo "${ECHO_T}$CCRTP_CFLAGS" >&6; }
 
             { echo "$as_me:$LINENO: checking CCRTP_LIBS" >&5
 echo $ECHO_N "checking CCRTP_LIBS... $ECHO_C" >&6; }
-            CCRTP_LIBS=`$PKG_CONFIG --libs "libccrtp1 >= 1.6.0"`
+            CCRTP_LIBS=`$PKG_CONFIG --libs "libccrtp >= 1.6.0"`
             { echo "$as_me:$LINENO: result: $CCRTP_LIBS" >&5
 echo "${ECHO_T}$CCRTP_LIBS" >&6; }
         else
@@ -6796,7 +6796,7 @@
             CCRTP_LIBS=""
             ## If we have a custom action on failure, don't print errors, but
             ## do set a variable so people can do so.
-            CCRTP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libccrtp1 >= 1.6.0"`
+            CCRTP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libccrtp >= 1.6.0"`
             echo $CCRTP_PKG_ERRORS
         fi
 
@@ -6811,8 +6811,8 @@
   if test $succeeded = yes; then
      :
   else
-     { { echo "$as_me:$LINENO: error: Library requirements (libccrtp1 >= 1.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
-echo "$as_me: error: Library requirements (libccrtp1 >= 1.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
+     { { echo "$as_me:$LINENO: error: Library requirements (libccrtp >= 1.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
+echo "$as_me: error: Library requirements (libccrtp >= 1.6.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
    { (exit 1); exit 1; }; }
   fi
 
@@ -16729,9 +16729,9 @@
 ) | grep '^-I' | sed -e 's|^-I||' | xargs echo INCLUDEPATH += >> $QT_INCL_PRO
 
 #echo "INCLUDEPATH += `$CCGNU2_CONFIG --includes`" | sed -e s/-I//g > $QT_INCL_PRO
-# libccrtp1(ccrtp) depend from libccgnu2(commoncpp2) and
+# libccrtp(ccrtp) depend from libccgnu2(commoncpp2) and
 # should include above flags !
-echo "INCLUDEPATH += `$PKG_CONFIG --cflags-only-I libccrtp1`" | sed -e s/-I//g >> $QT_INCL_PRO
+echo "INCLUDEPATH += `$PKG_CONFIG --cflags-only-I libccrtp`" | sed -e s/-I//g >> $QT_INCL_PRO
 echo "INCLUDEPATH += `$PKG_CONFIG --cflags-only-I libxml-2.0`" | sed -e s/-I//g >> $QT_INCL_PRO
 
 # get libraries specified on command line
diff -Nur twinkle-1.4.2.orig/configure.in twinkle-1.4.2/configure.in
--- twinkle-1.4.2.orig/configure.in	2009-02-24 12:49:20.000000000 -0700
+++ twinkle-1.4.2/configure.in	2012-01-22 22:07:07.240655323 -0700
@@ -66,7 +66,7 @@
 
 export PKG_CONFIG_PATH
 
-PKG_CHECK_MODULES(CCRTP, libccrtp1 >= 1.6.0)
+PKG_CHECK_MODULES(CCRTP, libccrtp >= 1.6.0)
 
 PKG_CHECK_MODULES(XML2, libxml-2.0)
 # AC_CHECK_HEADER(libxml/tree.h, [],
@@ -134,9 +134,9 @@
 ) | grep '^-I' | sed -e 's|^-I||' | xargs echo INCLUDEPATH += >> $QT_INCL_PRO
 
 #echo "INCLUDEPATH += `$CCGNU2_CONFIG --includes`" | sed -e s/-I//g > $QT_INCL_PRO
-# libccrtp1(ccrtp) depend from libccgnu2(commoncpp2) and
+# libccrtp(ccrtp) depend from libccgnu2(commoncpp2) and
 # should include above flags !
-echo "INCLUDEPATH += `$PKG_CONFIG --cflags-only-I libccrtp1`" | sed -e s/-I//g >> $QT_INCL_PRO
+echo "INCLUDEPATH += `$PKG_CONFIG --cflags-only-I libccrtp`" | sed -e s/-I//g >> $QT_INCL_PRO
 echo "INCLUDEPATH += `$PKG_CONFIG --cflags-only-I libxml-2.0`" | sed -e s/-I//g >> $QT_INCL_PRO
 
 # get libraries specified on command line