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.

59 lines
2.3 KiB

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