summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/bcg729/PKGBUILD10
-rw-r--r--community/dmd/PKGBUILD6
-rw-r--r--community/gpsdrive/PKGBUILD20
-rw-r--r--community/kshutdown/PKGBUILD6
-rw-r--r--community/linphone/PKGBUILD16
-rw-r--r--community/lxc/PKGBUILD6
-rw-r--r--community/mapnik/PKGBUILD19
-rw-r--r--community/qt-recordmydesktop/PKGBUILD18
-rw-r--r--community/qt-recordmydesktop/pyqt4.patch11
-rw-r--r--community/sysstat/PKGBUILD16
-rw-r--r--community/sysstat/lib64-fix.patch17
-rw-r--r--community/xmms2/PKGBUILD4
12 files changed, 95 insertions, 54 deletions
diff --git a/community/bcg729/PKGBUILD b/community/bcg729/PKGBUILD
index 23cb66cf3..369c60744 100644
--- a/community/bcg729/PKGBUILD
+++ b/community/bcg729/PKGBUILD
@@ -1,25 +1,25 @@
-# $Id$
+# $Id: PKGBUILD 92852 2013-06-17 06:58:41Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=bcg729
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="g729 codec"
arch=('i686' 'x86_64')
url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
license=('GPL')
depends=('mediastreamer')
options=('!libtool')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/bcg729-$pkgver.tar.gz)
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
md5sums=('45e127a9a309aff94d3262d97b5aeab0')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" install
}
diff --git a/community/dmd/PKGBUILD b/community/dmd/PKGBUILD
index bfccd2274..ab5be235b 100644
--- a/community/dmd/PKGBUILD
+++ b/community/dmd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92352 2013-06-04 07:05:16Z svenstaro $
+# $Id: PKGBUILD 92844 2013-06-17 00:23:34Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -7,8 +7,8 @@
pkgname=('dmd' 'libphobos' 'dtools')
pkgbase=dmd
-pkgver=2.063.1
-pkgrel=2
+pkgver=2.063.2
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.dlang.org"
makedepends=('git')
diff --git a/community/gpsdrive/PKGBUILD b/community/gpsdrive/PKGBUILD
index 38ad424ef..10ca7b8ae 100644
--- a/community/gpsdrive/PKGBUILD
+++ b/community/gpsdrive/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 87417 2013-03-31 19:18:21Z stephane $
+# $Id: PKGBUILD 92874 2013-06-17 12:07:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Maintainer: damir <damir@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=gpsdrive
pkgver=2.11
_pkgver=20120928
-pkgrel=17
+pkgrel=18
pkgdesc="A car (bike, ship, plane) navigation system"
arch=("i686" "x86_64")
url="http://www.gpsdrive.de/"
@@ -20,21 +20,23 @@ install="gpsdrive.install"
source=("http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz")
md5sums=('bc53792529788b81c291a32d628a4850')
-build() {
+prepare() {
cd "$srcdir"
-
# python2 fix
for file in $(find . -name '*.py' -print); do
sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
done
-
- rm -rf build
- mkdir build
- cd build
-
sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' $srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
sed -i '22,1i#include <mapnik/graphics.hpp>' $srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+ sed -i 's|datasource_cache::instance()->|datasource_cache::instance().|' $srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+}
+
+build() {
+ cd "$srcdir"
+
+ mkdir -p build
+ cd build
export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
diff --git a/community/kshutdown/PKGBUILD b/community/kshutdown/PKGBUILD
index e54f7026d..6c1e0c174 100644
--- a/community/kshutdown/PKGBUILD
+++ b/community/kshutdown/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 88132 2013-04-12 11:15:41Z arodseth $
+# $Id: PKGBUILD 92861 2013-06-17 10:22:44Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=kshutdown
-pkgver=3.0beta7
+pkgver=3.0beta8
pkgrel=1
pkgdesc='Shutdown Utility for KDE'
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ depends=('kdebase-workspace')
makedepends=('cmake' 'automoc4')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip")
-sha256sums=('5de50c532a9fd2e65706376232b7e641b05bbc5f54677f06d27bce0e0f9825ac')
+sha256sums=('5b4242777943574e0607687af6e6270ff655f16612c8b35400a872de35c2a4bd')
build() {
mkdir "$srcdir/build"
diff --git a/community/linphone/PKGBUILD b/community/linphone/PKGBUILD
index c79891f42..70f242c4c 100644
--- a/community/linphone/PKGBUILD
+++ b/community/linphone/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 70981 2012-05-21 11:17:27Z spupykin $
+# $Id: PKGBUILD 92850 2013-06-17 06:54:08Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=linphone
-pkgver=3.5.2
-pkgrel=4
+pkgver=3.6.0
+pkgrel=1
pkgdesc="A Voice-over-IP phone"
arch=('i686' 'x86_64')
url="http://www.linphone.org/index.php/eng"
license=('GPL')
depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 'v4l-utils'
- 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp' 'bcg729')
+ 'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp' 'bcg729' 'libsoup')
makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite')
optdepends=('pulseaudio')
options=('!libtool' '!emptydirs')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/3.5.x/sources/linphone-$pkgver.tar.gz")
-md5sums=('4be6e940372dba1f6793aef849c1ff0d')
+source=("http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.6.x/sources/${pkgname}-$pkgver.tar.gz")
+md5sums=('9a101854bb16034b39096e18c80ceb78')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
export PKG_CONFIG=/usr/bin/pkg-config
unset SGML_CATALOG_FILES
./configure --prefix=/usr --disable-static --enable-ipv6 --enable-video \
@@ -31,6 +31,6 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD
index 5a8903418..f5199755e 100644
--- a/community/lxc/PKGBUILD
+++ b/community/lxc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91966 2013-05-30 13:14:21Z spupykin $
+# $Id: PKGBUILD 92863 2013-06-17 10:56:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Zucchelli <zukka77@gmail.com>
# Contributor: Daniel Micay <danielmicay@gmail.com>
@@ -8,7 +8,7 @@
pkgname=lxc
pkgver=0.9.0
epoch=1
-pkgrel=3
+pkgrel=4
pkgdesc="Linux Containers"
arch=('i686' 'x86_64')
url="http://lxc.sourceforge.net/"
@@ -30,7 +30,7 @@ build() {
./configure \
--prefix=/usr \
--localstatedir=/var \
- --libexecdir=/usr/bin \
+ --libexecdir=/usr/lib \
--sysconfdir=/etc \
--disable-apparmor \
--enable-seccomp
diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD
index 0acad8808..49d5d831b 100644
--- a/community/mapnik/PKGBUILD
+++ b/community/mapnik/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 90058 2013-05-06 19:38:17Z foutrelis $
+# $Id: PKGBUILD 92865 2013-06-17 10:56:31Z 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=10
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps"
arch=('i686' 'x86_64')
url="http://mapnik.org/"
@@ -23,16 +23,11 @@ optdepends=('libxslt: Web Map Service'
'mod_wsgi2: Web Map Service')
makedepends=('scons' 'boost')
install="mapnik.install"
-source=("https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2"
- "mapnik-2.1.0-compile-fix-for-boost-1.53.patch")
-md5sums=('d580c558a957444873bec9e24526b0a0'
- 'fb456216b052742319428f65f1c979d6')
+source=("https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz")
+md5sums=('b837931c7f1a4dc630d8550d3e635036')
build() {
- cd "$srcdir/$pkgname-v$pkgver"
-
- # https://github.com/mapnik/mapnik/issues/1658
- patch -Np1 -i "$srcdir/mapnik-2.1.0-compile-fix-for-boost-1.53.patch"
+ cd "$srcdir/$pkgname-$pkgver"
sed -i 's|lib64|lib|g' SConstruct
sed -i 's|python|python2|' \
@@ -46,6 +41,6 @@ build() {
}
package(){
- cd "$srcdir/$pkgname-v$pkgver"
+ cd "$srcdir/$pkgname-$pkgver"
scons install
}
diff --git a/community/qt-recordmydesktop/PKGBUILD b/community/qt-recordmydesktop/PKGBUILD
index 9fcf83dc3..c8704f45e 100644
--- a/community/qt-recordmydesktop/PKGBUILD
+++ b/community/qt-recordmydesktop/PKGBUILD
@@ -1,18 +1,26 @@
+# $Id: PKGBUILD 92883 2013-06-17 19:06:55Z andrea $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Maintainer: Daniel J Griffiths <griffithsdj@archlinux.us>
+# Contributor: Daniel J Griffiths <griffithsdj@archlinux.us>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Marc poiroud <marci1 AT archlinux.fr>
pkgname=qt-recordmydesktop
pkgver=0.3.8
-pkgrel=5
+pkgrel=6
pkgdesc="Qt4 frontend for recordMyDesktop"
arch=('i686' 'x86_64')
url="http://recordmydesktop.sourceforge.net"
license=('GPL')
-depends=('recordmydesktop>=0.3.8.1' 'python2-qt')
-source=(http://downloads.sourceforge.net/sourceforge/recordmydesktop/${pkgname}-${pkgver}.tar.gz)
-md5sums=('bf1525740755615ae172ae27fef68fb5')
+depends=('recordmydesktop>=0.3.8.1' 'python2-pyqt')
+source=(http://downloads.sourceforge.net/sourceforge/recordmydesktop/${pkgname}-${pkgver}.tar.gz
+ 'pyqt4.patch')
+md5sums=('bf1525740755615ae172ae27fef68fb5'
+ 'ce1dc05b512df883d0e204eac2b1eaaf')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ patch -p1 -i "${srcdir}"/pyqt4.patch
+}
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/qt-recordmydesktop/pyqt4.patch b/community/qt-recordmydesktop/pyqt4.patch
new file mode 100644
index 000000000..5c082e446
--- /dev/null
+++ b/community/qt-recordmydesktop/pyqt4.patch
@@ -0,0 +1,11 @@
+--- qt-recordmydesktop-0.3.8/configure.ac~ 2013-06-17 18:22:27.747345090 +0000
++++ qt-recordmydesktop-0.3.8/configure.ac 2013-06-17 18:22:46.937225955 +0000
+@@ -43,7 +43,7 @@
+
+ export PYTHONPATH=$PYTHONPATH
+
+-export PYQT4_VERSION=`python -c 'import PyQt4; from PyQt4 import QtCore; print QtCore.PYQT_VERSION_STR' 2>>/dev/null `
++export PYQT4_VERSION=`python2 -c 'import PyQt4; from PyQt4 import QtCore; print QtCore.PYQT_VERSION_STR' 2>>/dev/null `
+ if test x$PYQT4_VERSION == x; then
+ AC_MSG_ERROR(You need PyQt4>=4.1 installed to procceed);
+ fi
diff --git a/community/sysstat/PKGBUILD b/community/sysstat/PKGBUILD
index 65b5ef7f5..4e2d23b81 100644
--- a/community/sysstat/PKGBUILD
+++ b/community/sysstat/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 92637 2013-06-10 09:42:34Z spupykin $
+# $Id: PKGBUILD 92869 2013-06-17 10:57:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Martin Devera <devik@cdi.cz>
pkgname=sysstat
pkgver=10.1.6
-pkgrel=1
+pkgrel=2
pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)"
arch=('i686' 'x86_64')
url="http://pagesperso-orange.fr/sebastien.godard/"
@@ -16,9 +16,17 @@ options=(zipman)
backup=('etc/conf.d/sysstat'
'etc/conf.d/sysstat.ioconf')
source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
- sysstat.service)
+ sysstat.service
+ lib64-fix.patch)
md5sums=('909135c84e36d780d501274e7450f924'
- '12ba479c606620193e8b7c6e982d5088')
+ '12ba479c606620193e8b7c6e982d5088'
+ '7ffa6bf990609d85367070f71b40a34b')
+
+prepare() {
+ cd $srcdir/$pkgname-$pkgver
+ patch -p1 <$srcdir/lib64-fix.patch
+ autoreconf
+}
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/sysstat/lib64-fix.patch b/community/sysstat/lib64-fix.patch
new file mode 100644
index 000000000..6e4ca7c12
--- /dev/null
+++ b/community/sysstat/lib64-fix.patch
@@ -0,0 +1,17 @@
+diff -wbBur sysstat-10.1.6.q/configure.in sysstat-10.1.6/configure.in
+--- sysstat-10.1.6.q/configure.in 2013-04-21 18:20:32.000000000 +0400
++++ sysstat-10.1.6/configure.in 2013-06-17 14:45:41.733915298 +0400
+@@ -207,13 +207,6 @@
+ fi
+
+ SADC_DIR=$AuxPrefix/lib
+-if test -d $AuxPrefix/lib64; then
+- # Look for lm (long mode) flag to know if CPU is 64 bit
+- grep " lm " /proc/cpuinfo >/dev/null 2>&1
+- if test $? = 0; then
+- SADC_DIR=$AuxPrefix/lib64
+- fi
+-fi
+
+ AC_MSG_CHECKING(sadc directory)
+ AC_ARG_VAR([sa_lib_dir],[sadc directory])
diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD
index 4065e7daf..46e0b30f6 100644
--- a/community/xmms2/PKGBUILD
+++ b/community/xmms2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 90741 2013-05-13 14:42:50Z spupykin $
+# $Id: PKGBUILD 92871 2013-06-17 10:57:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=xmms2
pkgver=0.8DrO_o
-pkgrel=13
+pkgrel=18
pkgdesc="complete rewrite of the popular music player"
arch=('i686' 'x86_64')
url="http://xmms2.org/"