diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-05 18:24:26 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-05-05 18:24:26 +0000 |
commit | 9a1d156623f21d1f66c4314230056c8499d556f5 (patch) | |
tree | 56736a54e69ce8019cc63b701452c718d66db7b7 /packages/gnash/gnash-minimal_0.8.2.bb | |
parent | 213303a5804e0061e86fc9c3b7dfc40c3c8d9037 (diff) |
gnash-minimal: Added gnash-minimal.inc, and _cvs.bb
Diffstat (limited to 'packages/gnash/gnash-minimal_0.8.2.bb')
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.2.bb | 49 |
1 files changed, 1 insertions, 48 deletions
diff --git a/packages/gnash/gnash-minimal_0.8.2.bb b/packages/gnash/gnash-minimal_0.8.2.bb index 5cec59f140..bcfb88c42f 100644 --- a/packages/gnash/gnash-minimal_0.8.2.bb +++ b/packages/gnash/gnash-minimal_0.8.2.bb @@ -1,49 +1,2 @@ -DESCRIPTION = "Gnash is a GNU Flash movie player that supports many SWF v7 features" -HOMEPAGE = "http://www.gnu.org/software/gnash" -LICENSE = "GPL-2" -DEPENDS = "agg libxml2 libmad zlib boost jpeg pango curl freetype" -PR = "r3" - -SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2" -S = ${WORKDIR}/gnash-${PV} - -inherit autotools pkgconfig - -# gnash-minimal is intended for running directly on a framebuffer device -# for memory constrained devices, but does not accept all SWF files. -# As such, it is useful as a GUI frontend for dedicated SWF files. - -# 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 \ - --enable-fps-debug \ - --enable-allstatic \ - --with-top-level=${STAGING_DIR_HOST}/usr \ - " - -PACKAGES =+ " libgnashamf libgnashbase libgnashserver libgnashmedia libltdl" - -FILES_libltdl = "${libdir}/gnash/libltdl*.so*" -FILES_libgnashamf = "${libdir}/gnash/libgnashamf-${PV}.so" -FILES_libgnashbase = "${libdir}/gnash/libgnashbase-${PV}.so" -FILES_libgnashmedia = "${libdir}/gnash/libgnashmedia-${PV}.so" -FILES_libgnashserver = "${libdir}/gnash/libgnashserver-${PV}.so" +require gnash-minimal.inc |