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.

63 lines
3.1 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/avifile/head-tail.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. diff -dur avifile-0.7-0.7.41/configure avifile-0.7-0.7.41-patch/configure
  20. --- avifile-0.7-0.7.41/configure 2004-10-01 15:26:36.000000000 +0200
  21. +++ avifile-0.7-0.7.41-patch/configure 2004-10-12 18:59:04.029448800 +0200
  22. @@ -31755,7 +31755,7 @@
  23. WIN32_CFLAGS=`echo $CFLAGS | sed s/-fomit-frame-pointer//g`
  24. -lt_major_version=`libtool --version 2>&1 | head -1 | sed 's/\(.*\ \)\([0-9]*\.[0-9]*\.[0-9]*\)\(.*\)/\2/'`
  25. +lt_major_version=`libtool --version 2>&1 | head -n1 | sed 's/\(.*\ \)\([0-9]*\.[0-9]*\.[0-9]*\)\(.*\)/\2/'`
  26. lt_minor_version=`echo $lt_major_version | cut -d . -f 2`
  27. lt_micro_version=`echo $lt_major_version | cut -d . -f 3`
  28. lt_major_version=`echo $lt_major_version | cut -d . -f 1`
  29. @@ -32118,7 +32118,7 @@
  30. AMM_USE_ARTSC_FALSE=
  31. fi
  32. -last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -1`
  33. +last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -n1`
  34. if test $? -ne 0 -o -z "$last_cvs_update" ; then
  35. # probably no gnu date installed(?), use current date
  36. # or this is release
  37. Nur in avifile-0.7-0.7.41-patch/: configure~.
  38. diff -dur avifile-0.7-0.7.41/configure.in avifile-0.7-0.7.41-patch/configure.in
  39. --- avifile-0.7-0.7.41/configure.in 2004-10-01 15:17:36.000000000 +0200
  40. +++ avifile-0.7-0.7.41-patch/configure.in 2004-10-12 18:58:29.528693712 +0200
  41. @@ -913,7 +913,7 @@
  42. WIN32_CFLAGS=`echo $CFLAGS | sed s/-fomit-frame-pointer//g`
  43. AC_SUBST(WIN32_CFLAGS)
  44. -lt_major_version=`libtool --version 2>&1 | head -1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(.*\)/\2/'`
  45. +lt_major_version=`libtool --version 2>&1 | head -n1 | sed 's/\(.*\ \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\(.*\)/\2/'`
  46. lt_minor_version=`echo $lt_major_version | cut -d . -f 2`
  47. lt_micro_version=`echo $lt_major_version | cut -d . -f 3`
  48. lt_major_version=`echo $lt_major_version | cut -d . -f 1`
  49. @@ -988,7 +988,7 @@
  50. dnl fi
  51. AM_CONDITIONAL(AMM_USE_ARTSC, test x$kde_artscplug_compiles = xyes)
  52. -last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -1`
  53. +last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -n1`
  54. if test $? -ne 0 -o -z "$last_cvs_update" ; then
  55. # probably no gnu date installed(?), use current date
  56. # or this is release
  57. Nur in avifile-0.7-0.7.41-patch/: configure.in~.