summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-08 00:07:33 -0700
committerroot <root@rshg054.dnsready.net>2013-06-08 00:07:33 -0700
commite90166c70f3a2bd27d8c914491f7e0510855fd3f (patch)
treec0ec802e40354cae1e19532f4dc5e16713d869df /community
parent0312a836fd7650702bd6667fee9e949b585126d8 (diff)
Sat Jun 8 00:07:33 PDT 2013
Diffstat (limited to 'community')
-rw-r--r--community/blueman/PKGBUILD10
-rw-r--r--community/connman/PKGBUILD8
-rw-r--r--community/cwiid/PKGBUILD7
-rw-r--r--community/dietlibc/PKGBUILD17
-rw-r--r--community/gammu/PKGBUILD9
-rw-r--r--community/gnokii/PKGBUILD6
-rw-r--r--community/phantomjs/PKGBUILD42
-rw-r--r--community/python-pybox2d/PKGBUILD25
-rw-r--r--community/python-sfml/PKGBUILD27
-rw-r--r--community/python2-pybluez/PKGBUILD6
-rw-r--r--community/rsyslog/PKGBUILD13
-rw-r--r--community/rsyslog/rsyslog.logrotate2
-rw-r--r--community/synfig/PKGBUILD11
-rw-r--r--community/synfig/ffmpeg-loop.patch56
-rw-r--r--community/weston/PKGBUILD8
-rw-r--r--community/xbmc/PKGBUILD10
16 files changed, 206 insertions, 51 deletions
diff --git a/community/blueman/PKGBUILD b/community/blueman/PKGBUILD
index 5029f8157..a7af7b714 100644
--- a/community/blueman/PKGBUILD
+++ b/community/blueman/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 87809 2013-04-06 22:04:55Z bgyorgy $
-# Maintainer : Ionut Biru <ibiru@archlinux.org
+# $Id: PKGBUILD 92494 2013-06-07 09:28:53Z tomegun $
+# Contributor: Ionut Biru <ibiru@archlinux.org
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
pkgname=blueman
pkgver=1.23
-pkgrel=6
+pkgrel=10
pkgdesc="GTK+ bluetooth manager"
arch=('i686' 'x86_64')
license=('GPL')
url="https://launchpad.net/blueman"
-depends=('bluez' 'gnome-icon-theme' 'libpulse' 'obex-data-server' 'python2-dbus'
- 'python2-notify' 'startup-notification' 'xdg-utils')
+depends=('bluez4' 'bluez-libs' 'gnome-icon-theme' 'libpulse' 'obex-data-server'
+ 'python2-dbus' 'python2-notify' 'startup-notification' 'xdg-utils')
makedepends=('pyrex' 'intltool')
optdepends=('dnsmasq: For creating PAN network'
'modemmanager: For modem management service'
diff --git a/community/connman/PKGBUILD b/community/connman/PKGBUILD
index a35e27aee..424e7da81 100644
--- a/community/connman/PKGBUILD
+++ b/community/connman/PKGBUILD
@@ -1,10 +1,10 @@
-#$Id: PKGBUILD 90387 2013-05-12 06:30:53Z dwallace $
+#$Id: PKGBUILD 92495 2013-06-07 09:28:54Z tomegun $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Lucas De Marchi <lucas.de.marchi@gmail.com>
pkgname=connman
-pkgver=1.14
-pkgrel=2
+pkgver=1.15
+pkgrel=1
pkgdesc="Wireless LAN network manager"
url="http://connman.net/"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
options=('!libtool')
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'allow_group_network.diff')
-md5sums=('d8c98071ca244d2e66ae49becfcd0634'
+md5sums=('d68ec364b4b3fba3131defe074c768dc'
'a8d22ee089fb0ed725130d16ad393047')
prepare(){
diff --git a/community/cwiid/PKGBUILD b/community/cwiid/PKGBUILD
index a98abf2e5..780155b0d 100644
--- a/community/cwiid/PKGBUILD
+++ b/community/cwiid/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 72056 2012-06-07 14:10:17Z speps $
+# $Id: PKGBUILD 92496 2013-06-07 09:28:55Z tomegun $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: Ray Rashif <schiv@archlinux.org>
# Contributor: Wieland Hoffmann <the_mineo@web.de>
@@ -8,11 +8,12 @@
pkgname=cwiid
pkgver=0.6.00
-pkgrel=12
+pkgrel=13
pkgdesc="Linux Nintendo Wiimote interface"
arch=('i686' 'x86_64')
url="http://abstrakraft.org/cwiid"
-depends=('bluez' 'gtk2')
+depends=('bluez-libs' 'gtk2' 'python2')
+makedepends=('python2')
license=('GPL')
install="$pkgname.install"
source=("$url/downloads/$pkgname-$pkgver.tgz"
diff --git a/community/dietlibc/PKGBUILD b/community/dietlibc/PKGBUILD
index b944ce259..6926505b4 100644
--- a/community/dietlibc/PKGBUILD
+++ b/community/dietlibc/PKGBUILD
@@ -1,21 +1,24 @@
-# $Id: PKGBUILD 65120 2012-02-20 04:53:08Z spupykin $
+# $Id: PKGBUILD 92521 2013-06-07 16:21:25Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tino Reichardt <milky-archlinux@mcmilk.de>
pkgname=dietlibc
-pkgver=0.32
-pkgrel=3
+pkgver=0.33
+pkgrel=1
pkgdesc="a libc optimized for small size"
arch=('i686' 'x86_64')
url="http://www.fefe.de/dietlibc/"
license=("GPL")
#source=(http://www.kernel.org/pub/linux/libs/dietlibc/$pkgname-$pkgver.tar.bz2)
-source=(http://arch.p5n.pp.ru/~sergej/dl/2011/$pkgname-$pkgver.tar.bz2)
-md5sums=('0098761c17924c15e21d25acdda4a8b5')
+source=("http://www.fefe.de/dietlibc/dietlibc-$pkgver.tar.bz2")
+md5sums=('9d541b9a6623b04ec12e5248b82db7c0')
build() {
cd $srcdir/$pkgname-$pkgver
- make -j1 all dyn
- mkdir -p $pkgdir/etc
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD
index 80f0e42ae..95f8da192 100644
--- a/community/gammu/PKGBUILD
+++ b/community/gammu/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 87059 2013-03-26 14:42:55Z schiv $
+# $Id: PKGBUILD 92498 2013-06-07 09:28:57Z tomegun $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=gammu
pkgver=1.32.0
-pkgrel=3
+pkgrel=4
pkgdesc="GNU All Mobile Management Utilities"
arch=('i686' 'x86_64')
url="http://wammu.eu/"
license=('GPL')
-depends=('bluez' 'curl' 'libmariadbclient'
- 'postgresql-libs' 'libusb')
-makedepends=('cmake' 'doxygen' 'mariadb')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
optdepends=('dialog: support for the gammu-config script')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
diff --git a/community/gnokii/PKGBUILD b/community/gnokii/PKGBUILD
index 0c0a051ed..5e5d099a9 100644
--- a/community/gnokii/PKGBUILD
+++ b/community/gnokii/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90848 2013-05-14 21:40:33Z andrea $
+# $Id: PKGBUILD 92499 2013-06-07 09:28:58Z tomegun $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,12 +6,12 @@
pkgname=gnokii
pkgver=0.6.31
-pkgrel=4
+pkgrel=5
pkgdesc="Tools and user space driver for use with mobile phones"
arch=('i686' 'x86_64')
url="http://www.gnokii.org/"
license=('GPL')
-depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
optdepends=('gtk2: xgnokii GUI'
'libmariadbclient: smsd mysql backend'
diff --git a/community/phantomjs/PKGBUILD b/community/phantomjs/PKGBUILD
new file mode 100644
index 000000000..46ba64245
--- /dev/null
+++ b/community/phantomjs/PKGBUILD
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 92506 2013-06-07 11:18:15Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: grimsock <lord.grimsock at gmail dot com>
+# Contributor: Dieter Plaetinck <dieter@plaetinck.be>
+# Contributor: Vladimir Chizhov <jagoterr@gmail.com>
+# Contributor: Henry Tang <henryykt@gmail.com>
+
+pkgname=phantomjs
+pkgver=1.9.1
+pkgrel=2
+pkgdesc="Headless WebKit with JavaScript API"
+url="http://www.phantomjs.org/"
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('gstreamer0.10-base' 'fontconfig' 'freetype2')
+makedepends=('unzip')
+source=("http://phantomjs.googlecode.com/files/${pkgname}-${pkgver}-source.zip")
+noextract=("${pkgname}-${pkgver}-source.zip")
+md5sums=('93a0043d4ff8cd83e23e9d261c93830d')
+
+build() {
+ # workaround for https://code.google.com/p/libarchive/issues/detail?id=271
+ # cd $srcdir/$pkgname-$pkgver
+ unzip ${pkgname}-${pkgver}-source.zip
+
+ cd $pkgname-$pkgver
+ # workaround for http://code.google.com/p/phantomjs/issues/detail?id=635
+ sed -i 's/QMAKE_LFLAGS+=-fuse-ld=gold/#QMAKE_LFLAGS+=-fuse-ld=gold/' src/qt/src/3rdparty/webkit/Source/common.pri
+
+ ./build.sh --confirm --qt-config "-no-rpath"
+}
+
+package() {
+ install -Dm755 "$srcdir/$pkgname-$pkgver/bin/phantomjs" "$pkgdir/usr/bin/phantomjs"
+
+ mkdir -p "$pkgdir/usr/share/$pkgname"
+ cp -r "$srcdir/$pkgname-$pkgver/examples" "$pkgdir/usr/share/$pkgname"/
+
+ install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE.BSD" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD"
+ install -Dm644 "$srcdir/$pkgname-$pkgver/third-party.txt" "$pkgdir/usr/share/licenses/$pkgname/third-party.txt"
+}
+
diff --git a/community/python-pybox2d/PKGBUILD b/community/python-pybox2d/PKGBUILD
new file mode 100644
index 000000000..6ef9679f8
--- /dev/null
+++ b/community/python-pybox2d/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+pkgname=python-pybox2d
+pkgver=370
+pkgrel=1
+pkgdesc="Python wrapper for Box2D"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pybox2d"
+license=('GPL')
+depends=('python' 'swig')
+makedepends=('subversion')
+source=("svn+http://pybox2d.googlecode.com/svn/trunk/")
+md5sums=('SKIP')
+
+build() {
+ cd ${srcdir}/trunk
+
+ python setup.py build
+}
+
+package() {
+ cd ${srcdir}/trunk
+
+ python setup.py install --root=${pkgdir}
+}
+# vim: sw=2 ts=2 et:
diff --git a/community/python-sfml/PKGBUILD b/community/python-sfml/PKGBUILD
new file mode 100644
index 000000000..d38c21200
--- /dev/null
+++ b/community/python-sfml/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+pkgname=python-sfml
+pkgver=1.3
+pkgrel=1
+pkgdesc="The unofficial Python binding for SFML"
+arch=('i686' 'x86_64')
+url="http://python-sfml.org"
+license=('LGPL')
+depends=('sfml' 'python')
+makedepends=('cython' 'git')
+source=("git://github.com/Sonkun/python-sfml.git#tag=v${pkgver}")
+md5sums=("SKIP")
+
+build() {
+ cd "$srcdir"/python-sfml
+
+ python setup.py build_ext
+}
+
+package() {
+ cd "$srcdir"/python-sfml
+
+ python setup.py install --root="${pkgdir}" --prefix=/usr
+
+ # Copying the License file
+ install -D -m644 "$srcdir/python-sfml/COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
diff --git a/community/python2-pybluez/PKGBUILD b/community/python2-pybluez/PKGBUILD
index 6007614a6..672954656 100644
--- a/community/python2-pybluez/PKGBUILD
+++ b/community/python2-pybluez/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python2-pybluez
pkgver=0.18
-pkgrel=4
+pkgrel=6
pkgdesc="Python wrapper for the BlueZ Bluetooth stack"
arch=('i686' 'x86_64')
url="http://code.google.com/p/pybluez/"
@@ -12,11 +12,11 @@ license=('GPL')
provides=('pybluez')
conflicts=('pybluez')
replaces=('pybluez')
-depends=('python2' 'bluez')
+depends=('python2' 'bluez-libs')
source=(http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz)
md5sums=('be8c8ce615c3189fda1aaf3d568314b2')
-build() {
+package() {
cd $srcdir/PyBluez-$pkgver
python2 setup.py install --root=$pkgdir
ln -s bluetooth/_bluetooth.so $pkgdir/usr/lib/python2.7/site-packages/_bluetooth.so
diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD
index 05834c021..41a7a0525 100644
--- a/community/rsyslog/PKGBUILD
+++ b/community/rsyslog/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 91908 2013-05-29 10:07:02Z spupykin $
+# $Id: PKGBUILD 92529 2013-06-07 17:30:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=rsyslog
-pkgver=7.2.7
-pkgrel=3
+pkgver=7.4.0
+pkgrel=2
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('zlib' 'libestr' 'libee' 'json-c')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+ 'python-docutils')
optdepends=('postgresql-libs: PostgreSQL Database Support'
'libmariadbclient: MySQL Database Support'
'net-snmp'
@@ -21,8 +22,8 @@ options=('strip' 'zipman' '!libtool')
source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz"
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('4a61d182acb5b5487e7b99dea8974857'
- '304bc9ea26aa1ff910870899a30512f1'
+md5sums=('5bd05354331f4955337d8e4bc64db985'
+ '0d990373f5c70ddee989296007b4df5b'
'd61dd424e660eb16401121eed20d98bc')
build() {
diff --git a/community/rsyslog/rsyslog.logrotate b/community/rsyslog/rsyslog.logrotate
index 354581767..889c9891e 100644
--- a/community/rsyslog/rsyslog.logrotate
+++ b/community/rsyslog/rsyslog.logrotate
@@ -1,4 +1,4 @@
-/var/log/messages /var/log/secure /var/log/maillog /var/log/cron /var/log/spooler /var/log/boot.log {
+/var/log/auth.log /var/log/cron.log /var/log/daemon.log /var/log/debug /var/log/kern.log /var/log/lpr.log /var/log/mail.err /var/log/mail.info /var/log/mail.log /var/log/mail.warn /var/log/messages /var/log/news /var/log/syslog /var/log/user.log {
missingok
sharedscripts
postrotate
diff --git a/community/synfig/PKGBUILD b/community/synfig/PKGBUILD
index 4223d1dfe..7d65c4d8d 100644
--- a/community/synfig/PKGBUILD
+++ b/community/synfig/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90606 2013-05-13 10:37:47Z spupykin $
+# $Id: PKGBUILD 92523 2013-06-07 16:54:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=synfig
pkgver=0.64.0
-pkgrel=1
+pkgrel=2
pkgdesc="Professional vector animation program (CLI renderer only)"
arch=(i686 x86_64)
url="http://synfig.org"
@@ -18,10 +18,12 @@ replaces=('synfig-core')
options=(!libtool)
source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz
build-fix.patch
- ffmpeg-0.8.patch)
+ ffmpeg-0.8.patch
+ ffmpeg-loop.patch)
md5sums=('124cb4059b9f48dc5c37204660053d6f'
'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae')
+ 'ebf41046097cfd778dee9a9854561dae'
+ 'c6684c876c093f5e53d2c46592994e9b')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -33,6 +35,7 @@ build() {
[ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc --with-libavcodec --with-libdv
patch -p1 -i $srcdir/build-fix.patch
patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+ patch -Np1 -i $srcdir/ffmpeg-loop.patch
sed -i '1,1i#include <string.h>' src/modules/mod_png/trgt_png.cpp
make
}
diff --git a/community/synfig/ffmpeg-loop.patch b/community/synfig/ffmpeg-loop.patch
new file mode 100644
index 000000000..ce271363b
--- /dev/null
+++ b/community/synfig/ffmpeg-loop.patch
@@ -0,0 +1,56 @@
+--- synfig-0.63.05/src/modules/mod_ffmpeg/trgt_ffmpeg.cpp 2013-02-27 13:51:18.638547204 -0300
++++ synfig-0.63.05.new/src/modules/mod_ffmpeg/trgt_ffmpeg.cpp 2013-02-27 13:51:09.905261183 -0300
+@@ -172,7 +172,7 @@
+
+ if( filename.c_str()[0] == '-' )
+ command = strprintf("ffmpeg -f image2pipe -vcodec ppm -an"
+- " -r %f -i pipe: -loop_input"
++ " -r %f -i pipe: -loop 1"
+ " -metadata title=\"%s\" "
+ " -vcodec %s -b %ik"
+ " -y -- \"%s\"\n",
+@@ -182,7 +182,7 @@
+ filename.c_str());
+ else
+ command = strprintf("ffmpeg -f image2pipe -vcodec ppm -an"
+- " -r %f -i pipe: -loop_input"
++ " -r %f -i pipe: -loop 1"
+ " -metadata title=\"%s\" "
+ "-vcodec %s -b %ik"
+ " -y -- \"%s\"\n",
+@@ -227,7 +227,7 @@
+ execlp("ffmpeg", "ffmpeg", "-f", "image2pipe", "-vcodec",
+ "ppm", "-an", "-r",
+ strprintf("%f", desc.get_frame_rate()).c_str(),
+- "-i", "pipe:", "-loop_input", "-metadata",
++ "-i", "pipe:", "-loop", "1", "-metadata",
+ strprintf("title=\"%s\"", get_canvas()->get_name().c_str()).c_str(),
+ "-vcodec", video_codec.c_str(),
+ "-b", strprintf("%ik", bitrate).c_str(),
+@@ -237,7 +237,7 @@
+ execlp("ffmpeg", "ffmpeg", "-f", "image2pipe", "-vcodec",
+ "ppm", "-an", "-r",
+ strprintf("%f", desc.get_frame_rate()).c_str(),
+- "-i", "pipe:", "-loop_input", "-metadata",
++ "-i", "pipe:", "-loop", "1", "-metadata",
+ strprintf("title=\"%s\"", get_canvas()->get_name().c_str()).c_str(),
+ "-vcodec", video_codec.c_str(),
+ "-b", strprintf("%ik", bitrate).c_str(),
+@@ -249,7 +249,7 @@
+ execlp("ffmpeg", "ffmpeg", "-f", "image2pipe", "-vcodec",
+ "ppm", "-an", "-r",
+ strprintf("%f", desc.get_frame_rate()).c_str(),
+- "-i", "pipe:", "-loop_input",
++ "-i", "pipe:", "-loop", "1",
+ "-metadata",
+ strprintf("title=\"%s\"", get_canvas()->get_name().c_str()).c_str(),
+ "-vcodec", video_codec.c_str(),
+@@ -260,7 +260,7 @@
+ execlp("ffmpeg", "ffmpeg", "-f", "image2pipe", "-vcodec",
+ "ppm", "-an", "-r",
+ strprintf("%f", desc.get_frame_rate()).c_str(),
+- "-i", "pipe:", "-loop_input",
++ "-i", "pipe:", "-loop", "1",
+ "-metadata",
+ strprintf("title=\"%s\"", get_canvas()->get_name().c_str()).c_str(),
+ "-vcodec", video_codec.c_str(),
diff --git a/community/weston/PKGBUILD b/community/weston/PKGBUILD
index 60ea4b556..d4c56b293 100644
--- a/community/weston/PKGBUILD
+++ b/community/weston/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90107 2013-05-06 19:40:06Z foutrelis $
+# $Id: PKGBUILD 92508 2013-06-07 12:43:24Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Joel Teichroeb <joel@teichroeb.net>
pkgname=weston
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc='Reference implementation of a Wayland compositor'
arch=('i686' 'x86_64')
url='http://wayland.freedesktop.org'
@@ -12,7 +12,7 @@ license=('MIT')
options=(!libtool)
depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 'pango')
source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('0929afa86d795e0e970936623d86bdd950d48e8d')
+sha1sums=('5239afe177dadbded3c0018b55dd1045be5f84b2')
build() {
cd $pkgname-$pkgver
diff --git a/community/xbmc/PKGBUILD b/community/xbmc/PKGBUILD
index 6616f3643..06bdca011 100644
--- a/community/xbmc/PKGBUILD
+++ b/community/xbmc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90148 2013-05-07 12:45:12Z spupykin $
+# $Id: PKGBUILD 92502 2013-06-07 09:29:03Z tomegun $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
@@ -9,7 +9,7 @@ _prefix=/usr
pkgname=xbmc
pkgver=12.2
-pkgrel=1
+pkgrel=4
pkgdesc="A software media player and entertainment hub for digital media"
arch=('i686' 'x86_64')
url="http://xbmc.org"
@@ -18,13 +18,11 @@ depends=('libpulse' 'hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff'
'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 'libsamplerate'
'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2'
'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 'mesa-demos'
- 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 'bluez' 'glu'
+ 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 'bluez-libs' 'glu'
'tinyxml' 'taglib')
makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 'libcec'
- 'udisks' 'upower' 'bluez' 'mesa' 'doxygen' 'swig' 'java-environment')
+ 'udisks' 'upower' 'mesa' 'doxygen' 'swig' 'java-environment')
optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
- 'vdpau-video: accelerated video playback for nvidia cards'
- 'xvba-video: accelerated video playback for amd cards'
'pulseaudio: pulseaudio support'
'lirc: remote controller support'
'udisks: automount external drives'