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.

58 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/config.in
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- T2-COPYRIGHT-NOTE-END ---
  14. if pkgcheck vdr X
  15. then
  16. menu_begin MENU_PKG_VDR 'Video Disc Recorder (VDR) Options'
  17. bool 'Restrict filename charset to VFAT' SDECFG_PKG_VDR_VFAT 1
  18. bool 'Enable plugin remote' SDECFG_PKG_VDR_REMOTE 1
  19. bool 'Enable plugin femon' SDECFG_PKG_VDR_FEMON 1
  20. bool 'Enable plugin mp3' SDECFG_PKG_VDR_MP3 1
  21. bool 'Enable plugin osdteletext' SDECFG_PKG_VDR_OSDTELETEXT 1
  22. bool 'Enable plugin graphlcd' SDECFG_PKG_VDR_GRAPHLCD 0
  23. [ $SDECFG_PKG_VDR_GRAPHLCD -ne 0 ] && {
  24. list=""
  25. for item in none HD61830 KS0108 T6963 SED1520 SED1330 GU140X32F-7806 GU256X64-372 GU256X64-3900 serdisplib framebuffer image ; do
  26. list="$list $item $item"
  27. done
  28. choice SDECFG_PKG_VDR_GRAPHLCD_TYPE 'none' $list
  29. }
  30. bool 'Enable plugin text2skin' SDECFG_PKG_VDR_TEXT2SKIN 1
  31. [ $SDECFG_PKG_VDR_TEXT2SKIN -ne 0 ] && {
  32. list=""
  33. for item in none Deeplue Lightblue Enigma ; do
  34. list="$list $item $item"
  35. done
  36. choice SDECFG_PKG_VDR_TEXT2SKIN_DEFAULT 'none' $list
  37. }
  38. bool 'Enable plugin image' SDECFG_PKG_VDR_IMAGE 1
  39. bool 'Enable plugin dvd' SDECFG_PKG_VDR_DVD 1
  40. bool 'Enable plugin vcd' SDECFG_PKG_VDR_VCD 1
  41. bool 'Enable plugin pcd' SDECFG_PKG_VDR_PCD 0
  42. bool 'Enable plugin audiocd' SDECFG_PKG_VDR_AUDIOCD 0
  43. bool 'Enable plugin bitstreamout' SDECFG_PKG_VDR_BITSTREAMOUT 0
  44. bool 'Enable plugin softdevice' SDECFG_PKG_VDR_SOFTDEVICE 0
  45. bool 'Enable plugin dxr3' SDECFG_PKG_VDR_DXR3 0
  46. bool 'Enable plugin xine' SDECFG_PKG_VDR_XINE 0
  47. bool 'Enable plugin epgsearch' SDECFG_PKG_VDR_EPGSEARCH 0
  48. bool 'Enable plugin burn' SDECFG_PKG_VDR_BURN 0
  49. bool 'Enable plugin cdda' SDECFG_PKG_VDR_CDDA 1
  50. bool 'Enable plugin Picture-In-Picture' SDECFG_PKG_VDR_OSDPIP 1
  51. bool 'Enable plugin Streaming Server/Client' SDECFG_PKG_VDR_STREAMDEV 1
  52. bool 'Enable plugin Digicam' SDECFG_PKG_VDR_DIGICAM 1
  53. menu_end
  54. fi