Merge pull request #4553 from OpenELEC/oe6-update

OE6 update
This commit is contained in:
Stephan Raue 2016-01-02 16:04:54 +01:00
commit 2e89a53635
78 changed files with 97 additions and 94 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="gdb"
PKG_VERSION="7.10"
PKG_VERSION="7.10.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="boost"
PKG_VERSION="1_59_0"
PKG_VERSION="1_60_0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="gettext"
PKG_VERSION="0.19.6"
PKG_VERSION="0.19.7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -1,24 +1,24 @@
diff -Naur gettext-0.19.1/gettext-tools/Makefile.am gettext-0.19.1.patch/gettext-tools/Makefile.am
--- gettext-0.19.1/gettext-tools/Makefile.am 2014-05-01 11:37:33.000000000 +0200
+++ gettext-0.19.1.patch/gettext-tools/Makefile.am 2014-06-23 16:06:15.225426222 +0200
diff -Naur gettext-0.19.7/gettext-tools/Makefile.am gettext-0.19.7.patch/gettext-tools/Makefile.am
--- gettext-0.19.7/gettext-tools/Makefile.am 2015-12-08 13:50:04.000000000 +0100
+++ gettext-0.19.7.patch/gettext-tools/Makefile.am 2016-01-01 20:49:07.476011819 +0100
@@ -19,7 +19,7 @@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
+SUBDIRS = intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples its
+SUBDIRS = intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests its
EXTRA_DIST = misc/DISCLAIM
MOSTLYCLEANFILES = core *.stackdump
diff -Naur gettext-0.19.1/gettext-tools/Makefile.in gettext-0.19.1.patch/gettext-tools/Makefile.in
--- gettext-0.19.1/gettext-tools/Makefile.in 2014-06-10 07:42:48.000000000 +0200
+++ gettext-0.19.1.patch/gettext-tools/Makefile.in 2014-06-23 16:06:32.453461116 +0200
@@ -1556,7 +1556,7 @@
diff -Naur gettext-0.19.7/gettext-tools/Makefile.in gettext-0.19.7.patch/gettext-tools/Makefile.in
--- gettext-0.19.7/gettext-tools/Makefile.in 2015-12-28 00:09:39.000000000 +0100
+++ gettext-0.19.7.patch/gettext-tools/Makefile.in 2016-01-01 20:49:29.444038357 +0100
@@ -1865,7 +1865,7 @@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples
+SUBDIRS = intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples its
+SUBDIRS = intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests its
# Allow users to use "gnulib-tool --update".

View File

@ -33,5 +33,5 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared HELP2MAN=/bin/true"
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared"

View File

@ -0,0 +1,26 @@
diff -Naur a/Makefile.am b/Makefile.am
--- a/Makefile.am 2015-01-20 07:34:33.000000000 -0800
+++ b/Makefile.am 2015-10-27 11:16:49.027497480 -0700
@@ -406,22 +406,6 @@
$(AM_V_GEN)$(MAKEINFO) -P '$(srcdir)/doc' --no-headers \
$(MAKEINFOFLAGS) -o '$@' '$(notes_texi)'
-dist_man1_MANS = $(libtool_1) $(libtoolize_1)
-MAINTAINERCLEANFILES += $(dist_man1_MANS)
-update_mans = \
- PATH=".$(PATH_SEPARATOR)$$PATH"; export PATH; \
- $(HELP2MAN) --output='$@'
-
-# It's wrong to make distributed files (e.g. $(libtool_1)) rely on
-# files created in the build tree, so instead we regenerate the
-# manual pages if the sources for the build-tree files we want to
-# run have changed.
-$(libtool_1): $(ltmain_sh)
- $(AM_V_GEN)$(update_mans) --help-option=--help-all libtool
-$(libtoolize_1): $(libtoolize_in)
- $(AM_V_GEN)$(update_mans) libtoolize
-
-
## ------------- ##
## Installation. ##
## ------------- ##

View File

@ -17,12 +17,12 @@
################################################################################
PKG_NAME="make"
PKG_VERSION="4.0"
PKG_VERSION="4.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/make/"
PKG_URL="http://ftp.gnu.org/gnu/make/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_LICENSE="GPLv3"
PKG_SITE="https://www.gnu.org/software/make/"
PKG_URL="https://ftp.gnu.org/gnu/make/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_HOST=""
PKG_PRIORITY="optional"
PKG_SECTION="toolchain/devel"

