gnash-minimal_0.8.2.bb: New configuration; fb only, dedicated simple swf files only.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Wed, 30 Apr 2008 23:59:17 +0000 (23:59 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Wed, 30 Apr 2008 23:59:17 +0000 (23:59 +0000)
packages/gnash/gnash-minimal_0.8.2.bb [new file with mode: 0644]

diff --git a/packages/gnash/gnash-minimal_0.8.2.bb b/packages/gnash/gnash-minimal_0.8.2.bb
new file mode 100644 (file)
index 0000000..572c144
--- /dev/null
@@ -0,0 +1,35 @@
+require gnash.inc
+
+# gnash-minimal is intended for running directly on a framebuffer device
+# for memory constrained devices, but does not accept all SWF files.
+# It is useful as a GUI frontend for dedicated SWF files.
+
+DEFAULT_PREFERENCE = "-1"
+
+DEPENDS = "libxml2 libmad zlib boost jpeg pango curl freetype"
+
+S = ${WORKDIR}/gnash-${PV}
+
+# JPEG support and libz cannot be disabled due to a bug in 0.8.2.
+# maintainer-mode is enabled to disable the testsuite.
+
+EXTRA_OECONF="--enable-gui=gtk \
+                --enable-renderer=agg \
+                --enable-media=none \
+                --enable-agg \
+                --enable-gui=fb \
+                --enable-z \
+                --enable-jpeg \
+                --disable-klash \
+                --disable-glext \
+                --disable-Xft \
+                --disable-expat \
+                --disable-mad \
+                --disable-gstreamer \
+                --disable-cairo \
+                --disable-plugin \
+                --disable-cygnal \
+               --disable-testsuite \
+                --enable-maintainer-mode \
+                --with-top-level=${STAGING_DIR_HOST}/usr \
+                "