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.

116 lines
4.0 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/misc/output/mythtvosd/config.hlp
  9. # ROCK Linux is Copyright (C) 1998 - 2005 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. ROCKCFG_OUTPUT_MYTHTVOSD_BIN
  23. Please supply the absolute location of your mythtvosd executable.
  24. (rock package: mythtv)
  25. ROCKCFG_OUTPUT_MYTHTVOSD_ENABLE_HEADER
  26. This class of messages looks like, for example:
  27. "Building cross binutils and cc for ${arch_target} ..."
  28. and would be written out exactly like this.
  29. ROCKCFG_OUTPUT_MYTHTVOSD_ENABLE_STATUS
  30. This class of messages looks like, for exmaple:
  31. "writing build log to src.cross.$id/binutils.log."
  32. and would be written out exactly like this.
  33. ROCKCFG_OUTPUT_MYTHTVOSD_ENABLE_ERROR
  34. This class of messages looks like, for example:
  35. "Detected a problem with the flist wrapper lib on your system"
  36. and would be written out exactly like this.
  37. ROCKCFG_OUTPUT_MYTHTVOSD_ENABLE_PKG_DENY
  38. This class of message is issued when a package build is categorically
  39. denied before even the tarball is touched. Common examples are trying
  40. to build e17 without imlib2 having compiled. The hook for this class
  41. of messages provides 3 arguments:
  42. $1 the current stagelevel
  43. $2 the current package-name
  44. $3 the reason why this package got refused
  45. You can use these in the free configurable text, as shown in the
  46. example text.
  47. ROCKCFG_OUTPUT_MYTHTVOSD_TXT_PKG_DENY
  48. Please have a look at the help of the above option.
  49. ROCKCFG_OUTPUT_MYTHTVOSD_ENABLE_PKG_START
  50. This class of message is issued when a package build is started.
  51. The hook for this class of messages provides 5 arguments:
  52. $1 the current stagelevel
  53. $2 the current package's repository
  54. $3 the current package-name
  55. $4 the ROCK Linux version, for example 2.0.0
  56. $5 the ROCK Linux extraversion, e.g. -rc1
  57. You can use these in the free configurable text, as shown in the
  58. example text.
  59. ROCKCFG_OUTPUT_MYTHTVOSD_TXT_PKG_START
  60. Please have a look at the help of the above option.
  61. ROCKCFG_OUTPUT_MYTHTVOSD_ENABLE_PKG_FINISH
  62. This class of message is issued when a package build is finished.
  63. The hook for this class of messages provides 3 arguments:
  64. $1 the current stagelevel
  65. $2 the current package's repository
  66. $3 the current package-name
  67. You can use these in the free configurable text, as shown in the
  68. example text.
  69. ROCKCFG_OUTPUT_MYTHTVOSD_TXT_PKG_FINISH
  70. Please have a look at the help of the above option.
  71. ROCKCFG_OUTPUT_MYTHTVOSD_ENABLE_PKG_ABORT
  72. This class of message is issued when a package build is aborted.
  73. The hook for this class of messages provides 3 arguments:
  74. $1 the current stagelevel
  75. $2 the current package's repository
  76. $3 the current package-name
  77. You can use these in the free configurable text, as shown in the
  78. example text.
  79. ROCKCFG_OUTPUT_MYTHTVOSD_TXT_PKG_ABORT
  80. Please have a look at the help of the above option.
  81. ROCKCFG_OUTPUT_MYTHTVOSD_ENABLE_ERRORQUOTE
  82. This class of message is usually used to quote the last few lines of a
  83. logfile to let you probably guess the reason of a failed build without
  84. the need to open the logfile. (use $*, if you want it sent).
  85. ROCKCFG_OUTPUT_MYTHTVOSD_TXT_ERRORQUOTE
  86. Please have a look at the help of the above option.