Skip to content

Commit

Permalink
xbmc-frodo-pvr: merge with package 'xbmc-frodo'
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed Sep 4, 2012
1 parent 5d4b402 commit c97e3f3
Show file tree
Hide file tree
Showing 33 changed files with 7 additions and 980 deletions.
6 changes: 1 addition & 5 deletions packages/mediacenter/xbmc-frodo-theme-Confluence/meta
Expand Up @@ -19,11 +19,7 @@
################################################################################

PKG_NAME="xbmc-frodo-theme-Confluence"
if [ "$PVR" = yes ]; then
PKG_VERSION="pvr-8f0c91b"
else
PKG_VERSION="58abd46"
fi
PKG_VERSION="8f0c91b"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
4 changes: 1 addition & 3 deletions packages/mediacenter/xbmc-frodo/install
Expand Up @@ -29,9 +29,7 @@ mkdir -p $INSTALL/usr/bin
cp $PKG_DIR/scripts/gputemp $INSTALL/usr/bin
cp $PKG_DIR/scripts/wait_on_xbmc_exit $INSTALL/usr/bin
cp $PKG_BUILD/tools/EventClients/Clients/XBMC\ Send/xbmc-send.py $INSTALL/usr/bin/xbmc-send
if [ "$PVR" = yes ]; then
cp $PKG_DIR/scripts/setwakeup.sh $INSTALL/usr/bin
fi
cp $PKG_DIR/scripts/setwakeup.sh $INSTALL/usr/bin

mkdir -p $INSTALL/usr/lib/xbmc
cp $PKG_BUILD/xbmc.bin $INSTALL/usr/lib/xbmc
Expand Down
15 changes: 5 additions & 10 deletions packages/mediacenter/xbmc-frodo/meta
Expand Up @@ -19,11 +19,7 @@
################################################################################

PKG_NAME="xbmc-frodo"
if [ "$PVR" = yes ]; then
PKG_VERSION="pvr-8f0c91b"
else
PKG_VERSION="58abd46"
fi
PKG_VERSION="8f0c91b"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand All @@ -46,6 +42,10 @@ PKG_AUTORECONF="no"
PKG_DEPENDS="$PKG_DEPENDS Imaging"
PKG_DEPENDS="$PKG_DEPENDS simplejson"

# various PVR clients
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-xvdr xbmc-addon-njoy"
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-xvdr xbmc-addon-vuplus"

if [ "$DISPLAYSERVER" = "xorg-server" ]; then
# for libX11 support
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS libX11 libXext"
Expand Down Expand Up @@ -176,8 +176,3 @@ fi
if [ "$XVBA" = yes ]; then
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS xf86-video-fglrx"
fi

if [ "$PVR" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-xvdr xbmc-addon-njoy"
PKG_DEPENDS="$PKG_DEPENDS xbmc-addon-xvdr xbmc-addon-vuplus"
fi

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit c97e3f3

Please sign in to comment.