Merge branch 'openelec-eden' of github.com:OpenELEC/OpenELEC.tv into openelec-pvr

This commit is contained in:
Stephan Raue 2011-08-25 01:48:18 +02:00
commit 02b80a0a95
29 changed files with 8 additions and 41 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xbmc-theme-Confluence"
PKG_VERSION="a3c804b"
PKG_VERSION="e6b1484"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -19,14 +19,14 @@
################################################################################
PKG_NAME="xbmc"
PKG_VERSION="a3c804b"
PKG_VERSION="e6b1484"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.xbmc.org"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="boost Python zlib bzip2 lzo pcre alsa-lib libass enca curl libssh rtmpdump dbus libXt libXmu libXext libXrandr Mesa glew fontconfig fribidi $LIBJPEG libpng tiff freetype jasper libmad libsamplerate libogg libvorbis libcdio libmodplug faad2 flac lame libmpeg2 libbluray SDL SDL_mixer SDL_image yajl sqlite mysql samba alsa bc xbmc-addon-settings"
PKG_BUILD_DEPENDS="toolchain boost Python zlib bzip2 lzo pcre alsa-lib libass enca curl libssh rtmpdump dbus libXt libXmu libXext libXrandr Mesa glew fontconfig fribidi $LIBJPEG libpng tiff freetype jasper libmad libsamplerate libogg libvorbis libcdio libmodplug faad2 flac lame libmpeg2 libbluray SDL SDL_mixer SDL_image yajl sqlite mysql samba"
PKG_DEPENDS="boost Python zlib bzip2 lzo pcre alsa-lib libass enca curl libssh rtmpdump libplist dbus libXt libXmu libXext libXrandr Mesa glew fontconfig fribidi $LIBJPEG libpng tiff freetype jasper libmad libsamplerate libogg libvorbis libcdio libmodplug faad2 flac lame libmpeg2 libbluray SDL SDL_mixer SDL_image yajl sqlite mysql samba alsa bc xbmc-addon-settings"
PKG_BUILD_DEPENDS="toolchain boost Python zlib bzip2 lzo pcre alsa-lib libass enca curl libssh rtmpdump libplist dbus libXt libXmu libXext libXrandr Mesa glew fontconfig fribidi $LIBJPEG libpng tiff freetype jasper libmad libsamplerate libogg libvorbis libcdio libmodplug faad2 flac lame libmpeg2 libbluray SDL SDL_mixer SDL_image yajl sqlite mysql samba"
PKG_PRIORITY="optional"
PKG_SECTION="mediacenter"
PKG_SHORTDESC="xbmc: XBMC Mediacenter"

View File

@ -26,7 +26,7 @@ PKG_LICENSE="OSS"
PKG_SITE="http://intellinuxgraphics.org/"
PKG_URL="http://xorg.freedesktop.org/archive/individual/driver/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="udev"
PKG_BUILD_DEPENDS="toolchain util-macros util-macros fontsproto udev xorg-server"
PKG_BUILD_DEPENDS="toolchain util-macros fontsproto udev xorg-server"
PKG_PRIORITY="optional"
PKG_SECTION="x11/driver"
PKG_SHORTDESC="xf86-video-intel: The Xorg driver for Intel video chips"

View File

@ -152,9 +152,6 @@
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"
# build and install with NFS mount support in XBMC (yes / no)
NFS_SUPPORT="yes"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
@ -189,9 +186,6 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau"
GRAPHIC_DRIVERS="nouveau"
# use linux-next (latest rc) instead latest released version
LINUX_NEXT="no"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="no"

View File

@ -75,7 +75,7 @@
OPTIMIZATIONS="speed"
# Project CFLAGS
PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3"
PROJECT_CFLAGS="-mfpmath=sse -msse2" # -mssse3 removed for Llano compatibility
# LTO (Link Time Optimazion) support
LTO_SUPPORT="no"
@ -152,9 +152,6 @@
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"
# build and install with NFS mount support in XBMC (yes / no)
NFS_SUPPORT="yes"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
@ -189,9 +186,6 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon fglrx nvidia nouveau"
GRAPHIC_DRIVERS="fglrx"
# use linux-next (latest rc) instead latest released version
LINUX_NEXT="no"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="no"

View File

@ -152,9 +152,6 @@
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"
# build and install with NFS mount support in XBMC (yes / no)
NFS_SUPPORT="yes"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
@ -189,10 +186,7 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 nvidia nouveau"
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 nvidia vmware"
# Use VDPAU video# use linux-next (latest rc) instead latest released version
LINUX_NEXT="no"
# acceleration (needs nVidia driver and a supported card)
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="yes"
# Use VAAPI video acceleration (needs intel i965 driver and a supported card)

View File

@ -152,9 +152,6 @@
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"
# build and install with NFS mount support in XBMC (yes / no)
NFS_SUPPORT="yes"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
@ -189,9 +186,6 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau"
GRAPHIC_DRIVERS="nvidia"
# use linux-next (latest rc) instead latest released version
LINUX_NEXT="no"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="yes"

View File

@ -152,9 +152,6 @@
# build and install Avahi (Zeroconf) daemon (yes / no)
AVAHI_DAEMON="yes"
# build and install with NFS mount support in XBMC (yes / no)
NFS_SUPPORT="yes"
# build and install Samba Server (yes / no)
SAMBA_SERVER="yes"
@ -189,9 +186,6 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau"
GRAPHIC_DRIVERS="i915 i965"
# use linux-next (latest rc) instead latest released version
LINUX_NEXT="no"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="no"

View File

@ -186,9 +186,6 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 r300 r600 radeon nvidia nouveau"
GRAPHIC_DRIVERS="nvidia"
# use linux-next (latest rc) instead latest released version
LINUX_NEXT="no"
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
VDPAU="yes"

View File

@ -139,7 +139,7 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
# Update support
[ "$UPDATE_SUPPORT" = "yes" ] && $SCRIPTS/install autoupdate
# Update support
# Installer support
[ "$INSTALLER_SUPPORT" = "yes" ] && $SCRIPTS/install installer
# Devtools... (not for Release)