cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / x11 / gcombust / gcc4.patch
blobaae555f82636a531a3655cb1a5ee8369e28bdc70
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../gcombust/gcc4.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- SDE-COPYRIGHT-NOTE-END ---
16 diff -Nur gcombust-0.1.55.orig/src/optimize_usage.c gcombust-0.1.55/src/optimize_usage.c
17 --- gcombust-0.1.55.orig/src/optimize_usage.c 2003-06-30 16:07:27.000000000 +0300
18 +++ gcombust-0.1.55/src/optimize_usage.c 2005-11-01 20:47:11.000000000 +0200
19 @@ -31,7 +31,7 @@
20 #include "locks.h"
21 #include "globals.h"
23 -static GtkWidget *opt_try_harder;
24 +GtkWidget *opt_try_harder;
26 static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label;
27 static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label;
28 diff -Nur gcombust-0.1.55.orig/src/rip_audio.c gcombust-0.1.55/src/rip_audio.c
29 --- gcombust-0.1.55.orig/src/rip_audio.c 2002-02-16 22:00:52.000000000 +0200
30 +++ gcombust-0.1.55/src/rip_audio.c 2005-11-01 20:47:40.000000000 +0200
31 @@ -41,7 +41,7 @@
32 char *cdda2wav_path = NULL, *cdda_device_path;
33 char *def_rip_path = NULL;
34 char *cdparanoia_path = NULL, *cdpara_device_path;
35 -static GtkWidget *rip_path_entry;
36 +GtkWidget *rip_path_entry;
38 static GtkWidget *rip_win = NULL, *p_win;
39 static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar;