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.

37 lines
1.7 KiB

  1. diff -dur xine-lib-1-rc6a/configure xine-lib-1-rc6a-p/configure
  2. --- xine-lib-1-rc6a/configure 2004-09-16 17:14:46.000000000 +0200
  3. +++ xine-lib-1-rc6a-p/configure 2004-11-04 19:42:29.611419656 +0100
  4. @@ -42456,7 +42456,7 @@
  5. -XINE_BUILD_CC="`$CC -v 2>&1 | tail -1`"
  6. +XINE_BUILD_CC="`$CC -v 2>&1 | tail -n1`"
  7. XINE_BUILD_OS="`uname -s -r -m`"
  8. XINE_BUILD_DATE="`date \"+%a %d %b %Y %T\"`"
  9. Nur in xine-lib-1-rc6a-p/: configure~.
  10. diff -dur xine-lib-1-rc6a/configure.ac xine-lib-1-rc6a-p/configure.ac
  11. --- xine-lib-1-rc6a/configure.ac 2004-09-16 17:10:45.000000000 +0200
  12. +++ xine-lib-1-rc6a-p/configure.ac 2004-11-04 19:42:03.004464528 +0100
  13. @@ -1910,7 +1910,7 @@
  14. dnl Some informations about xine-lib compilation
  15. dnl ---------------------------------------------
  16. -XINE_BUILD_CC="`$CC -v 2>&1 | tail -1`"
  17. +XINE_BUILD_CC="`$CC -v 2>&1 | tail -n1`"
  18. XINE_BUILD_OS="`uname -s -r -m`"
  19. XINE_BUILD_DATE="`date \"+%a %d %b %Y %T\"`"
  20. AC_SUBST(XINE_BUILD_CC)
  21. Nur in xine-lib-1-rc6a-p/: configure.ac~.
  22. diff -dur xine-lib-1-rc6a/po/POTFILES.in xine-lib-1-rc6a-p/po/POTFILES.in
  23. --- xine-lib-1-rc6a/po/POTFILES.in 2004-09-16 17:17:02.000000000 +0200
  24. +++ xine-lib-1-rc6a-p/po/POTFILES.in 2004-11-04 19:41:41.175782992 +0100
  25. @@ -1,5 +1,5 @@
  26. # For updating this file, look at the result of:
  27. -# head -3 po/POTFILES.in > /tmp/POTFILES.in && find src -name "*.[chy]" | xargs grep -l '[^A-Za-z_]_(' | grep -v src/xine-engine/xineintl.h >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/
  28. +# head -n3 po/POTFILES.in > /tmp/POTFILES.in && find src -name "*.[chy]" | xargs grep -l '[^A-Za-z_]_(' | grep -v src/xine-engine/xineintl.h >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/
  29. src/audio_out/audio_alsa_out.c
  30. src/audio_out/audio_arts_out.c
  31. Nur in xine-lib-1-rc6a-p/po: POTFILES.in~.