mirror of
				https://github.com/linuxserver/docker-jellyfin.git
				synced 2025-11-01 05:27: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 \ | 	jellyfin-ffmpeg \ | ||||||
| 	libfontconfig1 \ | 	libfontconfig1 \ | ||||||
| 	libfreetype6 \ | 	libfreetype6 \ | ||||||
|  | 	libomxil-bellagio0 \ | ||||||
|  | 	libomxil-bellagio-bin \ | ||||||
| 	libssl1.0.0 && \ | 	libssl1.0.0 && \ | ||||||
|  echo "**** install jellyfin *****" && \ |  echo "**** install jellyfin *****" && \ | ||||||
|  if [ -z ${JELLYFIN_RELEASE+x} ]; then \ |  if [ -z ${JELLYFIN_RELEASE+x} ]; then \ | ||||||
|   | |||||||
| @@ -27,6 +27,8 @@ RUN \ | |||||||
| 	jellyfin-ffmpeg \ | 	jellyfin-ffmpeg \ | ||||||
| 	libfontconfig1 \ | 	libfontconfig1 \ | ||||||
| 	libfreetype6 \ | 	libfreetype6 \ | ||||||
|  | 	libomxil-bellagio0 \ | ||||||
|  | 	libomxil-bellagio-bin \ | ||||||
| 	libraspberrypi0 \ | 	libraspberrypi0 \ | ||||||
| 	libssl1.0.0 && \ | 	libssl1.0.0 && \ | ||||||
|  echo "**** install jellyfin *****" && \ |  echo "**** install jellyfin *****" && \ | ||||||
|   | |||||||
| @@ -1,6 +1,9 @@ | |||||||
| #!/usr/bin/with-contenv bash | #!/usr/bin/with-contenv bash | ||||||
|  |  | ||||||
| FILES=$(find /dev/dri /dev/dvb -type c -print 2>/dev/null) | 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 | for i in $FILES | ||||||
| do | do | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user