kodi: 17.1 -> 17.2
This commit is contained in:
parent
cf3d531531
commit
8fd2f022f0
@ -54,17 +54,16 @@ let
|
|||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "kodi-${version}";
|
name = "kodi-${version}";
|
||||||
version = "17.1";
|
version = "17.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/xbmc/xbmc/archive/${version}-${rel}.tar.gz";
|
url = "https://github.com/xbmc/xbmc/archive/${version}-${rel}.tar.gz";
|
||||||
sha256 = "1vmvrq0qdjnphw34yils2b5jnm05cmsg777hc4lwqz5mrc1kjgrh";
|
sha256 = "1zmgw65dbdpv72xfimrh02m8sdg4cb9i3hbmqzgs8x00b9n27ndf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
makeWrapper libxml2 gnutls
|
libxml2 gnutls yasm python2
|
||||||
pkgconfig cmake gnumake yasm python2
|
boost libmicrohttpd
|
||||||
boost libmicrohttpd autoreconfHook
|
|
||||||
gettext pcre-cpp yajl fribidi libva
|
gettext pcre-cpp yajl fribidi libva
|
||||||
openssl gperf tinyxml2 taglib libssh swig jre
|
openssl gperf tinyxml2 taglib libssh swig jre
|
||||||
libX11 xproto inputproto which
|
libX11 xproto inputproto which
|
||||||
@ -91,6 +90,9 @@ in stdenv.mkDerivation rec {
|
|||||||
++ lib.optional rtmpSupport rtmpdump
|
++ lib.optional rtmpSupport rtmpdump
|
||||||
++ lib.optional joystickSupport SDL2;
|
++ lib.optional joystickSupport SDL2;
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
autoreconfHook cmake gnumake makeWrapper pkgconfig
|
||||||
|
];
|
||||||
|
|
||||||
dontUseCmakeConfigure = true;
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user