[oe-commits] Koen Kooi : gnash: package browser plugin

GIT User account git at amethyst.openembedded.net
Sun Jan 25 08:53:43 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6d2868f7db970684c2df99d6574fd25dd00dae29
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d2868f7db970684c2df99d6574fd25dd00dae29

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 25 09:51:46 2009 +0100

gnash: package browser plugin

---

 packages/gnash/gnash.inc |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/packages/gnash/gnash.inc b/packages/gnash/gnash.inc
index f4c7c13..29308b6 100644
--- a/packages/gnash/gnash.inc
+++ b/packages/gnash/gnash.inc
@@ -4,7 +4,7 @@ LICENSE = "GPL-2"
 DEPENDS = "libtool gtk+ cairo libxml2 libsdl-mixer zlib boost jpeg pango curl freetype \
            ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'ffmpeg libmad', d)}"
           
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2 \
           "
@@ -23,12 +23,17 @@ EXTRA_OECONF = "--enable-gui=gtk \
                 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '--enable-mad', d)} \
                 --enable-cairo \
                 --enable-plugin \
+                --enable-plugins \
+                --enable-npapi \
+                --with-npapi-plugindir=${libdir}/mozilla/plugins \
+                --enable-mit-shm \
                 --disable-cygnal \
                 --with-top-level=${STAGING_DIR_HOST}/usr \
                 "
 
-PACKAGES =+ " libgnashamf libgnashbackend libgnashbase libgnashgeo libgnashgui libgnashplayer libgnashserver "
+PACKAGES =+ " gnash-browser-plugin libgnashamf libgnashbackend libgnashbase libgnashgeo libgnashgui libgnashplayer libgnashserver "
 
+FILES_gnash-browser-plugin= "${libdir}/mozilla/plugins/*"
 FILES_libgnashamf = "${libdir}/gnash/libgnashamf-${PV}.so"
 FILES_libgnashbackend = "${libdir}/gnash/libgnashbackend-${PV}.so"
 FILES_libgnashbase = "${libdir}/gnash/libgnashbase-${PV}.so"





More information about the Openembedded-commits mailing list