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.

71 lines
2.3 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../vdr/softdevice-0.1.0-makefile.diff
  5. # Copyright (C) 2006 The T2 SDE 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. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- softdevice/Makefile~ 2006-04-29 08:20:28.000000000 +0200
  17. +++ softdevice/Makefile 2006-05-02 12:43:11.000000000 +0200
  18. @@ -25,7 +25,7 @@
  19. VDRDIR = ../../..
  20. LIBDIR = ../../lib
  21. TMPDIR = /tmp
  22. -PLUGINLIBDIR = ./PLUGINS/lib
  23. +PLUGINLIBDIR = /usr/lib/vdr
  24. -include config.mak
  25. @@ -81,7 +81,7 @@
  26. # install -m 644 postprocess.h /usr/local/include/postproc/postprocess.h
  27. # cp libpostproc.a /usr/local/lib/
  28. #
  29. -PP_LIBAVCODEC=1
  30. +#PP_LIBAVCODEC=1
  31. # -----------------------------------------------------------------------------
  32. # if you want output methods build as a single lib comment the following line
  33. @@ -94,7 +94,7 @@
  34. #VIDIX_DIR = /opt/vidix
  35. #VIDIX_DIR = /usr/local/
  36. -VIDIX_DIR = /usr/local
  37. +VIDIX_DIR = /usr
  38. # -----------------------------------------------------------------------------
  39. # Set up these paths to your enviroment!
  40. @@ -103,7 +103,7 @@
  41. #FFMPEGCFLAGS=-I../../../../ffmpeg/libavcodec
  42. #
  43. # If you installed ffmpeg's lib (make installlib)
  44. -FFMPEGCFLAGS=-I/usr/local/include/ffmpeg/
  45. +FFMPEGCFLAGS=-I/usr/include/ffmpeg/
  46. #FFMPEGCFLAGS=-I/home/extra/src/video/ffmpeg-0.4.8/libavcodec
  47. #
  48. #
  49. @@ -143,13 +143,13 @@
  50. endif
  51. ifdef DFB_SUPPORT
  52. - DFB_LIBS = -L/usr/local/lib -ldfb++
  53. - DFB_CFLAGS = -I/usr/local/include/dfb++ -I/usr/local/include/directfb
  54. + DFB_LIBS = -L/usr/lib -ldfb++
  55. + DFB_CFLAGS = -I/usr/include/dfb++ -I/usr/include/directfb
  56. DEFINES += -DDFB_SUPPORT
  57. endif
  58. ifdef XV_SUPPORT
  59. - XV_LIBS = -L/usr/X11R6/lib -lXi -lXext -lX11 -lm -lXv
  60. + XV_LIBS = -L/usr/X11R7/lib -lXi -lXext -lX11 -lm -lXv
  61. ifdef LIBXDPMS_SUPPORT
  62. DEFINES += -DLIBXDPMS_SUPPORT
  63. endif