From d73a84b8bf39ba3f4894950a9e017f2be3f95f98 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 8 Oct 2009 20:30:51 -0700 Subject: angstrom-2008-1.conf: Use gconf rather than gconf-dbus --- conf/distro/angstrom-2008.1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index ceec39f8d0..76815d85e8 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -149,7 +149,7 @@ PREFERRED_PROVIDER_virtual/libx11 ?= "libx11" PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers" PREFERRED_PROVIDER_dbus-glib = "dbus-glib" PREFERRED_PROVIDER_esound ?= "pulseaudio" -PREFERRED_PROVIDER_gconf ?= "gconf-dbus" +PREFERRED_PROVIDER_gconf ?= "gconf" PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs" PREFERRED_PROVIDER_gnome-vfs-plugin-file ?= "gnome-vfs" PREFERRED_PROVIDER_tslib ?= "tslib" -- cgit v1.2.3 From b304532e457d9858925a8ade5a97d2b7ba3e3f55 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 8 Oct 2009 20:32:50 -0700 Subject: gnome-screensaver: add 2.28.0 --- conf/checksums.ini | 4 ++++ recipes/gnome/gnome-screensaver_2.28.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 recipes/gnome/gnome-screensaver_2.28.0.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 7c9e3111dc..a8b8cbf2fe 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -8954,6 +8954,10 @@ sha256=c5f74f4c46dbb379d119d6f74ca4a47653af251bea176dc7a0ecacccb88339f0 md5=9f3b7ec5c57130b96061cb486b79c076 sha256=ca346264e00e193f0866cabd8801d3b7ce70dae7b8b296e41e5b3a45c9b0275c +[http://ftp.gnome.org/pub/GNOME/sources/gnome-screensaver/2.28/gnome-screensaver-2.28.0.tar.bz2] +md5=b37d4a210cac22a7312f9736f0c4356f +sha256=4e1a9c1054a8473b73f2bf3e9adee778e0918e793df6e1c2fa6230485f895412 + [http://ftp.gnome.org/pub/GNOME/sources/gnome-session/2.24/gnome-session-2.24.1.tar.bz2] md5=5bf6f5753eab034638aee80d993801d2 sha256=9fc3f6d0dc7e664ff2b1507369183e5d0f1b17fc9f6643bf5e6a3ff8b6e7c211 diff --git a/recipes/gnome/gnome-screensaver_2.28.0.bb b/recipes/gnome/gnome-screensaver_2.28.0.bb new file mode 100644 index 0000000000..c5b6635179 --- /dev/null +++ b/recipes/gnome/gnome-screensaver_2.28.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "GNOME utilities" +SECTION = "x11/gnome" +LICENSE = "GPL" +DEPENDS = "gnome-common glib-2.0 gtk+ gconf" +inherit gnome pkgconfig + +EXTRA_OECONF = " \ + --with-shadow=${STAGING_INCDIR}/.. \ + " + +do_configure_prepend () { + cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S} + sed -i -e 's:$CPPFLAGS -I$includedir:$CPPFLAGS:g' configure.ac +} + +do_stage () { + autotools_stage_all +} + +FILES_${PN}-dbg += "${libexecdir}/gnome-screensaver/.debug " + + -- cgit v1.2.3 From 3c9d03fe6b10ca5af7e8e509bfcf01d2c53ce548 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 8 Oct 2009 20:38:42 -0700 Subject: shadow: add 4.1.4 --- conf/checksums.ini | 4 ++++ recipes/shadow/shadow_4.1.4.bb | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 recipes/shadow/shadow_4.1.4.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index a8b8cbf2fe..952e9e3241 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -23054,6 +23054,10 @@ sha256=7dc418c1d361123ffc5e45d61f1b97257940a8eb35d0bfbbc493381cc5b1f959 md5=45f77f33a6b2a5c09c28511ebb733b87 sha256=7fd6495d6c3e8dac7ba086c68abed4930c958a94afc15359223074614559e462 +[ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-4.1.4.tar.gz] +md5=e1072df927bfb4410ee4dfe26dd81a17 +sha256=7e38a7826f6e71e89b55669e8343af05ae33ecfba99aad178cad45845d950a93 + [http://freedesktop.org/~hadess/shared-mime-info-0.20.tar.bz2] md5=62184241d497d34138285bc248b3fabc sha256=6febe616fb850f4319efa7017312abb796024e7ac20da37c4d2ce34afa41776c diff --git a/recipes/shadow/shadow_4.1.4.bb b/recipes/shadow/shadow_4.1.4.bb new file mode 100644 index 0000000000..393edce09e --- /dev/null +++ b/recipes/shadow/shadow_4.1.4.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "login/password utilities" +LICENSE = "GPL" + +inherit autotools + +SRC_URI = "ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-${PV}.tar.gz" + +S = "${WORKDIR}/shadow-${PV}" + +CFLAGS_append = " -I../include" + -- cgit v1.2.3 From e01597bcb9688a08157ae14e36332190f1f93b13 Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Sat, 10 Oct 2009 16:07:29 -0500 Subject: gstreamer-ti_svn: bump-up svn rev Update gst_ti recipe to use latest svn rev, rebase omapfb sink patch and remove the uneeded patches. --- .../ti/gstreamer-ti/gstreamer-ti-add-omapfb.patch | 36 ++--- .../ti/gstreamer-ti/gstreamer-ti-tracker-824.patch | 147 --------------------- recipes/ti/gstreamer-ti_svn.bb | 5 +- 3 files changed, 20 insertions(+), 168 deletions(-) delete mode 100644 recipes/ti/gstreamer-ti/gstreamer-ti-tracker-824.patch diff --git a/recipes/ti/gstreamer-ti/gstreamer-ti-add-omapfb.patch b/recipes/ti/gstreamer-ti/gstreamer-ti-add-omapfb.patch index e7b1dab300..27e1c731f5 100644 --- a/recipes/ti/gstreamer-ti/gstreamer-ti-add-omapfb.patch +++ b/recipes/ti/gstreamer-ti/gstreamer-ti-add-omapfb.patch @@ -1,6 +1,6 @@ diff -uNr ticodecplugin/configure.ac ticodecplugin.new/configure.ac --- ticodecplugin/configure.ac 2009-09-05 00:04:51.000000000 -0500 -+++ ticodecplugin.new/configure.ac 2009-09-15 13:14:44.000000000 -0500 ++++ ticodecplugin.new/configure.ac 2009-10-10 15:50:24.000000000 -0500 @@ -25,6 +25,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4") @@ -10,14 +10,14 @@ diff -uNr ticodecplugin/configure.ac ticodecplugin.new/configure.ac dnl check for tools AC_PROG_CC diff -uNr ticodecplugin/src/Makefile.am ticodecplugin.new/src/Makefile.am ---- ticodecplugin/src/Makefile.am 2009-09-05 00:04:51.000000000 -0500 -+++ ticodecplugin.new/src/Makefile.am 2009-09-15 13:14:44.000000000 -0500 +--- ticodecplugin/src/Makefile.am 2009-10-10 14:27:46.000000000 -0500 ++++ ticodecplugin.new/src/Makefile.am 2009-10-10 15:50:24.000000000 -0500 @@ -4,16 +4,16 @@ plugin_LTLIBRARIES = libgstticodecplugin.la # sources used to compile this plug-in --libgstticodecplugin_la_SOURCES = gstticodecplugin.c gsttiauddec.c gsttiauddec1.c gsttividdec.c gsttividdec2.c gsttiimgenc1.c gsttiimgenc.c gsttiimgdec1.c gsttiimgdec.c gsttidmaibuffertransport.c gstticircbuffer.c gsttidmaivideosink.c gstticodecs.c gstticodecs_platform.c gsttiquicktime_aac.c gsttiquicktime_h264.c gsttividenc.c gsttividenc1.c gstticommonutils.c -+libgstticodecplugin_la_SOURCES = gstticodecplugin.c gsttiauddec.c gsttiauddec1.c gsttividdec.c gsttividdec2.c gsttiimgenc1.c gsttiimgenc.c gsttiimgdec1.c gsttiimgdec.c gsttidmaibuffertransport.c gstticircbuffer.c gsttidmaivideosink.c gstticodecs.c gstticodecs_platform.c gsttiquicktime_aac.c gsttiquicktime_h264.c gsttividenc.c gsttividenc1.c gstticommonutils.c omapfb.c yuv.S +-libgstticodecplugin_la_SOURCES = gstticodecplugin.c gsttiauddec.c gsttiauddec1.c gsttividdec.c gsttividdec2.c gsttiimgenc1.c gsttiimgenc.c gsttiimgdec1.c gsttiimgdec.c gsttidmaibuffertransport.c gstticircbuffer.c gsttidmaivideosink.c gstticodecs.c gstticodecs_platform.c gsttiquicktime_aac.c gsttiquicktime_h264.c gsttividenc.c gsttividenc1.c gsttiaudenc1.c gstticommonutils.c gsttividresize.c ++libgstticodecplugin_la_SOURCES = gstticodecplugin.c gsttiauddec.c gsttiauddec1.c gsttividdec.c gsttividdec2.c gsttiimgenc1.c gsttiimgenc.c gsttiimgdec1.c gsttiimgdec.c gsttidmaibuffertransport.c gstticircbuffer.c gsttidmaivideosink.c gstticodecs.c gstticodecs_platform.c gsttiquicktime_aac.c gsttiquicktime_h264.c gsttividenc.c gsttividenc1.c gsttiaudenc1.c gstticommonutils.c gsttividresize.c omapfb.c yuv.S # flags used to compile this plugin # add other _CFLAGS and _LIBS as needed @@ -28,27 +28,27 @@ diff -uNr ticodecplugin/src/Makefile.am ticodecplugin.new/src/Makefile.am libgstticodecplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,$(XDC_CONFIG_BASENAME)/linker.cmd # headers we need but don't want installed --noinst_HEADERS = gsttiauddec.h gsttiauddec1.h gsttividdec.h gsttividdec2.h gsttiimgenc1.h gsttiimgenc.h gsttiimgdec1.h gsttiimgdec.h gsttidmaibuffertransport.h gstticircbuffer.h gsttidmaivideosink.h gsttithreadprops.h gstticodecs.h gsttiquicktime_aac.h gsttiquicktime_h264.h gsttividenc.h gsttividenc1.h gstticommonutils.h -+noinst_HEADERS = gsttiauddec.h gsttiauddec1.h gsttividdec.h gsttividdec2.h gsttiimgenc1.h gsttiimgenc.h gsttiimgdec1.h gsttiimgdec.h gsttidmaibuffertransport.h gstticircbuffer.h gsttidmaivideosink.h gsttithreadprops.h gstticodecs.h gsttiquicktime_aac.h gsttiquicktime_h264.h gsttividenc.h gsttividenc1.h gstticommonutils.h omapfb.h +-noinst_HEADERS = gsttiauddec.h gsttiauddec1.h gsttividdec.h gsttividdec2.h gsttiimgenc1.h gsttiimgenc.h gsttiimgdec1.h gsttiimgdec.h gsttidmaibuffertransport.h gstticircbuffer.h gsttidmaivideosink.h gsttithreadprops.h gstticodecs.h gsttiquicktime_aac.h gsttiquicktime_h264.h gsttividenc.h gsttividenc1.h gsttiaudenc1.h gstticommonutils.h gsttividresize.h ++noinst_HEADERS = gsttiauddec.h gsttiauddec1.h gsttividdec.h gsttividdec2.h gsttiimgenc1.h gsttiimgenc.h gsttiimgdec1.h gsttiimgdec.h gsttidmaibuffertransport.h gstticircbuffer.h gsttidmaivideosink.h gsttithreadprops.h gstticodecs.h gsttiquicktime_aac.h gsttiquicktime_h264.h gsttividenc.h gsttividenc1.h gsttiaudenc1.h gstticommonutils.h gsttividresize.h omapfb.h # XDC Configuration CONFIGURO = $(XDC_INSTALL_DIR)/xs xdc.tools.configuro diff -uNr ticodecplugin/src/gstticodecplugin.c ticodecplugin.new/src/gstticodecplugin.c ---- ticodecplugin/src/gstticodecplugin.c 2009-09-05 00:04:51.000000000 -0500 -+++ ticodecplugin.new/src/gstticodecplugin.c 2009-09-15 13:14:44.000000000 -0500 -@@ -44,6 +44,7 @@ - #include "gsttidmaivideosink.h" - #include "gsttividenc.h" +--- ticodecplugin/src/gstticodecplugin.c 2009-10-10 14:27:46.000000000 -0500 ++++ ticodecplugin.new/src/gstticodecplugin.c 2009-10-10 15:52:51.000000000 -0500 +@@ -46,6 +46,7 @@ #include "gsttividenc1.h" + #include "gsttiaudenc1.h" + #include "gsttividresize.h" +#include "omapfb.h" /* entry point to initialize the plug-in * initialize the plug-in itself -@@ -137,6 +138,13 @@ - GST_TYPE_TIDMAIVIDEOSINK)) +@@ -153,6 +154,13 @@ + GST_TYPE_TIVIDRESIZE)) return FALSE; -+ env_value = getenv("GST_Omapfbdmaisink_DISABLE"); ++ env_value = getenv("GST_omapdmaifbsink_DISABLE"); + + if ((!env_value || strcmp(env_value,"1")) && !gst_element_register( + TICodecPlugin, "omapdmaifbsink", GST_RANK_PRIMARY, @@ -60,7 +60,7 @@ diff -uNr ticodecplugin/src/gstticodecplugin.c ticodecplugin.new/src/gstticodecp diff -uNr ticodecplugin/src/omapfb.c ticodecplugin.new/src/omapfb.c --- ticodecplugin/src/omapfb.c 1969-12-31 18:00:00.000000000 -0600 -+++ ticodecplugin.new/src/omapfb.c 2009-09-15 13:16:03.000000000 -0500 ++++ ticodecplugin.new/src/omapfb.c 2009-10-10 15:50:24.000000000 -0500 @@ -0,0 +1,1005 @@ +/* + * Copyright (C) 2008 Felipe Contreras @@ -1069,7 +1069,7 @@ diff -uNr ticodecplugin/src/omapfb.c ticodecplugin.new/src/omapfb.c +} diff -uNr ticodecplugin/src/omapfb.h ticodecplugin.new/src/omapfb.h --- ticodecplugin/src/omapfb.h 1969-12-31 18:00:00.000000000 -0600 -+++ ticodecplugin.new/src/omapfb.h 2009-09-15 13:14:44.000000000 -0500 ++++ ticodecplugin.new/src/omapfb.h 2009-10-10 15:50:24.000000000 -0500 @@ -0,0 +1,142 @@ +/* + * Copyright (C) 2008 Felipe Contreras @@ -1215,7 +1215,7 @@ diff -uNr ticodecplugin/src/omapfb.h ticodecplugin.new/src/omapfb.h +#endif /* GST_OMAPFB_H */ diff -uNr ticodecplugin/src/yuv.S ticodecplugin.new/src/yuv.S --- ticodecplugin/src/yuv.S 1969-12-31 18:00:00.000000000 -0600 -+++ ticodecplugin.new/src/yuv.S 2009-09-15 13:14:44.000000000 -0500 ++++ ticodecplugin.new/src/yuv.S 2009-10-10 15:50:24.000000000 -0500 @@ -0,0 +1,117 @@ +/* + Copyright (C) 2008 Mans Rullgard diff --git a/recipes/ti/gstreamer-ti/gstreamer-ti-tracker-824.patch b/recipes/ti/gstreamer-ti/gstreamer-ti-tracker-824.patch deleted file mode 100644 index 634fa4aaf6..0000000000 --- a/recipes/ti/gstreamer-ti/gstreamer-ti-tracker-824.patch +++ /dev/null @@ -1,147 +0,0 @@ ---- ticodecplugin/ChangeLog -+++ ticodecplugin.new/ChangeLog -@@ -1,3 +1,7 @@ -+2009-08-14 Don Darling, Texas Instruments, Inc. -+ * src/{gstticodecplugin_omap3530.cfg,gstticodecs_omap3530.c}: -+ Update OMAP3530 Support to use DVSDK 3.00.00.40. -+ - 2009-07-28 Brijesh Singh, Texas Instruments, Inc. - * src/{gstticircbuffer.c}: - Fix potential memory leak in circular buffer when accel framecopy flag is ---- ticodecplugin/src/gstticodecplugin_omap3530.cfg -+++ ticodecplugin.new/src/gstticodecplugin_omap3530.cfg -@@ -12,8 +12,6 @@ - * - */ - --prog.build.platform = "ti.platforms.evm3530"; -- - /* Load the Codec Engine 'Operating System Abstraction Layer' */ - var osalGlobal = xdc.useModule('ti.sdo.ce.osal.Global'); - -@@ -27,31 +25,20 @@ ipc.commType = ipc.COMM_DSPLINK; - /* - * ======== Engine Configuration ======== - */ --var Engine = xdc.useModule('ti.sdo.ce.Engine'); --var encEngine = Engine.createFromServer( -- "encode", -- "./encodeCombo.x64P", -- "ti.sdo.servers.encode" -- ); --var decEngine = Engine.createFromServer( -- "decode", -- "./decodeCombo.x64P", -- "ti.sdo.servers.decode" -+var Engine = xdc.useModule('ti.sdo.ce.Engine'); -+var demoEngine = Engine.createFromServer( -+ "codecServer", -+ "./bin/cs.x64P", -+ "ti.sdo.server.cs" - ); - --var encpath = "" + java.lang.System.getenv("ENCODE_COMBO"); --if (encpath != "" && encpath != "null") { -- encEngine.server = java.lang.System.getenv("ENCODE_COMBO"); --} -- --var decpath = "" + java.lang.System.getenv("DECODE_COMBO"); --if (decpath != "" && decpath != "null") { -- decEngine.server = java.lang.System.getenv("DECODE_COMBO"); -+var combopath = "" + java.lang.System.getenv("CODEC_SERVER"); -+if (combopath != "" && combopath != "null") { -+ demoEngine.server = java.lang.System.getenv("CODEC_SERVER"); - } - - /* Load support for the DMAI module */ - var DMAI = xdc.loadPackage('ti.sdo.dmai'); - --/* Load support for user space DMA */ --var SCPY = xdc.useModule("ti.sdo.fc.scpy.SCPY"); --var SDMA = xdc.useModule("ti.sdo.linuxutils.sdma.SDMA"); -+var SCPY = xdc.useModule('ti.sdo.fc.scpy.SCPY'); -+var SDMA = xdc.useModule('ti.sdo.linuxutils.sdma.SDMA'); ---- ticodecplugin/src/gstticodecs_omap3530.c -+++ ticodecplugin.new/src/gstticodecs_omap3530.c -@@ -22,8 +22,7 @@ - #include "gstticodecs.h" - - /* Declaration of the production engine and decoders shipped with the DVSDK */ --static Char decodeEngine[] = "decode"; --static Char encodeEngine[] = "encode"; -+static Char codecServer[] = "codecServer"; - - /* NULL terminated list of speech decoders in the engine to use in the demo */ - GstTICodec gst_ticodec_codecs[] = { -@@ -32,59 +31,55 @@ GstTICodec gst_ticodec_codecs[] = { - { - "AAC Audio Decoder", /* String name of codec used by plugin */ - "aachedec", /* String name of codec used by CE */ -- decodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, { - "MPEG1L2 Audio Decoder", /* String name of codec used by plugin */ - "mp3dec", /* String name of codec used by CE */ -- decodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, { - "MPEG1L3 Audio Decoder", /* String name of codec used by plugin */ - "mp3dec", /* String name of codec used by CE */ -- decodeEngine /* Engine that contains this codec */ -- }, { -- "WMA Audio Decoder", /* String name of codec used by plugin */ -- "wmadec", /* String name of codec used by CE */ -- decodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, -- -+ - /* Video Decoders */ - { - "H.264 Video Decoder", /* String name of codec used by plugin */ - "h264dec", /* String name of codec used by CE */ -- decodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, { - "MPEG4 Video Decoder", /* String name of codec used by plugin */ - "mpeg4dec", /* String name of codec used by CE */ -- decodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, { - "MPEG2 Video Decoder", /* String name of codec used by plugin */ - "mpeg2dec", /* String name of codec used by CE */ -- decodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, - - /* Image Decoders */ - { - "JPEG Image Decoder", /* String name of codec used by plugin */ - "jpegdec", /* String name of codec used by CE */ -- decodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, - - /* Video Encoders */ - { - "H.264 Video Encoder", /* String name of codec used by plugin */ - "h264enc", /* String name of codec used by CE */ -- encodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, { - "MPEG4 Video Encoder", /* String name of codec used by plugin */ - "mpeg4enc", /* String name of codec used by CE */ -- encodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, - - /* Image Encoders */ - { - "JPEG Image Encoder", /* String name of codec used by plugin */ - "jpegenc", /* String name of codec used by CE */ -- encodeEngine /* Engine that contains this codec */ -+ codecServer /* Engine that contains this codec */ - }, - - { NULL } - diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb index f8ae1e1b7e..6463a45bf9 100644 --- a/recipes/ti/gstreamer-ti_svn.bb +++ b/recipes/ti/gstreamer-ti_svn.bb @@ -7,9 +7,8 @@ inherit autotools DEPENDS = "ti-dmai gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly" # Fetch source from svn repo -SRCREV = "335" +SRCREV = "407" SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \ - file://gstreamer-ti-tracker-824.patch;patch=1 \ file://gstreamer-ti-tracker-462.patch;patch=1 \ file://gstreamer-ti-remove-mp3-decode-support-from-auddec1.patch;patch=1 \ " @@ -19,7 +18,7 @@ SRC_URI_append_armv7a = " \ " # Again, no '.' in PWD allowed :( -PR = "r36" +PR = "r37" PV = "svnr${SRCREV}" S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin" -- cgit v1.2.3 From d5e3e74b1bd98e0b3e5e828ce958a66d57a3c658 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Mon, 12 Oct 2009 10:40:58 +0200 Subject: Added recipes/wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff without this patch wxwidgets do not build using latest dependecies for details see http://trac.wxwidgets.org/ticket/10883 --- .../wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff diff --git a/recipes/wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff b/recipes/wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff new file mode 100644 index 0000000000..f1b796f0ed --- /dev/null +++ b/recipes/wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff @@ -0,0 +1,16 @@ +--- wxwidgets-2.8.10/src/gtk/gsockgtk-old.cpp 2009-03-06 13:11:40.000000000 +0100 ++++ wxwidgets-2.8.10/src/gtk/gsockgtk.cpp 2009-10-11 20:47:24.000000000 +0200 +@@ -15,8 +15,13 @@ + #include + #include + ++// newer versions of glib define its own GSocket but we unfortunately use this ++// name in our own (semi-)public header and so can't change it -- rename glib ++// one instead ++#define GSocket GlibGSocket + #include + #include ++#undef GSocket + + #include "wx/gsocket.h" + #include "wx/unix/gsockunx.h" -- cgit v1.2.3 From bb4cfd56da6708ce1ea003d891caad6937617384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Mon, 12 Oct 2009 11:09:35 +0200 Subject: gconf-2.26.2: don't fail if polkit-policy-file-validate is missing * Do not fail configure step if polkit-policy-file-validate is not present on the build machine. This tool is only used when doing "make distcheck", so we just replace it by "true". --- recipes/gnome/gconf_2.26.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gnome/gconf_2.26.2.bb b/recipes/gnome/gconf_2.26.2.bb index 005ab47cfc..dcd0e621ef 100644 --- a/recipes/gnome/gconf_2.26.2.bb +++ b/recipes/gnome/gconf_2.26.2.bb @@ -12,7 +12,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.26/GConf-${PV}.tar.bz2 file://org.gnome.GConf.Defaults.service \ " -EXTRA_OECONF = "--disable-gtk-doc" +EXTRA_OECONF = "--disable-gtk-doc POLKIT_POLICY_FILE_VALIDATE=true" HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h" inherit autotools pkgconfig gettext -- cgit v1.2.3 From 48d1a896045bf5c3d28a1e9a75e808c3d49667dd Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Mon, 12 Oct 2009 15:27:51 +0200 Subject: Modified recipes/wxwidgets/wxwidgets_2.8.10.bb due to build failure This patch includes a new patch coming from recipes/wxwidgets/wxwidgets-2.8.10/gsockgtk-cpp-wx2810.diff Recipe version bumped --- recipes/wxwidgets/wxwidgets_2.8.10.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/wxwidgets/wxwidgets_2.8.10.bb b/recipes/wxwidgets/wxwidgets_2.8.10.bb index 8e8d3565fd..14194fa66a 100644 --- a/recipes/wxwidgets/wxwidgets_2.8.10.bb +++ b/recipes/wxwidgets/wxwidgets_2.8.10.bb @@ -1,6 +1,8 @@ require wxwidgets.inc -PR = "r0" +PR = "r1" + +SRC_URI += "file://gsockgtk-cpp-wx2810.diff;patch=1" LEAD_SONAME = "libwx_gtk2_core-2.8.so" -- cgit v1.2.3 From 925dea6086bd5f7479eda0226f32bcd46ba025a1 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 8 Oct 2009 12:09:01 -0300 Subject: xvidtune: include app-defaults otherwise it fails to run Signed-off-by: Otavio Salvador --- recipes/xorg-app/xvidtune_1.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/xorg-app/xvidtune_1.0.1.bb b/recipes/xorg-app/xvidtune_1.0.1.bb index 3ed47c024f..bfab14a67a 100644 --- a/recipes/xorg-app/xvidtune_1.0.1.bb +++ b/recipes/xorg-app/xvidtune_1.0.1.bb @@ -3,3 +3,4 @@ PE = "1" DEPENDS += " libxaw libxxf86vm libxt" +FILES_${PN} += " ${datadir}/X11/app-defaults/Xvidtune " -- cgit v1.2.3 From f99e81e8993d683abf49bc2361e9471206a6bffb Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 13 Oct 2009 16:35:16 +0200 Subject: unicap: add 0.9.7 --- recipes/unicap/unicap_0.9.7.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes/unicap/unicap_0.9.7.bb diff --git a/recipes/unicap/unicap_0.9.7.bb b/recipes/unicap/unicap_0.9.7.bb new file mode 100644 index 0000000000..99e979a285 --- /dev/null +++ b/recipes/unicap/unicap_0.9.7.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "A uniform interface to video capture devices." +SECTION = "graphics" +LICENSE = "GPL" +DEPENDS = "intltool-native gtk+ libpng libxv" +PR = "r0" + +SRC_URI = "http://www.unicap-imaging.org/downloads/unicap-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} + +PACKAGES += "libucil unicapgtk" + +FILES_${PN} = "${libdir}/libunicap.*so.* ${libdir}/unicap2/cpi/lib*.*so.* ${libdir}/unicap2/cpi/lib*.*so" +FILES_${PN}-dev += " ${libdir}/unicap2/cpi/lib*.*a" +FILES_${PN}-dbg += " ${libdir}/unicap2/cpi/.debug" +FILES_libucil = "${libdir}/libucil*so.*" +FILES_libucil-dev = "${libdir}/libucil*.so ${libdir}/libucil*.*a" +FILES_unicapgtk = "${libdir}/libunicapgtk*so.*" +FILES_unicapgtk-dev = "${libdir}/libunicapgtk*so.* ${libdir}/libunicapgtk*.*a" -- cgit v1.2.3 From eabefc30385718a938ebcf8b7586a8f08145ef54 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 13 Oct 2009 16:35:35 +0200 Subject: ucview: add 0.30 --- recipes/unicap/ucview_0.30.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/unicap/ucview_0.30.bb diff --git a/recipes/unicap/ucview_0.30.bb b/recipes/unicap/ucview_0.30.bb new file mode 100644 index 0000000000..e1f22b48c1 --- /dev/null +++ b/recipes/unicap/ucview_0.30.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Simple camera capture GUI based on unicap." +SECTION = "graphics" +LICENSE = "GPL" +DEPENDS = "intltool-native gtk+ libpng unicap gconf libglade gdk-pixbuf-csource-native" +PR = "r1" + +SRC_URI = "http://www.unicap-imaging.org/downloads/${P}.tar.gz \ + file://cross.patch;patch=1" + +inherit autotools pkgconfig + +FILES_${PN} += " ${datadir}/dbus-1 ${datadir}/icons" +FILES_${PN}-dbg += " ${libdir}/ucview/plugins/.debug" -- cgit v1.2.3 From bfdf73964ff776ac56b7d37503759e6c2e01c984 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 13 Oct 2009 16:36:29 +0200 Subject: checksums.ini: Add new unicap and some more. --- conf/checksums.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/conf/checksums.ini b/conf/checksums.ini index 952e9e3241..793f5367c5 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -18382,6 +18382,10 @@ sha256=5dc783c412c4d1ff463c450d2a2f9e1ea53a43d9ba1dda92bbf5182f60db532f md5=2be94dc43fb60fff4626a2401a977220 sha256=6d212385680d29dcda35dda7801da19c80182a8bc6bc6d5cf7533034c853d37f +[http://downloads.sourceforge.net/nas/nas-1.9.1.src.tar.gz] +md5=d975efefba50b985446bb2c2cb4ee91f +sha256=df25cc35f119deb05e42b01b541d7cd2f47f14dffb787637756c2911d995308a + [http://downloads.sourceforge.net/nasm/nasm-0.98.38.tar.bz2] md5=9f682490c132b070d54e395cb6ee145e sha256=87e64eff736196862ed46c04a3dffa612d765df980fa974fc65e026d811bd9d0 @@ -25078,6 +25082,10 @@ sha256=43604951abb43246ccd6b6e7b6935f92322f9313ded99044057b241a2a20b07b md5=1b43c823624962bde3248ae493995750 sha256=aabf82869707be33ac57cce1db798922b8a9329cfcba876643d49f9807fb32af +[http://www.unicap-imaging.org/downloads/ucview-0.30.tar.gz] +md5=509077240e1f8a3d865953c4224182b9 +sha256=b3e501f327ca7c762bef56ea786e1d1fcc27b2354e1b98fc4e5c9a078b870873 + [http://anymore.nl/ipaq/udc_unbind.patch] md5=07da0085296fef529ca869a108e07edc sha256=3ffcdc0e4597046f476ae5d4250783eb563723614bad9f1f58cc0cd9932d0b1d @@ -25194,6 +25202,10 @@ sha256=2ee51c061aaabf3490f4814e739f346bfe2565113d4309161f472e94db668565 md5=f4ef95b9338cc16754ab092a581d123c sha256=63ba54255f6700777fa275a67585ec164952ecaa7f8de0c046b7ebc009363c7a +[http://www.unicap-imaging.org/downloads/unicap-0.9.7.tar.gz] +md5=2436d1cd2c6b321529e9e1d67ff7095c +sha256=b3b7682718e64761d807a96236720cb2952219c139a21d343325fb25fe30cde2 + [ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/OLD/unionfs-1.x/unionfs-1.0.11.tar.gz] md5=494651fe0cf724c093b4be80e35e857f sha256=f1df81423a65590ffd20df43f5cd0be14cf6746437eb40c2c924f5f58a6e18a7 -- cgit v1.2.3 From 0b6a6895cffce4264829da2ecbe06d674659c9f7 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Tue, 13 Oct 2009 16:44:18 +0200 Subject: linux-2.6.28: added IPv6 support in kernel options for ronetix-pm9263/defconfig --- .../linux/linux-2.6.28/ronetix-pm9263/defconfig | 138 ++++++++++++++++++--- 1 file changed, 120 insertions(+), 18 deletions(-) diff --git a/recipes/linux/linux-2.6.28/ronetix-pm9263/defconfig b/recipes/linux/linux-2.6.28/ronetix-pm9263/defconfig index ec5bf7a39a..377e1765aa 100644 --- a/recipes/linux/linux-2.6.28/ronetix-pm9263/defconfig +++ b/recipes/linux/linux-2.6.28/ronetix-pm9263/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.28 -# Tue Dec 30 15:28:55 2008 +# Tue Oct 13 15:15:50 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -32,7 +32,7 @@ CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_EXPERIMENTAL=y CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 -CONFIG_LOCALVERSION="-pm9263" +CONFIG_LOCALVERSION="-K1" # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_SWAP is not set CONFIG_SYSVIPC=y @@ -45,8 +45,7 @@ CONFIG_SYSVIPC_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 # CONFIG_CGROUPS is not set # CONFIG_GROUP_SCHED is not set -CONFIG_SYSFS_DEPRECATED=y -CONFIG_SYSFS_DEPRECATED_V2=y +# CONFIG_SYSFS_DEPRECATED_V2 is not set # CONFIG_RELAY is not set CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set @@ -230,7 +229,7 @@ CONFIG_CPU_CP15_MMU=y # # Processor Features # -# CONFIG_ARM_THUMB is not set +CONFIG_ARM_THUMB=y # CONFIG_CPU_ICACHE_DISABLE is not set # CONFIG_CPU_DCACHE_DISABLE is not set # CONFIG_CPU_DCACHE_WRITETHROUGH is not set @@ -265,7 +264,8 @@ CONFIG_VMSPLIT_3G=y CONFIG_PAGE_OFFSET=0xC0000000 # CONFIG_PREEMPT is not set CONFIG_HZ=100 -# CONFIG_AEABI is not set +CONFIG_AEABI=y +# CONFIG_OABI_COMPAT is not set CONFIG_ARCH_FLATMEM_HAS_HOLES=y # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set @@ -290,7 +290,7 @@ CONFIG_ALIGNMENT_TRAP=y # CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 -CONFIG_CMDLINE="mem=64M console=ttyS0,115200 initrd=0x21100000,3145728 root=/dev/ram0 rw" +CONFIG_CMDLINE=" debug " # CONFIG_XIP_KERNEL is not set # CONFIG_KEXEC is not set @@ -306,9 +306,6 @@ CONFIG_CMDLINE="mem=64M console=ttyS0,115200 initrd=0x21100000,3145728 root=/dev # # At least one emulation must be selected # -CONFIG_FPE_NWFPE=y -# CONFIG_FPE_NWFPE_XP is not set -# CONFIG_FPE_FASTFPE is not set # CONFIG_VFP is not set # @@ -319,7 +316,6 @@ CONFIG_BINFMT_ELF=y CONFIG_HAVE_AOUT=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set -# CONFIG_ARTHUR is not set # # Power management options @@ -334,6 +330,11 @@ CONFIG_NET=y CONFIG_PACKET=y # CONFIG_PACKET_MMAP is not set CONFIG_UNIX=y +CONFIG_XFRM=y +# CONFIG_XFRM_USER is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set # CONFIG_NET_KEY is not set CONFIG_INET=y # CONFIG_IP_MULTICAST is not set @@ -351,7 +352,7 @@ CONFIG_IP_PNP_RARP=y # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_XFRM_TUNNEL is not set -# CONFIG_INET_TUNNEL is not set +CONFIG_INET_TUNNEL=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_MODE_BEET is not set @@ -361,7 +362,25 @@ CONFIG_IP_PNP_RARP=y CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set -# CONFIG_IPV6 is not set +CONFIG_IPV6=y +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_INET6_AH is not set +# CONFIG_INET6_ESP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_INET6_XFRM_TUNNEL is not set +# CONFIG_INET6_TUNNEL is not set +CONFIG_INET6_XFRM_MODE_TRANSPORT=y +CONFIG_INET6_XFRM_MODE_TUNNEL=y +CONFIG_INET6_XFRM_MODE_BEET=y +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set +CONFIG_IPV6_SIT=y +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set # CONFIG_NETWORK_SECMARK is not set # CONFIG_NETFILTER is not set # CONFIG_IP_DCCP is not set @@ -503,6 +522,7 @@ CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND_DISKONCHIP is not set CONFIG_MTD_NAND_ATMEL=y # CONFIG_MTD_NAND_ATMEL_ECC_HW is not set +# CONFIG_MTD_NAND_ATMEL_ECC_HW_HSIAO is not set CONFIG_MTD_NAND_ATMEL_ECC_SOFT=y # CONFIG_MTD_NAND_ATMEL_ECC_NONE is not set # CONFIG_MTD_NAND_NANDSIM is not set @@ -629,6 +649,7 @@ CONFIG_PHYLIB=y CONFIG_NET_ETHERNET=y CONFIG_MII=y CONFIG_MACB=y +# CONFIG_MACB_TX_SRAM is not set # CONFIG_AX88796 is not set # CONFIG_SMC91X is not set # CONFIG_DM9000 is not set @@ -900,10 +921,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y # CONFIG_FONTS is not set CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y -CONFIG_LOGO=y -CONFIG_LOGO_LINUX_MONO=y -CONFIG_LOGO_LINUX_VGA16=y -CONFIG_LOGO_LINUX_CLUT224=y +# CONFIG_LOGO is not set CONFIG_SOUND=y CONFIG_SOUND_OSS_CORE=y CONFIG_SND=y @@ -1417,7 +1435,91 @@ CONFIG_DEBUG_LL=y # CONFIG_SECURITY is not set # CONFIG_SECURITYFS is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set -# CONFIG_CRYPTO is not set +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +# CONFIG_CRYPTO_FIPS is not set +# CONFIG_CRYPTO_MANAGER is not set +# CONFIG_CRYPTO_MANAGER2 is not set +# CONFIG_CRYPTO_GF128MUL is not set +# CONFIG_CRYPTO_NULL is not set +# CONFIG_CRYPTO_CRYPTD is not set +# CONFIG_CRYPTO_AUTHENC is not set +# CONFIG_CRYPTO_TEST is not set + +# +# Authenticated Encryption with Associated Data +# +# CONFIG_CRYPTO_CCM is not set +# CONFIG_CRYPTO_GCM is not set +# CONFIG_CRYPTO_SEQIV is not set + +# +# Block modes +# +# CONFIG_CRYPTO_CBC is not set +# CONFIG_CRYPTO_CTR is not set +# CONFIG_CRYPTO_CTS is not set +# CONFIG_CRYPTO_ECB is not set +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set + +# +# Hash modes +# +# CONFIG_CRYPTO_HMAC is not set +# CONFIG_CRYPTO_XCBC is not set + +# +# Digest +# +# CONFIG_CRYPTO_CRC32C is not set +# CONFIG_CRYPTO_MD4 is not set +# CONFIG_CRYPTO_MD5 is not set +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_RMD128 is not set +# CONFIG_CRYPTO_RMD160 is not set +# CONFIG_CRYPTO_RMD256 is not set +# CONFIG_CRYPTO_RMD320 is not set +# CONFIG_CRYPTO_SHA1 is not set +# CONFIG_CRYPTO_SHA256 is not set +# CONFIG_CRYPTO_SHA512 is not set +# CONFIG_CRYPTO_TGR192 is not set +# CONFIG_CRYPTO_WP512 is not set + +# +# Ciphers +# +# CONFIG_CRYPTO_AES is not set +# CONFIG_CRYPTO_ANUBIS is not set +# CONFIG_CRYPTO_ARC4 is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_SALSA20 is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_TEA is not set +# CONFIG_CRYPTO_TWOFISH is not set + +# +# Compression +# +# CONFIG_CRYPTO_DEFLATE is not set +# CONFIG_CRYPTO_LZO is not set + +# +# Random Number Generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_HW=y # # Library routines -- cgit v1.2.3 From 917267467f664d516a45eef981d70c7e237e32de Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Tue, 13 Oct 2009 17:10:45 +0200 Subject: gnumail 1.1.2: Use fixed java and javac paths. --- recipes/classpathx/gnumail_1.1.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/classpathx/gnumail_1.1.2.bb b/recipes/classpathx/gnumail_1.1.2.bb index adcb1e8c1f..4e67558067 100644 --- a/recipes/classpathx/gnumail_1.1.2.bb +++ b/recipes/classpathx/gnumail_1.1.2.bb @@ -13,8 +13,8 @@ S = "${WORKDIR}/mail-${PV}" DEPENDS = "fastjar-native gnujaf inetlib" -export JAVAC = "javac" -export JAVA = "java" +export JAVAC = "${STAGING_BINDIR_NATIVE}/javac" +export JAVA = "${STAGING_BINDIR_NATIVE}/java" # Fake javadoc export JAVADOC = "true" -- cgit v1.2.3 From 555fa9cca6265aa8c185dd92da6331a644740f43 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 7 Oct 2009 15:59:17 -0300 Subject: firefox-addon-full-fullscreen: add 3.3 --- conf/checksums.ini | 4 +++ .../mozilla/firefox-addon-full-fullscreen_3.3.bb | 9 ++++++ recipes/mozilla/firefox-addon.inc | 34 ++++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 recipes/mozilla/firefox-addon-full-fullscreen_3.3.bb create mode 100644 recipes/mozilla/firefox-addon.inc diff --git a/conf/checksums.ini b/conf/checksums.ini index 793f5367c5..001ada23b3 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -7350,6 +7350,10 @@ sha256=866d1e45a575f448148c227f60cde4c8b607c51f179da3a7ec1acb5036b8e3ec md5=230b98276779339a4102abdb1c36197a sha256=866d1e45a575f448148c227f60cde4c8b607c51f179da3a7ec1acb5036b8e3ec +[http://ftp.mozilla.org/pub/mozilla.org/addons/1568/full_fullscreen-3.3-fx.xpi] +md5=d69dd28c0d19777b32bd15720512027a +sha256=abe2607b6b823bd3355ae2a93368143628ad3e18ec244581dfe034386a0505af + [http://downloads.sourceforge.net/fuse/fuse-2.5.3.tar.gz] md5=9c7e8b6606b9f158ae20b8521ba2867c sha256=19f9e27a35e65b61c25b999c44d0c35ba858ad586379226849d097d638579057 diff --git a/recipes/mozilla/firefox-addon-full-fullscreen_3.3.bb b/recipes/mozilla/firefox-addon-full-fullscreen_3.3.bb new file mode 100644 index 0000000000..cae7fd46ce --- /dev/null +++ b/recipes/mozilla/firefox-addon-full-fullscreen_3.3.bb @@ -0,0 +1,9 @@ +# Copyright (C) 2009, O.S. Systems Software Ltda. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +require firefox-addon.inc + +PR = "${INC_PR}.1" + +SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/addons/1568/full_fullscreen-3.3-fx.xpi" +EXTENSION = "{bfe3406c-6f31-4789-86d5-efa50e12c9eb}" diff --git a/recipes/mozilla/firefox-addon.inc b/recipes/mozilla/firefox-addon.inc new file mode 100644 index 0000000000..fa0eca6d48 --- /dev/null +++ b/recipes/mozilla/firefox-addon.inc @@ -0,0 +1,34 @@ +# Copyright (C) 2009, O.S. Systems Software Ltda. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +DEPENDS = "unzip-native" +RDEPENDS = "firefox" + +S = "${WORKDIR}" +FIREFOX_VERSION = "3.0.4" + +do_configure() { + unzip -o -q -d xpi *.xpi +} + +INC_PR = "r1" + +do_install() { + cd ${S}/xpi + + if [ -z ${EXTENSION} ]; then + echo "You NEED to define EXTENSION in your recipe. Exiting" + exit 1 + fi + + mkdir -p ${D}/usr/lib/firefox-${FIREFOX_VERSION}/extensions/${EXTENSION}/chrome + mkdir -p ${D}/usr/lib/firefox-${FIREFOX_VERSION}/extensions/${EXTENSION}/uninstall + install -m 644 chrome/*.jar ${D}/usr/lib/firefox-${FIREFOX_VERSION}/extensions/${EXTENSION}/chrome + install -m 644 install.rdf ${D}/usr/lib/firefox-${FIREFOX_VERSION}/extensions/${EXTENSION} + install -m 644 chrome.manifest ${D}/usr/lib/firefox-${FIREFOX_VERSION}/extensions/${EXTENSION} + + cat install.rdf > ${D}/usr/lib/firefox-${FIREFOX_VERSION}/extensions/${EXTENSION}/uninstall/Uninstall +} + +FILES_${PN} += "/usr/lib/firefox-${FIREFOX_VERSION}" +PACKAGE_ARCH = "all" -- cgit v1.2.3 From 035dab3a2edcb3698b44e64d44b6eecfbc0fb77c Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 19 Sep 2009 20:33:00 +0000 Subject: package.bbclass: export subpackage individual version, if different from main Fixes the wrong versioned runtime dependency for shlib subpackages with own versions. Consider this: PACKAGES = "libfoo libbar" PV_libfoo = "1" PV_libbar = "2" PV = "3" That will generate libfoo_1 and libbar_2 packages, but version 3 will be exported in shlibs database, leading to the following versioned runtime dependencies: RDEPENDS: libfoo (>=3) libbar (>=3) This fixes the problem. Signed-off-by: Denys Dmytriyenko Acked-by: Koen Kooi --- classes/package.bbclass | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/classes/package.bbclass b/classes/package.bbclass index 0cba1260d8..046351a415 100644 --- a/classes/package.bbclass +++ b/classes/package.bbclass @@ -652,6 +652,10 @@ python package_do_shlibs() { needs_ldconfig = False bb.debug(2, "calculating shlib provides for %s" % pkg) + pkgver = bb.data.getVar('PV_' + pkg, d, 1) + if not pkgver: + pkgver = ver + needed[pkg] = [] sonames = list() top = os.path.join(pkgdest, pkg) @@ -696,7 +700,7 @@ python package_do_shlibs() { fd.close() package_stagefile(shlibs_file, d) fd = open(shver_file, 'w') - fd.write(ver + '\n') + fd.write(pkgver + '\n') fd.close() package_stagefile(shver_file, d) if needs_ldconfig and use_ldconfig: -- cgit v1.2.3 From c2e0e65ebfedd8d0392f8699e0f25cb31a26c92c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 13 Oct 2009 20:40:40 +0200 Subject: binutils-sdk: fix fallout of the strip-staic-libs thing --- recipes/binutils/binutils-cross-sdk.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/binutils/binutils-cross-sdk.inc b/recipes/binutils/binutils-cross-sdk.inc index 0ebe5147e6..4d5a6df493 100644 --- a/recipes/binutils/binutils-cross-sdk.inc +++ b/recipes/binutils/binutils-cross-sdk.inc @@ -25,3 +25,5 @@ do_install () { install -m 644 ${S}/include/ansidecl.h ${D}${includedir} install -m 644 ${S}/include/libiberty.h ${D}${includedir} } + +FILES_${PN}-dbg += "/*/*/*/*/*/*/*/.debug" -- cgit v1.2.3 From a4869c043326ed7982521d242eb34959491990ab Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 19:14:46 -0700 Subject: gnome-system-tools: add 2.71.1 --- conf/checksums.ini | 4 ++++ recipes/gnome/gnome-system-tools_2.27.1.bb | 34 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 recipes/gnome/gnome-system-tools_2.27.1.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 001ada23b3..faebd8cec1 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -8982,6 +8982,10 @@ sha256=4fbd2eccb335fa92487b3307bd83c4f468342f1787856377abbb6ad862271451 md5=edd7f02e30683054b94a89aa62c74d1e sha256=cf2f96f3c91749fdcec39d3eb89273f6d3a47cc7bc0c5faa0915808409c9d563 +[http://ftp.gnome.org/pub/GNOME/sources/gnome-system-tools/2.27/gnome-system-tools-2.27.1.tar.bz2] +md5=1c44b84966fda9eb7a09bfdd27d191dd +sha256=6ae2d4c7f649fe17fdae4d5e4c6a08437d708ab17b28cef8a088a9f1b57b4e70 + [http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.26/gnome-terminal-2.26.2.tar.bz2] md5=f4f64b9b67c7a3147799ee10f7cf00e1 sha256=f937939eca0082dc7f3f9ddab72d612433ad948aac7e158ed75f5d7053e8d0e0 diff --git a/recipes/gnome/gnome-system-tools_2.27.1.bb b/recipes/gnome/gnome-system-tools_2.27.1.bb new file mode 100644 index 0000000000..29119849f3 --- /dev/null +++ b/recipes/gnome/gnome-system-tools_2.27.1.bb @@ -0,0 +1,34 @@ +DESCRIPTION = "GNOME utilities" +SECTION = "x11/gnome" +LICENSE = "GPL" +DEPENDS = "gnome-common glib-2.0 gtk+ gconf liboobs system-tools-backends gnome-control-center" +inherit gnome pkgconfig + +EXTRA_OECONF = "--disable-scrollkeeper \ + " +CFLAGS += "-lgthread-2.0" + +do_configure_prepend () { + for i in $(find . -name "Makefile.in") ; do + sed -i -e 's:MKINSTALLDIRS = @MKINSTALLDIRS@:MKINSTALLDIRS = @mkdir_p@:g' $i + done +} + +do_install_append () { + rm ${D}/${datadir}/gnome/help/services-admin/C/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/ca/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/de/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/el/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/en_GB/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/es/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/fr/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/it/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/nl/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/oc/figures/service-properties.png + rm ${D}/${datadir}/gnome/help/services-admin/sv/figures/service-properties.png +} + +FILES_${PN} += "${libdir}/nautilus/extensions-2.0" + +FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug" + -- cgit v1.2.3 From f1c87869599b3573c2516bf679f3c4b9895ce31e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 13 Oct 2009 22:16:24 +0200 Subject: dm355-{evm,leopard}: put dm355 SoC variables in a shared include file --- conf/machine/dm355-evm.conf | 1 + conf/machine/dm355-leopard.conf | 2 ++ conf/machine/include/dm355.inc | 9 +++++++++ 3 files changed, 12 insertions(+) create mode 100644 conf/machine/include/dm355.inc diff --git a/conf/machine/dm355-evm.conf b/conf/machine/dm355-evm.conf index f0294de1f9..73c9f1e017 100644 --- a/conf/machine/dm355-evm.conf +++ b/conf/machine/dm355-evm.conf @@ -3,5 +3,6 @@ #@DESCRIPTION: Machine configuration for the TI Davinci DM355 EVM board require conf/machine/include/davinci.inc +require conf/machine/include/dm355.inc UBOOT_MACHINE = "davinci_dm355evm_config" diff --git a/conf/machine/dm355-leopard.conf b/conf/machine/dm355-leopard.conf index a488e0b1c8..748ef05d44 100644 --- a/conf/machine/dm355-leopard.conf +++ b/conf/machine/dm355-leopard.conf @@ -3,6 +3,8 @@ #@DESCRIPTION: Machine configuration for the DM355 leopard board require conf/machine/include/davinci.inc +require conf/machine/include/dm355.inc + TARGET_ARCH = "arm" PREFERRED_VERSION_u-boot = "1.2.0" diff --git a/conf/machine/include/dm355.inc b/conf/machine/include/dm355.inc new file mode 100644 index 0000000000..dffafe4460 --- /dev/null +++ b/conf/machine/include/dm355.inc @@ -0,0 +1,9 @@ + +DEVICES = "DM355" +GPPOS = "LINUX_GCC" +PLATFORM = "dm355" +PROGRAMS = "APP_LOCAL" +TARGET = "dm355_al" +XDC_PLATFORM = ti.platforms.evmDM355 + + -- cgit v1.2.3 From 16a7d3d53eed671e5e51809cdd68cc1b5c6354bd Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 13 Oct 2009 22:20:39 +0200 Subject: TI recipes: make use of factored-out dm355 variables --- recipes/ti/bitblit_svn.bb | 2 -- recipes/ti/gstreamer-ti_svn.bb | 2 -- recipes/ti/ti-codec-engine_2.24.01.bb | 10 ++++------ recipes/ti/ti-dmai_svn.bb | 1 - 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/recipes/ti/bitblit_svn.bb b/recipes/ti/bitblit_svn.bb index 9a0a24134e..dc3722c008 100644 --- a/recipes/ti/bitblit_svn.bb +++ b/recipes/ti/bitblit_svn.bb @@ -19,7 +19,6 @@ PR = "r1" S = "${WORKDIR}/trunk/bitblit" XDC_TARGET = gnu.targets.arm.GCArmv5T -XDC_PLATFORM_dm355-evm = ti.platforms.evmDM355 XDC_PLATFORM_dm6446-evm = ti.platforms.evmDM6446 XDC_PLATFORM_da830-omapl137-evm = ti.platforms.omapl137 PLATFORM_XDC = ${XDC_PLATFORM} @@ -28,7 +27,6 @@ export XDC_TARGET export XDC_PLATFORM export PLATFORM_XDC -PLATFORM_dm355-evm = "dm355" PLATFORM_dm6446-evm = "dm6446" PLATFORM_da830-omapl137-evm = "ol137" diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb index 6463a45bf9..a916bae749 100644 --- a/recipes/ti/gstreamer-ti_svn.bb +++ b/recipes/ti/gstreamer-ti_svn.bb @@ -24,7 +24,6 @@ PV = "svnr${SRCREV}" S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin" XDC_TARGET = gnu.targets.arm.GCArmv5T -XDC_PLATFORM_dm355-evm = ti.platforms.evmDM355 XDC_PLATFORM_dm6446-evm = ti.platforms.evmDM6446 XDC_PLATFORM_da830-omapl137-evm = ti.platforms.omapl137 PLATFORM_XDC = ${XDC_PLATFORM} @@ -33,7 +32,6 @@ export XDC_TARGET export XDC_PLATFORM export PLATFORM_XDC -PLATFORM_dm355-evm = "dm355" PLATFORM_dm6446-evm = "dm6446" PLATFORM_da830-omapl137-evm = "ol137" diff --git a/recipes/ti/ti-codec-engine_2.24.01.bb b/recipes/ti/ti-codec-engine_2.24.01.bb index b2cebe3068..9be02046a4 100644 --- a/recipes/ti/ti-codec-engine_2.24.01.bb +++ b/recipes/ti/ti-codec-engine_2.24.01.bb @@ -3,9 +3,10 @@ DESCRIPTION = "Codec Engine 2.24.01 for TI ARM/DSP processors" require ti-paths.inc # compile time dependencies -DEPENDS_dm6446-evm += "ti-xdctools-native ti-cgt6x-native ti-dspbios-native ti-dsplink-module" -DEPENDS_armv7a += "ti-cgt6x-native ti-dspbios-native ti-xdctools-native ti-dsplink-module" -DEPENDS_dm355-evm += "ti-xdctools-native" +DEPENDS = "ti-xdctools-native" + +DEPENDS_append_dm6446-evm = " ti-cgt6x-native ti-dspbios-native ti-dsplink-module" +DEPENDS_append_armv7a = " ti-cgt6x-native ti-dspbios-native ti-dsplink-module" # tconf from xdctools dislikes '.' in pwd :/ PR = "r7" @@ -17,16 +18,13 @@ SRC_URI = "http://install.source.dir.local/codec_engine_2_24_01.tar.gz " S = "${WORKDIR}/codec_engine_2_24_01" # Define Device variable -DEVICES_dm355-evm ?= "DM355" DEVICES_dm6446-evm ?= "DM6446" # define gppos variable -GPPOS_dm355-evm ?= "LINUX_GCC" GPPOS_dm6446-evm ?= "LINUX_GCC" #define PROGRAM variables PROGRAMS = "APP_CLIENT DSP_SERVER" -PROGRAMS_dm355-evm ?= "APP_LOCAL" LINK_INSTALL_DIR="${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/ti-dsplink-module/packages" DSPBIOS_DIR="${STAGING_DIR_NATIVE}/ti-dspbios-native" diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb index 2627676c57..b050034d5d 100644 --- a/recipes/ti/ti-dmai_svn.bb +++ b/recipes/ti/ti-dmai_svn.bb @@ -16,7 +16,6 @@ DEPENDS_da830-omapl137-evm += "alsa-lib ti-codec-engine ti-xdctools-native ti- # Define DMAI build time variables TARGET ?= "all" TARGET_armv7a ?= "o3530_al" -TARGET_dm355-evm ?= "dm355_al" TARGET_dm6446-evm ?= "dm6446_al" TARGET_da830-omapl137-evm ?= "ol137_al" -- cgit v1.2.3 From b20cb3a42c1b5a4bdd00e332ae6d525f8e9a5b61 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 20:03:51 -0700 Subject: gnome-keyring: add 2.28.0 --- conf/checksums.ini | 4 ++++ recipes/gnome/gnome-keyring_2.28.0.bb | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 recipes/gnome/gnome-keyring_2.28.0.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index faebd8cec1..88b527efcb 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -8830,6 +8830,10 @@ sha256=3c9eb7f45dd0026340635b9e1ee18c36a47541610aa5a7ef604ca645aa4763f9 md5=0395fcf79b990465030a2795dcddacb9 sha256=7acda11db2eb07b2f68a1a506203fe95141954acb10c394850418fd04ed80a07 +[http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.28/gnome-keyring-2.28.0.tar.bz2] +md5=07fa253d8506c22640d74eb4fc90a092 +sha256=1b3234f1feac6a619a9a61a0b5f67ab8cd89d94aeeec9a5cc2d78b81d9d8cab4 + [http://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.26/gnome-media-2.26.0.tar.bz2] md5=3d519bc7d812aed8f6e4288b6d3cdf26 sha256=39e7646d0790e05a010da1eb2d7552dcb5311abd72f001477c9c465d7146b9f7 diff --git a/recipes/gnome/gnome-keyring_2.28.0.bb b/recipes/gnome/gnome-keyring_2.28.0.bb new file mode 100644 index 0000000000..46d2de0fd0 --- /dev/null +++ b/recipes/gnome/gnome-keyring_2.28.0.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "GNOME security credential management" +LICENSE = "GPL" +SECTION = "x11/gnome" +DEPENDS = " libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt" + +inherit autotools gnome pkgconfig + +EXTRA_OECONF = "--disable-gtk-doc --enable-pam --with-pam-dir=${libdir}/security/" + +SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service" + +do_configure_prepend() { + cp ${WORKDIR}/tasn.m4 acinclude.m4 +} + +do_install_append () { + install -d ${D}${datadir}/dbus-1/services + install -m 0644 ${WORKDIR}/org.gnome.keyring.service ${D}${datadir}/dbus-1/services +} + +FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr" +PACKAGES =+ "gnome-keyring-pam-plugin" +FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so" +FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug" + +do_stage() { + autotools_stage_all +} -- cgit v1.2.3 From 642d30c723a59b200b9edaf8ebb2ea15af8e87c3 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 20:10:06 -0700 Subject: gnome-utils: add 2.28.0 --- conf/checksums.ini | 4 ++++ recipes/gnome/gnome-utils/no-try-run-strftime.diff | 27 +++++++++++++++++++++ recipes/gnome/gnome-utils_2.28.0.bb | 28 ++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 recipes/gnome/gnome-utils/no-try-run-strftime.diff create mode 100644 recipes/gnome/gnome-utils_2.28.0.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 88b527efcb..bc1e89669f 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -9006,6 +9006,10 @@ sha256=7a7fd49793c790c508cebce5e4ff99c83ddcaa6fd57266ce46ff9ac4cc3b9063 md5=4aae39232d77e1497f3180202b501adf sha256=471191e942fdd1d691095c71fb22c0a645b3644c3b2b1c58a6d6f1a2435fb818 +[http://ftp.gnome.org/pub/GNOME/sources/gnome-utils/2.28/gnome-utils-2.28.0.tar.bz2] +md5=156e38fdf348bf2db4fcb7b84ddcc2aa +sha256=40c99392e6c06ff31d735c41cf285f02b7b8c0419f1954c533b7da900e7b9752 + [http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.12/gnome-vfs-2.12.0.tar.bz2] md5=3323e7472a736716150337d2fc564a43 sha256=c371e303363d087204e639f4a494bcdd3ea87a25b5d07459052222b08b5f8e38 diff --git a/recipes/gnome/gnome-utils/no-try-run-strftime.diff b/recipes/gnome/gnome-utils/no-try-run-strftime.diff new file mode 100644 index 0000000000..6ea2680c48 --- /dev/null +++ b/recipes/gnome/gnome-utils/no-try-run-strftime.diff @@ -0,0 +1,27 @@ +--- gnome-utils-2.27.2/configure.ac-orig 2009-06-15 04:45:27.000000000 -0700 ++++ gnome-utils-2.27.2/configure.ac 2009-08-08 15:45:23.000000000 -0700 +@@ -228,24 +228,6 @@ AS_IF([test "x$have_ipv6" = "xyes"], + ) + + +-dnl strftime extension checks +-AC_TRY_RUN([ +- #include +- int main (void) { +- char buf[100]; +- struct tm tm = {0}; +- tm.tm_year = 99; +- if (strftime(buf, 100, "%EY", &tm) == 4 && strcmp (buf, "1999")==0) +- return 0; +- return 1; +- } +- ], +- [ +- AC_DEFINE([HAVE_STRFTIME_EXTENSION], [1], +- [Define if strftime supports %E and %O modifiers.]) +- ] +-) +- + dnl gnome-search-tool checks + withval="" + AC_ARG_WITH([grep], diff --git a/recipes/gnome/gnome-utils_2.28.0.bb b/recipes/gnome/gnome-utils_2.28.0.bb new file mode 100644 index 0000000000..42df0e8c37 --- /dev/null +++ b/recipes/gnome/gnome-utils_2.28.0.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "GNOME utilities" +SECTION = "x11/gnome" +LICENSE = "GPL" +DEPENDS = "gnome-common glib-2.0 gtk+ gconf" + +inherit gnome pkgconfig + +SRC_URI += "file://no-try-run-strftime.diff;patch=1" + +EXTRA_OECONF = "--disable-scrollkeeper" + +do_configure_append() { + for i in $(find ${S} -name "Makefile") ; do + sed -i -e s:-Werror::g $i + done +} + +do_stage () { + autotools_stage_all +} + +FILES_${PN} += "${datadir}/baobab \ + ${datadir}/gdict-1.0 \ + ${datadir}/gnome-dictionary \ + ${datadir}/gnome-screenshot \ + " + + -- cgit v1.2.3 From c87990279d1f4f0239b526e2d1dca15ae670c17f Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 21:12:10 -0700 Subject: networkmanager-openvpn: add 0.7.1 --- conf/checksums.ini | 4 +++ .../networkmanager/networkmanager-openvpn_0.7.1.bb | 29 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 recipes/networkmanager/networkmanager-openvpn_0.7.1.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index bc1e89669f..35745403c4 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -682,6 +682,10 @@ sha256=281234116b99b4c4b45fde038a435a0d26b7ee55beac0c351186b3f12c301659 md5=954742cfd47191204d62d8d57f2bc6dd sha256=7526a31de615a662cb09e915f26e5b151eda364240d983df6232aac8b9333f3a +[http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/0.7/NetworkManager-openvpn-0.7.1.tar.bz2] +md5=3637145716d5a2d55af0d713e4f05c68 +sha256=7c6a7b9b8c6ccf3e2fbf2431b9fb2035f99e1d78065f3344f667e2f108f38d5b + [http://divmod.org/trac/attachment/wiki/SoftwareReleases/Nevow-0.9.32.tar.gz?format=raw] md5=75828090af2b26f69fe4a7f148a400f6 sha256=bc35ce187481db91f047055b3edbce49c14d291b1a2eb3e915e9c1c511620f9a diff --git a/recipes/networkmanager/networkmanager-openvpn_0.7.1.bb b/recipes/networkmanager/networkmanager-openvpn_0.7.1.bb new file mode 100644 index 0000000000..a0c313dda0 --- /dev/null +++ b/recipes/networkmanager/networkmanager-openvpn_0.7.1.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "NetworkManager" +SECTION = "net/misc" +LICENSE = "GPL" +PRIORITY = "optional" +DEPENDS = "networkmanager libnl dbus dbus-glib hal wireless-tools policykit gnutls e2fsprogs-libs ppp" +RDEPENDS = "wpa-supplicant dhcp-client \ + ${@base_contains('COMBINED_FEATURES', '3gmodem', 'ppp', '', d)} \ + " + +EXTRA_OECONF = " \ + --with-distro=debian \ + --with-crypto=gnutls \ + --disable-more-warnings" + +inherit autotools pkgconfig + +PR = "r1" + +SRC_URI += "http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/0.7/NetworkManager-openvpn-${PV}.tar.bz2 \ +" + +S = "${WORKDIR}/NetworkManager-openvpn-${PV}" + +FILES_${PN} += " \ + ${libdir}/NetworkManager/*.so \ + ${datadir}/gnome-vpn-properties \ + ${datadir}/icons " + + -- cgit v1.2.3 From 8d8fbd9fb543bfafcfaa3a13d9ab5f514e6cd71c Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 21:49:13 -0700 Subject: task-perl-module-all: add a task that includes all perl modules --- recipes/tasks/task-perl-module-all.bb | 864 ++++++++++++++++++++++++++++++++++ 1 file changed, 864 insertions(+) create mode 100644 recipes/tasks/task-perl-module-all.bb diff --git a/recipes/tasks/task-perl-module-all.bb b/recipes/tasks/task-perl-module-all.bb new file mode 100644 index 0000000000..0b39941348 --- /dev/null +++ b/recipes/tasks/task-perl-module-all.bb @@ -0,0 +1,864 @@ +DESCRIPTION= "All perl modules" + +inherit task + +PR = "r2" + +RDEPENDS_${PN} = " \ + perl-module-abbrev \ + perl-module-anydbm-file \ + perl-module-assert \ + perl-module-attribute-handlers \ + perl-module-attributes \ + perl-module-attrs \ + perl-module-autoloader \ + perl-module-autosplit \ + perl-module-autouse \ + perl-module-b \ + perl-module-base \ + perl-module-b-asmdata \ + perl-module-b-assembler \ + perl-module-b-bblock \ + perl-module-b-bytecode \ + perl-module-b-c \ + perl-module-b-cc \ + perl-module-b-concise \ + perl-module-b-debug \ + perl-module-b-deparse \ + perl-module-b-disassembler \ + perl-module-benchmark \ + perl-module-bigfloat \ + perl-module-bigint \ + perl-module-bignum \ + perl-module-bigrat \ + perl-module-blib \ + perl-module-b-lint \ + perl-module-b-showlex \ + perl-module-b-stackobj \ + perl-module-b-stash \ + perl-module-b-terse \ + perl-module-b-xref \ + perl-module-byteloader \ + perl-module-bytes \ + perl-module-bytes-heavy \ + perl-module-cacheout \ + perl-module-carp \ + perl-module-carp-heavy \ + perl-module-cgi \ + perl-module-cgi-apache \ + perl-module-cgi-carp \ + perl-module-cgi-cookie \ + perl-module-cgi-fast \ + perl-module-cgi-pretty \ + perl-module-cgi-push \ + perl-module-cgi-switch \ + perl-module-cgi-util \ + perl-module-charnames \ + perl-module-class-isa \ + perl-module-class-struct \ + perl-module-complete \ + perl-module-config \ + perl-module-config-heavy \ + perl-module-constant \ + perl-module-cpan \ + perl-module-cpan-firsttime \ + perl-module-cpan-nox \ + perl-module-ctime \ + perl-module-cwd \ + perl-module-data-dumper \ + perl-module-db \ + perl-module-dbm-filter \ + perl-module-dbm-filter-compress \ + perl-module-dbm-filter-encode \ + perl-module-dbm-filter-int32 \ + perl-module-dbm-filter-null \ + perl-module-dbm-filter-utf8 \ + perl-module-dbm-filter-util \ + perl-module-devel-dprof \ + perl-module-devel-peek \ + perl-module-devel-ppport \ + perl-module-devel-selfstubber \ + perl-module-diagnostics \ + perl-module-digest \ + perl-module-digest-base \ + perl-module-digest-file \ + perl-module-digest-md5 \ + perl-module-dirhandle \ + perl-module-dotsh \ + perl-module-dumpvalue \ + perl-module-dumpvar \ + perl-module-dynaloader \ + perl-module-encode \ + perl-module-encode-alias \ + perl-module-encode-byte \ + perl-module-encode-changes \ + perl-module-encode-cjkconstants \ + perl-module-encode-cn \ + perl-module-encode-cn-hz \ + perl-module-encode-config \ + perl-module-encode-configlocal-pm \ + perl-module-encode-ebcdic \ + perl-module-encode-encoder \ + perl-module-encode-encoding \ + perl-module-encode-guess \ + perl-module-encode-jp \ + perl-module-encode-jp-h2z \ + perl-module-encode-jp-jis7 \ + perl-module-encode-kr \ + perl-module-encode-kr-2022-kr \ + perl-module-encode-makefile-pl \ + perl-module-encode-mime-header \ + perl-module-encode-mime-header-iso-2022-jp \ + perl-module-encode--pm \ + perl-module-encode-readme \ + perl-module-encode-symbol \ + perl-module-encode--t \ + perl-module-encode-tw \ + perl-module-encode-unicode \ + perl-module-encode-unicode-utf7 \ + perl-module-encoding \ + perl-module-english \ + perl-module-env \ + perl-module-errno \ + perl-module-exceptions \ + perl-module-exporter \ + perl-module-exporter-heavy \ + perl-module-extutils-command \ + perl-module-extutils-command-mm \ + perl-module-extutils-constant \ + perl-module-extutils-constant-base \ + perl-module-extutils-constant-utils \ + perl-module-extutils-constant-xs \ + perl-module-extutils-embed \ + perl-module-extutils-install \ + perl-module-extutils-installed \ + perl-module-extutils-liblist \ + perl-module-extutils-liblist-kid \ + perl-module-extutils-makemaker \ + perl-module-extutils-makemaker-bytes \ + perl-module-extutils-makemaker-config \ + perl-module-extutils-makemaker-vmsish \ + perl-module-extutils-manifest \ + perl-module-extutils-miniperl \ + perl-module-extutils-mkbootstrap \ + perl-module-extutils-mksymlists \ + perl-module-extutils-mm \ + perl-module-extutils-mm-aix \ + perl-module-extutils-mm-any \ + perl-module-extutils-mm-beos \ + perl-module-extutils-mm-cygwin \ + perl-module-extutils-mm-dos \ + perl-module-extutils-mm-macos \ + perl-module-extutils-mm-nw5 \ + perl-module-extutils-mm-os2 \ + perl-module-extutils-mm-qnx \ + perl-module-extutils-mm-unix \ + perl-module-extutils-mm-uwin \ + perl-module-extutils-mm-vms \ + perl-module-extutils-mm-vos \ + perl-module-extutils-mm-win32 \ + perl-module-extutils-mm-win95 \ + perl-module-extutils-my \ + perl-module-extutils-packlist \ + perl-module-extutils-testlib \ + perl-module-fastcwd \ + perl-module-fatal \ + perl-module-fcntl \ + perl-module-fields \ + perl-module-file-basename \ + perl-module-filecache \ + perl-module-file-checktree \ + perl-module-file-compare \ + perl-module-file-copy \ + perl-module-file-dosglob \ + perl-module-file-find \ + perl-module-file-glob \ + perl-module-filehandle \ + perl-module-file-path \ + perl-module-file-spec \ + perl-module-file-spec-cygwin \ + perl-module-file-spec-epoc \ + perl-module-file-spec-functions \ + perl-module-file-spec-mac \ + perl-module-file-spec-os2 \ + perl-module-file-spec-unix \ + perl-module-file-spec-vms \ + perl-module-file-spec-win32 \ + perl-module-file-stat \ + perl-module-file-temp \ + perl-module-filetest \ + perl-module-filter-simple \ + perl-module-filter-util-call \ + perl-module-find \ + perl-module-findbin \ + perl-module-finddepth \ + perl-module-flush \ + perl-module-getcwd \ + perl-module-getopt \ + perl-module-getopt-long \ + perl-module-getopts \ + perl-module-getopt-std \ + perl-module-hash-util \ + perl-module-hostname \ + perl-module-i18n-collate \ + perl-module-i18n-langinfo \ + perl-module-i18n-langtags \ + perl-module-i18n-langtags-detect \ + perl-module-i18n-langtags-list \ + perl-module-if \ + perl-module-importenv \ + perl-module-integer \ + perl-module-io \ + perl-module-io-dir \ + perl-module-io-file \ + perl-module-io-handle \ + perl-module-io-pipe \ + perl-module-io-poll \ + perl-module-io-seekable \ + perl-module-io-select \ + perl-module-io-socket \ + perl-module-io-socket-inet \ + perl-module-io-socket-unix \ + perl-module-ipc-msg \ + perl-module-ipc-open2 \ + perl-module-ipc-open3 \ + perl-module-ipc-se