Updated xbmc-rbp-git and libcec-rpi to latest version.

This commit is contained in:
Tomas Groth Christensen 2012-10-11 23:51:42 +02:00
parent ecd8e6d95c
commit 7494bb3191
2 changed files with 12 additions and 11 deletions

View file

@ -3,7 +3,7 @@
buildarch=16
pkgname=libcec-rpi
pkgver=1.9.0
pkgver=2.0.1
pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter with support for raspberry pi"
arch=('armv6h')
@ -12,9 +12,9 @@ license=('GPL')
depends=('udev' 'lockdev' 'raspberrypi-firmware')
conflicts=('libcec')
provides=('libcec')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/libcec-$pkgver")
_srcfolder=Pulse-Eight-libcec-217b236
sha256sums=('93c0c56b446f82ef71499fd88186c7212a92b037cb8a19516140216cc0aae68f')
source=("libcec-$pkgver.zip::https://github.com/Pulse-Eight/libcec/zipball/release")
_srcfolder=Pulse-Eight-libcec-39334ff
sha256sums=('61a405241164a216b0d20731d827163f5199ff46d786f7036347416c5b199398')
options=(!libtool)
build() {

View file

@ -1,7 +1,7 @@
# Contributor tomasgroth at yahoo.dk
# Contributor WarheadsSE <max@warheads.net>
pkgname=xbmc-rbp-git
pkgver=20121006
pkgver=20121011
pkgrel=1
buildarch=16
@ -9,7 +9,8 @@ pkgdesc="A software media player and entertainment hub for digital media for the
arch=('armv6h')
url="http://xbmc.org"
license=('GPL' 'custom')
depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libpng' 'libcdio' 'yajl' 'libmysqlclient' 'libjpeg-turbo' 'libsamplerate' 'libssh' 'libmicrohttpd' 'python2' 'libass' 'libmpeg2' 'libmad' 'libmodplug' 'rtmpdump' 'unzip' 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 'bluez' 'jasper' 'tinyxml' 'raspberrypi-firmware' 'sdl_image' 'libcec-rpi' 'libplist' 'swig')
depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva' 'libpng' 'libcdio' 'yajl' 'libmysqlclient' 'libjpeg-turbo' 'libsamplerate' 'libssh' 'libmicrohttpd' 'sdl_image' 'python2' 'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 'bluez' 'tinyxml' 'raspberrypi-firmware' 'libcec-rpi' 'libplist' 'swig' 'taglib' 'ffmpeg')
makedepends=('boost' 'cmake' 'gperf' 'nasm' 'zip' 'udisks' 'upower' 'bluez' 'git' 'autoconf' 'openjdk6')
optdepends=(
'lirc: remote controller support'
@ -17,9 +18,9 @@ optdepends=(
'upower: used to trigger suspend functionality'
'unrar: access compressed files without unpacking them'
)
source=()
source=(https://raw.github.com/OpenELEC/OpenELEC.tv/master/packages/mediacenter/xbmc/patches/xbmc-11.0.3-321-texturepacker-hostflags-and-rework.patch)
sha256sums=()
md5sums=('87321ce6712439e3584943f5a267ff19')
_gitroot="git://github.com/xbmc"
_gitname="xbmc"
@ -43,8 +44,8 @@ build() {
# fix lsb_release dependency
sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' xbmc/utils/SystemInfo.cpp
# fix sse2 compiler flags
sed -i -e 's/-DSQUISH_USE_SSE=2 -msse2//g' lib/libsquish/Makefile.in
# Patch to fix TexturePacker build. Ignore that parts of the patch doesn't apply.
patch -i ${srcdir}/xbmc-11.0.3-321-texturepacker-hostflags-and-rework.patch -p1 || true
# Bootstrapping XBMC
./bootstrap
@ -61,7 +62,7 @@ build() {
--disable-optical-drive --disable-dvdcss --disable-joystick --disable-debug \
--disable-crystalhd --disable-vtbdecoder --disable-vaapi --disable-vdpau \
--disable-pulse --disable-projectm --with-platform=raspberry-pi --enable-optimizations \
--enable-libcec --enable-player=omxplayer
--enable-libcec --enable-player=omxplayer --enable-external-ffmpeg
make
}