mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-10-31 13:07:38 +09:00 
			
		
		
		
	add openmax base packages and modify ownership logic to look for vchiq
This commit is contained in:
		| @@ -25,6 +25,8 @@ RUN \ | ||||
| 	jellyfin-ffmpeg \ | ||||
| 	libfontconfig1 \ | ||||
| 	libfreetype6 \ | ||||
| 	libomxil-bellagio0 \ | ||||
| 	libomxil-bellagio-bin \ | ||||
| 	libssl1.0.0 && \ | ||||
|  echo "**** install jellyfin *****" && \ | ||||
|  if [ -z ${JELLYFIN_RELEASE+x} ]; then \ | ||||
|   | ||||
| @@ -27,6 +27,8 @@ RUN \ | ||||
| 	jellyfin-ffmpeg \ | ||||
| 	libfontconfig1 \ | ||||
| 	libfreetype6 \ | ||||
| 	libomxil-bellagio0 \ | ||||
| 	libomxil-bellagio-bin \ | ||||
| 	libraspberrypi0 \ | ||||
| 	libssl1.0.0 && \ | ||||
|  echo "**** install jellyfin *****" && \ | ||||
|   | ||||
| @@ -1,6 +1,9 @@ | ||||
| #!/usr/bin/with-contenv bash | ||||
|  | ||||
| FILES=$(find /dev/dri /dev/dvb -type c -print 2>/dev/null) | ||||
| if [ -f "/dev/vchiq" ]; then | ||||
| 	FILES+=('/dev/vchiq') | ||||
| fi | ||||
|  | ||||
| for i in $FILES | ||||
| do | ||||
|   | ||||
		Reference in New Issue
	
	Block a user