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
						
					
					
				
			
		
		
	
	
							59 lines
						
					
					
						
							2.3 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../vdr/config.in | |
| # Copyright (C) 2008 The OpenSDE Project | |
| # Copyright (C) 2004 - 2006 The T2 SDE Project | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; version 2 of the License. A copy of the | |
| # GNU General Public License can be found in the file COPYING. | |
| # --- SDE-COPYRIGHT-NOTE-END --- | |
|  | |
| if pkgcheck vdr X | |
| then | |
| 	menu_begin MENU_PKG_VDR 'Video Disc Recorder (VDR) Options' | |
| 	bool 'Restrict filename charset to VFAT' SDECFG_PKG_VDR_VFAT 1 | |
| 	bool 'Enable plugin remote' SDECFG_PKG_VDR_REMOTE 1 | |
| 	bool 'Enable plugin femon' SDECFG_PKG_VDR_FEMON 1 | |
| 	bool 'Enable plugin mp3' SDECFG_PKG_VDR_MP3 1 | |
| 	bool 'Enable plugin osdteletext' SDECFG_PKG_VDR_OSDTELETEXT 1 | |
|  | |
| 	bool 'Enable plugin graphlcd' SDECFG_PKG_VDR_GRAPHLCD 0 | |
| 	[ $SDECFG_PKG_VDR_GRAPHLCD -ne 0 ] && { | |
| 		list= | |
| 		for item in none HD61830 KS0108 T6963 SED1520 SED1330 GU140X32F-7806 GU256X64-372 GU256X64-3900 serdisplib framebuffer image ; do | |
| 			list="$list $item $item" | |
| 		done | |
|         	choice SDECFG_PKG_VDR_GRAPHLCD_TYPE 'none' $list | |
| 	} | |
|  | |
| 	bool 'Enable plugin text2skin' SDECFG_PKG_VDR_TEXT2SKIN 1 | |
| 	[ $SDECFG_PKG_VDR_TEXT2SKIN -ne 0 ] && { | |
| 		list= | |
| 	 	for item in none Deeplue Lightblue Enigma ; do | |
| 			list="$list $item $item" | |
| 		done | |
|         	choice SDECFG_PKG_VDR_TEXT2SKIN_DEFAULT 'none' $list | |
| 	} | |
|  | |
| 	bool 'Enable plugin image' SDECFG_PKG_VDR_IMAGE 1 | |
| 	bool 'Enable plugin dvd' SDECFG_PKG_VDR_DVD 1 | |
| 	bool 'Enable plugin vcd' SDECFG_PKG_VDR_VCD 1 | |
| 	bool 'Enable plugin pcd' SDECFG_PKG_VDR_PCD 0 | |
| 	bool 'Enable plugin audiocd' SDECFG_PKG_VDR_AUDIOCD 0 | |
| 	bool 'Enable plugin bitstreamout' SDECFG_PKG_VDR_BITSTREAMOUT 0 | |
| 	bool 'Enable plugin softdevice' SDECFG_PKG_VDR_SOFTDEVICE 0 | |
| 	bool 'Enable plugin dxr3' SDECFG_PKG_VDR_DXR3 0 | |
| 	bool 'Enable plugin xine' SDECFG_PKG_VDR_XINE 0 | |
| 	bool 'Enable plugin epgsearch' SDECFG_PKG_VDR_EPGSEARCH 0 | |
| 	bool 'Enable plugin burn' SDECFG_PKG_VDR_BURN 0 | |
| 	bool 'Enable plugin cdda' SDECFG_PKG_VDR_CDDA 1 | |
| 	bool 'Enable plugin Picture-In-Picture' SDECFG_PKG_VDR_OSDPIP 1 | |
| 	bool 'Enable plugin Streaming Server/Client' SDECFG_PKG_VDR_STREAMDEV 1 | |
| 	bool 'Enable plugin Digicam' SDECFG_PKG_VDR_DIGICAM 1 | |
| 	menu_end | |
| fi
 | |
| 
 |