[Lunar-commits] CVS: moonbase/zbeta/evas-cvs BUILD, NONE, 1.1 CONFLICTS, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Sep 29 04:46:15 UTC 2004


Update of /var/cvs/lunar/moonbase/zbeta/evas-cvs
In directory espresso.foo-projects.org:/tmp/cvs-serv13240/evas-cvs

Added Files:
	BUILD CONFLICTS DEPENDS DETAILS 
Log Message:
Starting to add the CVS versions of some EFL libraries in hopes of plans of
eventually getting some "e17"ish applications in the moonbase. (like
entrance, eRSS, and the such)


--- NEW FILE: BUILD ---
(

  # Generate documentation of they user has doxygen installed
  if module_installed doxygen; then
    ./gendoc
  fi
 
  # Some extra flags based off of what is in OPTS
  local EXTRA_OPTS=""
  if [ `echo "$OPTS" | grep "sse"` ] ; then
    EXTRA_OPTS=" --enable-cpu-sse"
  fi
  if [ `echo "$OPTS" | grep "mmx"` ] ; then
    EXTRA_OPTS="$EXTRA_OPTS --enable-cpu-mmx"
  fi
 
  ./autogen.sh --build=$BUILD                      \
               --prefix=$MODULE_PREFIX             \
               --sysconfdir=/etc                   \
               --localstatedir=/var                \
               --infodir=$MODULE_PREFIX/share/info \
               --mandir=$MOUDLE_PREFIX/share/man   \
               --enable-image-loader-eet           \
               --enable-image-loader-edb           \
               --enable-software-x11               \
               --enable-fb                         \
               --enable-font-loader-eet            \
               --enable-cpu-c                      \
               --enable-scale-sample               \
               --enable-scale-smooth               \
               --enable-convert-yuv                \
               --enable-small-dither-mask          \
               --enable-convert-8-rgb-332          \
               --enable-convert-8-rgb-666          \
               --enable-convert-8-rgb-232          \
               --enable-convert-8-rgb-222          \
               --enable-convert-8-rgb-221          \
               --enable-convert-8-rgb-121          \
               --enable-convert-8-rgb-111          \
               --enable-convert-16-rgb-565         \
               --enable-convert-16-rgb-555         \
               --enable-convert-16-rgb-444         \
               --enable-convert-16-rgb-ipq         \
               --enable-convert-16-rgb-rot-0       \
               --enable-convert-16-rgb-rot-270     \
               --enable-convert-16-rgb-rot-90      \
               --enable-convert-24-rgb-888         \
               --enable-convert-24-bgr-888         \
               --enable-convert-32-rgb-8888        \
               --enable-convert-32-rgbx-8888       \
               --enable-convert-32-bgr-8888        \
               --enable-convert-32-bgrx-8888       \
               --enable-convert-32-rgb-rot-0       \
               --enable-convert-32-rgb-rot-270     \
               --enable-convert-32-rgb-rot-90      \
               $EXTRA_OPTS                         \
               $OPTS                               &&

   default_build

) > $C_FIFO 2>&1

--- NEW FILE: CONFLICTS ---
conflicts evas

--- NEW FILE: DEPENDS ---
depends pkgconfig  &&
depends imlib2-cvs &&
depends eet-cvs    &&
depends edb-cvs    &&
depends grep       &&

optional_depends "libpng" "--enable-image-loader-png" "" "enable PMG image loader"
optional_depends "jpeg" "--enable-image-loader-jpeg" "" "enable JPEG image loader"
optional_depends "DirectFB" "--enable-directfb" "" "enable the DirectFB rendering backend"
optional_depends "cairo" "--enable-cairo-x11" "" "enable the Cairo X11 display engine"
optional_depends "valgrind" "--enable-valgrind" "" "enable valgrid fixes to stop false reports"
optional_depends "glut" "--enable-gl-x11" "" "enable OpenGL rendering backend"
optional_depends "doxygen" "" "" "Build extra documentation"

--- NEW FILE: DETAILS ---
          MODULE=evas-cvs
         VERSION=beta
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/evas
      SOURCE_URL=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment:e17/libs/evas
        WEB_SITE=http://www.enlightenment.org/
         ENTERED=20040928
         UPDATED=`date -u +%Y%m%d`
           SHORT="This is the CVS version of the evas module"

cat << EOF
This is the CVS version of the evas module, see 'lvu what evas'
for the full scoop.
EOF



More information about the Lunar-commits mailing list