Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion


Modified Files:
        configure.in emotion.pc.in 


Log Message:
cleaned up requirements

===================================================================
RCS file: /cvs/e/e17/libs/emotion/configure.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- configure.in        23 Mar 2007 10:09:35 -0000      1.42
+++ configure.in        23 Mar 2007 10:20:47 -0000      1.43
@@ -92,18 +92,12 @@
 AC_CHECK_HEADERS(Ecore_X.h Ecore_Fb.h)
 CPPFLAGS=$save_CPPFLAGS
 
-requirements="eet evas edje ecore ecore-evas embryo"
-
 AC_ARG_ENABLE(xine,
        AC_HELP_STRING([--disable-xine],[disable xine support 
@<:@default=auto@:>@]),
        [enable_xine=$enableval],[enable_xine=auto])
 HAVE_XINE="no"
 if test "$enable_xine" != "no" ; then
        PKG_CHECK_MODULES(XINE, [libxine >= 1.1.1], [HAVE_XINE="yes"])
-
-       if test "$HAVE_XINE" = "yes" ; then
-               requirements="$requirements libxine"
-       fi
 fi
 if test "$enable_xine$HAVE_XINE" = "yesno" ; then
        AC_MSG_RESULT(xine not found)
@@ -159,17 +153,14 @@
                        AC_MSG_WARN([You should install gstreamer plugins and 
gst-ffmpeg to properly decode your video and audio files])
                        GSTPLUG_MSG="no (you should install gst-plugins-base 
and gst-ffmpeg)"
                fi
-               requirements="$requirements gstreamer"
                GSTPLUG_MSG="yes"
        else
-               requirements="$requirements gstreamer"
                GSTPLUG_MSG="yes"
        fi
        if test "$HAVE_GSTCDIOCDDASRC" = "no"; then
                AC_MSG_WARN([You should install gstreamer-plugins-good and make 
sure that the cdiocddasrc element is installed])
                GSTCDDA_MSG="no (you should install gst-plugins-good and the 
cdiocddasrc element)"
        else
-               requirements="$requirements gstreamer"
                GSTCDDA_MSG="yes"
        fi
 fi
@@ -182,8 +173,6 @@
 
 AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
 AC_SUBST(dlopen_libs)
-
-AC_SUBST(requirements)
 
 AC_OUTPUT([
 Makefile
===================================================================
RCS file: /cvs/e/e17/libs/emotion/emotion.pc.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- emotion.pc.in       15 Jul 2004 19:23:03 -0000      1.1
+++ emotion.pc.in       23 Mar 2007 10:20:47 -0000      1.2
@@ -5,7 +5,8 @@
 
 Name: emotion
 Description: Emotion evas based multimedia library
-Requires: @requirements@
+Requires: evas
 Version: @VERSION@
 Libs: -L${libdir} -lemotion
+Libs.private: @EET_LIBS@ @EDJE_LIBS@ @ECORE_LIBS@ @EMBRYO_LIBS@ @XINE_LIBS@ 
@GST_LIBS@
 Cflags: -I${includedir}



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to