Move evas out of nonworking, now that freetype is in.
authorChris Larson <clarson@kergoth.com>
Sat, 13 Dec 2003 01:31:43 +0000 (01:31 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 13 Dec 2003 01:31:43 +0000 (01:31 +0000)
BKrev: 3fda6bffpyltAyucEij53sBVFOFivQ

evas/evas-1.0.0-pre5/configure.patch [moved from nonworking/evas/evas-1.0.0-pre5/configure.patch with 100% similarity]
evas/evas-1.0.0-pre5/pkg.m4 [moved from nonworking/evas/evas-1.0.0-pre5/pkg.m4 with 100% similarity]
evas/evas_1.0.0-pre5.oe [new file with mode: 0644]
nonworking/evas/evas_1.0.0-pre5.oe [deleted file]

diff --git a/evas/evas_1.0.0-pre5.oe b/evas/evas_1.0.0-pre5.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/nonworking/evas/evas_1.0.0-pre5.oe b/nonworking/evas/evas_1.0.0-pre5.oe
deleted file mode 100644 (file)
index 0c7f513..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-DEPENDS = virtual/libc libpng jpeg freetype
-RDEPENDS = libc6 jpeg libpng freetype
-
-SRC_URI = ${SOURCEFORGE_MIRROR}/enlightenment/evas-1.0.0_pre5.tar.gz \
-         file://${FILESDIR}/configure.patch;patch=1
-S = ${WORKDIR}/evas-1.0.0_pre5
-
-inherit autotools libtool
-
-EXTRA_OECONF = '--enable-fb \
-               --enable-image-loader-png \
-               --enable-image-loader-jpeg \
-               --enable-small-dither-mask \
-               --enable-cpu-c \
-               --enable-scale-smooth \
-               --enable-scale-sample \
-               --enable-convert-16-rgb-ipq \
-               --enable-convert-16-rgb-rot-0 \
-               --enable-convert-16-rgb-rot-270'
-
-do_configure_prepend () {
-       cp ${FILESDIR}/pkg.m4 acinclude.m4
-}