OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.8 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gcombust/gcc4.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  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"
  22. -static GtkWidget *opt_try_harder;
  23. +GtkWidget *opt_try_harder;
  24. static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label;
  25. static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label;
  26. diff -Nur gcombust-0.1.55.orig/src/rip_audio.c gcombust-0.1.55/src/rip_audio.c
  27. --- gcombust-0.1.55.orig/src/rip_audio.c 2002-02-16 22:00:52.000000000 +0200
  28. +++ gcombust-0.1.55/src/rip_audio.c 2005-11-01 20:47:40.000000000 +0200
  29. @@ -41,7 +41,7 @@
  30. char *cdda2wav_path = NULL, *cdda_device_path;
  31. char *def_rip_path = NULL;
  32. char *cdparanoia_path = NULL, *cdpara_device_path;
  33. -static GtkWidget *rip_path_entry;
  34. +GtkWidget *rip_path_entry;
  35. static GtkWidget *rip_win = NULL, *p_win;
  36. static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar;