boblightd: update to boblightd-449, this fixes #1284

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-03 19:02:55 +02:00
parent e6ec3ac71b
commit 93e5b74366
3 changed files with 7 additions and 33 deletions

View File

@ -1,3 +1,6 @@
2.1.3
- update to boblightd-449
2.1.2
- rebuild

View File

@ -19,12 +19,12 @@
################################################################################
PKG_NAME="boblightd"
PKG_VERSION="2.0.5"
PKG_REV="2"
PKG_VERSION="449"
PKG_REV="3"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://code.google.com/p/boblight"
PKG_URL="http://dl.dropbox.com/u/10051534/$PKG_NAME.tar.gz"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="libX11 libXext libX11 libXrender Mesa"
PKG_BUILD_DEPENDS="toolchain libX11 libXext libXrender Mesa"
PKG_PRIORITY="optional"
@ -35,4 +35,4 @@ PKG_LONGDESC="Boblight's main purpose is to create light effects from an externa
PKG_IS_ADDON="yes"
PKG_ADDON_TYPE="xbmc.service"
PKG_AUTORECONF="no"
PKG_AUTORECONF="yes"

View File

@ -1,29 +0,0 @@
#!/bin/sh
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
#
# Boblightd addon maintained by Adam Boeglin: adamrb@gmail.com
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
. config/options $1
[ -d $PKG_BUILD ] && rm -rf $PKG_BUILD
mv $BUILD/${PKG_NAME} $BUILD/$PKG_NAME-$PKG_VERSION