Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 22 Aug 2004 15:06:02 +0000 (15:06 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 22 Aug 2004 15:06:02 +0000 (15:06 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/08/22 16:04:05+02:00 uni-frankfurt.de!mickey
improve edb, eet, evas, ecore packaging

BKrev: 4128b65ak8SeIA_paPNMuhEGVjwWYA

ecore/ecore_cvs.oe
edb/edb_cvs.oe
eet/eet_cvs.oe
evas/evas_cvs.oe

index dd17e30..fd943ac 100644 (file)
@@ -4,9 +4,10 @@ timeouts and idle handlers fast, optimized, and convenient."
 HOMEPAGE = "http://www.enlightenment.org"
 SECTION = "libs"
 PRIORITY = "optional"
+LEAD_SONAME = "libecore.so"
 PV = "${CVSDATE}"
 DEPENDS = "edb eet evas freetype edb-native"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore"
 S = "${WORKDIR}/ecore"
@@ -43,3 +44,9 @@ do_stage () {
        install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/
        install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/
 }
+
+PACKAGES += "ecore-examples"
+
+FILES_${PN} = "${libdir}/libecore*.so* ${libdir}/ecore_config_ipc_ecore.so"
+FILES_${PN}-dev += "${bindir}/ecore-config ${libdir}/pkgconfig"
+FILES_${PN}-examples = "${bindir}/ecore_test ${bindir}/ecore_evas_test ${datadir}"
index 4a6adaa..ae04ad0 100644 (file)
@@ -4,6 +4,7 @@ SECTION = "libs"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 DEPENDS = "zlib"
 PV = "${CVSDATE}"
+PR = "r1"
 
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/edb"
 S = "${WORKDIR}/edb"
@@ -17,3 +18,7 @@ do_stage () {
        oe_libinstall -C src libedb ${STAGING_LIBDIR}/
        install -m 0644 ${S}/src/Edb.h ${STAGING_INCDIR}/
 }
+
+FILES_${PN} = "${libdir}/libedb*.so*"
+FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig"
+
index 908d600..35ce5b7 100644 (file)
@@ -6,6 +6,7 @@ SECTION = "libs"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 DEPENDS = "zlib jpeg"
 PV = "${CVSDATE}"
+PR = "r1"
 
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/eet \
           file://flags.patch;patch=1"
@@ -17,3 +18,7 @@ do_stage () {
        oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
        install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
 }
+
+FILES_${PN} = "${libdir}/libeet*.so*"
+FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig"
+
index 6be924f..9e03147 100644 (file)
@@ -5,9 +5,9 @@ your CPU or graphics hardware are too slow."
 HOMEPAGE = "http://www.enlightenment.org"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "libpng jpeg freetype"
+DEPENDS = "libpng jpeg edb eet freetype"
 PV = "${CVSDATE}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/evas \
            file://flags.patch;patch=1 \
@@ -22,13 +22,13 @@ EXTRA_OECONF = "--enable-fb                 \
                --disable-software-qtopia       \
                --disable-software-x11          \
                --disable-gl-x11                \
-               --disable-image-loader-eet      \
-               --disable-image-loader-edb      \
+               --enable-image-loader-eet       \
+               --enable-image-loader-edb       \
                --enable-image-loader-png       \
                --enable-image-loader-jpeg      \
                --enable-small-dither-mask      \
                --enable-cpu-c                  \
-               --disable-font-loader-eet       \
+               --enable-font-loader-eet        \
                --enable-scale-sample           \
                --enable-scale-smooth           \
                --enable-convert-yuv            \
@@ -80,3 +80,9 @@ do_stage () {
        done
        oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/
 }
+
+PACKAGES += "evas-examples"
+
+FILES_${PN} = "${libdir}/libevas*.so*"
+FILES_${PN}-dev += "${bindir}/evas-config ${libdir}/pkgconfig"
+FILES_${PN}-examples = "${bindir}/evas_fb_test ${datadir}"