summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-08 03:36:18 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-08 03:36:18 +0000
commite3d67b3b2c7235fa6db9787b951bbdfcf568d8bc (patch)
treee19b439a4c0d63b14de6dfe298cb574ab44a0c87 /community
parent6b55be9272c15e1858a1a7236482298f677c1a3b (diff)
Sun Jun 8 03:32:09 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/arpwatch/PKGBUILD6
-rw-r--r--community/docker/PKGBUILD4
-rw-r--r--community/ffms2/PKGBUILD14
-rw-r--r--community/freeradius/PKGBUILD4
-rw-r--r--community/gdc/PKGBUILD2
-rw-r--r--community/hostapd/PKGBUILD8
-rw-r--r--community/mednafen/PKGBUILD6
-rw-r--r--community/minidlna/PKGBUILD6
-rw-r--r--community/python-bottleneck/PKGBUILD54
-rw-r--r--community/quagga/PKGBUILD12
-rw-r--r--community/quagga/fix_readline36.patch14
-rw-r--r--community/scite/PKGBUILD6
-rw-r--r--community/stella/PKGBUILD3
13 files changed, 106 insertions, 33 deletions
diff --git a/community/arpwatch/PKGBUILD b/community/arpwatch/PKGBUILD
index 9187b0b50..58074573e 100644
--- a/community/arpwatch/PKGBUILD
+++ b/community/arpwatch/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 102230 2013-12-07 00:44:42Z seblu $
+# $Id: PKGBUILD 112775 2014-06-06 17:28:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sébastien Luttringer
pkgname=arpwatch
pkgver=2.1a15
-pkgrel=13
+pkgrel=14
pkgdesc='Ethernet/FDDI station activity monitor'
arch=('i686' 'x86_64')
url='ftp://ftp.ee.lbl.gov/'
@@ -28,6 +28,8 @@ prepare() {
sed -i 's/-\(o\|g\) bin/-\1 root/g' Makefile.in
# Update ethercodes with recent OUI. See gen_ethercodes.sh
cp -f "$srcdir/ethercodes.dat" ethercodes.dat
+ # Do not spam root user
+ sed -i 's|root|arpwatch|' addresses.h.in
}
build() {
diff --git a/community/docker/PKGBUILD b/community/docker/PKGBUILD
index df6c1daed..04f92258c 100644
--- a/community/docker/PKGBUILD
+++ b/community/docker/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 110875 2014-05-09 01:01:46Z seblu $
+# $Id: PKGBUILD 112806 2014-06-07 15:37:23Z seblu $
# Maintainer: Sébastien "Seblu" Luttringer
pkgname=docker
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
epoch=1
pkgdesc='Pack, ship and run any application as a lightweight container'
diff --git a/community/ffms2/PKGBUILD b/community/ffms2/PKGBUILD
index 0fd7ebeab..1f4451a3a 100644
--- a/community/ffms2/PKGBUILD
+++ b/community/ffms2/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 112694 2014-06-05 07:22:40Z alucryd $$
+# $Id: PKGBUILD 112748 2014-06-06 08:12:32Z alucryd $$
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
pkgname=ffms2
-pkgver=2.19.1
+pkgver=2.19.1.r120.9203af5
pkgrel=1
pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access'
arch=('i686' 'x86_64')
@@ -11,18 +11,18 @@ license=('GPL')
depends=('ffmpeg')
makedepends=('git')
provides=('vapoursynth-plugin-ffms2')
-source=("https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
+source=("git+https://github.com/FFMS/ffms2.git#commit=9203af5")
+sha256sums=('SKIP')
build() {
- cd ${pkgname}-${pkgver}
+ cd ${pkgname}
- ./configure --prefix='/usr' --enable-shared --disable-static --enable-avresample
+ ./autogen.sh --prefix='/usr' --enable-shared --disable-static --enable-avresample
make
}
package() {
- cd ${pkgname}-${pkgver}
+ cd ${pkgname}
make DESTDIR="${pkgdir}" install
diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD
index 5624eb1f0..ddba9d261 100644
--- a/community/freeradius/PKGBUILD
+++ b/community/freeradius/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 112601 2014-06-04 13:50:54Z bluewind $
+# $Id: PKGBUILD 112750 2014-06-06 09:24:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jason R Begley (jayray@digitalgoat.com>
# Contributor: Daniel Micay <danielmicay@gmail.com>
pkgname=freeradius
pkgver=3.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="The premier open source RADIUS server"
arch=('i686' 'x86_64')
url="http://www.freeradius.org/"
diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD
index bbc691e92..1d34b526f 100644
--- a/community/gdc/PKGBUILD
+++ b/community/gdc/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('gdc' 'libgphobos-devel')
pkgver=4.9.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/D-Programming-GDC/GDC"
license=('GPL')
diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD
index 15d861a92..35c85a962 100644
--- a/community/hostapd/PKGBUILD
+++ b/community/hostapd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 112599 2014-06-04 12:04:55Z spupykin $
+# $Id: PKGBUILD 112752 2014-06-06 09:24:46Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=hostapd
-pkgver=2.1
-pkgrel=3
+pkgver=2.2
+pkgrel=1
pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
arch=('i686' 'x86_64')
url="http://w1.fi/hostapd/"
@@ -14,7 +14,7 @@ options=(emptydirs)
source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
config
hostapd.service)
-md5sums=('bb9c50e87c5af6f89f387e63911effac'
+md5sums=('23c1f78a693c3288802d516adb7fd289'
'eab3ae853869f832965f59898bb04a52'
'a0a16879eed5e4e41ae6b225a4809955')
diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD
index 804a3d6c9..fc4bb5fbd 100644
--- a/community/mednafen/PKGBUILD
+++ b/community/mednafen/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 112678 2014-06-04 19:29:23Z jsteel $
+# $Id: PKGBUILD 112769 2014-06-06 16:50:29Z jsteel $
# Maintainer: Jonathan Steel <jsteel@aur.archlinux.org>
# Contributor: megadriver <megadriver at gmx dot com>
# Contributor: Angel Velasquez <angvp@archlinux.org>
@@ -7,7 +7,7 @@
# Contributor: Hans-Kristian Arntzen <maister@archlinux.us>
pkgname=mednafen
-pkgver=0.9.35
+pkgver=0.9.35.1
pkgrel=1
pkgdesc="A command-line multi-system gaming emulator"
url="http://mednafen.sourceforge.net"
@@ -18,7 +18,7 @@ makedepends=('mesa' 'glu')
replaces=('mednafen-wip')
install=$pkgname.install
source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('028b5df171872658325e96913166c754')
+md5sums=('99353ecbdd4ec4dd906aa7246f72cf51')
build() {
cd "$srcdir"/$pkgname
diff --git a/community/minidlna/PKGBUILD b/community/minidlna/PKGBUILD
index 923a09716..684110970 100644
--- a/community/minidlna/PKGBUILD
+++ b/community/minidlna/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 106753 2014-03-07 09:09:10Z spupykin $
+# $Id: PKGBUILD 112754 2014-06-06 09:25:10Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer:Biginoz < biginoz AT free point fr>
# Contributor: Ignacio Galmarino <igalmarino@gmail.com>
@@ -6,7 +6,7 @@
# Contributor: Kamil Kaminski <kyle@kkaminsk.com>
pkgname=minidlna
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ changelog=changelog
source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
minidlna.service
minidlna.tmpfiles)
-md5sums=('65cebffaf9b57bf30fbfcf2a3a3253e6'
+md5sums=('879027192c89e5376cdd2ae2d1aa33b4'
'7e3890ee50aa4dfa4d1754261e6cc965'
'26de27b12d6a37c47d9714107d07aac9')
diff --git a/community/python-bottleneck/PKGBUILD b/community/python-bottleneck/PKGBUILD
new file mode 100644
index 000000000..d8a91a082
--- /dev/null
+++ b/community/python-bottleneck/PKGBUILD
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 112744 2014-06-05 22:38:40Z aginiewicz $
+# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
+# Contributor: Michael Schubert <mschu.dev at gmail>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgbase=python-bottleneck
+pkgname=('python2-bottleneck' 'python-bottleneck')
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Fast NumPy array functions written in Cython"
+arch=('i686' 'x86_64')
+url="http://berkeleyanalytics.com/bottleneck/"
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 'python2-numpy')
+source=("https://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-${pkgver}.tar.gz")
+md5sums=('1a363fa35ce521eebb838e1bd6520e24')
+
+build() {
+ cd "$srcdir"
+ cp -a Bottleneck-${pkgver} Bottleneck-py2-${pkgver}
+
+ msg "Building Python2"
+ cd "$srcdir"/Bottleneck-py2-${pkgver}
+ python2 setup.py build
+
+ msg "Building Python3"
+ cd "$srcdir"/Bottleneck-${pkgver}
+ python setup.py build
+}
+
+package_python2-bottleneck() {
+ depends=('python2-numpy')
+ optdepends=('python2-nose: needed for integrated test suite'
+ 'python2-scipy: needed for integrated benchmarks')
+
+ cd "$srcdir"/Bottleneck-py2-${pkgver}
+
+ python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-bottleneck() {
+ depends=('python-numpy')
+ optdepends=('python-nose: needed for integrated test suite'
+ 'python-scipy: needed for integrated benchmarks')
+
+ cd "$srcdir"/Bottleneck-${pkgver}
+
+ python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD
index e887e56ce..f767c18a9 100644
--- a/community/quagga/PKGBUILD
+++ b/community/quagga/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 99121 2013-10-24 20:42:11Z seblu $
+# $Id: PKGBUILD 112784 2014-06-07 10:56:52Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=quagga
pkgver=0.99.22.4
-pkgrel=3
+pkgrel=4
pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
arch=('i686' 'x86_64')
url='http://www.quagga.net'
license=('GPL2')
-depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses')
+depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses' 'perl')
options=('!buildflags')
install=quagga.install
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
@@ -19,7 +19,8 @@ source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar
'ospfd.service'
'ripd.service'
'ripngd.service'
- 'zebra.service')
+ 'zebra.service'
+ 'fix_readline36.patch')
md5sums=('27ef98abb1820bae19eb71f631a10853'
'20a8e36ad851d4e06467aeb56a84b245'
'cc90c234aac9098c5132d653037d5269'
@@ -28,7 +29,8 @@ md5sums=('27ef98abb1820bae19eb71f631a10853'
'260f5fcf9b53ef201a8fb34e7ea90457'
'b6e3549d780355914ae8edd43e15630a'
'72dd63c49fdaea41729a4318d0fbac79'
- '577f1e7caeea31d910f2dc29c28ada7d')
+ '577f1e7caeea31d910f2dc29c28ada7d'
+ 'f4162b77d4995c6d080ac34d9fd17c36')
prepare() {
cd $pkgname-$pkgver
diff --git a/community/quagga/fix_readline36.patch b/community/quagga/fix_readline36.patch
new file mode 100644
index 000000000..710fdf3d0
--- /dev/null
+++ b/community/quagga/fix_readline36.patch
@@ -0,0 +1,14 @@
+--- a/vtysh/vtysh.c
++++ b/vtysh/vtysh.c
+@@ -2211,9 +2211,9 @@
+ vtysh_readline_init (void)
+ {
+ /* readline related settings. */
+- rl_bind_key ('?', (Function *) vtysh_rl_describe);
++ rl_bind_key ('?', (rl_command_func_t *) vtysh_rl_describe);
+ rl_completion_entry_function = vtysh_completion_entry_function;
+- rl_attempted_completion_function = (CPPFunction *)new_completion;
++ rl_attempted_completion_function = (rl_completion_func_t *) new_completion;
+ /* do not append space after completion. It will be appended
+ * in new_completion() function explicitly. */
+ rl_completion_append_character = '\0';
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD
index 79081382e..4ba0d36d7 100644
--- a/community/scite/PKGBUILD
+++ b/community/scite/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 111978 2014-05-27 11:55:39Z arodseth $
+# $Id: PKGBUILD 112758 2014-06-06 11:51:43Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it>
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=3.4.2
+pkgver=3.4.3
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ makedepends=('setconf')
backup=('usr/share/scite/SciTEGlobal.properties')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('eebaa57322167f94010e44adbc44b9efeefd1f164fce10bceca363a14fc5d261')
+sha256sums=('8bad6e1241aba32001f8bbf6dfb368756a2c3e44dc96d712849a7de6f7540f23')
prepare() {
if [ $?CXXBASEFLAGS == 1 ]; then
diff --git a/community/stella/PKGBUILD b/community/stella/PKGBUILD
index 2e0be090d..8896a826a 100644
--- a/community/stella/PKGBUILD
+++ b/community/stella/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=stella
pkgver=3.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="A multi-platform Atari 2600 VCS emulator"
arch=('i686' 'x86_64')
url="http://stella.sourceforge.net"
license=('GPL')
depends=('sdl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('glu')
install=$pkgname.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.gz)
md5sums=('007d45faa46341763da31f87d55df2d8')