From 8dce4f28ae839999fb2e7d68edc24710df11d95c Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 3 May 2013 10:59:11 +0000 Subject: [PATCH] Updated PKGBUILDs --- google-talkplugin/PKGBUILD | 2 +- xbmc/PKGBUILD | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/google-talkplugin/PKGBUILD b/google-talkplugin/PKGBUILD index 16142022d..d69663887 100644 --- a/google-talkplugin/PKGBUILD +++ b/google-talkplugin/PKGBUILD @@ -2,7 +2,7 @@ pkgname=google-talkplugin pkgver=3.17.0.0 -pkgrel=1 +pkgrel=4 pkgdesc="Video chat browser plug-in for Google Talk" arch=('x86_64') url="http://www.google.com/chat/video" diff --git a/xbmc/PKGBUILD b/xbmc/PKGBUILD index bd0b055e5..3ce759e50 100644 --- a/xbmc/PKGBUILD +++ b/xbmc/PKGBUILD @@ -6,7 +6,7 @@ _prefix=/usr pkgname=xbmc -pkgver=11.0 +pkgver=12.1 pkgrel=2 pkgdesc="XBMC Media Center" arch=('i686' 'x86_64') @@ -17,7 +17,8 @@ depends=( 'bzip2' 'curl' 'enca' 'faac' 'faad2' 'fontconfig' 'fribidi' 'python2' 'libmpeg2' 'libmysqlclient' 'libsamplerate' 'libxinerama' 'libpng' 'libbluedevil' 'libxrandr' 'libxtst' 'lzo2' 'sdl_image' 'sdl_mixer' 'libvorbis' 'libpulse' 'smbclient' 'wavpack' 'mesa-demos' 'xorg-utils' 'libmicrohttpd' 'libjpeg-turbo' - 'libssh' 'libva' 'libmodplug' 'rtmpdump' 'lsb-release' 'sqlite3' 'libbluray') + 'libssh' 'libva' 'libmodplug' 'rtmpdump' 'lsb-release' 'sqlite3' + 'libbluray' 'swig' 'openjdk' 'tinyxml' 'taglib') makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libvdpau' 'unzip' 'zip' 'cvs' 'autoconf' 'automake') optdepends=('lirc: remote controller support' 'unrar: access compressed files without unpacking them' @@ -27,12 +28,14 @@ optdepends=('lirc: remote controller support' 'lcms' 'tk') categories=('multimedia') -install=("${pkgname}.install") +install="${pkgname}.install" options=(makeflags) source=("http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz" - "FEH.sh") -md5sums=('9e8a26ee25173c7268abea7f1d82d428' - 'c3e2ab79b9965f1a4a048275d5f222c4') + "FEH.sh" + "${pkgname}.install") +md5sums=('8955473f84cb2a0513c0f3efd7e68843' + 'c3e2ab79b9965f1a4a048275d5f222c4' + 'f227d9ee506e774ec1be2879571d5ccc') build() { cd "${srcdir}/xbmc-$pkgver"