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.

260 lines
9.4 KiB

  1. diff -dur xine-ui-0.99.2/configure.ac xine-ui-0.99.2-p/configure.ac
  2. --- xine-ui-0.99.2/configure.ac 2004-07-04 17:51:02.000000000 +0200
  3. +++ xine-ui-0.99.2-p/configure.ac 2004-11-04 19:58:17.541312408 +0100
  4. @@ -580,7 +580,7 @@
  5. dnl
  6. dnl
  7. dnl
  8. -BUILD_CC="`$CC -v 2>&1 | tail -1`"
  9. +BUILD_CC="`$CC -v 2>&1 | tail -n1`"
  10. BUILD_OS="`uname -s -r -m`"
  11. BUILD_DATE="`date \"+%a %d %b %Y %T\"`"
  12. AC_SUBST(BUILD_CC)
  13. diff -dur xine-ui-0.99.2/configure xine-ui-0.99.2-p/configure
  14. --- xine-ui-0.99.2/configure 2004-07-04 18:26:08.000000000 +0200
  15. +++ xine-ui-0.99.2-p/configure 2004-11-04 19:58:35.301612432 +0100
  16. @@ -1,4 +1,4 @@
  17. -#! /bin/sh
  18. +# #! /bin/sh
  19. # Guess values for system-dependent variables and create Makefiles.
  20. # Generated by GNU Autoconf 2.57.
  21. #
  22. @@ -28176,7 +28176,7 @@
  23. fi
  24. -BUILD_CC="`$CC -v 2>&1 | tail -1`"
  25. +BUILD_CC="`$CC -v 2>&1 | tail -n1`"
  26. BUILD_OS="`uname -s -r -m`"
  27. BUILD_DATE="`date \"+%a %d %b %Y %T\"`"
  28. diff -dur xine-ui-0.99.2/misc/xine-bugreport xine-ui-0.99.2-p/misc/xine-bugreport
  29. --- xine-ui-0.99.2/misc/xine-bugreport 2004-07-04 18:26:48.000000000 +0200
  30. +++ xine-ui-0.99.2-p/misc/xine-bugreport 2004-11-04 19:46:59.925325696 +0100
  31. @@ -610,8 +610,8 @@
  32. fi
  33. fi
  34. done
  35. - short=`head -1 <$tmpfile`
  36. - description="`tail +2 <$tmpfile`"
  37. + short=`head -n1 <$tmpfile`
  38. + description="`tail -n+2 <$tmpfile`"
  39. rm $tmpfile
  40. if test -z "$short"; then
  41. echo "internal error: no message for $id" >&2
  42. @@ -903,7 +903,7 @@
  43. if search -x xine "$PATH"; then
  44. xine_executable1=`echo "$found"|sort|uniq`
  45. if [ `echo "$xine_executable1" | wc -l` -gt 1 ]; then
  46. - xine_executable=`echo "$xine_executable1" | head -1`
  47. + xine_executable=`echo "$xine_executable1" | head -n1`
  48. msg several-xine-in-path 1
  49. else
  50. xine_executable="$xine_executable1"
  51. @@ -922,7 +922,7 @@
  52. xine_config=`echo "$found"|sort|uniq`
  53. if [ `echo "$xine_config" | wc -l` -gt 1 ]; then
  54. xine_configs="$xine_config"
  55. - xine_config=`echo "$xine_configs" | head -1`
  56. + xine_config=`echo "$xine_configs" | head -n1`
  57. msg several-xine-config 1
  58. else
  59. msg xine-config-in-path 0
  60. @@ -932,7 +932,7 @@
  61. xine_config="$found";
  62. if [ `echo "$xine_config" | wc -l` -gt 1 ]; then
  63. xine_configs="$xine_config"
  64. - xine_config=`echo "$xine_configs" | head -1`
  65. + xine_config=`echo "$xine_configs" | head -n1`
  66. msg several-xine-config 1
  67. else
  68. msg xine-config-somewhere 0
  69. @@ -1102,7 +1102,7 @@
  70. search -x hdparm "$PATH" || search -x bin/hdparm || search -x sbin/hdparm;
  71. if test -n "$found"; then
  72. - hdparm=`echo "$found"|head -1`
  73. + hdparm=`echo "$found"|head -n1`
  74. fi
  75. case "$DVDROM" in
  76. @@ -1145,8 +1145,8 @@
  77. # Xv extension
  78. search -x xvinfo "$PATH" || search -x bin/xvinfo;
  79. if test -n "$found"; then
  80. - xvinfo=`echo "$found"|head -1`
  81. - XVIDEO=`$xvinfo|head -1`
  82. + xvinfo=`echo "$found"|head -n1`
  83. + XVIDEO=`$xvinfo|head -n1`
  84. msg have-xv 0
  85. YUV=false
  86. YUY2=false
  87. @@ -1387,7 +1387,7 @@
  88. echo "Subject: $subject"
  89. if search -x mail "$PATH" || search -x mailx "$PATH"; then
  90. - mailer=`echo "$found"|head -1`
  91. + mailer=`echo "$found"|head -n1`
  92. echo "Alternatively, I could try to send the bug report for you, using"
  93. echo $mailer -s \""$subject"\"
  94. echo 'Please make sure to add the additional description before saying "yes"!'
  95. diff -dur xine-ui-0.99.2/misc/xine-check xine-ui-0.99.2-p/misc/xine-check
  96. --- xine-ui-0.99.2/misc/xine-check 2004-07-04 18:26:48.000000000 +0200
  97. +++ xine-ui-0.99.2-p/misc/xine-check 2004-11-04 19:45:54.521268624 +0100
  98. @@ -610,8 +610,8 @@
  99. fi
  100. fi
  101. done
  102. - short=`head -1 <$tmpfile`
  103. - description="`tail +2 <$tmpfile`"
  104. + short=`head -n1 <$tmpfile`
  105. + description="`tail -n+2 <$tmpfile`"
  106. rm $tmpfile
  107. if test -z "$short"; then
  108. echo "internal error: no message for $id" >&2
  109. @@ -903,7 +903,7 @@
  110. if search -x xine "$PATH"; then
  111. xine_executable1=`echo "$found"|sort|uniq`
  112. if [ `echo "$xine_executable1" | wc -l` -gt 1 ]; then
  113. - xine_executable=`echo "$xine_executable1" | head -1`
  114. + xine_executable=`echo "$xine_executable1" | head -n1`
  115. msg several-xine-in-path 1
  116. else
  117. xine_executable="$xine_executable1"
  118. @@ -922,7 +922,7 @@
  119. xine_config=`echo "$found"|sort|uniq`
  120. if [ `echo "$xine_config" | wc -l` -gt 1 ]; then
  121. xine_configs="$xine_config"
  122. - xine_config=`echo "$xine_configs" | head -1`
  123. + xine_config=`echo "$xine_configs" | head -n1`
  124. msg several-xine-config 1
  125. else
  126. msg xine-config-in-path 0
  127. @@ -932,7 +932,7 @@
  128. xine_config="$found";
  129. if [ `echo "$xine_config" | wc -l` -gt 1 ]; then
  130. xine_configs="$xine_config"
  131. - xine_config=`echo "$xine_configs" | head -1`
  132. + xine_config=`echo "$xine_configs" | head -n1`
  133. msg several-xine-config 1
  134. else
  135. msg xine-config-somewhere 0
  136. @@ -1102,7 +1102,7 @@
  137. search -x hdparm "$PATH" || search -x bin/hdparm || search -x sbin/hdparm;
  138. if test -n "$found"; then
  139. - hdparm=`echo "$found"|head -1`
  140. + hdparm=`echo "$found"|head -n1`
  141. fi
  142. case "$DVDROM" in
  143. @@ -1145,8 +1145,8 @@
  144. # Xv extension
  145. search -x xvinfo "$PATH" || search -x bin/xvinfo;
  146. if test -n "$found"; then
  147. - xvinfo=`echo "$found"|head -1`
  148. - XVIDEO=`$xvinfo|head -1`
  149. + xvinfo=`echo "$found"|head -n1`
  150. + XVIDEO=`$xvinfo|head -n1`
  151. msg have-xv 0
  152. YUV=false
  153. YUY2=false
  154. @@ -1387,7 +1387,7 @@
  155. echo "Subject: $subject"
  156. if search -x mail "$PATH" || search -x mailx "$PATH"; then
  157. - mailer=`echo "$found"|head -1`
  158. + mailer=`echo "$found"|head -n1`
  159. echo "Alternatively, I could try to send the bug report for you, using"
  160. echo $mailer -s \""$subject"\"
  161. echo 'Please make sure to add the additional description before saying "yes"!'
  162. diff -dur xine-ui-0.99.2/misc/xine-check.sh.in xine-ui-0.99.2-p/misc/xine-check.sh.in
  163. --- xine-ui-0.99.2/misc/xine-check.sh.in 2004-04-15 21:27:20.000000000 +0200
  164. +++ xine-ui-0.99.2-p/misc/xine-check.sh.in 2004-11-04 19:45:32.670590432 +0100
  165. @@ -187,8 +187,8 @@
  166. fi
  167. fi
  168. done
  169. - short=`head -1 <$tmpfile`
  170. - description="`tail +2 <$tmpfile`"
  171. + short=`head -n1 <$tmpfile`
  172. + description="`tail -n+2 <$tmpfile`"
  173. rm $tmpfile
  174. if test -z "$short"; then
  175. echo "internal error: no message for $id" >&2
  176. @@ -480,7 +480,7 @@
  177. if search -x xine "$PATH"; then
  178. xine_executable1=`echo "$found"|sort|uniq`
  179. if [ `echo "$xine_executable1" | wc -l` -gt 1 ]; then
  180. - xine_executable=`echo "$xine_executable1" | head -1`
  181. + xine_executable=`echo "$xine_executable1" | head -n1`
  182. msg several-xine-in-path 1
  183. else
  184. xine_executable="$xine_executable1"
  185. @@ -499,7 +499,7 @@
  186. xine_config=`echo "$found"|sort|uniq`
  187. if [ `echo "$xine_config" | wc -l` -gt 1 ]; then
  188. xine_configs="$xine_config"
  189. - xine_config=`echo "$xine_configs" | head -1`
  190. + xine_config=`echo "$xine_configs" | head -n1`
  191. msg several-xine-config 1
  192. else
  193. msg xine-config-in-path 0
  194. @@ -509,7 +509,7 @@
  195. xine_config="$found";
  196. if [ `echo "$xine_config" | wc -l` -gt 1 ]; then
  197. xine_configs="$xine_config"
  198. - xine_config=`echo "$xine_configs" | head -1`
  199. + xine_config=`echo "$xine_configs" | head -n1`
  200. msg several-xine-config 1
  201. else
  202. msg xine-config-somewhere 0
  203. @@ -679,7 +679,7 @@
  204. search -x hdparm "$PATH" || search -x bin/hdparm || search -x sbin/hdparm;
  205. if test -n "$found"; then
  206. - hdparm=`echo "$found"|head -1`
  207. + hdparm=`echo "$found"|head -n1`
  208. fi
  209. case "$DVDROM" in
  210. @@ -722,8 +722,8 @@
  211. # Xv extension
  212. search -x xvinfo "$PATH" || search -x bin/xvinfo;
  213. if test -n "$found"; then
  214. - xvinfo=`echo "$found"|head -1`
  215. - XVIDEO=`$xvinfo|head -1`
  216. + xvinfo=`echo "$found"|head -n1`
  217. + XVIDEO=`$xvinfo|head -n1`
  218. msg have-xv 0
  219. YUV=false
  220. YUY2=false
  221. @@ -964,7 +964,7 @@
  222. echo "Subject: $subject"
  223. if search -x mail "$PATH" || search -x mailx "$PATH"; then
  224. - mailer=`echo "$found"|head -1`
  225. + mailer=`echo "$found"|head -n1`
  226. echo "Alternatively, I could try to send the bug report for you, using"
  227. echo $mailer -s \""$subject"\"
  228. echo 'Please make sure to add the additional description before saying "yes"!'
  229. diff -dur xine-ui-0.99.2/po/POTFILES.in xine-ui-0.99.2-p/po/POTFILES.in
  230. --- xine-ui-0.99.2/po/POTFILES.in 2004-06-18 23:12:07.000000000 +0200
  231. +++ xine-ui-0.99.2-p/po/POTFILES.in 2004-11-04 19:44:39.075738088 +0100
  232. @@ -1,5 +1,5 @@
  233. # For updating this file, look at the result of:
  234. -# $ head -3 po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' src/xitk/*.[chy] | grep -v src/xitk/session_ctrl.c >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/
  235. +# $ head -n3 po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' src/xitk/*.[chy] | grep -v src/xitk/session_ctrl.c >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/
  236. src/xitk/actions.c
  237. src/xitk/config_wrapper.c
  238. diff -dur xine-ui-0.99.2/src/xitk/xine-toolkit/po/POTFILES.in xine-ui-0.99.2-p/src/xitk/xine-toolkit/po/POTFILES.in
  239. --- xine-ui-0.99.2/src/xitk/xine-toolkit/po/POTFILES.in 2002-05-31 14:34:03.000000000 +0200
  240. +++ xine-ui-0.99.2-p/src/xitk/xine-toolkit/po/POTFILES.in 2004-11-04 19:44:34.688405064 +0100
  241. @@ -1,5 +1,5 @@
  242. # For updating this file, look at the result of:
  243. -# $ head -3 src/xitk/xine-toolkit/po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' src/xitk/xine-toolkit/*.[chy] >> /tmp/POTFILES.in && cp /tmp/POTFILES.in src/xitk/xine-toolkit/po/
  244. +# $ head -n3 src/xitk/xine-toolkit/po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' src/xitk/xine-toolkit/*.[chy] >> /tmp/POTFILES.in && cp /tmp/POTFILES.in src/xitk/xine-toolkit/po/
  245. src/xitk/xine-toolkit/mrlbrowser.c
  246. src/xitk/xine-toolkit/test.c