head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2009.12.09.19.01.06; author drochner; state dead; branches; next 1.1; 1.1 date 2009.07.26.18.25.01; author drochner; state Exp; branches; next ; desc @@ 1.2 log @update to 2.28.2 this switches to the gnome-2.28 release branch @ text @$NetBSD: patch-af,v 1.1 2009/07/26 18:25:01 drochner Exp $ --- libbrasero-media/burn-hal-watch.c.orig 2009-07-01 03:02:36.000000000 +0200 +++ libbrasero-media/burn-hal-watch.c @@@@ -136,7 +136,7 @@@@ brasero_hal_watch_init (BraseroHALWatch priv->ctx = libhal_ctx_new (); if (priv->ctx == NULL) { g_warning ("Cannot initialize hal library\n"); - goto error; + return; } dbus_error_init (&error); @@@@ -161,12 +161,11 @@@@ brasero_hal_watch_init (BraseroHALWatch if (libhal_ctx_init (priv->ctx, &error)) return; - g_warning ("Failed to initialize hal : %s\n", error.message); + g_warning ("Failed to initialize hal : %s\n", error.message ? error.message : "(?)"); dbus_error_free (&error); error: - libhal_ctx_shutdown (priv->ctx, NULL); libhal_ctx_free (priv->ctx); priv->ctx = NULL; @ 1.1 log @update brasero to 2.26.3 changes: minor bugfixes, translation updates pkgsrc changes: -in scsi io code, remove the code which builds a raw device path from a block device - use the raw_device hal property instead -split out the nautilus plugin, allows to use brasero (and its clients, eg sound-juicer) with less gnome desktop overhead -support playlist parsing as an option -- unfortunately this pulls in evolution-data-server indirectly which is pretty large for that limited gain of functionality (on per default, as in other pkgs able to use the evolution database) -cleanup @ text @d1 1 a1 1 $NetBSD$ @