View File

@ -17,12 +17,12 @@
################################################################################
PKG_NAME="pcre"
PKG_VERSION="8.37"
PKG_VERSION="8.38"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.pcre.org/"
PKG_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_URL="http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_HOST=""
PKG_DEPENDS_TARGET="toolchain"
PKG_PRIORITY="optional"

View File

@ -17,12 +17,12 @@
################################################################################
PKG_NAME="readline"
PKG_VERSION="6.2"
PKG_VERSION="6.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="http://www.gnu.org/readline"
PKG_URL="ftp://ftp.gnu.org/gnu/readline/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_URL="http://ftp.gnu.org/gnu/readline/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain ncurses"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
@ -32,7 +32,8 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
PKG_CONFIGURE_OPTS_TARGET="bash_cv_wcwidth_broken=no \
--disable-shared \
--enable-static \
--with-curses \
--without-purify"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="swig"
PKG_VERSION="2.0.12"
PKG_VERSION="3.0.7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bcm2835-driver"
PKG_VERSION="6b7cebd"
PKG_VERSION="1efc1ec"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="nonfree"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="glew"
PKG_VERSION="1.10.0"
PKG_VERSION="1.13.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="BSD"

View File

@ -1,26 +1,11 @@
From ba254faae130080d5045d8fd97dc1f232b391d2f Mon Sep 17 00:00:00 2001
From: Stefan Saraev <stefan@saraev.ca>
Date: Sat, 16 Aug 2014 17:03:32 +0300
Subject: [PATCH] fix pkgconf
---
glew.pc.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/glew.pc.in b/glew.pc.in
index 4c934af..35ef2ac 100644
--- a/glew.pc.in
+++ b/glew.pc.in
@@ -1,7 +1,7 @@
diff -Naur glew-1.13.0/glew.pc.in glew-1.13.0.patch/glew.pc.in
--- glew-1.13.0/glew.pc.in 2015-08-10 13:47:22.000000000 +0200
+++ glew-1.13.0.patch/glew.pc.in 2015-11-19 10:01:42.694904497 +0100
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
exec_prefix=${prefix}
-libdir=@libdir@
-includedir=@includedir@
+includedir=${prefix}/include
+libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: glew
Description: The OpenGL Extension Wrangler library
--
1.7.2.5

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="wetekdvb"
PKG_VERSION="20151007"
PKG_VERSION="20151215"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="dvb-firmware"
PKG_VERSION="0.0.49"
PKG_VERSION="0.0.50"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="Free-to-use"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="iwlwifi-firmware"
PKG_VERSION="0.0.3"
PKG_VERSION="0.0.4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="Free-to-use"

View File

@ -0,0 +1 @@
bxt_dmc_ver1_06.bin

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
skl_dmc_ver1_22.bin

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
skl_guc_ver1_1059.bin

Binary file not shown.

View File

@ -0,0 +1 @@
skl_guc_ver4_3.bin

Binary file not shown.

View File

@ -31,7 +31,7 @@ PKG_SHORTDESC="linux26: The Linux kernel 2.6 precompiled kernel binary image and
PKG_LONGDESC="This package contains a precompiled kernel image and the modules."
case "$LINUX" in
amlogic)
PKG_VERSION="amlogic-3.10-9df7905"
PKG_VERSION="amlogic-3.10-0b9823d"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
imx6)
@ -40,7 +40,7 @@ case "$LINUX" in
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET imx6-status-led imx6-soc-fan"
;;
*)
PKG_VERSION="4.1.13"
PKG_VERSION="4.1.15"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
esac

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libamcodec"
PKG_VERSION="75f23da"
PKG_VERSION="45a1086"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="other"

View File

@ -1,20 +0,0 @@
diff --git a/amcodec/include/amports/vformat.h b/amcodec/include/amports/vformat.h
index d88e6fa..41111f9 100755
--- a/amcodec/include/amports/vformat.h
+++ b/amcodec/include/amports/vformat.h
@@ -50,6 +50,7 @@ typedef enum {
VIDEO_DEC_FORMAT_SW,
VIDEO_DEC_FORMAT_AVS,
VIDEO_DEC_FORMAT_H264_4K2K,
+ VIDEO_DEC_FORMAT_HEVC,
VIDEO_DEC_FORMAT_MAX
} vdec_type_t;
@@ -66,6 +67,7 @@ typedef enum {
VFORMAT_SW,
VFORMAT_H264MVC,
VFORMAT_H264_4K2K,
+ VFORMAT_HEVC,
VFORMAT_UNSUPPORT,
VFORMAT_MAX
} vformat_t;

