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.

223 lines
11 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/rene/xzgv/gcc-3.3.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./src/rcfile.c.orig 2001-01-16 03:50:47.000000000 +0200
  23. +++ ./src/rcfile.c 2003-10-19 09:16:03.000000000 +0300
  24. @@ -577,102 +577,102 @@
  25. {
  26. printf("xzgv " XZGV_VER
  27. " - (c) 1999,2000 Russell Marks for improbabledesigns.\n");
  28. -puts("
  29. -usage: xzgv [options] [dir | file ...]
  30. -
  31. - -a --auto-hide automatically hide selector on selecting a picture.
  32. - --careful-jpeg enable JPEG `fancy upsampling' (see info file
  33. - or man page).
  34. - --delete-single-prompt
  35. - (normally enabled, use --delete-single-prompt=off to
  36. - disable) if *disabled*, don't prompt for confirmation
  37. - when deleting a file.
  38. - --dither-hicol use dithering in 15/16-bit to increase apparent
  39. - colour depth, whatever Imlib's default setting is.
  40. - You can also use `--dither-hicol=off' to disable
  41. - this if you normally have Imlib use it.
  42. - --fast-recursive-update
  43. - when doing recursive thumbnail update, don't
  44. - read visible thumbnails for a directory before
  45. - doing the update (only slightly faster).
  46. - -f --fullscreen use the whole screen for the xzgv window, without
  47. - even window-manager decorations if possible. (But
  48. - your wm may not care to trust borderless programs.)
  49. - -g --geometry geom
  50. - use geometry `geom'. For example, `400x300' specifies
  51. - window size in pixels, `70%x50%' specifies size as
  52. - percentage of screen width/height, `+100+50' specifies
  53. - position relative to top-left, and `50%x30%-30%-20%'
  54. - is left as an exercise for the reader. :-) The default
  55. - geometry is `92%x85%'.
  56. - (See info file or man page for more details.)
  57. - -G --gamma val set gamma adjustment to `val'. The default is 1.0, i.e.
  58. - no adjustment. (See info file or man page for details,
  59. - and a discussion of gamma issues.)
  60. - -h --help give this usage help.
  61. - --image-bigness-threshold numpix
  62. - set the boundary `numpix' above which images are
  63. - considered `big', and rendered piece-by-piece rather
  64. - than all-at-once (which is nicer, but harder on
  65. - memory). Units are number of pixels in image (i.e.
  66. - width times height), and the default is 2000000 pixels.
  67. - --interpolate interpolate between the picture's pixels when
  68. - scaling up. Usually looks nicer, but it's slow.
  69. - --mouse-scale-x if enabled, control-click scales only the X axis -
  70. - the default is to scale only the Y axis.
  71. - --revert-orient (normally enabled, use --revert-orient=off to disable)
  72. - if *disabled*, orientation (flip/mirror/rotate) state
  73. - is retained between pictures.
  74. - --revert-scale (normally enabled, use --revert-scale=off to disable)
  75. - if *disabled*, scaling is retained between pictures.
  76. - --selector-width width
  77. - set initial/default selector width to `width'. (The
  78. - units used are pixels, and the normal setting 200.)
  79. - -T --show-tagged show names of tagged files on exit (they're listed
  80. - to stdout).
  81. - --show-thumbnail-messages
  82. - show on the status bar when thumbnails are being read.
  83. - The status bar must be enabled for the messages to be
  84. - visible, of course. :-)
  85. - -k --skip-parent for the first directory shown, skip the cursor past
  86. - `..' (the parent dir). Can be useful when you'd like
  87. - to immediately use space to `page' through the dir.
  88. - -o --sort-order set initial sorting order used in the selector.
  89. - Types are `name', `ext', `size', `date' (or `time');
  90. - only the first char (n/e/s/d/t) need be given.
  91. - (The default is name order.)
  92. - --sort-timestamp-type type
  93. - set timestamp type to use when using time/date sorting
  94. - order. Types are `mtime' (default), `ctime', and
  95. - `atime'; only the first char (m/c/a) need be given.
  96. - --statusbar show a status bar below the selector; this, for
  97. - example, says when a picture is being read.
  98. - -t --thin-rows use rows a third the normal height in the selector.
  99. - This can be very useful on lower-resolution screens,
  100. - or if you're really interested in filenames, not
  101. - thumbnails.
  102. - -v --version report version number.
  103. - --version-gtk report version of GTK+ being used by xzgv.
  104. - -z --zoom fit pictures in the viewer window, whatever their
  105. - actual size.
  106. - -r --zoom-reduce-only
  107. - when zooming, only *reduce* pictures to fit; i.e.
  108. - make big pictures viewable all-at-once while leaving
  109. - small picures intact.
  110. -
  111. - dir start xzgv on a certain directory.
  112. - file ... view (only) the file(s) specified.
  113. -
  114. -All options are processed after any ~/.xzgvrc or /etc/xzgv.conf file.
  115. -Most long options (minus `--') can used in either file with e.g. `zoom on'.
  116. -
  117. -On/off settings (such as zoom) are enabled by e.g. `-z' or `--zoom';
  118. -however, the long-option form `--option=off' can be used to disable
  119. -them (needed when they are enabled by default - revert-scale, for
  120. -example - or to override them being enabled in a config file).
  121. -
  122. -(This syntax actually lets you both disable *and* enable options,
  123. -using (for the arg after `=') on/off, y/n, yes/no, or 1/0.)");
  124. +puts("\n"
  125. +"usage: xzgv [options] [dir | file ...]\n"
  126. +"\n"
  127. +" -a --auto-hide automatically hide selector on selecting a picture.\n"
  128. +" --careful-jpeg enable JPEG `fancy upsampling' (see info file\n"
  129. +" or man page).\n"
  130. +" --delete-single-prompt\n"
  131. +" (normally enabled, use --delete-single-prompt=off to\n"
  132. +" disable) if *disabled*, don't prompt for confirmation\n"
  133. +" when deleting a file.\n"
  134. +" --dither-hicol use dithering in 15/16-bit to increase apparent\n"
  135. +" colour depth, whatever Imlib's default setting is.\n"
  136. +" You can also use `--dither-hicol=off' to disable\n"
  137. +" this if you normally have Imlib use it.\n"
  138. +" --fast-recursive-update\n"
  139. +" when doing recursive thumbnail update, don't\n"
  140. +" read visible thumbnails for a directory before\n"
  141. +" doing the update (only slightly faster).\n"
  142. +" -f --fullscreen use the whole screen for the xzgv window, without\n"
  143. +" even window-manager decorations if possible. (But\n"
  144. +" your wm may not care to trust borderless programs.)\n"
  145. +" -g --geometry geom\n"
  146. +" use geometry `geom'. For example, `400x300' specifies\n"
  147. +" window size in pixels, `70%x50%' specifies size as\n"
  148. +" percentage of screen width/height, `+100+50' specifies\n"
  149. +" position relative to top-left, and `50%x30%-30%-20%'\n"
  150. +" is left as an exercise for the reader. :-) The default\n"
  151. +" geometry is `92%x85%'.\n"
  152. +" (See info file or man page for more details.)\n"
  153. +" -G --gamma val set gamma adjustment to `val'. The default is 1.0, i.e.\n"
  154. +" no adjustment. (See info file or man page for details,\n"
  155. +" and a discussion of gamma issues.)\n"
  156. +" -h --help give this usage help.\n"
  157. +" --image-bigness-threshold numpix\n"
  158. +" set the boundary `numpix' above which images are\n"
  159. +" considered `big', and rendered piece-by-piece rather\n"
  160. +" than all-at-once (which is nicer, but harder on\n"
  161. +" memory). Units are number of pixels in image (i.e.\n"
  162. +" width times height), and the default is 2000000 pixels.\n"
  163. +" --interpolate interpolate between the picture's pixels when\n"
  164. +" scaling up. Usually looks nicer, but it's slow.\n"
  165. +" --mouse-scale-x if enabled, control-click scales only the X axis -\n"
  166. +" the default is to scale only the Y axis.\n"
  167. +" --revert-orient (normally enabled, use --revert-orient=off to disable)\n"
  168. +" if *disabled*, orientation (flip/mirror/rotate) state\n"
  169. +" is retained between pictures.\n"
  170. +" --revert-scale (normally enabled, use --revert-scale=off to disable)\n"
  171. +" if *disabled*, scaling is retained between pictures.\n"
  172. +" --selector-width width\n"
  173. +" set initial/default selector width to `width'. (The\n"
  174. +" units used are pixels, and the normal setting 200.)\n"
  175. +" -T --show-tagged show names of tagged files on exit (they're listed\n"
  176. +" to stdout).\n"
  177. +" --show-thumbnail-messages\n"
  178. +" show on the status bar when thumbnails are being read.\n"
  179. +" The status bar must be enabled for the messages to be\n"
  180. +" visible, of course. :-)\n"
  181. +" -k --skip-parent for the first directory shown, skip the cursor past\n"
  182. +" `..' (the parent dir). Can be useful when you'd like\n"
  183. +" to immediately use space to `page' through the dir.\n"
  184. +" -o --sort-order set initial sorting order used in the selector.\n"
  185. +" Types are `name', `ext', `size', `date' (or `time');\n"
  186. +" only the first char (n/e/s/d/t) need be given.\n"
  187. +" (The default is name order.)\n"
  188. +" --sort-timestamp-type type\n"
  189. +" set timestamp type to use when using time/date sorting\n"
  190. +" order. Types are `mtime' (default), `ctime', and\n"
  191. +" `atime'; only the first char (m/c/a) need be given.\n"
  192. +" --statusbar show a status bar below the selector; this, for\n"
  193. +" example, says when a picture is being read.\n"
  194. +" -t --thin-rows use rows a third the normal height in the selector.\n"
  195. +" This can be very useful on lower-resolution screens,\n"
  196. +" or if you're really interested in filenames, not\n"
  197. +" thumbnails.\n"
  198. +" -v --version report version number.\n"
  199. +" --version-gtk report version of GTK+ being used by xzgv.\n"
  200. +" -z --zoom fit pictures in the viewer window, whatever their\n"
  201. +" actual size.\n"
  202. +" -r --zoom-reduce-only\n"
  203. +" when zooming, only *reduce* pictures to fit; i.e.\n"
  204. +" make big pictures viewable all-at-once while leaving\n"
  205. +" small picures intact.\n"
  206. +"\n"
  207. +" dir start xzgv on a certain directory.\n"
  208. +" file ... view (only) the file(s) specified.\n"
  209. +"\n"
  210. +"All options are processed after any ~/.xzgvrc or /etc/xzgv.conf file.\n"
  211. +"Most long options (minus `--') can used in either file with e.g. `zoom on'.\n"
  212. +"\n"
  213. +"On/off settings (such as zoom) are enabled by e.g. `-z' or `--zoom';\n"
  214. +"however, the long-option form `--option=off' can be used to disable\n"
  215. +"them (needed when they are enabled by default - revert-scale, for\n"
  216. +"example - or to override them being enabled in a config file).\n"
  217. +"\n"
  218. +"(This syntax actually lets you both disable *and* enable options,\n"
  219. +"using (for the arg after `=') on/off, y/n, yes/no, or 1/0.)");
  220. exit(0);
  221. }diff -Nru3 trunk-1595/package/jimmy/zgv/gcc-3.3.patch trunk/package/jimmy/zgv/gcc-3.3.patch