gnash-minimal: Added gnash-minimal.inc, and _cvs.bb
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 5 May 2008 18:24:26 +0000 (18:24 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 5 May 2008 18:24:26 +0000 (18:24 +0000)
packages/gnash/gnash-minimal.inc [new file with mode: 0644]
packages/gnash/gnash-minimal_0.8.2.bb
packages/gnash/gnash-minimal_cvs.bb [new file with mode: 0644]
packages/gnash/gnash.inc

diff --git a/packages/gnash/gnash-minimal.inc b/packages/gnash/gnash-minimal.inc
new file mode 100644 (file)
index 0000000..d0bc8d6
--- /dev/null
@@ -0,0 +1,49 @@
+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 = "r4"
+
+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"
+
index 5cec59f..bcfb88c 100644 (file)
@@ -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
 
diff --git a/packages/gnash/gnash-minimal_cvs.bb b/packages/gnash/gnash-minimal_cvs.bb
new file mode 100644 (file)
index 0000000..c079caa
--- /dev/null
@@ -0,0 +1,4 @@
+require gnash-minimal.inc
+
+SRC_URI = "cvs://anonymous:anonymous@cvs.sv.gnu.org/sources/gnash;module=gnash"
+S = ${WORKDIR}/gnash
index 1134225..31e84b8 100644 (file)
@@ -27,12 +27,12 @@ EXTRA_OECONF = "--enable-gui=gtk \
 
 PACKAGES =+ " libgnashamf libgnashbackend libgnashbase libgnashgeo libgnashgui libgnashplayer libgnashserver "
 
-FILES_libgnashamf = "${libdir}/libgnashamf-${PV}.so"
-FILES_libgnashbackend = "${libdir}/libgnashbackend-${PV}.so"
-FILES_libgnashbase = "${libdir}/libgnashbase-${PV}.so"
-FILES_libgnashgeo = "${libdir}/libgnashgeo-${PV}.so"
-FILES_libgnashgui = "${libdir}/libgnashgui-${PV}.so"
-FILES_libgnashplayer = "${libdir}/libgnashplayer-${PV}.so"
-FILES_libgnashserver = "${libdir}/libgnashserver-${PV}.so"
+FILES_libgnashamf = "${libdir}/gnash/libgnashamf-${PV}.so"
+FILES_libgnashbackend = "${libdir}/gnash/libgnashbackend-${PV}.so"
+FILES_libgnashbase = "${libdir}/gnash/libgnashbase-${PV}.so"
+FILES_libgnashgeo = "${libdir}/gnash/libgnashgeo-${PV}.so"
+FILES_libgnashgui = "${libdir}/gnash/libgnashgui-${PV}.so"
+FILES_libgnashplayer = "${libdir}/gnash/libgnashplayer-${PV}.so"
+FILES_libgnashserver = "${libdir}/gnash/libgnashserver-${PV}.so"
 
 PARALLEL_MAKE = ""