aboutsummaryrefslogtreecommitdiffstats
path: root/evas
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /evas
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
downloadopenembedded-a780643c4b6aa11e1a36965a69df7116477c7b4c.tar.gz
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'evas')
-rw-r--r--evas/evas-native_cvs.bb0
-rw-r--r--evas/evas-native_cvs.oe18
-rw-r--r--evas/evas_cvs.bb0
-rw-r--r--evas/evas_cvs.oe88
4 files changed, 0 insertions, 106 deletions
diff --git a/evas/evas-native_cvs.bb b/evas/evas-native_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/evas/evas-native_cvs.bb
diff --git a/evas/evas-native_cvs.oe b/evas/evas-native_cvs.oe
deleted file mode 100644
index 2b61db3273..0000000000
--- a/evas/evas-native_cvs.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "The Enlightenment Canvas Library"
-include evas_${PV}.oe
-inherit native
-DEPENDS = "freetype-native"
-FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/evas"
-
-export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config-native"
-export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native"
-export EDB_CONFIG = "${STAGING_BINDIR}/edb-config-native"
-
-do_stage () {
- for i in ${headers}; do
- install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
- done
- oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/
-}
-
-#FIXME: Conflicts with zlib-devel on the build machine. Remove it and it builds.
diff --git a/evas/evas_cvs.bb b/evas/evas_cvs.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/evas/evas_cvs.bb
diff --git a/evas/evas_cvs.oe b/evas/evas_cvs.oe
deleted file mode 100644
index 720f4493b1..0000000000
--- a/evas/evas_cvs.oe
+++ /dev/null
@@ -1,88 +0,0 @@
-DESCRIPTION = "Evas is a hardware-accelerated canvas API that can draw \
-anti-aliased text, smooth super and sub-images, alpha-blend, as well as drop \
-down to using normal X11 primitives such as pixmaps, lines and rectangles if \
-your CPU or graphics hardware are too slow."
-LICENSE = "MIT"
-HOMEPAGE = "http://www.enlightenment.org"
-SECTION = "e/libs"
-PRIORITY = "optional"
-DEPENDS = "libpng jpeg edb eet freetype"
-PV = "${CVSDATE}"
-PR = "r3"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/evas \
- file://pkg.m4"
-S = "${WORKDIR}/evas"
-
-inherit autotools pkgconfig binconfig
-
-EXTRA_OECONF = "--enable-fb \
- --disable-directfb \
- --disable-buffer \
- --disable-software-qtopia \
- --disable-software-x11 \
- --disable-gl-x11 \
- --enable-image-loader-eet \
- --enable-image-loader-edb \
- --enable-image-loader-png \
- --enable-image-loader-jpeg \
- --enable-small-dither-mask \
- --enable-cpu-c \
- --enable-font-loader-eet \
- --enable-scale-sample \
- --enable-scale-smooth \
- --enable-convert-yuv \
- --disable-convert-8-rgb-332 \
- --disable-convert-8-rgb-666 \
- --disable-convert-8-rgb-232 \
- --disable-convert-8-rgb-222 \
- --disable-convert-8-rgb-221 \
- --disable-convert-8-rgb-121 \
- --disable-convert-8-rgb-111 \
- --enable-convert-16-rgb-565 \
- --disable-convert-16-rgb-555 \
- --disable-convert-16-rgb-444 \
- --disable-convert-16-rgb-ipq \
- --enable-convert-16-rgb-rot-0 \
- --disable-convert-16-rgb-rot-90 \
- --enable-convert-16-rgb-rot-270 \
- --disable-convert-24-rgb-888 \
- --disable-convert-24-bgr-888 \
- --disable-convert-32-rgb-8888 \
- --disable-convert-32-rgbx-8888 \
- --disable-convert-32-bgr-8888 \
- --disable-convert-32-bgrx-8888 \
- --disable-convert-32-rgb-rot-0 \
- --disable-convert-32-rgb-rot-90 \
- --disable-convert-32-rgb-rot-270"
-
-export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config"
-
-do_configure () {
- install -m 0644 ${WORKDIR}/pkg.m4 acinclude.m4
- autotools_do_configure
-}
-
-headers = "Evas_Engine_Buffer.h \
- Evas_Engine_FB.h \
- Evas.h"
-
-# Don't install these headers or subsequent libraries will include support for it:
-# Evas_Engine_DirectFB.h \
-# Evas_Engine_GL_X11.h \
-# Evas_Engine_Software_Win32_GDI.h \
-# Evas_Engine_Software_X11.h
-# Evas_Engine_Software_Qtopia.h \
-
-do_stage () {
- for i in ${headers}; do
- install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
- 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}"