OpenSDE Packages Database (without history before r20070)
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.

66 lines
1.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../djv/djv-0.8.2-disable-third-party.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Description: Disable to build the included third-party applications
  17. Origin: OpenSDE (http://opensde.org)
  18. djv ships with all needed third-party libraries and applications but we # disabled to build/use them because we are using those provided by the
  19. system.
  20. diff -ruN djv-0.8.2-orig/CMakeLists.txt djv-0.8.2/CMakeLists.txt
  21. --- djv-0.8.2-orig/CMakeLists.txt 2009-08-01 00:32:48.000000000 +0200
  22. +++ djv-0.8.2/CMakeLists.txt 2011-04-15 14:38:19.176077819 +0200
  23. @@ -207,7 +207,7 @@
  24. # Uncomment the following line to use system versions of third-party software:
  25. -#set(djv_third_party_use_system true)
  26. +set(djv_third_party_use_system true)
  27. if (WIN32)
  28. @@ -262,20 +262,20 @@
  29. set(
  30. djv_third_party
  31. # mesa
  32. - glew
  33. - zlib
  34. - libjpeg
  35. - libpng
  36. - libtiff
  37. - ffmpeg
  38. - libquicktime
  39. - fltk
  40. - ilmbase
  41. +# glew
  42. +# zlib
  43. +# libjpeg
  44. +# libpng
  45. +# libtiff
  46. +# ffmpeg
  47. +# libquicktime
  48. +# fltk
  49. +# ilmbase
  50. # ctl
  51. - openexr
  52. +# openexr
  53. # openexr_ctl
  54. # openexr_viewers
  55. - portaudio
  56. +# portaudio
  57. )
  58. else (NOT djv_build_minimal)