alarm/kodi-rbp4 to 18.4-3

This commit is contained in:
graysky 2019-10-08 11:54:21 -04:00 committed by Kevin Mihelich
parent 773e1a22d7
commit 8d2066beb3
2 changed files with 6 additions and 4 deletions

View file

@ -26,7 +26,7 @@ _prefix=/usr
pkgbase=kodi-rbp4
pkgname=('kodi-rbp4' 'kodi-rbp4-eventclients' 'kodi-rbp4-tools-texturepacker' 'kodi-rbp4-dev')
pkgver=18.4
pkgrel=2
pkgrel=3
_codename=Leia
_tag="18.4-$_codename"
_ffmpeg_version="4.0.4-$_codename-18.4"

View file

@ -9,9 +9,11 @@ post_install() {
echo "****************************************************************"
echo "Make sure the following lines are added to /boot/config.txt"
echo "gpu_mem=320"
echo "dtoverlay=vc4-fkms-v3d"
echo "dtparam=audio=on"
echo " gpu_mem=320"
echo " dtoverlay=vc4-fkms-v3d"
echo " dtparam=audio=on"
echo .
echo "To optionally enable 4K playback add: hdmi_enable_4kp60=1"
echo "****************************************************************"
}