summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-05 02:18:51 -0800
committerroot <root@rshg054.dnsready.net>2012-12-05 02:18:51 -0800
commit947a049195183934ba5dffc131f9512fe253f4db (patch)
tree7b3e9b118d4389fdaf66b54a977cdece5cdc7a4c /extra
parent8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff)
Wed Dec 5 02:17:39 PST 2012
Diffstat (limited to 'extra')
-rw-r--r--extra/ardour/PKGBUILD10
-rw-r--r--extra/bind/PKGBUILD8
-rw-r--r--extra/libfprint/PKGBUILD16
-rw-r--r--extra/tdb/PKGBUILD8
4 files changed, 21 insertions, 21 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 5d170a978..62516ef37 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 165179 2012-08-12 12:56:20Z schiv $
+# $Id: PKGBUILD 172504 2012-12-04 11:26:49Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -8,9 +8,10 @@
# for fixed dependencies speaking in terms of versions -- tobias
# SYSLIBS enabled, support still valid; see ardour 2.8.13 rel notes
+# http://ardour.org/node/5263
pkgname=ardour
-pkgver=2.8.14
+pkgver=2.8.16
pkgrel=1
pkgdesc="A multichannel hard disk recorder and digital audio workstation"
arch=('i686' 'x86_64')
@@ -25,12 +26,13 @@ makedepends=('scons' 'boost')
changelog=$pkgname.changelog
source=("ftp://ftp.archlinux.org/other/ardour/$pkgname-$pkgver.tar.bz2"
"$pkgname.desktop")
-md5sums=('c79219ba10735d0b061d53a84ae611a4'
+md5sums=('5bafe41df00d25e7a357baaa1038f16d'
'8aeaf433ebf781733db48e5a16b0c4da')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ # ardour defaults to -O3; use this in CFLAGS below
sed -i '/-O3/d' SConstruct
# work around boost linking error (see ardour3 svn r13081)
@@ -39,7 +41,7 @@ build() {
CXXFLAGS+=" -DBOOST_SYSTEM_NO_DEPRECATED"
export CFLAGS CXXFLAGS
- scons $MAKEFLAGS ARCH="$CFLAGS -O3" \
+ scons $MAKEFLAGS ARCH="${CFLAGS/-O[0-9]/-O3}" \
PREFIX="/usr" \
DIST_LIBDIR="lib" \
FREEDESKTOP=0 \
diff --git a/extra/bind/PKGBUILD b/extra/bind/PKGBUILD
index 8cf9e4be6..09d053fad 100644
--- a/extra/bind/PKGBUILD
+++ b/extra/bind/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 171500 2012-11-18 07:59:37Z bisson $
+# $Id: PKGBUILD 172756 2012-12-04 21:31:54Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
# Contributor: Mario Vazquez <mario_vazq@hotmail.com>
pkgname=bind
-_pkgver=9.9.2
+_pkgver=9.9.2-P1
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the DNS protocols'
url='http://www.isc.org/software/bind/'
license=('custom:ISC')
@@ -24,7 +24,7 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"
'named.logrotate'
'localhost.zone'
'127.0.0.zone')
-sha1sums=('eb9fa7b497d67ce61a120cb96c302381bc385324'
+sha1sums=('9d56db2a86dde8167f7adfb200beee0f51d771a5'
'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
'14264affa71bcfe7703d0fb7c3556c4c47efaa8b'
'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
diff --git a/extra/libfprint/PKGBUILD b/extra/libfprint/PKGBUILD
index cffdfa802..0811dd1e6 100644
--- a/extra/libfprint/PKGBUILD
+++ b/extra/libfprint/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 171907 2012-11-23 08:19:21Z tomegun $
+# $Id: PKGBUILD 172506 2012-12-04 12:22:42Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Thomas Baechler <thomas@archlinux.org>
pkgname=libfprint
-pkgver=0.4.0
-pkgrel=4
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Library for fingerprint readers"
arch=(i686 x86_64)
url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
@@ -13,18 +13,16 @@ license=(LGPL)
depends=(libusb nss gdk-pixbuf2)
groups=(fprint)
options=(!libtool !emptydirs)
-_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
-source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
build() {
- cd "$srcdir/$_snap"
- NOCONFIGURE=1 ./autogen.sh
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --disable-static
make
}
package() {
- cd "$srcdir/$_snap"
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('2695b689910146b753111d48d8a6cb1c')
+md5sums=('65d118369a47a93be623816f54cdb847')
diff --git a/extra/tdb/PKGBUILD b/extra/tdb/PKGBUILD
index bc04c1c9c..2eacd4954 100644
--- a/extra/tdb/PKGBUILD
+++ b/extra/tdb/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 170223 2012-11-05 14:18:32Z tpowa $
+# $Id: PKGBUILD 172510 2012-12-04 14:40:09Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: eric <eric@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=tdb
-pkgver=1.2.10
-pkgrel=2
+pkgver=1.2.11
+pkgrel=1
pkgdesc="A Trivial Database similar to GDBM but allows simultaneous commits"
arch=(i686 x86_64)
license=('GPL3')
@@ -33,4 +33,4 @@ package() {
export PYTHON=/usr/bin/python2
make DESTDIR=$pkgdir/ install
}
-md5sums=('cc28048309df19782b04359282e9f98b')
+md5sums=('67dcc5507213ec8c9664234fae095538')