summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-30 00:08:41 -0800
committerroot <root@rshg054.dnsready.net>2013-01-30 00:08:41 -0800
commitc25b7aa323ab71b1a524d15dbbe942dbebd55761 (patch)
treec7dd8d810c5d08168ee757083d3b6bce150c1915 /community
parentcb333f0d5d536b1436262e1b3e45647b22f136b0 (diff)
Wed Jan 30 00:08:41 PST 2013
Diffstat (limited to 'community')
-rw-r--r--community/chmsee/PKGBUILD7
-rw-r--r--community/cuneiform/PKGBUILD10
-rw-r--r--community/espeakup/PKGBUILD5
-rw-r--r--community/kdenlive/PKGBUILD8
-rw-r--r--community/libcec/PKGBUILD13
-rw-r--r--community/libvirt/PKGBUILD32
-rw-r--r--community/libvirt/libvirt.tmpfiles.d8
-rw-r--r--community/lockdev/PKGBUILD8
-rw-r--r--community/mapnik/PKGBUILD4
-rw-r--r--community/mednafen/PKGBUILD34
-rw-r--r--community/mednafen/mednafen.install5
-rw-r--r--community/mingw32-binutils/PKGBUILD7
-rw-r--r--community/mlt/PKGBUILD6
-rw-r--r--community/mythtv/PKGBUILD11
-rw-r--r--community/python2-imaging/PKGBUILD8
-rw-r--r--community/qupzilla/PKGBUILD19
-rw-r--r--community/redis/PKGBUILD7
-rw-r--r--community/ripperx/PKGBUILD5
-rw-r--r--community/wt/PKGBUILD4
-rw-r--r--community/xbmc/PKGBUILD21
20 files changed, 123 insertions, 99 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 43955999d..083591db7 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82534 2013-01-20 09:37:44Z lcarlier $
+# $Id: PKGBUILD 83313 2013-01-29 13:27:03Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
pkgver=2.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
@@ -24,7 +24,8 @@ build() {
cd ${srcdir}/chmsee-*/src
cp Makefile.arch Makefile
- sed -i -e 's/17.*/18.*/g' ../application.ini
+ sed -i -e 's/17.*/18.0/g' ../application.ini
+ sed -i -e 's/19.*/19.0/g' ../application.ini
make -j1
}
diff --git a/community/cuneiform/PKGBUILD b/community/cuneiform/PKGBUILD
index fb3658edb..157bb1867 100644
--- a/community/cuneiform/PKGBUILD
+++ b/community/cuneiform/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82693 2013-01-23 00:16:03Z eric $
+# $Id: PKGBUILD 83315 2013-01-29 14:01:01Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Maxim Vuets <maxim.vuets@gmail.com>
pkgname=cuneiform
pkgver=1.1.0
_dpkgver=1.1
-pkgrel=5
+pkgrel=6
pkgdesc="Linux port of an OCR system developed in Russia. Supports more than 20 languages."
arch=('i686' 'x86_64')
url="https://launchpad.net/cuneiform-linux"
@@ -24,7 +24,11 @@ build() {
mkdir builddir
cd builddir
- cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr ..
+ cmake \
+ -DCMAKE_BUILD_TYPE=release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DImageMagick_Magick++_LIBRARY=/usr/lib/libMagick++-Q16.so.7 \
+ ..
make
}
diff --git a/community/espeakup/PKGBUILD b/community/espeakup/PKGBUILD
index c6d147531..5cad1dcf7 100644
--- a/community/espeakup/PKGBUILD
+++ b/community/espeakup/PKGBUILD
@@ -1,6 +1,7 @@
-# $Id: PKGBUILD 80362 2012-11-20 18:55:18Z tomegun $
-# Contributor: Chris Brannon <chris@the-brannons.com>
+# $Id$
+# Maintainer: Chris Brannon <chris@the-brannons.com>
# Contributor: Kyle <kyle@gmx.ca>
+
pkgname=espeakup
pkgver=0.71
pkgrel=7
diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD
index 018fbe488..ff0ea2752 100644
--- a/community/kdenlive/PKGBUILD
+++ b/community/kdenlive/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 80567 2012-11-25 17:21:40Z spupykin $
+# $Id: PKGBUILD 83307 2013-01-29 09:59:04Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zuf <kontakt.zuf@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=kdenlive
-pkgver=0.9.2
-pkgrel=6
+pkgver=0.9.4
+pkgrel=1
pkgdesc="A non-linear video editor for Linux"
arch=('i686' 'x86_64')
# http://download.kde.org/stable/kdenlive/
@@ -21,7 +21,7 @@ optdepends=('recordmydesktop: screen capture'
install=kdenlive.install
options=('docs')
source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('40f108f26e2c2e08807a1c183d8764ec')
+md5sums=('fed17b584aca6a9811a49f2348b4f6db')
build() {
export LDFLAGS="$LDFLAGS -lX11"
diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD
index ff55295ab..e959ef944 100644
--- a/community/libcec/PKGBUILD
+++ b/community/libcec/PKGBUILD
@@ -1,24 +1,27 @@
-# $Id: PKGBUILD 78553 2012-10-20 20:21:09Z idevolder $
+# $Id: PKGBUILD 83326 2013-01-29 17:19:32Z spupykin $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: Philippe Cherel <philippe.cherel@mayenne.org>
pkgname=libcec
-pkgver=1.9.0
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
arch=('i686' 'x86_64')
url="https://github.com/Pulse-Eight/libcec"
license=('GPL')
depends=('udev' 'lockdev')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver")
-_srcfolder=Pulse-Eight-libcec-217b236
-sha256sums=('93c0c56b446f82ef71499fd88186c7212a92b037cb8a19516140216cc0aae68f')
+_srcfolder=Pulse-Eight-libcec-e1599e0
options=(!libtool)
+sha256sums=('83d99cf759531d8c8a217f360f4748159cb9cedac98d77a4615450bad6d570c4')
build() {
mv "$_srcfolder" "$pkgname-$pkgver"
cd "$pkgname-$pkgver"
+ export CFLAGS="$CFLAGS -fPIC"
+ export CXXFLAGS="$CXXFLAGS -fPIC"
+ export LDFLAGS="$LDFLAGS -fPIC"
autoreconf -vif
./configure --prefix=/usr
make
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index b03cd36c6..5b05c4255 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82286 2013-01-14 10:03:34Z spupykin $
+# $Id: PKGBUILD 83324 2013-01-29 14:07:39Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
pkgver=1.0.1
-pkgrel=2
+pkgrel=4
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap'
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
- 'iproute2' 'netcf' 'libnl' 'libx11')
+ 'iproute2' 'libnl' 'libx11' 'audit')
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers')
optdepends=('bridge-utils: for briged networking (default)'
'dnsmasq: for NAT/DHCP for guests'
@@ -40,7 +40,7 @@ md5sums=('86a8c0acabb01e11ac84fe00624dc54e'
'3ed0e24f5b5e25bf553f5427d64915e6'
'0ee5b6c58590ff392a266f20f7928d1f'
'0a96ed876ffb1fcb9dff5a9b3a609c1e'
- '8d98e62915785686b0b6c8c070628392')
+ '020971887442ebbf1b6949e031c8dd3f')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -56,8 +56,10 @@ build() {
export RADVD=/usr/sbin/radvd
[ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" \
--with-storage-lvm --without-xen --with-udev --without-hal --disable-static \
- --with-init-script=systemd
- make -j1
+ --with-init-script=systemd --with-audit \
+ --with-qemu-user=nobody --with-qemu-group=nobody \
+ --without-netcf --with-interface
+ make
sed -i 's|/etc/sysconfig/libvirtd|/etc/conf.d/libvirtd|' daemon/libvirtd.service
sed -i 's|/etc/sysconfig/libvirt-guests|/etc/conf.d/libvirtd-guests|' tools/libvirt-guests.service
sed -i 's|/etc/init.d/libvirt-g|/etc/rc.d/libvirtd-g|g' tools/libvirt-guests.service
@@ -76,21 +78,21 @@ package() {
install -D -m644 "$srcdir"/libvirtd-guests.conf.d "$pkgdir"/etc/conf.d/libvirtd-guests
- install -dm0755 $pkgdir/usr/lib/sysctl.d
- mv $pkgdir/etc/sysctl.d/libvirtd $pkgdir/usr/lib/sysctl.d/libvirtd
+ install -dm0755 "$pkgdir"/usr/lib/sysctl.d
+ mv "$pkgdir"/etc/sysctl.d/libvirtd "$pkgdir"/usr/lib/sysctl.d/libvirtd.conf
# systemd stuff
install -D -m644 "$srcdir"/libvirt.tmpfiles.d "$pkgdir"/usr/lib/tmpfiles.d/libvirt.conf
- mv $pkgdir/lib/* $pkgdir/usr/lib/
+ mv "$pkgdir"/lib/* "$pkgdir"/usr/lib/
sed -i \
's|After=.*|After=syslog.target network.target libvirtd.service|' \
- $pkgdir/usr/lib/systemd/system/libvirt-guests.service
+ "$pkgdir"/usr/lib/systemd/system/libvirt-guests.service
rm -rf \
- $pkgdir/var/run \
- $pkgdir/etc/sysconfig \
- $pkgdir/etc/rc.d/init.d \
- $pkgdir/lib \
- $pkgdir/etc/sysctl.d
+ "$pkgdir"/var/run \
+ "$pkgdir"/etc/sysconfig \
+ "$pkgdir"/etc/rc.d/init.d \
+ "$pkgdir"/lib \
+ "$pkgdir"/etc/sysctl.d
}
diff --git a/community/libvirt/libvirt.tmpfiles.d b/community/libvirt/libvirt.tmpfiles.d
index 0cec93271..2804c43c8 100644
--- a/community/libvirt/libvirt.tmpfiles.d
+++ b/community/libvirt/libvirt.tmpfiles.d
@@ -1,4 +1,4 @@
-d /var/run/libvirt/qemu 0755 root root -
-d /var/run/libvirt/lxc 0755 root root -
-d /var/run/libvirt/uml 0755 root root -
-d /var/run/libvirt/network 0755 root root -
+d /run/libvirt/qemu 0755 root root -
+d /run/libvirt/lxc 0755 root root -
+d /run/libvirt/uml 0755 root root -
+d /run/libvirt/network 0755 root root -
diff --git a/community/lockdev/PKGBUILD b/community/lockdev/PKGBUILD
index e22deeef1..5a4de60d5 100644
--- a/community/lockdev/PKGBUILD
+++ b/community/lockdev/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 76820 2012-09-30 13:49:03Z lfleischer $
+# $Id: PKGBUILD 83333 2013-01-29 17:40:17Z spupykin $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Wagner <a.wagner@stud.uni-frankfurt.de>
@@ -6,7 +6,7 @@
pkgname=lockdev
pkgver=1.0.3_1.5
_pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods.'
url='http://packages.qa.debian.org/l/lockdev.html'
license=("GPL")
@@ -22,8 +22,8 @@ build() {
patch -p1 -i "../${pkgname}_${pkgver/_/-}.diff"
sed -i "s|CFLAGS = -g|CFLAGS = -g -fPIC|" Makefile
- make shared CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\""
- make static CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\""
+ make shared CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\" -fPIC"
+ make static CFLAGS="${CFLAGS} -D_PATH_LOCK=\\\"/run/lock/lockdev\\\" -fPIC"
}
package() {
diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD
index 6350ae0ef..0276cad96 100644
--- a/community/mapnik/PKGBUILD
+++ b/community/mapnik/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 83259 2013-01-28 16:49:45Z stephane $
+# $Id: PKGBUILD 83319 2013-01-29 14:02:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: David Dent <thewinch@gmail.com>
# Contributor: orbisvicis <orbisvicis@gmail.com>
pkgname=mapnik
pkgver=2.1.0
-pkgrel=5
+pkgrel=6
pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps"
arch=('i686' 'x86_64')
url="http://mapnik.org/"
diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD
index 45e3fbb2e..660dafc40 100644
--- a/community/mednafen/PKGBUILD
+++ b/community/mednafen/PKGBUILD
@@ -1,32 +1,36 @@
-# $Id: PKGBUILD 82331 2013-01-15 11:35:02Z allan $
+# $Id: PKGBUILD 83342 2013-01-29 21:58:18Z jsteel $
# Maintainer: Jonathan Steel <mail at jsteel dot org>
+# Contributor: megadriver <megadriver at gmx dot com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: kagan <juanynie@mi.madritel.es>
+# Contributor: Hans-Kristian Arntzen <maister@archlinux.us>
pkgname=mednafen
-pkgver=0.8.D.3
-pkgrel=3
+pkgver=0.9.28
+_pkgver=0.9.28-wip
+pkgrel=1
pkgdesc="A command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net/"
+url="http://mednafen.sourceforge.net"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib')
-makedepends=('pkgconfig' 'mesa' 'glu')
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2
- mednafen-0.8.13.3-zlib-1.2.6.patch)
-md5sums=('57d22805071becd81858b0c088a275e5'
- '450bb5aa7552db5b8f6d6713bdb725ce')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install="$pkgname.install"
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2)
+md5sums=('2b9f0be9f77a6e1b5d26093e30b24e77')
build() {
- cd $srcdir/$pkgname
- patch -Np1 -i $srcdir/mednafen-0.8.13.3-zlib-1.2.6.patch
+ cd "$srcdir"/$pkgname
+
./configure --prefix=/usr
+
make
}
package() {
- cd $srcdir/$pkgname
- make DESTDIR=$pkgdir install
+ cd "$srcdir"/$pkgname
+
+ make DESTDIR="$pkgdir"/ install
}
diff --git a/community/mednafen/mednafen.install b/community/mednafen/mednafen.install
new file mode 100644
index 000000000..8a0672362
--- /dev/null
+++ b/community/mednafen/mednafen.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x,
+ [...] The configuration file name has changed to "mednafen-09x.cfg"
+ [...] http://mednafen.sourceforge.net/releases/'
+}
diff --git a/community/mingw32-binutils/PKGBUILD b/community/mingw32-binutils/PKGBUILD
index f8266faec..1b462e15f 100644
--- a/community/mingw32-binutils/PKGBUILD
+++ b/community/mingw32-binutils/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82709 2013-01-23 10:13:43Z spupykin $
+# $Id: PKGBUILD 83337 2013-01-29 19:58:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Ondrej Jirman <megous@megous.com>
# Contributor: mosra <mosra@centrum.cz>
pkgname=mingw32-binutils
pkgver=2.23.1
-pkgrel=2
+pkgrel=3
_uprel=1
arch=(i686 x86_64)
url="https://sourceforge.net/projects/mingw/files/MinGW/Base/binutils/"
@@ -13,7 +13,7 @@ pkgdesc="A set of programs to assemble and manipulate binary and object files (m
depends=('glibc' 'zlib')
license=(GPL)
source=("https://downloads.sourceforge.net/project/mingw/MinGW/Base/binutils/binutils-$pkgver/binutils-$pkgver-${_uprel}-mingw32-src.tar.lzma"
- "http://sourceware.org/git/?p=binutils.git;a=patch;h=260cd95271cdf002ed8e419898fd29c42e257841")
+ "260cd952.patch::http://sourceware.org/git/?p=binutils.git;a=patch;h=260cd95271cdf002ed8e419898fd29c42e257841")
md5sums=('5d76604f545b151230d1c86e1b8cfab3'
'9226501a8258a12c81956252ba3b4ba1')
@@ -22,6 +22,7 @@ build() {
[ $NOEXTRACT -eq 1 ] || tar xjf binutils-$pkgver-${_uprel}-mingw32-src/binutils-$pkgver.tar.bz2
cd $srcdir/binutils-$pkgver
+ patch -Np1 <$srcdir/260cd952.patch || true
./configure \
--target=i486-mingw32 \
--host=$CHOST \
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD
index 85ac97bf8..4eb4cd9b2 100644
--- a/community/mlt/PKGBUILD
+++ b/community/mlt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81311 2012-12-17 10:05:50Z spupykin $
+# $Id: PKGBUILD 83305 2013-01-29 09:44:40Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
# Contributor: funkyou <spamopfer@nickname.berlin.de>
@@ -7,7 +7,7 @@
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
-pkgver=0.8.6
+pkgver=0.8.8
pkgrel=1
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ff
'frei0r-plugins' 'swig' 'python2' "jack" "ladspa")
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
ffmpeg.patch)
-md5sums=('8d2c5b0f24a8b90fb44961920e3770ff'
+md5sums=('06de4052cffd6760c468d7da9557edae'
'c28b4691d1715432d4de0055f4e2f5eb')
build() {
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD
index 950896dae..0a345b8fb 100644
--- a/community/mythtv/PKGBUILD
+++ b/community/mythtv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 82411 2013-01-16 23:44:10Z jconder $
+# $Id: PKGBUILD 83332 2013-01-29 17:35:51Z spupykin $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=mythtv
pkgver=0.26.0
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
@@ -32,18 +32,21 @@ source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
'alsa.patch'
'mythbackend.rc'
'mythbackend.conf'
- 'mythbackend.service')
+ 'mythbackend.service'
+ 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch')
md5sums=('f57066bf75e6f14824c494d41639f4f9'
'f64b8219e3d27a2edf96733b851e576b'
'c8f935d42fb8617e9279bd539811ca5f'
'ab962d83614cbd0ac11ce3fcc929829d'
- 'e4d572dcc307d6d8ae26bee5aebf9f3a')
+ 'e4d572dcc307d6d8ae26bee5aebf9f3a'
+ '6e156c9fc0b369346d93ccafad46cba3')
build() {
cd "$srcdir/$pkgname-$pkgver"
find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
patch -Np1 -i "$srcdir/alsa.patch"
+ patch -Np2 -i "$srcdir/libcec-2-support.patch"
ARCH="${CARCH/_/-}"
./configure --prefix=/usr \
diff --git a/community/python2-imaging/PKGBUILD b/community/python2-imaging/PKGBUILD
index c5cb6db71..b44c571c2 100644
--- a/community/python2-imaging/PKGBUILD
+++ b/community/python2-imaging/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81687 2012-12-26 19:34:45Z foutrelis $
+# $Id: PKGBUILD 83335 2013-01-29 19:26:55Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=python2-imaging
pkgver=1.1.7
-pkgrel=7
+pkgrel=8
pkgdesc="PIL. Provides image processing capabilities for python"
arch=('i686' 'x86_64')
url="http://www.pythonware.com/products/pil/index.htm"
@@ -23,6 +23,10 @@ md5sums=('fc14a54e1ce02a0225be8854bfba478e')
build() {
cd "${srcdir}/Imaging-${pkgver}"
+
+ # FS#33452
+ export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
python2 setup.py build_ext
cd Sane
python2 setup.py build_ext
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD
index 8d0e09399..46cb818ef 100644
--- a/community/qupzilla/PKGBUILD
+++ b/community/qupzilla/PKGBUILD
@@ -1,30 +1,23 @@
-# $Id: PKGBUILD 80685 2012-11-29 04:01:25Z speps $
+# $Id: PKGBUILD 83299 2013-01-29 01:36:39Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
_name=QupZilla
+_commit=fbfcc70
pkgname=qupzilla
-pkgver=1.3.5
-pkgrel=3
+pkgver=1.3.5_git20130128
+pkgrel=1
pkgdesc="Cross-platform QtWebKit browser"
arch=(i686 x86_64)
url="http://www.qupzilla.com/"
license=('GPL3')
depends=('qtwebkit')
install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver"
- "https://github.com/QupZilla/qupzilla/commit/37da53731c6c92b4ece0bdb6e264472adf2f6d9.patch"
- "https://github.com/QupZilla/qupzilla/commit/7a1bbd993d6f54d01b88a8d1f05bcfe0dec1c2b5.patch")
-md5sums=('95d19c0e22c6dbf605b760125a4b7ef3'
- 'c40fbec4f2d6877b6536834c45ec6323'
- 'ace1933025c3fba757911336560b00d0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit")
+md5sums=('ff8bd77f785335a8157aceb3cd54507a')
build() {
cd "$srcdir/$_name-$pkgname-"*
- # FS#32840
- patch -p1 -i "$srcdir/${source[1]##*/}" #624 - Don't crash on adblock menu when adblock is disabled.
- patch -p1 -i "$srcdir/${source[2]##*/}" #652 - Infinite loop on bookmarking a page while history is empty
-
# enable webgl support
export USE_WEBGL=true
diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD
index 5ba646e89..edf4a1fac 100644
--- a/community/redis/PKGBUILD
+++ b/community/redis/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82193 2013-01-11 10:21:06Z spupykin $
+# $Id: PKGBUILD 83339 2013-01-29 20:01:01Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
# Contributor: nofxx <x@<nick>.com>
pkgname=redis
-pkgver=2.6.8
+pkgver=2.6.9
pkgrel=1
pkgdesc="Advanced key-value store"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
"redis.d"
"redis.service"
"redis.logrotate")
-md5sums=('a41dcfb0ed537f4a6dd7afd8c60df623'
+md5sums=('5093fb7c5f763e828c857daf260665bc'
'8d843919d9f165e9a47e56cadb4ac2ed'
'5ab9fdb200e15c13b450fda77fa030b6'
'9e2d75b7a9dc421122d673fe520ef17f')
@@ -26,6 +26,7 @@ md5sums=('a41dcfb0ed537f4a6dd7afd8c60df623'
build() {
cd "$srcdir/${pkgname}-${pkgver}"
make MALLOC=libc
+ sed -i 's|# bind 127.0.0.1|bind 127.0.0.1|' redis.conf
}
package() {
diff --git a/community/ripperx/PKGBUILD b/community/ripperx/PKGBUILD
index 2c9b0cfa8..d852ced60 100644
--- a/community/ripperx/PKGBUILD
+++ b/community/ripperx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80016 2012-11-15 13:29:30Z spupykin $
+# $Id: PKGBUILD 83323 2013-01-29 14:04:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=ripperx
pkgver=2.7.3
-pkgrel=3
+pkgrel=4
pkgdesc="GTK program to rip and encode mp3 files"
arch=(i686 x86_64)
url="http://ripperx.sourceforge.net/"
@@ -17,6 +17,7 @@ build() {
cd $srcdir/ripperX-$pkgver
LDFLAGS=-lm ./configure --prefix=/usr
sed -i 's|Icon=.*|Icon=ripperX.xpm|g' ripperX.desktop
+ echo "Categories=GTK;GNOME;AudioVideo;DiscBurning;" >>ripperX.desktop
make
}
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 53b05ea39..345cce42c 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83280 2013-01-28 16:50:17Z stephane $
+# $Id: PKGBUILD 83329 2013-01-29 17:20:18Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
@@ -6,7 +6,7 @@
pkgname=wt
pkgver=3.2.3
_pkgver=3.2.3
-pkgrel=3
+pkgrel=4
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64')
url="http://www.webtoolkit.eu/"
diff --git a/community/xbmc/PKGBUILD b/community/xbmc/PKGBUILD
index 68aa6f7ed..1601e1e13 100644
--- a/community/xbmc/PKGBUILD
+++ b/community/xbmc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 82338 2013-01-15 11:35:10Z allan $
+# $Id: PKGBUILD 83330 2013-01-29 17:21:13Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
@@ -8,8 +8,8 @@
_prefix=/usr
pkgname=xbmc
-pkgver=11.0
-pkgrel=14
+pkgver=12.0
+pkgrel=1
pkgdesc="A software media player and entertainment hub for digital media"
arch=('i686' 'x86_64')
url="http://xbmc.org"
@@ -18,9 +18,10 @@ depends=('libpulse' 'hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff'
'libpng' 'libcdio' 'yajl' 'libmysqlclient' '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' 'glu'
+ 'tinyxml' 'taglib')
makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libvdpau' 'libcec'
- 'udisks' 'upower' 'bluez' 'mesa')
+ 'udisks' 'upower' 'bluez' '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'
@@ -34,7 +35,7 @@ install="${pkgname}.install"
source=("http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz"
"xbmc.service"
"cdio.patch")
-md5sums=('9e8a26ee25173c7268abea7f1d82d428'
+md5sums=('a79128b9d094a046947bfd9bb4550809'
'76fae229ebc3bcfaab7e7f27e4fb51f5'
'49c0a7cbfca3666a24e8824950bd371b')
@@ -44,11 +45,11 @@ build() {
# fix lsb_release dependency
sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' xbmc/utils/SystemInfo.cpp
- sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADER:' \
- lib/libid3tag/libid3tag/configure.ac \
- lib/libdvd/libdvdcss/configure.ac
+# sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADER:' \
+# lib/libid3tag/libid3tag/configure.ac \
+# lib/libdvd/libdvdcss/configure.ac
- patch -p1 <$srcdir/cdio.patch
+# patch -p1 <$srcdir/cdio.patch
# Bootstrapping XBMC
./bootstrap