diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gimp/gegl/gegl-resilience.patch | 11 | ||||
-rw-r--r-- | packages/gimp/gegl_svn.bb | 4 | ||||
-rw-r--r-- | packages/samba/samba.inc | 3 | ||||
-rw-r--r-- | packages/samba/samba_3.2.5.bb | 2 |
4 files changed, 18 insertions, 2 deletions
diff --git a/packages/gimp/gegl/gegl-resilience.patch b/packages/gimp/gegl/gegl-resilience.patch new file mode 100644 index 0000000000..0e35dd50f6 --- /dev/null +++ b/packages/gimp/gegl/gegl-resilience.patch @@ -0,0 +1,11 @@ +--- trunk/operations/external/ff-load.c 2008-12-20 13:37:05.000000000 -0800
++++ trunk/operations/external/ff-load.c 2008-12-20 13:37:22.000000000 -0800
+@@ -278,7 +278,7 @@
+ p->enc = p->video_st->codec;
+ p->codec = avcodec_find_decoder (p->enc->codec_id);
+
+- p->enc->error_resilience = 2;
++ p->enc->error_recognition = 2;
+ p->enc->error_concealment = 3;
+ p->enc->workaround_bugs = FF_BUG_AUTODETECT;
+
diff --git a/packages/gimp/gegl_svn.bb b/packages/gimp/gegl_svn.bb index 134e699425..7f49e785ac 100644 --- a/packages/gimp/gegl_svn.bb +++ b/packages/gimp/gegl_svn.bb @@ -5,10 +5,12 @@ DEPENDS = "babl librsvg glib-2.0 gtk+ pango cairo expat zlib libpng jpeg virtual SRCREV = "2543" PV = "0.0.19+svnr${SRCREV}" PE = "1" +PR = "r1" inherit gnome -SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk" +SRC_URI = "svn://svn.gnome.org/svn/${PN};module=trunk \ + file://gegl-resilience.patch;patch=1" S = "${WORKDIR}/trunk" diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc index 00568dad8c..c11be98b39 100644 --- a/packages/samba/samba.inc +++ b/packages/samba/samba.inc @@ -52,4 +52,7 @@ do_install_append() { do_stage() { install -m 0644 include/libsmbclient.h ${STAGING_INCDIR} oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR} + oe_libinstall -C bin -a -so libtdb ${STAGING_LIBDIR} + oe_libinstall -C bin -a -so libtalloc ${STAGING_LIBDIR} + oe_libinstall -C bin -so libwbclient ${STAGING_LIBDIR} } diff --git a/packages/samba/samba_3.2.5.bb b/packages/samba/samba_3.2.5.bb index efee5e70a5..d1d5b7b4ce 100644 --- a/packages/samba/samba_3.2.5.bb +++ b/packages/samba/samba_3.2.5.bb @@ -1,7 +1,7 @@ require samba.inc inherit update-rc.d -PR = "r7" +PR = "r8" SRC_URI += "file://config-lfs.patch;patch=1 \ file://quota.patch;patch=1;pnum=0 \ |