Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/openelec-4.2' into openelec-4.2
Browse files Browse the repository at this point in the history
Conflicts:
	packages/linux/package.mk
  • Loading branch information
codesnake committed Aug 8, 2014
2 parents b067a32 + 153d06b commit 8060e34
Show file tree
Hide file tree
Showing 79 changed files with 20,152 additions and 18,508 deletions.
2 changes: 0 additions & 2 deletions config/graphic
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,12 @@ get_graphicdrivers() {
DRI_DRIVERS="$DRI_DRIVERS,i915"
XORG_DRIVERS="$XORG_DRIVERS intel"
COMPOSITE_SUPPORT="yes"
LIBVA="$LIBVA libva-intel-driver"
fi

if [ "$drv" = "i965" ]; then
DRI_DRIVERS="$DRI_DRIVERS,i965"
XORG_DRIVERS="$XORG_DRIVERS intel"
COMPOSITE_SUPPORT="yes"
LIBVA="$LIBVA libva-intel-driver"
fi

if [ "$drv" = "nouveau" ]; then
Expand Down
6 changes: 0 additions & 6 deletions config/options
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ LINUX_DEPENDS="$PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf $ROOT/package
. $PROJECT_DIR/$PROJECT/options
fi

# Target system library C (eglibc)
TARGET_LIBC="eglibc"

# Library strip
LIBSTRIP="yes"

# Need to point to your actual cc
# If you have ccache installed, take care that LOCAL_CC don't point to it
LOCAL_CC=`which gcc`
Expand Down
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VERSION: set full version, use "devel" for development version
OPENELEC_VERSION="devel"
OPENELEC_VERSION="4.1.3"

# OS_VERSION: OS Version
OS_VERSION="4.2"
Expand Down
1 change: 1 addition & 0 deletions packages/devel/glib/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_mmap_fixed_mapped=yes \
--disable-selinux \
--disable-fam \
--enable-xattr \
--disable-libelf \
--disable-gtk-doc \
--disable-man \
--disable-dtrace \
Expand Down
3 changes: 2 additions & 1 deletion packages/devel/swig/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.swig.org"
PKG_URL="$SOURCEFORGE_SRC/swig/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="ccache:host pcre:host"
PKG_DEPENDS_HOST="ccache:host"
PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="SWIG: a software development tool that connects programs written in C and C++ with a variety of high-level programming languages."
Expand All @@ -34,6 +34,7 @@ PKG_AUTORECONF="no"

PKG_CONFIGURE_OPTS_HOST="--with-pcre-prefix=$ROOT/$TOOLCHAIN \
--with-boost=no \
--without-pcre \
--without-x \
--without-tcl \
--without-python \
Expand Down
2 changes: 1 addition & 1 deletion packages/devel/yajl/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="yajl"
PKG_VERSION="2.0.4"
PKG_VERSION="2.1.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="ISC"
Expand Down
8 changes: 2 additions & 6 deletions packages/graphics/Mesa/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
################################################################################

PKG_NAME="Mesa"
PKG_VERSION="10.2.4"
PKG_VERSION="10.2.5"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.mesa3d.org/"
PKG_URL="ftp://freedesktop.org/pub/mesa/$PKG_VERSION/MesaLib-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain Python:host makedepend:host libxml2:host expat glproto dri2proto presentproto libdrm libXext libXdamage libXfixes libXxf86vm libxcb libX11 systemd dri3proto libxshmfence"
PKG_DEPENDS_TARGET="toolchain Python:host libxml2:host expat glproto dri2proto presentproto libdrm libXext libXdamage libXfixes libXxf86vm libxcb libX11 systemd dri3proto libxshmfence"
PKG_PRIORITY="optional"
PKG_SECTION="graphics"
PKG_SHORTDESC="mesa: 3-D graphics library with OpenGL API"
Expand All @@ -50,10 +50,6 @@ else
MESA_VDPAU="--disable-vdpau"
fi

if [ "$MESA_VAAPI_SUPPORT" = "yes" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET $LIBVA"
fi

XA_CONFIG="--disable-xa"

PKG_CONFIGURE_OPTS_TARGET="CC_FOR_BUILD=$HOST_CC \
Expand Down
2 changes: 1 addition & 1 deletion packages/linux-firmware/dvb-firmware/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="dvb-firmware"
PKG_VERSION="0.0.42"
PKG_VERSION="0.0.43"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="Free-to-use"
Expand Down
2 changes: 1 addition & 1 deletion packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ case "$LINUX" in
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
*)
PKG_VERSION="3.15.8"
PKG_VERSION="3.16"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
esac
Expand Down
112 changes: 0 additions & 112 deletions packages/linux/patches/3.15.8/linux-999.03-0001-fix-mceusb.patch

This file was deleted.

13 changes: 0 additions & 13 deletions packages/linux/patches/3.15.8/linux-999.06.radeon_fix.patch

This file was deleted.

Loading

0 comments on commit 8060e34

Please sign in to comment.