diff options
author | root <root@rshg054.dnsready.net> | 2012-09-13 00:04:38 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-13 00:04:38 +0000 |
commit | 843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (patch) | |
tree | 9151f782b8f347cf28e0f398341441d659f41f4a /community | |
parent | 21c375ba65c4730e25cd0b135aff7811bf28c77a (diff) |
Thu Sep 13 00:04:37 UTC 2012
Diffstat (limited to 'community')
-rw-r--r-- | community/fbreader/PKGBUILD | 6 | ||||
-rw-r--r-- | community/freeradius/PKGBUILD | 10 | ||||
-rw-r--r-- | community/freeradius/freeradius.install | 15 | ||||
-rw-r--r-- | community/freewrl/PKGBUILD | 13 | ||||
-rw-r--r-- | community/gavl/PKGBUILD | 10 | ||||
-rw-r--r-- | community/gnonlin/PKGBUILD | 30 | ||||
-rw-r--r-- | community/kadu/PKGBUILD | 6 | ||||
-rw-r--r-- | community/luaposix/PKGBUILD | 10 | ||||
-rw-r--r-- | community/luxrays/PKGBUILD | 8 | ||||
-rw-r--r-- | community/luxrender/PKGBUILD | 8 | ||||
-rw-r--r-- | community/mariadb/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python2-numexpr/PKGBUILD | 34 | ||||
-rw-r--r-- | community/python2-pytables/PKGBUILD | 28 | ||||
-rw-r--r-- | community/vidalia/PKGBUILD | 8 | ||||
-rw-r--r-- | community/yagf/PKGBUILD | 8 |
15 files changed, 132 insertions, 70 deletions
diff --git a/community/fbreader/PKGBUILD b/community/fbreader/PKGBUILD index 4bbe27c09..c82f3e848 100644 --- a/community/fbreader/PKGBUILD +++ b/community/fbreader/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 74589 2012-07-31 10:03:32Z spupykin $ +# $Id: PKGBUILD 76103 2012-09-11 14:04:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=fbreader -pkgver=0.99.1 +pkgver=0.99.2 pkgrel=1 pkgdesc="An e-book reader for Linux" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('fribidi' 'bzip2' 'curl' 'qt' 'liblinebreak' 'sqlite') makedepends=('ccache') source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz) -md5sums=('af424a825e091bb33b65c04882c0b93a') +md5sums=('a6fce0b759c9cbaddfdd3482a9c148e1') build() { export TARGET_ARCH=desktop diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD index ba9e81078..bc04e7f9b 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 71741 2012-06-02 10:28:48Z bluewind $ +# $Id: PKGBUILD 76105 2012-09-11 14:05:16Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jason R Begley (jayray@digitalgoat.com> pkgname=freeradius -pkgver=2.1.12 -pkgrel=6 +pkgver=2.2.0 +pkgrel=1 pkgdesc="The premier open source RADIUS server" arch=('i686' 'x86_64') url="http://www.freeradius.org/" @@ -17,8 +17,8 @@ install=$pkgname.install source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig} radiusd krb5-build-fix.patch) -md5sums=('862d3a2c11011e61890ba84fa636ed8c' - '8759569d36b9f353c281e24875b556be' +md5sums=('0fb333fe6a64eb2b1dd6ef67f7bca119' + '5dd57af81ba075102581fec45316ba7b' 'f1a6530b1b69d2fa793aa45b2de379bb' 'c6a61de7576933f59154a53bfc12a2d2') diff --git a/community/freeradius/freeradius.install b/community/freeradius/freeradius.install index c3b9f9415..cb7590e77 100644 --- a/community/freeradius/freeradius.install +++ b/community/freeradius/freeradius.install @@ -2,21 +2,16 @@ post_install() { groupadd -r radiusd useradd -r -m -d /var/lib/radiusd -g radiusd -s /bin/false radiusd - touch /var/log/radius/radius.log - chown -R radiusd.radiusd /var/log/radius/radius.log + touch var/log/radius/radius.log + chown -R radiusd:radiusd var/log/radius/radius.log - [ -d /etc/raddb ] || cp -a /etc/raddb.default /etc/raddb + [ -d etc/raddb ] || cp -a etc/raddb.default etc/raddb - /bin/true -} - -pre_remove() { - /etc/rc.d/radiusd stop - /bin/true + true } post_remove() { userdel radiusd groupdel radiusd - /bin/true + true } diff --git a/community/freewrl/PKGBUILD b/community/freewrl/PKGBUILD index c5c5ea711..99bc8ce33 100644 --- a/community/freewrl/PKGBUILD +++ b/community/freewrl/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 74614 2012-07-31 19:55:47Z ebelanger $ +# $Id: PKGBUILD 76107 2012-09-11 14:06:05Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=freewrl -pkgver=1.22.13 -pkgrel=2 +pkgver=1.22.13.1 +_pkgver=1.22.13 +pkgrel=1 pkgdesc="VRML viewer" arch=('i686' 'x86_64') url="http://freewrl.sourceforge.net/" @@ -14,12 +15,12 @@ depends=('java-runtime' 'libxaw' 'glew' 'freeglut' 'curl' 'freetype2' 'imlib2' ' makedepends=('java-environment' 'xulrunner') options=(!libtool) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('7e432c7a9eb5d00497d34d93e2b4d420') +md5sums=('27f4bf163011d8ac2088a535cb58a13d') build() { . /etc/profile.d/jre.sh . /etc/profile.d/jdk.sh - cd $srcdir/$pkgname-$pkgver + cd $srcdir/$pkgname-${_pkgver} export JAVASCRIPT_ENGINE_CFLAGS="-I/usr/include/js -DXP_UNIX -DJS_THREADSAFE $(pkg-config --cflags nspr)" export JAVASCRIPT_ENGINE_LIBS="$(pkg-config --libs nspr) -lmozjs185" ./configure \ @@ -31,6 +32,6 @@ build() { } package() { - cd $srcdir/$pkgname-$pkgver + cd $srcdir/$pkgname-${_pkgver} make DESTDIR=$pkgdir install } diff --git a/community/gavl/PKGBUILD b/community/gavl/PKGBUILD index f90579ac9..5af667871 100644 --- a/community/gavl/PKGBUILD +++ b/community/gavl/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 66386 2012-02-24 12:23:09Z lfleischer $ +# $Id: PKGBUILD 76134 2012-09-12 03:17:18Z ebelanger $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> # Contributor: Mateusz Herych <heniekk@gmail.com> pkgname=gavl -pkgver=1.2.0 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc='A low level library, upon which multimedia APIs can be built.' arch=('i686' 'x86_64') url='http://gmerlin.sourceforge.net/' license=('GPL') depends=('glibc') -optios=(!libtool) +options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/gmerlin/$pkgname-$pkgver.tar.gz") -md5sums=('f7dd25d3ef26a8d22f947e9383d251e7') +md5sums=('2752013a817fbc43ddf13552215ec2c0') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/gnonlin/PKGBUILD b/community/gnonlin/PKGBUILD index 5530debf6..26ec96b05 100644 --- a/community/gnonlin/PKGBUILD +++ b/community/gnonlin/PKGBUILD @@ -1,29 +1,33 @@ -# $Id: PKGBUILD 66604 2012-02-26 14:12:00Z lfleischer $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> +# $Id: PKGBUILD 76128 2012-09-11 20:32:33Z arodseth $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> +# Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Abhishek Dasgupta <abhidg@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> pkgname=gnonlin pkgver=0.10.16 -pkgrel=2 -pkgdesc="A library for creating non-linear video editors" -arch=('i686' 'x86_64') -url="http://gnonlin.sourceforge.net" -depends=('gstreamer0.10>=0.10.30') -makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.30' 'pkgconfig') +pkgrel=3 +pkgdesc='Library for creating non-linear video editors' +arch=('x86_64' 'i686') +url='http://gnonlin.sourceforge.net/' +depends=('gstreamer0.10>=0.10.36') +makedepends=('python' 'gstreamer0.10-base-plugins>=0.10.36' 'pkgconfig') options=('!libtool') license=('LGPL') -source=("http://gstreamer.freedesktop.org/src/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('824619ce357c0a61e333c3cc745a63bd') +source=("http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2") +sha256sums=('0d32028d449c304bc8d467d02c053c64988b2fc5bbeb020c13361f9d7206bbf5') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD index 765256ee8..a6ceb1292 100644 --- a/community/kadu/PKGBUILD +++ b/community/kadu/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75490 2012-08-26 06:32:00Z bpiotrowski $ +# $Id: PKGBUILD 76119 2012-09-11 16:47:42Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Mateusz Herych # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> pkgname=kadu -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl') install=kadu.install source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2) -md5sums=('1be664676ff0fba0bc246baaaa44a35c') +md5sums=('e546834f85bed14279691998545d203c') build() { cd "$srcdir" diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD index e023ccddd..c8fa3c49b 100644 --- a/community/luaposix/PKGBUILD +++ b/community/luaposix/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 73729 2012-07-14 18:16:59Z seblu $ +# $Id: PKGBUILD 76132 2012-09-11 21:50:55Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: SpepS <dreamspepser at yahoo dot it> # Contributor: Laszlo Papp <djszapi at archlinux us> # Contributor: Donald Ephraim Curtis <dcurtis@gmail.com> pkgname=luaposix -pkgver=5.1.20 -pkgrel=2 +pkgver=5.1.21 +pkgrel=1 pkgdesc='A POSIX library for Lua programming language' arch=('i686' 'x86_64') url='http://luaforge.net/projects/luaposix/' @@ -14,8 +14,8 @@ license=('GPL' 'LGPL') depends=('lua' 'luabitop') #checkdepends=('lunit') options=('!libtool') -source=("https://github.com/downloads/rrthomas/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('594d67678f829875e33c86b281441843') +source=("https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('7bc06747199f6bd2994ed5a7b2bdf089') build() { cd $pkgname-$pkgver diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD index 65177aa26..0f59eb835 100644 --- a/community/luxrays/PKGBUILD +++ b/community/luxrays/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 75913 2012-09-05 11:10:59Z stativ $ +# $Id: PKGBUILD 76091 2012-09-11 09:36:55Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=luxrays -pkgver=1.0rc4 -_pkgver=752ba5c422e0 +pkgver=1.0 +_pkgver=77f43d452539 pkgrel=1 epoch=0 pkgdesc="Accelerate the ray intersection process by using GPUs" @@ -12,7 +12,7 @@ license=('GPL') depends=('freeimage' 'freeglut' 'glew' 'libcl') makedepends=('cmake' 'boost' 'opencl-headers') source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2) -md5sums=('409a6d7b4279709c63cf2f1324d837ef') +md5sums=('04dbda4a999f60a9ec26418bac5243cd') build() { cd "$srcdir/luxrender-$pkgname-$_pkgver" diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD index 243906b9e..c3211a00e 100644 --- a/community/luxrender/PKGBUILD +++ b/community/luxrender/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75915 2012-09-05 11:28:27Z stativ $ +# $Id: PKGBUILD 76093 2012-09-11 09:48:44Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> # Initial contributor: flixie <69one@gmx.net> # Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org> pkgname=luxrender -pkgver=1.0rc4 -_pkgver=0b4c3e188707 +pkgver=1.0 +_pkgver=a041e87b9732 pkgrel=1 pkgdesc="Rendering system for physically correct, unbiased image synthesis" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ optdepends=('luxblend25: Blender exporter' 'qt: Qt GUI' \ makedepends=('cmake' 'boost' 'qt' "luxrays=$pkgver" 'python' 'opencl-headers') source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \ boost_1.50_fix.diff) -md5sums=('0578f2500f51363ab4d8ea5004fea9dc' +md5sums=('28228a8ef311aa5e665e7b9d3708b026' '4cddc606ef3ea7f0bbbc9b3415be38b0') build() { diff --git a/community/mariadb/PKGBUILD b/community/mariadb/PKGBUILD index bf94c2554..6d7d9549c 100644 --- a/community/mariadb/PKGBUILD +++ b/community/mariadb/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75598 2012-08-27 12:35:39Z bpiotrowski $ +# $Id: PKGBUILD 76117 2012-09-11 15:49:50Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgbase=mariadb pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb') -pkgver=5.5.25 -pkgrel=6 +pkgver=5.5.27 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL') url="http://mariadb.org/" @@ -12,7 +12,7 @@ makedepends=('cmake' 'openssl' 'zlib') options=('!libtool') source=(http://mirrors.supportex.net/$pkgbase/$pkgbase-$pkgver/kvm-tarbake-jaunty-x86/$pkgbase-$pkgver.tar.gz service rc.d tmpfiles.conf) -md5sums=('943f67c267d73a4080ab497e11740daf' +md5sums=('ad6f3239a1d5af0a667e30f7c0b05037' '9e7aa0fa646f48662df569259061fcef' '3bb5a9a96340feb0184bc057ee6e330b' '32f30449d3111714fe190931d08fdb8c') diff --git a/community/python2-numexpr/PKGBUILD b/community/python2-numexpr/PKGBUILD new file mode 100644 index 000000000..6ce7467e1 --- /dev/null +++ b/community/python2-numexpr/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 76098 2012-09-11 10:07:07Z aginiewicz $ +# Maintainer: Andrzej Giniewicz <gginiu@gmail.com> +# Contributor: Sebastien Binet <binet@lblbox> + +pkgname=python2-numexpr +pkgver=2.0.1 +pkgrel=1 +pkgdesc="A JIT compiler for Python expressions" +url="http://code.google.com/p/numexpr/" +arch=('i686' 'x86_64') +license=('MIT') +depends=('python2-numpy') +makedepends=('python2-distribute') +provides=('python-numexpr') # temporary compatibility because of rename +source=(http://numexpr.googlecode.com/files/numexpr-$pkgver.tar.gz) +md5sums=('5cdc05c2ef8761daeae8a3182e468ba4') + +build() { + cd "$srcdir"/numexpr-$pkgver + + python2 setup.py build +} + +package() { + cd "$srcdir"/numexpr-$pkgver + + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + + sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/python2|" \ + $(find "${pkgdir}" -name '*.py') + + install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} + diff --git a/community/python2-pytables/PKGBUILD b/community/python2-pytables/PKGBUILD new file mode 100644 index 000000000..082ebc1ba --- /dev/null +++ b/community/python2-pytables/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 76101 2012-09-11 10:23:14Z aginiewicz $ +# Maintainer: Andrzej Giniewicz <gginiu@gmail.com> +# Contributor: Sebastien Binet <binet@cern.ch> + +pkgname=python2-pytables +pkgver=2.4.0 +pkgrel=1 +arch=("i686" "x86_64") +pkgdesc="PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data" +url="http://www.pytables.org" +license=("BSD") +depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2') +provides=('python-pytables') # temporary due to package rename +source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz") +md5sums=('527ad046f92c9197ca96626b725f71f8') + +build() { + cd "$srcdir"/tables-${pkgver} + python2 setup.py build +} + +package() { + cd "$srcdir"/tables-${pkgver} + python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 + + install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + diff --git a/community/vidalia/PKGBUILD b/community/vidalia/PKGBUILD index c8b89840e..06692a29a 100644 --- a/community/vidalia/PKGBUILD +++ b/community/vidalia/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 74865 2012-08-07 15:48:23Z tredaelli $ +# $Id: PKGBUILD 76115 2012-09-11 15:43:23Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Rorschach <r0rschach@lavabit.com> pkgname=vidalia pkgver=0.2.20 -pkgrel=1 +pkgrel=2 pkgdesc="Controller GUI for Tor" url="https://www.torproject.org/vidalia" arch=('i686' 'x86_64') license=('GPL') -depends=('qt' 'tor') +depends=('geoip' 'qt' 'tor') makedepends=('cmake') install=vidalia.install source=(https://www.torproject.org/vidalia/dist/$pkgname-$pkgver.tar.gz{,.asc}) @@ -22,7 +22,7 @@ build() { cd "$srcdir" mkdir build cd build - cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver + cmake -D CMAKE_INSTALL_PREFIX=/usr -DUSE_GEOIP=1 ../$pkgname-$pkgver make } diff --git a/community/yagf/PKGBUILD b/community/yagf/PKGBUILD index 5e717e680..fb649bb46 100644 --- a/community/yagf/PKGBUILD +++ b/community/yagf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71934 2012-06-03 20:48:28Z spupykin $ +# $Id: PKGBUILD 76111 2012-09-11 14:07:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: das-ich <das-ich@yandex.ru> pkgname=yagf -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc="QT4-based GUI for Cuneiform OCR" arch=(i686 x86_64) @@ -14,10 +14,10 @@ optdepends=('xsane: acquire images from a scanner into YAGF directly') makedepends=('cmake') install=yagf.install source=(http://symmetrica.net/cuneiform-linux/${pkgname}-${pkgver}.tar.gz) -md5sums=('501946bd993c29b23b54d114727ccafb') +md5sums=('13592e52006d20f71c0094aafb13ed0e') build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-$pkgver" cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release . make make DESTDIR=${pkgdir} install |