efl: next round of updates / cleanups
authorMichael Lauer <mickey@vanille-media.de>
Wed, 18 Jul 2007 13:47:06 +0000 (13:47 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 18 Jul 2007 13:47:06 +0000 (13:47 +0000)
16 files changed:
packages/efl1/edje-native_0.5.0.040.bb [moved from packages/efl1/edje-native_0.5.0.038.bb with 100% similarity]
packages/efl1/edje_0.5.0.040.bb [moved from packages/efl1/edje_0.5.0.038.bb with 100% similarity]
packages/efl1/eet-native_0.9.10.040.bb [moved from packages/efl1/eet-native_0.9.10.038.bb with 100% similarity]
packages/efl1/eet_0.9.10.040.bb [moved from packages/efl1/eet_0.9.10.038.bb with 77% similarity]
packages/efl1/efreet_0.0.3.005.bb [moved from packages/efl1/efreet_0.0.3.002.bb with 100% similarity]
packages/efl1/embryo-native_0.9.1.040.bb [moved from packages/efl1/embryo-native_0.9.1.038.bb with 100% similarity]
packages/efl1/embryo_0.9.1.040.bb [moved from packages/efl1/embryo_0.9.1.038.bb with 100% similarity]
packages/efl1/emotion_0.0.1.007.bb [moved from packages/efl1/emotion_0.0.1.006.bb with 85% similarity]
packages/efl1/epeg_0.9.0.010.bb [moved from packages/efl1/epeg_0.9.0.009.bb with 100% similarity]
packages/efl1/epsilon_0.3.0.010.bb [moved from packages/efl1/epsilon_0.3.0.009.bb with 100% similarity]
packages/efl1/esmart_0.9.0.010.bb [moved from packages/efl1/esmart_0.9.0.009.bb with 100% similarity]
packages/efl1/evas-native_0.9.9.040.bb [moved from packages/efl1/evas-native_0.9.9.038.bb with 100% similarity]
packages/efl1/evas.inc
packages/efl1/evas_0.9.9.040.bb [moved from packages/efl1/evas_0.9.9.038.bb with 98% similarity]
packages/efl1/ewl_0.5.1.010.bb [moved from packages/efl1/ewl_0.5.1.009.bb with 75% similarity]
packages/efl1/imlib2_1.4.0.002.bb [moved from packages/efl1/imlib2_1.4.0.001.bb with 98% similarity]

similarity index 77%
rename from packages/efl1/eet_0.9.10.038.bb
rename to packages/efl1/eet_0.9.10.040.bb
index 08935df..cbe1f30 100644 (file)
@@ -7,5 +7,3 @@ LICENSE = "BSD"
 PR = "r0"
 
 inherit efl1
-
-SRC_URI = "http://download.enlightenment.org/snapshots/2007-05-06/eet-${PV}.tar.gz"
similarity index 85%
rename from packages/efl1/emotion_0.0.1.006.bb
rename to packages/efl1/emotion_0.0.1.007.bb
index bdfcbeb..2a65d17 100644 (file)
@@ -7,8 +7,6 @@ PR = "r0"
 
 inherit efl1
 
-SRC_URI = "http://download.enlightenment.org/snapshots/2007-06-17/emotion-${PV}.tar.gz"
-
 EXTRA_OECONF = "--disable-xine --enable-gstreamer"
 
 PACKAGES =+ "emotion-backend-gstreamer emotion-test"
index f3d78f0..c631b26 100644 (file)
@@ -10,23 +10,13 @@ inherit efl1
 
 export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config"
 
-SRC_URI = "http://enlightenment.freedesktop.org/files/evas-${PV}.tar.gz \
-           file://fix-configure.patch;patch=1 \
-           ${E_CVS};module=e17/libs/evas/m4;date=20060101"
+SRC_URI += "file://fix-configure.patch;patch=1"
 
 S = "${WORKDIR}/evas-${PV}"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas"
 
 EXTRA_OECONF = "<override me>"
 
-do_configure_prepend() {
-    if [ -e "${WORKDIR}/m4" ]; then
-        install -d "${S}/m4"
-        install "${WORKDIR}/m4/"*.m4 "${S}/m4"
-        aclocal -I m4
-    fi
-}
-
 python populate_packages_prepend () {
         for plugin_type in "engines loaders savers".split():
             bb.note( "splitting packages for evas %s..." % plugin_type )
@@ -42,16 +32,6 @@ do_install_append() {
     find "${D}" -name .debug -type d | xargs -iBLAH rm -rf "BLAH"
 }
 
-#do_stage_append() {
-#      cd src
-#      modules=`find modules -name ".libs"`
-#      for module in $modules
-#      do
-#              install -d ${STAGING_LIBDIR}/evas/`dirname $module`/${TARGET_OS}-gnu-${TARGET_ARCH}
-#              install -m 0755 $module/module.so ${STAGING_LIBDIR}/evas/`dirname $module`/${TARGET_OS}-gnu-${TARGET_ARCH}/module.so
-#      done
-#}
-
 FILES_${PN}-dev += "${libdir}/evas/modules/*/*/*/*.a ${libdir}/evas/modules/*/*/*/*.la"
 FILES_${PN}-dbg += "${libdir}/evas/modules/*/*/*/.debug/"
 FILES_${PN} = "${libdir}/libevas*.so*"
similarity index 98%
rename from packages/efl1/evas_0.9.9.038.bb
rename to packages/efl1/evas_0.9.9.040.bb
index 79fdd42..706a152 100644 (file)
@@ -10,7 +10,7 @@ EXTRA_OECONF = "\
                --disable-software-ddraw        \
                --disable-software-qtopia       \
                --enable-software-x11           \
-               --enable-software-16-x11        \
+               --disable-software-16-x11       \
                --disable-software-xcb          \
                --disable-gl-x11                        \
                --enable-xrender-x11            \
similarity index 75%
rename from packages/efl1/ewl_0.5.1.009.bb
rename to packages/efl1/ewl_0.5.1.010.bb
index 9d60a67..cece54b 100644 (file)
@@ -7,5 +7,3 @@ LICENSE = "MIT"
 PR = "r0"
 
 inherit efl1
-
-SRC_URI = "http://download.enlightenment.org/snapshots/2007-06-17/ewl-${PV}.tar.gz"
similarity index 98%
rename from packages/efl1/imlib2_1.4.0.001.bb
rename to packages/efl1/imlib2_1.4.0.002.bb
index 88b532c..7ac8f97 100644 (file)
@@ -2,11 +2,10 @@ DESCRIPTION = "A graphic library for file loading, saving, rendering, and manipu
 LICENSE = "BSD"
 # can also depend on tiff34, ungif or gif, z, bz2, id3tag
 DEPENDS = "freetype libpng jpeg"
+PR = "r0"
 
 inherit efl1
 
-PR = "r1"
-
 PACKAGES =+ "imlib2-loaders-dbg imlib2-filters-dbg imlib2-loaders imlib2-filters"
 FILES_${PN} = "${libdir}/lib*.so.* ${libdir}/imlib2/*/*.so"
 FILES_${PN}-dbg = "${libdir}/.debug/ ${bindir}/.debug/"