From 9a1d156623f21d1f66c4314230056c8499d556f5 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Mon, 5 May 2008 18:24:26 +0000 Subject: gnash-minimal: Added gnash-minimal.inc, and _cvs.bb --- packages/gnash/gnash-minimal_0.8.2.bb | 49 +---------------------------------- 1 file changed, 1 insertion(+), 48 deletions(-) (limited to 'packages/gnash/gnash-minimal_0.8.2.bb') 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 -- cgit v1.2.3