Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/jack-rack/files: jack-rack-1.4.8_rc1-noxml.patch
Date: Fri, 30 Nov 2012 12:00:06
Message-Id: 20121130115944.5E4D120066@flycatcher.gentoo.org
1 aballier 12/11/30 11:59:44
2
3 Added: jack-rack-1.4.8_rc1-noxml.patch
4 Log:
5 Fix build with USE=-xml and enable xml by default since this is what controls saving and loading sessions. Bug #378041
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.1 media-sound/jack-rack/files/jack-rack-1.4.8_rc1-noxml.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jack-rack/files/jack-rack-1.4.8_rc1-noxml.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jack-rack/files/jack-rack-1.4.8_rc1-noxml.patch?rev=1.1&content-type=text/plain
14
15 Index: jack-rack-1.4.8_rc1-noxml.patch
16 ===================================================================
17 Index: jack-rack-1.4.8_rc1/src/ui_callbacks.c
18 ===================================================================
19 --- jack-rack-1.4.8_rc1.orig/src/ui_callbacks.c
20 +++ jack-rack-1.4.8_rc1/src/ui_callbacks.c
21 @@ -669,7 +669,9 @@ jack_session_cb (gpointer data)
22
23 ui->js_event->command_line = strdup( cmd_buf );
24
25 +#ifdef HAVE_XML
26 if (!ui_save_file (ui, fname_buf))
27 +#endif
28 ui->js_event->flags = JackSessionSaveError;
29
30 jack_session_reply( ui->procinfo->jack_client, ui->js_event );