summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ecore/ecore_cvs.oe9
-rw-r--r--edb/edb_cvs.oe5
-rw-r--r--eet/eet_cvs.oe5
-rw-r--r--evas/evas_cvs.oe16
4 files changed, 29 insertions, 6 deletions
diff --git a/ecore/ecore_cvs.oe b/ecore/ecore_cvs.oe
index dd17e302d0..fd943acb9d 100644
--- a/ecore/ecore_cvs.oe
+++ b/ecore/ecore_cvs.oe
@@ -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}"
diff --git a/edb/edb_cvs.oe b/edb/edb_cvs.oe
index 4a6adaa9bb..ae04ad0978 100644
--- a/edb/edb_cvs.oe
+++ b/edb/edb_cvs.oe
@@ -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"
+
diff --git a/eet/eet_cvs.oe b/eet/eet_cvs.oe
index 908d600794..35ce5b7994 100644
--- a/eet/eet_cvs.oe
+++ b/eet/eet_cvs.oe
@@ -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"
+
diff --git a/evas/evas_cvs.oe b/evas/evas_cvs.oe
index 6be924f8de..9e0314731f 100644
--- a/evas/evas_cvs.oe
+++ b/evas/evas_cvs.oe
@@ -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}"