summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/alex/PKGBUILD8
-rw-r--r--extra/audacious/PKGBUILD6
-rw-r--r--extra/bitlbee/PKGBUILD8
-rw-r--r--extra/cd-discid/PKGBUILD4
-rw-r--r--extra/gdome2/PKGBUILD4
-rw-r--r--extra/gmime/PKGBUILD6
-rw-r--r--extra/gnokii/PKGBUILD14
-rw-r--r--extra/gnokii/gnokii.patch10
-rw-r--r--extra/gsm/PKGBUILD8
-rw-r--r--extra/id3v2/PKGBUILD7
-rw-r--r--extra/jade/PKGBUILD4
-rw-r--r--extra/libcdaudio/PKGBUILD10
-rw-r--r--extra/libdiscid/PKGBUILD2
-rw-r--r--extra/libgme/PKGBUILD9
-rw-r--r--extra/libid3tag/PKGBUILD10
-rw-r--r--extra/libieee1284/PKGBUILD6
-rw-r--r--extra/libirman/PKGBUILD10
-rw-r--r--extra/liblastfm/PKGBUILD6
-rw-r--r--extra/liblqr/PKGBUILD6
-rw-r--r--extra/libmodplug/PKGBUILD6
-rw-r--r--extra/libnet/PKGBUILD6
-rw-r--r--extra/libofa/PKGBUILD23
-rw-r--r--extra/libofa/libofa-0.9.3-curl-7.21.patch11
-rw-r--r--extra/libwpg/PKGBUILD10
-rw-r--r--extra/libzip/PKGBUILD5
-rw-r--r--extra/lzo/PKGBUILD4
-rw-r--r--extra/mod_wsgi/PKGBUILD7
-rw-r--r--extra/neon/PKGBUILD4
-rw-r--r--extra/nss-mdns/PKGBUILD4
-rw-r--r--extra/openobex/PKGBUILD6
-rw-r--r--extra/opensp/PKGBUILD4
-rw-r--r--extra/p11-kit/PKGBUILD6
-rw-r--r--extra/postfix/PKGBUILD8
-rw-r--r--extra/pymad/PKGBUILD17
-rw-r--r--extra/python-pycurl/PKGBUILD4
-rw-r--r--extra/qhull/PKGBUILD32
-rw-r--r--extra/razor/PKGBUILD12
-rw-r--r--extra/speech-dispatcher/PKGBUILD4
-rw-r--r--extra/taglib/PKGBUILD4
-rw-r--r--extra/vlc/PKGBUILD28
40 files changed, 176 insertions, 167 deletions
diff --git a/extra/alex/PKGBUILD b/extra/alex/PKGBUILD
index 1882aaf44..5135f5709 100644
--- a/extra/alex/PKGBUILD
+++ b/extra/alex/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 114116 2011-03-11 04:57:17Z vesa $
+# $Id: PKGBUILD 150499 2012-02-18 11:26:02Z pierre $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Philip Nilsson <pnilsson@nullref.se>
pkgname=alex
pkgver=2.3.5
-pkgrel=1.1
+pkgrel=2
pkgdesc='a lexical analyser generator for Haskell'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.haskell.org/alex/'
license=('custom:BSD3')
depends=('gmp')
-makedepends=('ghc=7.0.2')
+makedepends=('ghc=7.0.3')
source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('5e08c688ded0dcff98eaad6fc03a9402')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -28,4 +29,3 @@ package() {
# doc/ contains only license which already installed into proper place
rm -rf $pkgdir/usr/share/doc
}
-md5sums=('5e08c688ded0dcff98eaad6fc03a9402')
diff --git a/extra/audacious/PKGBUILD b/extra/audacious/PKGBUILD
index a411aad44..a057b4459 100644
--- a/extra/audacious/PKGBUILD
+++ b/extra/audacious/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 147042 2012-01-21 01:22:07Z bisson $
+# $Id: PKGBUILD 150581 2012-02-18 15:39:58Z bisson $
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=audacious
-pkgver=3.2
+pkgver=3.2.1
pkgrel=1
pkgdesc='Lightweight, advanced audio player focused on audio quality'
url='http://audacious-media-player.org/'
@@ -14,7 +14,7 @@ depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins'
'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils')
optdepends=('unzip-libre: zipped skins support')
source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('3ebc4dcdcf5da960ba400078023e167e02105e84')
+sha1sums=('9183aef4d805d44b4aa456563aec7f104da97546')
provides=('audacious-player')
replaces=('audacious-player')
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index 2153ff5ad..f25a2c81c 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 144487 2011-12-06 22:43:42Z bisson $
+# $Id: PKGBUILD 150650 2012-02-19 02:03:57Z bisson $
# Contributor: FUBAR <mrfubar@gmail.com>
# Contributor: simo <simo@archlinux.org>
@@ -7,8 +7,8 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=bitlbee
-pkgver=3.0.4
-pkgrel=3
+pkgver=3.0.5
+pkgrel=1
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
url='http://www.bitlbee.org/'
license=('GPL')
@@ -21,7 +21,7 @@ optdepends=('skype4py: to use skyped'
source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"
'xinetd'
'rc.d')
-sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
+sha1sums=('74afdff87be49ce060771a6ae10d7643cd57b9b6'
'5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
'be09d29af3853825778331df451f16ca9e452d03')
diff --git a/extra/cd-discid/PKGBUILD b/extra/cd-discid/PKGBUILD
index 71ca9eabd..5a2a46c94 100644
--- a/extra/cd-discid/PKGBUILD
+++ b/extra/cd-discid/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 123749 2011-05-12 20:54:41Z andrea $
+# $Id: PKGBUILD 150504 2012-02-18 11:38:44Z pierre $
# Maintainer:
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Jochem Kossen <j.kossen@home.nl>
pkgname=cd-discid
pkgver=0.9
-pkgrel=3
+pkgrel=4
pkgdesc="A backend utility to get CDDB discid information from a CD-ROM disc"
arch=('i686' 'x86_64' 'mips64el')
url="http://lly.org/~rcw/cd-discid/"
diff --git a/extra/gdome2/PKGBUILD b/extra/gdome2/PKGBUILD
index c6e1eb377..8f3518327 100644
--- a/extra/gdome2/PKGBUILD
+++ b/extra/gdome2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 127384 2011-06-14 06:53:04Z andrea $
+# $Id: PKGBUILD 150508 2012-02-18 11:44:22Z pierre $
# Maintainer:
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gdome2
pkgver=0.8.1
-pkgrel=3.1
+pkgrel=4
pkgdesc="Gnome DOM Engine"
url="http://gdome2.cs.unibo.it/"
arch=('i686' 'x86_64' 'mips64el')
diff --git a/extra/gmime/PKGBUILD b/extra/gmime/PKGBUILD
index 7740d1fae..e7785b16f 100644
--- a/extra/gmime/PKGBUILD
+++ b/extra/gmime/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 146717 2012-01-16 19:50:48Z dreisner $
+# $Id: PKGBUILD 150599 2012-02-18 20:30:20Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Ben <ben@benmazer.net>
pkgname=gmime
-pkgver=2.6.4
+pkgver=2.6.5
pkgrel=1
pkgdesc="Core mime parsing library"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ makedepends=('gtk-sharp-2' 'pkgconfig')
unset makedepends
options=('!libtool')
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163')
+sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0')
build() {
# get rid of that .wapi errors in fakeroot
diff --git a/extra/gnokii/PKGBUILD b/extra/gnokii/PKGBUILD
index cce1c878e..52b373cd8 100644
--- a/extra/gnokii/PKGBUILD
+++ b/extra/gnokii/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 119495 2011-04-11 19:26:23Z andrea $
+# $Id: PKGBUILD 150512 2012-02-18 11:55:01Z pierre $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=gnokii
-pkgver=0.6.30
-pkgrel=2
+pkgver=0.6.31
+pkgrel=1
pkgdesc="Tools and user space driver for use with mobile phones"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnokii.org/"
@@ -15,13 +15,13 @@ depends=('libusb-compat' 'libxpm' 'bluez' 'libical')
makedepends=('gtk2' 'libmysqlclient' 'postgresql-libs' 'intltool')
optdepends=('gtk2: xgnokii GUI'
'libmysqlclient: smsd mysql backend'
- 'postgresql-libs: smsd postgresql backend')
+ 'postgresql-libs: smsd postgresql backend')
backup=('etc/gnokiirc')
options=('!libtool' '!makeflags')
source=("http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2"
- 'gnokii.patch')
-md5sums=('c90137d403febbc16712d64f0eb196de'
- '4d764727686ee34bc73489c8b1321c82')
+ 'gnokii.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'fd1c448114c2e0de8e05981030f0e69f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/gnokii/gnokii.patch b/extra/gnokii/gnokii.patch
index e64d81aa1..db593cdf4 100644
--- a/extra/gnokii/gnokii.patch
+++ b/extra/gnokii/gnokii.patch
@@ -1,10 +1,10 @@
-diff -ur gnokii-0.6.7-old/Docs/sample/gnokiirc gnokii-0.6.7/Docs/sample/gnokiirc
---- gnokii-0.6.7-old/Docs/sample/gnokiirc 2005-05-16 20:55:13.000000000 +0200
-+++ gnokii-0.6.7/Docs/sample/gnokiirc 2005-06-03 10:49:42.000000000 +0200
-@@ -112,7 +112,7 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc 2011-12-02 15:53:04.000000000 +0100
++++ gnokii-0.6.31/Docs/sample/gnokiirc 2012-02-18 12:49:26.957557504 +0100
+@@ -238,7 +238,7 @@
+ # In particular ensure that mgnokiidev is in this location, with
# permissions 4750, owned by root, group gnokii. Ensure you
# are in the gnokii group and that the group exists...
- [gnokiid]
-bindir = /usr/local/sbin/
+bindir = /usr/sbin/
diff --git a/extra/gsm/PKGBUILD b/extra/gsm/PKGBUILD
index b95d4f4e5..9a0d16b41 100644
--- a/extra/gsm/PKGBUILD
+++ b/extra/gsm/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=gsm
pkgver=1.0.13
-pkgrel=6
+pkgrel=7
pkgdesc="Shared libraries for GSM 06.10 lossy speech compression"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.quut.com/gsm/"
license=('custom')
depends=('glibc')
-source=(http://www.quut.com/${pkgname}/${pkgname}-${pkgver}.tar.gz
- gsm.patch)
+source=("http://www.quut.com/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ 'gsm.patch')
md5sums=('c1ba392ce61dc4aff1c29ea4e92f6df4'
'30f46c92d0a5e5654258e707a9e8b5a6')
@@ -39,5 +39,5 @@ package() {
install
# Install license
- install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/license.txt || return 1
+ install -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
}
diff --git a/extra/id3v2/PKGBUILD b/extra/id3v2/PKGBUILD
index ad7900dc6..53e433706 100644
--- a/extra/id3v2/PKGBUILD
+++ b/extra/id3v2/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 110376 2011-02-19 05:32:13Z eric $
+# $Id: PKGBUILD 150519 2012-02-18 12:00:46Z pierre $
# Contributor: Jochem Kossen <j.kossen@home.nl>
# Maintainer: Hugo Doria <hugo@archlinux.org>
pkgname=id3v2
pkgver=0.1.12
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to edit id3v2 tags"
arch=('i686' 'x86_64' 'mips64el')
url="http://id3v2.sourceforge.net/"
license=('LGPL')
depends=('gcc-libs' 'glibc' 'id3lib' 'zlib')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('be91b4a41710b3a926e913a24ba0ed3b')
-sha1sums=('8f42153b2f53098c221da2e8fe42170e727cd9ad')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/jade/PKGBUILD b/extra/jade/PKGBUILD
index d4935a934..18b247b29 100644
--- a/extra/jade/PKGBUILD
+++ b/extra/jade/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 123729 2011-05-12 20:42:42Z andrea $
+# $Id: PKGBUILD 150527 2012-02-18 12:08:07Z pierre $
# Maintainer:
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=jade
pkgver=1.2.1
-pkgrel=6
+pkgrel=7
_debpatch=47
pkgdesc="James Clark's DSSSL Engine"
url='http://www.jclark.com/jade/'
diff --git a/extra/libcdaudio/PKGBUILD b/extra/libcdaudio/PKGBUILD
index 2a03b2494..ef4974c50 100644
--- a/extra/libcdaudio/PKGBUILD
+++ b/extra/libcdaudio/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 87596 2010-08-17 10:23:02Z jgc $
+# $Id: PKGBUILD 150528 2012-02-18 12:08:44Z pierre $
# Maintainer:
# Contributor Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname=libcdaudio
pkgver=0.99.12
-pkgrel=5
+pkgrel=6
pkgdesc="Library for controlling Audio CDs and interacting with CDDB"
arch=('i686' 'x86_64' 'mips64el')
url="http://libcdaudio.sourceforge.net/"
license=('GPL')
depends=('glibc')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/libcdaudio/${pkgname}-${pkgver}.tar.gz
- 01-cddb-bufferoverflow.patch
- 02-cddb-bufferoverflow.patch)
+source=("http://downloads.sourceforge.net/sourceforge/libcdaudio/${pkgname}-${pkgver}.tar.gz"
+ '01-cddb-bufferoverflow.patch'
+ '02-cddb-bufferoverflow.patch')
md5sums=('63b49cf14d53eed31e7a87cca17a3963'
'f78c881b92cd7d25472daa90af284e18'
'e36755c125d2710dc8619bb401e37444')
diff --git a/extra/libdiscid/PKGBUILD b/extra/libdiscid/PKGBUILD
index 82c606ebd..70763652b 100644
--- a/extra/libdiscid/PKGBUILD
+++ b/extra/libdiscid/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libdiscid
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
pkgdesc="A Library for creating MusicBrainz DiscIDs"
diff --git a/extra/libgme/PKGBUILD b/extra/libgme/PKGBUILD
index 2e874487d..ddc3d764b 100644
--- a/extra/libgme/PKGBUILD
+++ b/extra/libgme/PKGBUILD
@@ -1,16 +1,17 @@
+# $Id: $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=libgme
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Video game music file emulation/playback library"
url="http://game-music-emu.googlecode.com/"
license=('LGPL')
arch=('i686' 'x86_64' 'mips64el')
depends=('gcc-libs')
makedepends=('cmake')
-source=(ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz)
+source=("ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz")
md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
build() {
@@ -20,5 +21,9 @@ build() {
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
+}
+
+package() {
+ cd "${srcdir}/game-music-emu-${pkgver}/build"
make DESTDIR="${pkgdir}" install
}
diff --git a/extra/libid3tag/PKGBUILD b/extra/libid3tag/PKGBUILD
index 589902094..bef3081c6 100644
--- a/extra/libid3tag/PKGBUILD
+++ b/extra/libid3tag/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 90138 2010-09-08 13:24:51Z andrea $
+# $Id: PKGBUILD 150540 2012-02-18 12:17:15Z pierre $
# Maintainer:
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=libid3tag
pkgver=0.15.1b
-pkgrel=6
+pkgrel=7
pkgdesc="library for id3 tagging"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.underbit.com/products/mad/"
@@ -23,8 +23,8 @@ md5sums=('e5808ad997ba32c498803822078748c3'
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 < ../10_utf16.diff
- patch -p1 < ../11_unknown_encoding.diff
+ patch -p1 -i ${srcdir}/10_utf16.diff
+ patch -p1 -i ${srcdir}/11_unknown_encoding.diff
patch -Np0 -i ${srcdir}/CVE-2008-2109.patch
./configure --prefix=/usr
@@ -32,7 +32,7 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -D -m644 "${srcdir}/id3tag.pc" "${pkgdir}/usr/lib/pkgconfig/id3tag.pc"
}
diff --git a/extra/libieee1284/PKGBUILD b/extra/libieee1284/PKGBUILD
index 58c0d95a0..c9e61793a 100644
--- a/extra/libieee1284/PKGBUILD
+++ b/extra/libieee1284/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 89592 2010-09-02 10:23:12Z remy $
+# $Id: PKGBUILD 150619 2012-02-18 23:03:40Z pierre $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Manolis Tzanidakis <manolis@archlinux.org>
pkgname=libieee1284
pkgver=0.2.11
-pkgrel=3
+pkgrel=4
pkgdesc="A library to query devices connected in parallel port."
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://cyberelk.net/tim/libieee1284"
depends=('python2')
options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0')
build() {
diff --git a/extra/libirman/PKGBUILD b/extra/libirman/PKGBUILD
index db0de83f1..f241a02cd 100644
--- a/extra/libirman/PKGBUILD
+++ b/extra/libirman/PKGBUILD
@@ -3,20 +3,24 @@
pkgname=libirman
pkgver=0.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="Irman driver lcd library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.lirc.org"
license=('LGPL')
-options=(!libtool)
+options=('!libtool')
backup=('etc/irman.conf')
depends=('glibc')
-source=(http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2)
+source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2")
md5sums=('4a2708d53b6c79659c073cfefed57f78')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
diff --git a/extra/liblastfm/PKGBUILD b/extra/liblastfm/PKGBUILD
index a67e1cdfe..d6dc74481 100644
--- a/extra/liblastfm/PKGBUILD
+++ b/extra/liblastfm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 100655 2010-11-25 08:43:40Z andrea $
+# $Id: PKGBUILD 150615 2012-02-18 22:58:30Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
pkgname=liblastfm
pkgver=0.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software"
arch=('i686' 'x86_64' 'mips64el')
url="http://github.com/mxcl/liblastfm/"
@@ -15,7 +15,7 @@ options=('!libtool')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"
'no-ftools.patch')
sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'
- 'ba344601d29091fb88123f80592359369efdf338')
+ 'ba344601d29091fb88123f80592359369efdf338')
build() {
cd ${srcdir}/mxcl-${pkgname}-1c739eb
diff --git a/extra/liblqr/PKGBUILD b/extra/liblqr/PKGBUILD
index 445511d75..f221285f8 100644
--- a/extra/liblqr/PKGBUILD
+++ b/extra/liblqr/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 124082 2011-05-16 15:00:24Z andrea $
+# $Id: PKGBUILD 150613 2012-02-18 22:56:34Z pierre $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=liblqr
pkgver=0.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="A seam-carving C/C++ library called Liquid Rescale"
arch=('i686' 'x86_64' 'mips64el')
url="http://liblqr.wikidot.com/"
@@ -12,6 +12,7 @@ depends=('glib2')
makedepends=('pkgconfig')
options=('!libtool' '!emptydirs')
source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2")
+md5sums=('0e24ed3c9fcdcb111062640764d7b87a')
build() {
cd "$srcdir/$pkgname-1-$pkgver"
@@ -23,4 +24,3 @@ package() {
cd "$srcdir/$pkgname-1-$pkgver"
make DESTDIR="$pkgdir/" install
}
-md5sums=('0e24ed3c9fcdcb111062640764d7b87a')
diff --git a/extra/libmodplug/PKGBUILD b/extra/libmodplug/PKGBUILD
index 874946404..817f2df83 100644
--- a/extra/libmodplug/PKGBUILD
+++ b/extra/libmodplug/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 127953 2011-06-20 06:04:33Z andrea $
+# $Id: PKGBUILD 150611 2012-02-18 22:54:35Z pierre $
# Maintainer:
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
pkgname=libmodplug
-pkgver=0.8.8.3
+pkgver=0.8.8.4
pkgrel=1
pkgdesc="A MOD playing library"
arch=(i686 x86_64 'mips64el')
@@ -13,7 +13,7 @@ license=('custom')
depends=('gcc-libs')
options=('!libtool')
source=("http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz")
-md5sums=('8a9c713f0f56894163ddc61f9a0d1f71')
+md5sums=('fddc3c704c5489de2a3cf0fedfec59db')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/libnet/PKGBUILD b/extra/libnet/PKGBUILD
index 3bf7490a8..d3df0ba77 100644
--- a/extra/libnet/PKGBUILD
+++ b/extra/libnet/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 105390 2011-01-08 15:09:56Z andrea $
+# $Id: PKGBUILD 150607 2012-02-18 22:50:44Z pierre $
# Maintainer:
# Contributor: damir <damir@archlinux.org>
pkgname=libnet
pkgver=1.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="A library which provides API for commonly used low-level net functions"
arch=('i686' 'x86_64' 'mips64el')
url="http://sourceforge.net/projects/libnet-dev/"
license=('BSD')
depends=('glibc' 'sh')
options=('!libtool')
-source=(http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz)
+source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz")
md5sums=('a9bc1d75a610efcfee200d3e28d8eb8f')
build() {
diff --git a/extra/libofa/PKGBUILD b/extra/libofa/PKGBUILD
index b41468114..0a6ad5c85 100644
--- a/extra/libofa/PKGBUILD
+++ b/extra/libofa/PKGBUILD
@@ -1,31 +1,34 @@
-# $Id: PKGBUILD 122092 2011-05-02 06:40:37Z andrea $
+# $Id: PKGBUILD 150605 2012-02-18 22:48:27Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libofa
pkgver=0.9.3
-pkgrel=3
+pkgrel=4
pkgdesc="An open-source audio fingerprint by MusicIP"
arch=(i686 x86_64 'mips64el')
url="http://code.google.com/p/musicip-libofa/"
license=('GPL2' 'custom')
-depends=('expat' 'curl' 'fftw' 'gcc-libs')
+depends=('expat' 'curl' 'fftw')
makedepends=('pkgconfig')
options=('!libtool')
source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz"
- 'gcc-4.patch'
- 'gcc4.3.patch'
- 'gcc4.5.patch')
-sha1sums=('3dec8e1dcea937f74b4165e9ffd4d4f355e4594a'
- 'cb19377d0634c03d2a49cfc61915cec918c341f7'
- 'cae08bdc12de923d5e032696702a0530ae6eafc1'
- '754d69d66ab46219035ccafeeb3ff62433cca4f2')
+ 'gcc-4.patch'
+ 'gcc4.3.patch'
+ 'gcc4.5.patch'
+ 'libofa-0.9.3-curl-7.21.patch')
+md5sums=('51507d2c4b432bd2755f48d58471696e'
+ 'a6f78b90bd0f4354d022a71c3e58ef6c'
+ 'dd57db13770b8f8d196e8a3d3a50e713'
+ 'c245363368d0e6fa2b4676364b81b74f'
+ '2e1579d74613cfbb1799d0ab5f1a4cba')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p0 -i ${srcdir}/gcc-4.patch
patch -p1 -i ${srcdir}/gcc4.3.patch
patch -p1 -i ${srcdir}/gcc4.5.patch
+ patch -p1 -i ${srcdir}/libofa-0.9.3-curl-7.21.patch
./configure --prefix=/usr
make
}
diff --git a/extra/libofa/libofa-0.9.3-curl-7.21.patch b/extra/libofa/libofa-0.9.3-curl-7.21.patch
new file mode 100644
index 000000000..d23351860
--- /dev/null
+++ b/extra/libofa/libofa-0.9.3-curl-7.21.patch
@@ -0,0 +1,11 @@
+diff -ru libofa-0.9.3.orig//examples/protocol.cpp libofa-0.9.3//examples/protocol.cpp
+--- libofa-0.9.3.orig//examples/protocol.cpp 2006-05-10 20:05:42.000000000 +0200
++++ libofa-0.9.3//examples/protocol.cpp 2011-07-22 19:02:30.687109297 +0200
+@@ -12,7 +12,6 @@
+ #include <map>
+ #include <expat.h>
+ #include <curl/curl.h>
+-#include <curl/types.h>
+ #include <curl/easy.h>
+
+ using namespace std;
diff --git a/extra/libwpg/PKGBUILD b/extra/libwpg/PKGBUILD
index 45cb589d9..b8287d661 100644
--- a/extra/libwpg/PKGBUILD
+++ b/extra/libwpg/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 102210 2010-12-06 19:32:38Z andyrtr $
+# $Id: PKGBUILD 150603 2012-02-18 22:38:56Z pierre $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libwpg
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics images."
arch=('i686' 'x86_64' 'mips64el')
url="http://libwpg.sourceforge.net/"
license=('LGPL')
-depends=('libwpd>=0.9.0' 'perl')
+depends=('libwpd' 'perl')
options=('!libtool')
-source=(http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5ba6a61a2f66dfd5fee8cdd4cd262a37')
+source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('9d283e02441d8cebdcd1e5d9df227d67')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/libzip/PKGBUILD b/extra/libzip/PKGBUILD
index 5c485cce0..66338532f 100644
--- a/extra/libzip/PKGBUILD
+++ b/extra/libzip/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 122444 2011-05-04 07:26:57Z andrea $
+# $Id: PKGBUILD 150601 2012-02-18 22:35:18Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=libzip
pkgver=0.10
-pkgrel=1
+pkgrel=2
pkgdesc="A C library for reading, creating, and modifying zip archives"
url="http://www.nih.at/libzip/index.html"
license=('GPL2')
@@ -20,6 +20,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i "${srcdir}/fix-headers.patch"
+ autoreconf -i
./configure --prefix=/usr
make
}
diff --git a/extra/lzo/PKGBUILD b/extra/lzo/PKGBUILD
index ec49ec493..93c035189 100644
--- a/extra/lzo/PKGBUILD
+++ b/extra/lzo/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 123754 2011-05-12 20:58:30Z andrea $
+# $Id: PKGBUILD 150589 2012-02-18 15:59:31Z pierre $
# Maintainer:
# Contributor: Low Kian Seong <fastmail_low@speedymail.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
@@ -6,7 +6,7 @@
pkgname=lzo
pkgver=1.08
-pkgrel=6
+pkgrel=7
pkgdesc='A portable lossless data compression library written in ANSI C'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
diff --git a/extra/mod_wsgi/PKGBUILD b/extra/mod_wsgi/PKGBUILD
index 3579695e7..5e03a9070 100644
--- a/extra/mod_wsgi/PKGBUILD
+++ b/extra/mod_wsgi/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 102102 2010-12-06 00:38:58Z ibiru $
+# $Id: PKGBUILD 150577 2012-02-18 15:19:06Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Ryan Coyner <rcoyner@gmail.com>
pkgname=mod_wsgi
pkgver=3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Python WSGI adapter module for Apache"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.modwsgi.org/"
license=('APACHE')
depends=('apache' 'python2')
install=mod_wsgi.install
-source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb')
-sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/neon/PKGBUILD b/extra/neon/PKGBUILD
index bd8df5b44..644663cc6 100644
--- a/extra/neon/PKGBUILD
+++ b/extra/neon/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 129362 2011-06-27 05:41:06Z andrea $
+# $Id: PKGBUILD 150572 2012-02-18 15:09:28Z pierre $
# Maintainer:
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=neon
pkgver=0.29.6
-pkgrel=2
+pkgrel=3
pkgdesc="HTTP and WebDAV client library with a C interface"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL')
diff --git a/extra/nss-mdns/PKGBUILD b/extra/nss-mdns/PKGBUILD
index fb75b698e..123f2a316 100644
--- a/extra/nss-mdns/PKGBUILD
+++ b/extra/nss-mdns/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 124100 2011-05-16 15:17:50Z andrea $
+# $Id: PKGBUILD 150570 2012-02-18 15:06:04Z pierre $
# Maintainer:
# Contributor: Travis Willard <travis@archlinux.org>
pkgname=nss-mdns
pkgver=0.10
-pkgrel=3
+pkgrel=4
pkgdesc="glibc plugin providing host name resolution via mDNS"
arch=('i686' 'x86_64' 'mips64el')
url="http://0pointer.de/lennart/projects/nss-mdns/"
diff --git a/extra/openobex/PKGBUILD b/extra/openobex/PKGBUILD
index 0ecce3008..b6184dfc2 100644
--- a/extra/openobex/PKGBUILD
+++ b/extra/openobex/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 101376 2010-11-29 00:43:34Z andrea $
+# $Id: PKGBUILD 150568 2012-02-18 15:04:06Z pierre $
# Maintainer: Geoffroy Carrier <geoffroy@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=openobex
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
url="http://dev.zuckschwerdt.org/openobex/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL' 'LGPL')
depends=('bluez' 'libusb-compat')
options=('!libtool')
-source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2")
+source=("http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2")
md5sums=('fce1b82eafb74bde54fe117372393ba8')
build() {
diff --git a/extra/opensp/PKGBUILD b/extra/opensp/PKGBUILD
index 893d507a8..536bd8ae1 100644
--- a/extra/opensp/PKGBUILD
+++ b/extra/opensp/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 123744 2011-05-12 20:50:20Z andrea $
+# $Id: PKGBUILD 150566 2012-02-18 14:51:32Z pierre $
# Maintainer:
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=opensp
pkgver=1.5.2
-pkgrel=2
+pkgrel=3
pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents"
arch=('i686' 'x86_64' 'mips64el')
url="http://openjade.sourceforge.net/"
diff --git a/extra/p11-kit/PKGBUILD b/extra/p11-kit/PKGBUILD
index af7957d73..2ecf57153 100644
--- a/extra/p11-kit/PKGBUILD
+++ b/extra/p11-kit/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 142993 2011-11-20 08:43:27Z ibiru $
+# $Id: PKGBUILD 150593 2012-02-18 17:27:00Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=p11-kit
-pkgver=0.9
+pkgver=0.11
pkgrel=1
pkgdesc="Library to work with PKCS#11 modules"
arch=(i686 x86_64 mips64el)
@@ -11,7 +11,7 @@ license=('BSD')
depends=(glibc)
options=(!libtool)
source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('029aa2a3a103e7eb81b4aa731b93539e')
+md5sums=('bd45d00c5c4d4b171791003bf5344d6f')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD
index b8701ec9b..80d1b3f8c 100644
--- a/extra/postfix/PKGBUILD
+++ b/extra/postfix/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 149968 2012-02-11 23:31:26Z allan $
+# $Id: PKGBUILD 150647 2012-02-19 01:54:35Z bisson $
# Contributor: Jeff Brodnax <tullyarcher@bellsouth.net>
# Contributor: Paul Mattal <paul@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=postfix
-pkgver=2.9.0
-pkgrel=2
+pkgver=2.9.1
+pkgrel=1
pkgdesc='Fast, easy to administer, secure mail server'
url='http://www.postfix.org/'
license=('custom')
@@ -15,7 +15,7 @@ backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,ma
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz" \
'aliases.patch' \
'rc.d')
-sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132'
+sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef'
'5fc3de6c7df1e5851a0a379e825148868808318b'
'40c6be2eb55e6437a402f43775cdb3d22ea87a66')
diff --git a/extra/pymad/PKGBUILD b/extra/pymad/PKGBUILD
index 768180463..2c145e71e 100644
--- a/extra/pymad/PKGBUILD
+++ b/extra/pymad/PKGBUILD
@@ -1,19 +1,24 @@
-# $Id: PKGBUILD 89638 2010-09-02 19:58:32Z remy $
+# $Id: PKGBUILD 150562 2012-02-18 14:43:39Z pierre $
# Maintainer: Mark Rosenstand <mark@archlinux.org
# Contributor: Corrado Primier <cp663137@stud.polimi.it>
+
pkgname=pymad
pkgver=0.6
-pkgrel=3
+pkgrel=4
pkgdesc="Python interface to libmad."
-arch=(i686 x86_64 'mips64el')
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.spacepants.org/src/pymad/"
license=('LGPL')
depends=('libmad' 'python2')
-source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz)
+source=("http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz")
md5sums=('a1405fb4b610348565c8d0e400c5ff18')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
python2 config_unix.py --prefix=/usr
- python2 setup.py install --root=$startdir/pkg
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ python2 setup.py install --root=$pkgdir
}
diff --git a/extra/python-pycurl/PKGBUILD b/extra/python-pycurl/PKGBUILD
index 03e45dc17..2562d35f1 100644
--- a/extra/python-pycurl/PKGBUILD
+++ b/extra/python-pycurl/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 127116 2011-06-10 22:25:50Z andrea $
+# $Id: PKGBUILD 150558 2012-02-18 14:39:59Z pierre $
# Maintainer:
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=python-pycurl
pkgver=7.19.0
-pkgrel=5
+pkgrel=6
pkgdesc="A Python interface to libcurl"
arch=('i686' 'x86_64' 'mips64el')
url="http://pycurl.sourceforge.net"
diff --git a/extra/qhull/PKGBUILD b/extra/qhull/PKGBUILD
index 06e1abf86..e0fc42c18 100644
--- a/extra/qhull/PKGBUILD
+++ b/extra/qhull/PKGBUILD
@@ -1,49 +1,37 @@
-# $Id: PKGBUILD 120895 2011-04-27 06:52:39Z ronald $
+# $Id: PKGBUILD 150554 2012-02-18 13:03:41Z pierre $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Jason Taylor <jftaylor21@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=qhull
-pkgver=2010.1
-pkgrel=1.1
+pkgver=2012.1
+pkgrel=1
pkgdesc="A general dimension code for computing convex hulls and related structures"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.qhull.org/"
license=('custom')
-depends=('glibc')
+depends=('gcc-libs')
makedepends=('cmake')
-source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz
- qhull-2010.1-cmake-install.patch
- qhull-2010.1-overflows.patch)
+source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz")
options=('!libtool')
-sha1sums=('ed480912e03efdd767195c06c7e8c252c78112b1'
- '0a7747eb13c2e07c25882c1f0f5c0dfb4ef1c8c0'
- '21295d57af2f8cdfc775512fa44fe90f49d89c41')
+md5sums=('ed81aa19b203aa0fdb75b41fe6f7a40f')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # gentoo patches
- patch -Np1 -i ${srcdir}/qhull-2010.1-cmake-install.patch
- patch -Np1 -i ${srcdir}/qhull-2010.1-overflows.patch
-
- [ -d build ] || mkdir build
- cd build
+ mkdir srcbuild
+ cd srcbuild
cmake -DCMAKE_INSTALL_PREFIX=/usr -DDOC_INSTALL_DIR=/usr/share/doc \
- -DLIB_INSTALL_DIR=/usr/lib ..
+ -DMAN_INSTALL_DIR=/usr/share/man/man1 -DLIB_INSTALL_DIR=/usr/lib ..
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver/build"
+ cd "$srcdir/$pkgname-$pkgver/srcbuild"
make DESTDIR=$pkgdir install
- # install manpages
- install -Dm644 $srcdir/$pkgname-$pkgver/html/rbox.man $pkgdir/usr/share/man/man1/rbox.1
- install -Dm644 $srcdir/$pkgname-$pkgver/html/qhull.man $pkgdir/usr/share/man/man1/qhull.1
-
# Install license
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt"
}
diff --git a/extra/razor/PKGBUILD b/extra/razor/PKGBUILD
index 86da8cea2..f8b782564 100644
--- a/extra/razor/PKGBUILD
+++ b/extra/razor/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 124559 2011-05-22 23:44:08Z andrea $
+# $Id: PKGBUILD 150552 2012-02-18 12:47:09Z pierre $
# Maintainer:
# Contributor: Dale Blount <dale@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=razor
pkgver=2.84
-pkgrel=5
+pkgrel=6
pkgdesc="A distributed, collaborative, spam detection and filtering network"
arch=('i686' 'x86_64' 'mips64el')
url="http://razor.sourceforge.net"
license=('PerlArtistic')
depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 'perl>=5.14.0')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2)
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2")
md5sums=('8b9a11a6ce020383c32c45d1530d77c2')
-options=(!emptydirs)
+options=('!emptydirs')
build() {
cd "${srcdir}"/${pkgname}-agents-${pkgver}
@@ -23,6 +23,10 @@ build() {
perl Makefile.PL INSTALLDIRS=vendor
make
+}
+
+check() {
+ cd "${srcdir}"/${pkgname}-agents-${pkgver}
make test
}
diff --git a/extra/speech-dispatcher/PKGBUILD b/extra/speech-dispatcher/PKGBUILD
index 949f5123e..4743486d2 100644
--- a/extra/speech-dispatcher/PKGBUILD
+++ b/extra/speech-dispatcher/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 110767 2011-02-22 05:28:34Z andrea $
+# $Id: PKGBUILD 150548 2012-02-18 12:43:30Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Steve Holmes <steve.holmes88@gmail.com>
# Contributor: Alexander Jenisch <nt@divzero.at>
@@ -7,7 +7,7 @@
pkgname=speech-dispatcher
pkgver=0.7.1
-pkgrel=5
+pkgrel=6
arch=('i686' 'x86_64' 'mips64el')
pkgdesc="High-level device independent layer for speech synthesis interface"
url="http://www.freebsoft.org/speechd"
diff --git a/extra/taglib/PKGBUILD b/extra/taglib/PKGBUILD
index aaa8f869e..ce3b3ac06 100644
--- a/extra/taglib/PKGBUILD
+++ b/extra/taglib/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 134613 2011-08-06 13:04:31Z andrea $
+# $Id: PKGBUILD 150546 2012-02-18 12:41:23Z pierre $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=taglib
pkgver=1.7
-pkgrel=3
+pkgrel=4
pkgdesc="A Library for reading and editing the meta-data of several popular audio formats"
arch=('i686' 'x86_64' 'mips64el')
url="http://developer.kde.org/~wheeler/taglib.html"
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index 62d7cc846..882b93468 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 149284 2012-02-06 17:33:43Z ibiru $
+# $Id: PKGBUILD 150609 2012-02-18 22:53:43Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=vlc
-pkgver=1.1.13
-pkgrel=6
+pkgver=2.0.0
+pkgrel=1
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.videolan.org/vlc/"
@@ -16,7 +16,7 @@ depends=('a52dec' 'fluidsynth' 'libmtp' 'libdvbpsi' 'libxpm' 'libcdio'
'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp'
'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms'
'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
-makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify'
+makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify'
'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
'lirc-utils' 'gnutls' 'libcaca')
@@ -47,25 +47,17 @@ optdepends=('avahi: for service discovery using bonjour protocol'
}
conflicts=('vlc-plugin')
replaces=('vlc-plugin')
-backup=('usr/share/vlc/http/.hosts'
- 'usr/share/vlc/http/dialogs/.hosts'
- 'usr/share/vlc/lua/http/.hosts'
+backup=('usr/share/vlc/lua/http/.hosts'
'usr/share/vlc/lua/http/dialogs/.hosts')
options=('!libtool')
install=vlc.install
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
- 'vlc-1.1.13-skin2_theme_loader.patch'
- 'vlc-1.1.13-youtube.patch')
-md5sums=('9678fb7a04808b6e0de63746d35e4bb1'
- 'f7c2ea18da9570d633f5fd834a1f72c8'
- '26dbd3574219daf4babc2f127a3229bc')
+source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('8806bff2ea9c76791123d444a92f708c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/vlc-1.1.13-skin2_theme_loader.patch"
- patch -Np1 -i "${srcdir}/vlc-1.1.13-youtube.patch"
- sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c
+ sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
if [ "$CARCH" = "mips64el" ]; then
./configure --prefix=/usr \
@@ -85,19 +77,17 @@ build() {
./configure --prefix=/usr \
--disable-rpath \
--enable-faad \
- --enable-v4l \
- --enable-snapshot \
--enable-dbus-control \
--enable-nls \
--enable-lirc \
--enable-pvr \
--enable-ncurses \
- --with-live555-tree=/usr/lib/live \
--enable-upnp \
--enable-realrtsp
fi
make
}
+
package() {
cd "${srcdir}/${pkgname}-${pkgver}"