xbmc-pvr:

- build without xrandr support
- dont install xbmc-xrandr
- dont install splash (wee have bootsplash, thats enough)
- various cleanups
This commit is contained in:
Stephan Raue 2010-02-15 08:37:44 +01:00
parent 5d18d72189
commit c7408d0e21
7 changed files with 17 additions and 23 deletions

View File

@ -100,7 +100,7 @@ cd -
$XBMC_CRYSTALHD \
--disable-profiling \
--disable-joystick \
--enable-xrandr \
--disable-xrandr \
--disable-ccache \
--disable-pulse \
--enable-faac \
@ -121,7 +121,6 @@ cd -
make externals
make xbmc.bin
make xbmc-xrandr
# make -C tools/TexturePacker \
# CC=$HOST_CC \

View File

@ -1,9 +1,11 @@
# configure X.Org video settings
# starting Mediacenter
#
# runlevels: openelec
args="--standalone -fs --lircdev $LIRC_OUTPUT"
progress "starting Mediacenter"
if test "$XBMC_CACHING" = "yes" ; then
wait_for_xbmc_cache
XBMC_BIN="/var/cache/bin/xbmc.bin"
@ -11,8 +13,6 @@ else
XBMC_BIN="/usr/share/xbmc/xbmc.bin"
fi
progress "starting Mediacenter"
while true; do
DISPLAY=:0.0 $XBMC_BIN ${args} > /dev/null 2>&1

View File

@ -64,7 +64,6 @@ $SCRIPTS/install samba
PKG_DIR=`find $PACKAGES -type d -name $1`
mkdir -p $INSTALL/usr/share/xbmc
cp -PR $PKG_BUILD/xbmc-xrandr $INSTALL/usr/share/xbmc
cp -PR $PKG_BUILD/xbmc.bin $INSTALL/usr/share/xbmc
mkdir -p $INSTALL/usr/share/xbmc/language
@ -77,15 +76,11 @@ mkdir -p $INSTALL/usr/share/xbmc/media/Fonts
mkdir -p $INSTALL/usr/share/xbmc/media
cp -PR $PKG_BUILD/media/weather.zip $INSTALL/usr/share/xbmc/media/
cp -PR $PKG_BUILD/media/icon.png $INSTALL/usr/share/xbmc/media/
cp -PR $PKG_DIR/splash/Splash.png $INSTALL/usr/share/xbmc/media/
mkdir -p $INSTALL/usr/share/xbmc/scripts
cp -PR $PKG_BUILD/scripts/*.zip $INSTALL/usr/share/xbmc/scripts/
mkdir -p $INSTALL/usr/share/xbmc/skin
# cp -PR $PKG_BUILD/skin/* $INSTALL/usr/share/xbmc/skin
# find $INSTALL/usr/share/xbmc/skin -name *.bat -exec rm -rf {} ";"
# find $INSTALL/usr/share/xbmc/skin -name Makefile -exec rm -rf {} ";"
mkdir -p $INSTALL/usr/share/xbmc/sounds
cp -PR $PKG_BUILD/sounds/* $INSTALL/usr/share/xbmc/sounds

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 KiB