Merge pull request #1914 from chewitt/stuff

kodi: update to 17.4 final
This commit is contained in:
MilhouseVH 2017-08-25 06:17:00 +01:00 committed by GitHub
commit f8b307e193
6 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="inputstream.adaptive" PKG_NAME="inputstream.adaptive"
PKG_VERSION="a02656d" PKG_VERSION="161f319"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv" PKG_SITE="http://www.kodi.tv"
PKG_URL="https://github.com/peak3d/inputstream.adaptive/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/peak3d/inputstream.adaptive/archive/$PKG_VERSION.tar.gz"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="pvr.hts" PKG_NAME="pvr.hts"
PKG_VERSION="4e2a833" PKG_VERSION="d0b6f1f"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="pvr.iptvsimple" PKG_NAME="pvr.iptvsimple"
PKG_VERSION="d782816" PKG_VERSION="2a649d7"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="kodi" PKG_NAME="kodi"
PKG_VERSION="3aa19b0" PKG_VERSION="7fc6da0"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv" PKG_SITE="http://www.kodi.tv"

View File

@ -20,7 +20,7 @@ PKG_NAME="xf86-video-nvidia"
# Remember to run "python packages/x11/driver/xf86-video-nvidia/scripts/make_nvidia_udev.py" and commit changes to # Remember to run "python packages/x11/driver/xf86-video-nvidia/scripts/make_nvidia_udev.py" and commit changes to
# "packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules" whenever bumping version. # "packages/x11/driver/xf86-video-nvidia/udev.d/96-nvidia.rules" whenever bumping version.
# Host may require installation of python-lxml and python-requests packages. # Host may require installation of python-lxml and python-requests packages.
PKG_VERSION="384.59" PKG_VERSION="384.69"
PKG_ARCH="x86_64" PKG_ARCH="x86_64"
PKG_LICENSE="nonfree" PKG_LICENSE="nonfree"
PKG_SITE="http://www.nvidia.com/" PKG_SITE="http://www.nvidia.com/"

View File

@ -331,6 +331,7 @@ ATTRS{device}=="0x1ba1", GOTO="configure_nvidia"
ATTRS{device}=="0x1bb0", GOTO="configure_nvidia" ATTRS{device}=="0x1bb0", GOTO="configure_nvidia"
ATTRS{device}=="0x1bb1", GOTO="configure_nvidia" ATTRS{device}=="0x1bb1", GOTO="configure_nvidia"
ATTRS{device}=="0x1bb3", GOTO="configure_nvidia" ATTRS{device}=="0x1bb3", GOTO="configure_nvidia"
ATTRS{device}=="0x1bb4", GOTO="configure_nvidia"
ATTRS{device}=="0x1bb6", GOTO="configure_nvidia" ATTRS{device}=="0x1bb6", GOTO="configure_nvidia"
ATTRS{device}=="0x1bb7", GOTO="configure_nvidia" ATTRS{device}=="0x1bb7", GOTO="configure_nvidia"
ATTRS{device}=="0x1bb8", GOTO="configure_nvidia" ATTRS{device}=="0x1bb8", GOTO="configure_nvidia"