diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/gnash | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/gnash')
-rw-r--r-- | packages/gnash/files/fix-trunc.diff | 13 | ||||
-rw-r--r-- | packages/gnash/files/libintl.patch | 13 | ||||
-rw-r--r-- | packages/gnash/files/libtool-2.2.patch | 35 | ||||
-rw-r--r-- | packages/gnash/gnash-minimal.inc | 62 | ||||
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.2.bb | 3 | ||||
-rw-r--r-- | packages/gnash/gnash-minimal_0.8.3.bb | 12 | ||||
-rw-r--r-- | packages/gnash/gnash-minimal_cvs.bb | 20 | ||||
-rw-r--r-- | packages/gnash/gnash.inc | 45 | ||||
-rw-r--r-- | packages/gnash/gnash_0.8.0.bb | 3 | ||||
-rw-r--r-- | packages/gnash/gnash_0.8.1.bb | 3 | ||||
-rw-r--r-- | packages/gnash/gnash_0.8.2.bb | 3 | ||||
-rw-r--r-- | packages/gnash/gnash_0.8.3.bb | 11 | ||||
-rw-r--r-- | packages/gnash/gnash_0.8.4.bb | 24 | ||||
-rw-r--r-- | packages/gnash/gnash_0.8.5.bb | 38 |
14 files changed, 0 insertions, 285 deletions
diff --git a/packages/gnash/files/fix-trunc.diff b/packages/gnash/files/fix-trunc.diff deleted file mode 100644 index a01ca311d0..0000000000 --- a/packages/gnash/files/fix-trunc.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- /tmp/utility.h 2008-09-02 16:35:44.000000000 +0200 -+++ gnash/libbase/utility.h 2008-09-02 16:36:10.000000000 +0200 -@@ -327,6 +327,10 @@ - #endif - } - -+#ifndef HAVE_TRUNC -+inline double trunc(double x) { return (x < 0 ? -(std::floor(-x)) : std::floor(x)); } -+#endif -+ - #endif // UTILITY_H - - diff --git a/packages/gnash/files/libintl.patch b/packages/gnash/files/libintl.patch deleted file mode 100644 index 22e1acb65b..0000000000 --- a/packages/gnash/files/libintl.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: gnash-0.8.3/gui/am-frag/fb.am -=================================================================== ---- gnash-0.8.3.orig/gui/am-frag/fb.am 2008-08-19 00:37:45.000000000 +0200 -+++ gnash-0.8.3/gui/am-frag/fb.am 2008-08-19 00:38:04.000000000 +0200 -@@ -30,7 +30,7 @@ - fb_gnash_CPPFLAGS += $(AGG_CFLAGS) - fb_gnash_SOURCES += - fb_gnash_LDADD = $(top_builddir)/backend/libgnashagg.la \ -- $(GNASH_LIBS) $(AGG_LIBS) -+ $(GNASH_LIBS) $(AGG_LIBS) $(INTLLIBS) - endif # BUILD_AGG_RENDERER - endif # BUILD_FB_GUI - diff --git a/packages/gnash/files/libtool-2.2.patch b/packages/gnash/files/libtool-2.2.patch deleted file mode 100644 index f0ec274104..0000000000 --- a/packages/gnash/files/libtool-2.2.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -NrU5 gnash-0.8.3.orig/libbase/Makefile.am gnash-0.8.3/libbase/Makefile.am ---- gnash-0.8.3.orig/libbase/Makefile.am 2008-06-26 22:56:12.000000000 +0200 -+++ gnash-0.8.3/libbase/Makefile.am 2008-06-26 22:57:48.000000000 +0200 -@@ -19,13 +19,13 @@ - - # this is where Gnash plugins get installed - pluginsdir = $(prefix)/lib/gnash/plugins - - if INSTALL_LTDL --include_HEADERS = $(top_srcdir)/libltdl/ltdl.h --LIBLTDLLIB = libltdl.la --LIBLTDLHEAD = $(top_srcdir)/libltdl/ltdl.h -+#include_HEADERS = $(top_srcdir)/libltdl/ltdl.h -+#LIBLTDLLIB = libltdl.la -+#LIBLTDLHEAD = $(top_srcdir)/libltdl/ltdl.h - endif - - sysconf_DATA = gnashrc gnashpluginrc - - edit = sed \ -@@ -174,12 +174,12 @@ - - libgnashbase_la_LDFLAGS = -release $(VERSION) - - libltdlc_la_CPPFLAGS = $(LTDLINCL) - if CONVENIENCE_LTDL --noinst_LTLIBRARIES = libltdlc.la --libltdlc_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c -+#noinst_LTLIBRARIES = libltdlc.la -+#libltdlc_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c - endif - CLEANFILES = libltdl.la libltdlc.la gnashrc gnashpluginrc - - libltdl_la_SOURCES = $(top_srcdir)/libltdl/ltdl.c - libltdl_la_LDFLAGS = -no-undefined -version-info 4:4:1 diff --git a/packages/gnash/gnash-minimal.inc b/packages/gnash/gnash-minimal.inc deleted file mode 100644 index a8e5229f46..0000000000 --- a/packages/gnash/gnash-minimal.inc +++ /dev/null @@ -1,62 +0,0 @@ -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 = "virtual/libiconv virtual/libintl libtool agg libxml2 zlib boost jpeg pango curl freetype \ - ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'ffmpeg libmad', d)}" -RRECOMMENDS_${PN} = "libltdl" - -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-agg \ - --enable-gui=fb \ - --enable-z \ - --enable-jpeg \ - --disable-klash \ - --disable-glext \ - --disable-Xft \ - --disable-expat \ - ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '--enable-mad', d)} \ - --disable-gstreamer \ - ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '--enable-media=ffmpeg', d)} \ - --enable-media=ffmpeg \ - --disable-plugin \ - --disable-cygnal \ - --disable-testsuite \ - --enable-maintainer-mode \ - --enable-fps-debug \ - --enable-allstatic \ - --enable-static \ - --with-top-level=${STAGING_DIR_HOST}/usr \ - --disable-ltdl-install \ - --without-included-ltdl \ -# --with-ltdl-include=${STAGING_INCDIR} \ -# --with-ltdl-lib=${STAGING_LIBDIR} \ -" - -# the test for error_t is wrong for uclibc, needs _GNU_SOURCE for correct -# detection because uclibc does not have argz.h which enables error_t -CFLAGS += " -D_GNU_SOURCE -I${S}/libltdl -I${STAGING_INCDIR}/libltdl $(pkgconfig --cflags gstreamer)" - -PACKAGES =+ "libgnashnet libgnashamf libgnashbase libgnashserver libgnashmedia" - -FILES_${PN} += "${datadir}/gnash/*png ${datadir}/gnash/*ico" -FILES_${PN}-dbg += "${libdir}/gnash/.debug" -FILES_${PN}-dev += "${libdir}/gnash/*a" -FILES_libgnashamf = "${libdir}/gnash/libgnashamf-*.so" -FILES_libgnashbase = "${libdir}/gnash/libgnashbase-*.so" -FILES_libgnashmedia = "${libdir}/gnash/libgnashmedia-*.so" -FILES_libgnashserver = "${libdir}/gnash/libgnashserver-*.so" -FILES_libgnashnet = "${libdir}/gnash/libgnashnet.so.*" diff --git a/packages/gnash/gnash-minimal_0.8.2.bb b/packages/gnash/gnash-minimal_0.8.2.bb deleted file mode 100644 index 81a97e3b7d..0000000000 --- a/packages/gnash/gnash-minimal_0.8.2.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gnash-minimal.inc - -PR = "r4" diff --git a/packages/gnash/gnash-minimal_0.8.3.bb b/packages/gnash/gnash-minimal_0.8.3.bb deleted file mode 100644 index 6f78d94c10..0000000000 --- a/packages/gnash/gnash-minimal_0.8.3.bb +++ /dev/null @@ -1,12 +0,0 @@ -require gnash-minimal.inc - -PR = "r9" - -EXTRA_OECONF += " --without-included-ltdl \ - --with-ltdl-include=${STAGING_INCDIR} \ - --with-ltdl-lib=${STAGING_LIBDIR} \ -" - -SRC_URI += "file://libtool-2.2.patch;patch=1 file://libintl.patch;patch=1" - - diff --git a/packages/gnash/gnash-minimal_cvs.bb b/packages/gnash/gnash-minimal_cvs.bb deleted file mode 100644 index e1eff37b88..0000000000 --- a/packages/gnash/gnash-minimal_cvs.bb +++ /dev/null @@ -1,20 +0,0 @@ -require gnash-minimal.inc - - -PR = "r4" - -PV = "0.8.3+cvs${SRCDATE}" - -SRC_URI = "cvs://anonymous:anonymous@cvs.sv.gnu.org/sources/gnash;module=gnash" -SRC_URI += "file://libtool-2.2.patch;patch=1 \ - file://libintl.patch;patch=1 \ - file://fix-trunc.diff;patch=1" - -S = ${WORKDIR}/gnash - - -do_configure_prepend() { - sed -i -e 's:dnl AC_CHECK_LIB(m, trunc:AC_CHECK_LIB(m, trunc:g' ${S}/configure.ac -} - - diff --git a/packages/gnash/gnash.inc b/packages/gnash/gnash.inc deleted file mode 100644 index 3602f6fa90..0000000000 --- a/packages/gnash/gnash.inc +++ /dev/null @@ -1,45 +0,0 @@ -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 = "giflib libtool gtk+ cairo libxml2 libsdl-mixer zlib boost jpeg pango curl freetype \ - ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'ffmpeg libmad', d)}" - -PR = "r5" - -SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2 \ - " - -inherit autotools pkgconfig - -EXTRA_OECONF = "--enable-gui=gtk \ - --enable-renderer=cairo \ - ${@base_conditional('ENTERPRISE_DISTRO', '1', '', '--enable-media=ffmpeg', d)} \ - --disable-klash \ - --enable-z \ - --enable-jpeg \ - --disable-glext \ - --enable-Xft \ - --enable-expat \ - ${@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 =+ " 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" -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 = "" diff --git a/packages/gnash/gnash_0.8.0.bb b/packages/gnash/gnash_0.8.0.bb deleted file mode 100644 index e809525606..0000000000 --- a/packages/gnash/gnash_0.8.0.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gnash.inc - -PR = "r2" diff --git a/packages/gnash/gnash_0.8.1.bb b/packages/gnash/gnash_0.8.1.bb deleted file mode 100644 index e809525606..0000000000 --- a/packages/gnash/gnash_0.8.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gnash.inc - -PR = "r2" diff --git a/packages/gnash/gnash_0.8.2.bb b/packages/gnash/gnash_0.8.2.bb deleted file mode 100644 index e809525606..0000000000 --- a/packages/gnash/gnash_0.8.2.bb +++ /dev/null @@ -1,3 +0,0 @@ -require gnash.inc - -PR = "r2" diff --git a/packages/gnash/gnash_0.8.3.bb b/packages/gnash/gnash_0.8.3.bb deleted file mode 100644 index 1b36f30af0..0000000000 --- a/packages/gnash/gnash_0.8.3.bb +++ /dev/null @@ -1,11 +0,0 @@ -require gnash.inc - -PR = "r5" - -EXTRA_OECONF += " --without-included-ltdl \ - --with-ltdl-include=${STAGING_INCDIR} \ - --with-ltdl-lib=${STAGING_LIBDIR} \ -" - -SRC_URI += "file://libtool-2.2.patch;patch=1" - diff --git a/packages/gnash/gnash_0.8.4.bb b/packages/gnash/gnash_0.8.4.bb deleted file mode 100644 index 0a9c780cc4..0000000000 --- a/packages/gnash/gnash_0.8.4.bb +++ /dev/null @@ -1,24 +0,0 @@ -require gnash.inc - -DEFAULT_PREFERENCE = "-1" - -do_configure_prepend() { - sed -i -e 's:GNASH_PKG_FIND(libpng:GNASH_PKG_FIND(png:g' ${S}/configure.ac - for i in $(find ${S} -name "Makefile.am") ; do - sed -i -e s:LIBPNG:PNG:g $i - done - export CFLAGS="${CFLAGS} -lpng" -} - -EXTRA_OECONF += " --without-included-ltdl \ - --with-ltdl-include=${STAGING_INCDIR} \ - --with-ltdl-lib=${STAGING_LIBDIR} \ - --enable-plugins \ - --enable-npapi \ - --with-npapi-plugindir=${libdir}/mozilla/plugins \ - --enable-mit-shm \ - --enable-png \ - --with-png-incl=${STAGING_INCDIR} \ - --with-png-lib=${STAGING_LIBDIR} \ - " - diff --git a/packages/gnash/gnash_0.8.5.bb b/packages/gnash/gnash_0.8.5.bb deleted file mode 100644 index fa9b3230e3..0000000000 --- a/packages/gnash/gnash_0.8.5.bb +++ /dev/null @@ -1,38 +0,0 @@ -require gnash.inc - -DEPENDS += "gst-plugins-base" - -acpaths = " -Imacros" - -DEFAULT_PREFERENCE = "-1" - -# Boost lacks defines for lots of archs -TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@[' -D_BIG_ENDIAN', ' -D_LITTLE_ENDIAN'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" - - -do_configure_prepend() { - sed -i -e 's:GNASH_PKG_FIND(libpng:GNASH_PKG_FIND(png:g' ${S}/configure.ac - for i in $(find ${S} -name "Makefile.am") ; do - sed -i -e s:LIBPNG:PNG:g $i - done - export CFLAGS="${CFLAGS} -lpng" -} - -do_install_append() { - oe_runmake DESTDIR=${D} install-plugin -} - - -EXTRA_OECONF += " --without-included-ltdl \ - --with-ltdl-include=${STAGING_INCDIR} \ - --with-ltdl-lib=${STAGING_LIBDIR} \ - --enable-plugins \ - --enable-npapi \ - --with-npapi-plugindir=${libdir}/mozilla/plugins \ - --enable-mit-shm \ - --enable-png \ - --with-png-incl=${STAGING_INCDIR} \ - --with-png-lib=${STAGING_LIBDIR} \ - --enable-media=gst \ - " - |