Date: Monday, November 15, 2010 @ 13:42:50 Author: ibiru Revision: 99581
upgpkg: brasero 2.32.1-1 update to 2.32.1 Modified: brasero/trunk/PKGBUILD Deleted: brasero/trunk/fix_crasher.patch -------------------+ PKGBUILD | 15 ++++++--------- fix_crasher.patch | 47 ----------------------------------------------- 2 files changed, 6 insertions(+), 56 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-15 17:04:30 UTC (rev 99580) +++ PKGBUILD 2010-11-15 18:42:50 UTC (rev 99581) @@ -4,15 +4,15 @@ # Contributor: William Rea <[email protected]> pkgname=brasero -pkgver=2.32.0 -pkgrel=3 +pkgver=2.32.1 +pkgrel=1 pkgdesc="A disc burning application for Gnome" arch=('i686' 'x86_64') url="http://www.gnome.org/projects/brasero" license=('GPL') options=('!libtool' '!emptydirs') -depends=('gstreamer0.10-base-plugins>=0.10.30' 'totem-plparser>=2.31.92' 'libbeagle>=0.3.9' 'cdrkit' 'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'libunique>=1.1.6' 'libcanberra>=0.25' 'dvd+rw-tools' 'dconf') -makedepends=('gnome-doc-utils>=0.20.1' 'intltool' 'libburn' 'libisofs' 'nautilus' 'gobject-introspection') +depends=('gstreamer0.10-base-plugins>=0.10.30' 'totem-plparser>=2.32.0' 'libbeagle>=0.3.9' 'cdrkit' 'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'libunique>=1.1.6' 'libcanberra>=0.25' 'dvd+rw-tools' 'dconf') +makedepends=('gnome-doc-utils>=0.20.1' 'intltool' 'libburn' 'libisofs' 'nautilus' 'gobject-introspection' 'namcap') optdepends=('libburn: alternative back-end' 'libisofs: libburn back-end' 'dvdauthor: video project' @@ -20,14 +20,11 @@ 'vcdimager: video project') replaces=('nautilus-cd-burner') install=brasero.install -source=(http://ftp.gnome.org/pub/gnome/sources/brasero/2.32/brasero-${pkgver}.tar.bz2 - fix_crasher.patch) -sha256sums=('72fbc36ace7a38f29499aff80ca426c5e30a04377417101ca047ca174af9ff97' - 'eb186bb03320716e838a06aeb3e681c81646785e5671efce2a21ef3fae1ead7d') +source=(http://ftp.gnome.org/pub/gnome/sources/brasero/2.32/brasero-${pkgver}.tar.bz2) +sha256sums=('7b1056b6f19398912d51e3e583bc1b4d2a75ce2a8e15a96e1514fe6edb79df3b') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/fix_crasher.patch" ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-caches \ --disable-schemas-compile Deleted: fix_crasher.patch =================================================================== --- fix_crasher.patch 2010-11-15 17:04:30 UTC (rev 99580) +++ fix_crasher.patch 2010-11-15 18:42:50 UTC (rev 99581) @@ -1,47 +0,0 @@ -From 3775cd7fc7d15aa03131a1d5cdccf57f185e2b92 Mon Sep 17 00:00:00 2001 -From: Luis Medinas <[email protected]> -Date: Fri, 22 Oct 2010 11:30:58 +0000 -Subject: Fix crash for Bug 632576 - Brasero segfaults just before it should start - -burning ---- -diff --git a/libbrasero-burn/burn-dbus.c b/libbrasero-burn/burn-dbus.c -index 9292da3..fe5dea0 100644 ---- a/libbrasero-burn/burn-dbus.c -+++ b/libbrasero-burn/burn-dbus.c -@@ -43,7 +43,7 @@ - - static GDBusConnection *conn; - --void -+void - brasero_uninhibit_suspend (guint cookie) - { - GError *error = NULL; -@@ -80,9 +80,11 @@ brasero_uninhibit_suspend (guint cookie) - g_warning ("Failed to restore the system power manager: %s", - error->message); - g_error_free (error); -- } -+ } else { -+ g_variant_get (res, "(u)", &cookie); -+ g_variant_unref (res); -+ } - -- g_variant_unref (res); - } - - gint -@@ -127,9 +129,8 @@ brasero_inhibit_suspend (const char *reason) - } - else { - g_variant_get (res, "(u)", &cookie); -+ g_variant_unref (res); - } - -- g_variant_unref (res); -- - return cookie; - } --- -cgit v0.8.3.1
