mirror of the now-defunct rocklinux.org
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.

73 lines
3.2 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/tsa/xmms-crystality/multiline.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./gui.c.orig 2004-11-09 16:27:46.000000000 +0100
  20. +++ ./gui.c 2004-11-09 16:28:40.000000000 +0100
  21. @@ -25,29 +25,28 @@
  22. #include "crystality.h"
  23. static const char about_text[] =
  24. -"Crystality Plugin v0.92
  25. -
  26. -Bandwidth Extender, Harmonic Booster and 3D Echo
  27. -You will need a good stereo and a good ear to notice quality
  28. -improvement, otherwise this is not for you. This plugin tries
  29. -to patch mp3 format flaws, not poor audio hardware!
  30. -For more info see README file!\n
  31. -Copyright (C) 2001 Rafal Bosak <gyver@fanthom.irc.pl>
  32. -
  33. -This program is free software; you can redistribute it and/or modify
  34. -it under the terms of the GNU General Public License as published by
  35. -the Free Software Foundation; either version 2 of the License, or
  36. -(at your option) any later version.
  37. -
  38. -This program is distributed in the hope that it will be useful,
  39. -but WITHOUT ANY WARRANTY; without even the implied warranty of
  40. -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  41. -GNU General Public License for more details.
  42. -
  43. -You should have received a copy of the GNU General Public License
  44. -along with this program; if not, write to the Free Software
  45. -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  46. -";
  47. +"Crystality Plugin v0.92\n"
  48. +"\n"
  49. +"Bandwidth Extender, Harmonic Booster and 3D Echo\n"
  50. +"You will need a good stereo and a good ear to notice quality\n"
  51. +"improvement, otherwise this is not for you. This plugin tries\n"
  52. +"to patch mp3 format flaws, not poor audio hardware!\n"
  53. +"For more info see README file!\n\n"
  54. +"Copyright (C) 2001 Rafal Bosak <gyver@fanthom.irc.pl>\n"
  55. +"\n"
  56. +"This program is free software; you can redistribute it and/or modify\n"
  57. +"it under the terms of the GNU General Public License as published by\n"
  58. +"the Free Software Foundation; either version 2 of the License, or\n"
  59. +"(at your option) any later version.\n"
  60. +"\n"
  61. +"This program is distributed in the hope that it will be useful,\n"
  62. +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  63. +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  64. +"GNU General Public License for more details.\n"
  65. +"\n"
  66. +"You should have received a copy of the GNU General Public License\n"
  67. +"along with this program; if not, write to the Free Software\n"
  68. +"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n";
  69. GtkWidget *conf_dialog = NULL, *about_dialog = NULL;
  70. GtkObject *bext_adj;