[oe-commits] org.oe.dev gnash-minimal_0.8.2.bb: library paths have changed in 0.8.2, fix up packaging.

likewise commit oe at amethyst.openembedded.net
Fri May 2 16:15:20 UTC 2008


gnash-minimal_0.8.2.bb: library paths have changed in 0.8.2, fix up packaging.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: 522710aedfdaaa917b29d9efccf340e5109071bd
ViewMTN: http://monotone.openembedded.org/revision/info/522710aedfdaaa917b29d9efccf340e5109071bd
Files:
1
packages/gnash/gnash-minimal_0.8.2.bb
Diffs:

#
# mt diff -r22d90510dcdbad0d05c38bbc2984c79754336a89 -r522710aedfdaaa917b29d9efccf340e5109071bd
#
#
#
# patch "packages/gnash/gnash-minimal_0.8.2.bb"
#  from [cab14e40ea2e0651767fbbc321620fc897c7e491]
#    to [a0c5659095170b2653b6041ef39f0ab5b0a80b97]
#
============================================================
--- packages/gnash/gnash-minimal_0.8.2.bb	cab14e40ea2e0651767fbbc321620fc897c7e491
+++ packages/gnash/gnash-minimal_0.8.2.bb	a0c5659095170b2653b6041ef39f0ab5b0a80b97
@@ -1,15 +1,18 @@
-require gnash.inc
+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 = "r2"
 
-# 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.
+SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2"
+S = ${WORKDIR}/gnash-${PV}
 
-DEFAULT_PREFERENCE = "-1"
+inherit autotools pkgconfig
 
-DEPENDS = "agg libxml2 libmad zlib boost jpeg pango curl freetype"
+# 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.
 
-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.
 
@@ -33,3 +36,13 @@ EXTRA_OECONF="--enable-gui=gtk \
                 --enable-maintainer-mode \
                 --with-top-level=${STAGING_DIR_HOST}/usr \
                 "
+
+PACKAGES =+ " libgnashamf libgnashbackend libgnashbase libgnashserver "
+
+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"
+
+PARALLEL_MAKE = ""






More information about the Openembedded-commits mailing list