View File

@ -17,13 +17,13 @@
################################################################################
PKG_NAME="libass"
PKG_VERSION="0.12.1"
PKG_VERSION="0.13.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://code.google.com/p/libass/"
PKG_URL="https://github.com/libass/libass/releases/download/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain freetype fontconfig enca fribidi"
PKG_DEPENDS_TARGET="toolchain freetype fontconfig fribidi"
PKG_PRIORITY="optional"
PKG_SECTION="multimedia"
PKG_SHORTDESC="libass: a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format."
@ -33,7 +33,6 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--disable-test \
--enable-enca \
--enable-fontconfig \
--disable-harfbuzz \
--disable-silent-rules \

View File

@ -41,4 +41,10 @@ makeinstall_target() {
mkdir -p $INSTALL/usr/lib/
cp -PR libhdhomerun.so $INSTALL/usr/lib/
mkdir -p $SYSROOT_PREFIX/usr/include/hdhomerun
cp *.h $SYSROOT_PREFIX/usr/include/hdhomerun
mkdir -p $SYSROOT_PREFIX/usr/lib
cp libhdhomerun.so $SYSROOT_PREFIX/usr/lib
}

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libva-intel-driver"
PKG_VERSION="1.6.1"
PKG_VERSION="1.6.2"
PKG_REV="1"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libva"
PKG_VERSION="1.6.1"
PKG_VERSION="1.6.2"
PKG_REV="1"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="Pillow"
PKG_VERSION="2.7.0"
PKG_VERSION="3.0.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="BSD"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="simplejson"
PKG_VERSION="3.5.3"
PKG_VERSION="3.8.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
@ -33,6 +33,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
pre_make_target() {
strip_lto
export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
}

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="fuse-exfat"
PKG_VERSION="1.2.2"
PKG_VERSION="1.2.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPLv2+"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kmod"
PKG_VERSION="21"
PKG_VERSION="22"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bcm2835-bootloader"
PKG_VERSION="6b7cebd"
PKG_VERSION="1efc1ec"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="nano"
PKG_VERSION="2.4.3"
PKG_VERSION="2.5.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libinput"
PKG_VERSION="1.0.2"
PKG_VERSION="1.1.3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="xkbcomp"
PKG_VERSION="1.2.4"
PKG_VERSION="1.3.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="xf86-input-libinput"
PKG_VERSION="0.15.0"
PKG_VERSION="0.16.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
@ -36,5 +36,5 @@ PKG_CONFIGURE_OPTS_TARGET="--with-xorg-module-dir=$XORG_PATH_MODULES"
post_makeinstall_target() {
mkdir -p $INSTALL/usr/share/X11/xorg.conf.d
cp $ROOT/$PKG_BUILD/conf/99-libinput.conf $INSTALL/usr/share/X11/xorg.conf.d
cp $ROOT/$PKG_BUILD/conf/90-libinput.conf $INSTALL/usr/share/X11/xorg.conf.d
}

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libXi"
PKG_VERSION="1.7.5"
PKG_VERSION="1.7.6"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pixman"
PKG_VERSION="0.32.8"
PKG_VERSION="0.33.4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"

View File

@ -7,7 +7,7 @@ ConditionKernelCommandLine=!installer
[Service]
Type=notify
EnvironmentFile=-/run/openelec/debug/xorg.conf
ExecStart=/usr/bin/xorg-launch vt01 $XORG_DEBUG
ExecStart=/usr/bin/xorg-launch -nolisten tcp vt01 $XORG_DEBUG
Restart=always
RestartSec=2
StartLimitInterval=0

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.10.90 Kernel Configuration
# Linux/arm 3.10.94 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@ -1339,6 +1339,7 @@ CONFIG_CRYPTO_AML_HW_CRYPTO=y
# Amlogic touch algorithm Support
#
# CONFIG_AML_TOUCH_ALGORITHM_SUPPORT is not set
# CONFIG_VFD is not set
#
# Generic Driver Options