summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community-staging/gmerlin/PKGBUILD41
-rw-r--r--community-staging/gmerlin/gmerlin.install25
-rw-r--r--community-staging/gmerlin/libpng.patch17
-rw-r--r--community/6tunnel/PKGBUILD9
-rw-r--r--community/adns-python/PKGBUILD4
-rw-r--r--community/adns/PKGBUILD14
-rw-r--r--community/agsync/PKGBUILD16
-rw-r--r--community/alltray/PKGBUILD14
-rw-r--r--community/amidi-plug/PKGBUILD6
-rw-r--r--community/apg/PKGBUILD18
-rw-r--r--community/arpwatch/PKGBUILD4
-rw-r--r--community/aumix/PKGBUILD4
-rw-r--r--community/bbrun/PKGBUILD10
-rw-r--r--community/bind-geodns/PKGBUILD4
-rw-r--r--community/bless/PKGBUILD6
-rw-r--r--community/bsdiff/PKGBUILD4
-rw-r--r--community/bwm-ng/PKGBUILD5
-rw-r--r--community/cadaver/PKGBUILD6
-rw-r--r--community/catdvi/PKGBUILD4
-rw-r--r--community/cdbxx/PKGBUILD10
-rw-r--r--community/cdcover/PKGBUILD4
-rw-r--r--community/centerim/PKGBUILD5
-rw-r--r--community/cgit/PKGBUILD4
-rw-r--r--community/checkinstall/PKGBUILD12
-rw-r--r--community/chrony/PKGBUILD4
-rw-r--r--community/chrootuid/PKGBUILD16
-rw-r--r--community/courier-authlib/PKGBUILD8
-rw-r--r--community/cpuburn/PKGBUILD4
-rw-r--r--community/cpulimit/PKGBUILD8
-rw-r--r--community/cupsddk/PKGBUILD4
-rw-r--r--community/cutter/PKGBUILD10
-rw-r--r--community/darkhttpd/PKGBUILD4
-rw-r--r--community/darkstat/PKGBUILD10
-rw-r--r--community/datemath/PKGBUILD6
-rw-r--r--community/delegate/PKGBUILD20
-rw-r--r--community/dfm/PKGBUILD10
-rw-r--r--community/ejabberd/PKGBUILD8
-rw-r--r--community/freedroid/PKGBUILD9
-rw-r--r--community/freeradius/PKGBUILD4
-rw-r--r--community/jabberd14/PKGBUILD4
-rw-r--r--community/ktikz/PKGBUILD23
-rw-r--r--community/lsscsi/PKGBUILD8
-rw-r--r--community/pdnsd/PKGBUILD19
-rw-r--r--community/pyogg/PKGBUILD4
-rw-r--r--community/pyvorbis/PKGBUILD6
-rw-r--r--community/qoauth/PKGBUILD5
-rw-r--r--community/radeontool/PKGBUILD6
-rw-r--r--community/task/PKGBUILD23
-rw-r--r--community/torcs/PKGBUILD6
-rw-r--r--community/uml_utilities/PKGBUILD2
-rw-r--r--community/uqm/PKGBUILD3
-rw-r--r--community/xdebug/PKGBUILD8
-rw-r--r--community/xdebug/xdebug.install32
-rw-r--r--extra/antlr2/PKGBUILD4
-rw-r--r--extra/live-media/PKGBUILD25
-rw-r--r--extra/phonon-vlc/PKGBUILD4
-rw-r--r--extra/vlc/PKGBUILD15
-rw-r--r--extra/ypbind-mt/PKGBUILD18
-rw-r--r--extra/zsh/PKGBUILD16
-rw-r--r--staging/gstreamer0.10-ugly/PKGBUILD43
-rw-r--r--staging/gvfs/PKGBUILD113
-rw-r--r--staging/gvfs/gvfs-module.install7
-rw-r--r--staging/gvfs/gvfs-smb.install12
-rw-r--r--staging/gvfs/gvfs.install14
-rw-r--r--staging/oxine/PKGBUILD28
-rw-r--r--staging/xine-lib/PKGBUILD45
-rw-r--r--testing/libevent/PKGBUILD34
67 files changed, 626 insertions, 272 deletions
diff --git a/community-staging/gmerlin/PKGBUILD b/community-staging/gmerlin/PKGBUILD
new file mode 100644
index 000000000..b22b4df13
--- /dev/null
+++ b/community-staging/gmerlin/PKGBUILD
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 65037 2012-02-20 02:14:10Z allan $
+# Maintainer: Mateusz Herych <heniekk@gmail.com>
+
+pkgname=gmerlin
+pkgver=1.0.0
+pkgrel=6
+pkgdesc="Multimedia architecture for Linux"
+arch=('i686' 'x86_64')
+url="http://openmovieeditor.sourceforge.net/HomePage"
+license=('GPL')
+depends=('gavl' 'libxml2' 'gtk2' 'libxv' 'libvisual' 'libcdio>=0.82' 'musicbrainz' 'mjpegtools' 'hicolor-icon-theme' 'libgl')
+makedepends=('alsa-lib' 'jack' 'libquicktime' 'pulseaudio' 'v4l-utils' 'mesa')
+optdepends=('alsa-lib: for ALSA support'
+ 'jack: for JACK support'
+ 'libquicktime: for movie encoding'
+ 'pulseaudio: for PulseAudio support'
+ 'v4l-utils: for video conversion')
+options=('!libtool' '!makeflags')
+install=gmerlin.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+ libpng.patch)
+md5sums=('60d3c5081c8685ee7bc1afdfac8f6dc6'
+ 'c262023434246705296d97bc7337a212')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ rm -rf cpuinfo.sh
+
+ patch -p1 -i "$srcdir/libpng.patch"
+ ./configure --prefix=/usr --without-doxygen
+ sed -i 's|LIBS = -lgavl|LIBS = -lgavl -ldl -lpthread -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lX11|' {lib,tests,apps/*}/Makefile
+ sed -i 's|ln -sf $(DESTDIR)$(pkgdatadir)|ln -sf $(pkgdatadir)|' icons/Makefile
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
diff --git a/community-staging/gmerlin/gmerlin.install b/community-staging/gmerlin/gmerlin.install
new file mode 100644
index 000000000..c7625c2f1
--- /dev/null
+++ b/community-staging/gmerlin/gmerlin.install
@@ -0,0 +1,25 @@
+infodir=usr/share/info
+filelist=(gmerlin.info)
+
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
+
+post_upgrade() {
+ post_install "$1"
+}
+
+pre_remove() {
+ [[ -x usr/bin/install-info ]] || return 0
+ for file in "${filelist[@]}"; do
+ install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+ done
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
diff --git a/community-staging/gmerlin/libpng.patch b/community-staging/gmerlin/libpng.patch
new file mode 100644
index 000000000..c01105e63
--- /dev/null
+++ b/community-staging/gmerlin/libpng.patch
@@ -0,0 +1,17 @@
+diff -wbBur gmerlin-1.0.0/plugins/png/ir_png.c gmerlin-1.0.0.my/plugins/png/ir_png.c
+--- gmerlin-1.0.0/plugins/png/ir_png.c 2011-01-07 18:37:06.000000000 +0300
++++ gmerlin-1.0.0.my/plugins/png/ir_png.c 2011-11-07 14:46:25.000000000 +0400
+@@ -127,13 +127,8 @@
+ bits = 16;
+ }
+ if(bit_depth < 8)
+-#if BG_MAKE_BUILD(PNG_LIBPNG_VER_MAJOR, PNG_LIBPNG_VER_MINOR, PNG_LIBPNG_VER_RELEASE) < BG_MAKE_BUILD(1,2,9)
+- png_set_gray_1_2_4_to_8(png->png_ptr);
+-#else
+ png_set_expand_gray_1_2_4_to_8(png->png_ptr);
+-#endif
+
+- png_set_gray_1_2_4_to_8(png->png_ptr);
+ if (png_get_valid(png->png_ptr, png->info_ptr, PNG_INFO_tRNS))
+ {
+ png_set_tRNS_to_alpha(png->png_ptr);
diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD
index a873e8817..c619ab778 100644
--- a/community/6tunnel/PKGBUILD
+++ b/community/6tunnel/PKGBUILD
@@ -1,12 +1,15 @@
+# $Id: PKGBUILD 65025 2012-02-20 02:05:08Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Anders Bergh <anders1@gmail.com>
+
pkgname=6tunnel
pkgver=0.11rc2
-pkgrel=4
+pkgrel=5
pkgdesc="Tunnels IPv6 connections for IPv4-only applications"
url="http://toxygen.net/6tunnel/"
license=('GPL')
arch=('i686' 'x86_64')
-depends=(glibc)
+depends=()
source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz)
md5sums=('74e02d4f0704b3083a01feda66033449')
@@ -14,7 +17,7 @@ build() {
cd $srcdir/$pkgname-$pkgver
autoconf
./configure --prefix=/usr
- make || return 1
+ make
install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1
install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel
}
diff --git a/community/adns-python/PKGBUILD b/community/adns-python/PKGBUILD
index 30dec848a..9c1fc0cc7 100644
--- a/community/adns-python/PKGBUILD
+++ b/community/adns-python/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 26100 2010-09-13 15:56:15Z schuay $
+# $Id: PKGBUILD 65029 2012-02-20 02:06:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Ben Mazer <blm@groknil.org>
pkgname=adns-python
pkgver=1.2.1
-pkgrel=4
+pkgrel=5
pkgdesc="python bindings for adns"
arch=('i686' 'x86_64')
url="http://code.google.com/p/adns-python/"
diff --git a/community/adns/PKGBUILD b/community/adns/PKGBUILD
index 3165436a8..067c928f4 100644
--- a/community/adns/PKGBUILD
+++ b/community/adns/PKGBUILD
@@ -1,9 +1,11 @@
-# $Id: PKGBUILD 17373 2010-05-24 09:43:07Z spupykin $
+# $Id: PKGBUILD 65027 2012-02-20 02:05:52Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
+
pkgname=adns
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="adns is an asyncronous replacement resolver library"
arch=('i686' 'x86_64')
url="http://www.chiark.greenend.org.uk/~ian/adns/"
@@ -13,9 +15,9 @@ source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar
md5sums=('88bc7bbf3f62a8d4fb186b8f72ead853')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
- mkdir -p $startdir/pkg/usr/{lib,include,bin}
- make prefix=$startdir/pkg/usr install
+ make
+ mkdir -p $pkgdir/usr/{lib,include,bin}
+ make prefix=$pkgdir/usr install
}
diff --git a/community/agsync/PKGBUILD b/community/agsync/PKGBUILD
index 9278d80fb..da0d64a16 100644
--- a/community/agsync/PKGBUILD
+++ b/community/agsync/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 17480 2010-05-24 14:08:11Z spupykin $
+# $Id: PKGBUILD 65031 2012-02-20 02:09:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=agsync
pkgver=0.2_pre
_xpkgver=${pkgver/_/-}
-pkgrel=3
+pkgrel=4
pkgdesc="AvantGo sync plugin"
arch=('i686' 'x86_64')
url="http://duskwood.lownewulf.com/"
@@ -16,10 +16,10 @@ source=(http://duskwood.lownewulf.com/$pkgname-$_xpkgver.tgz)
md5sums=('74de1b1452a718c85364fab5ce3c0c2a')
build() {
- cd $startdir/src/$pkgname-$_xpkgver
- make || return 1
- mkdir -p $startdir/pkg/usr/{bin,lib,include}
- cp agsync $startdir/pkg/usr/bin/
- cp mal-files/mal-funcs.a $startdir/pkg/usr/lib/
- cp mal-files/AG{Net,Types}.h $startdir/pkg/usr/include/
+ cd $srcdir/$pkgname-$_xpkgver
+ make
+ mkdir -p $pkgdir/usr/{bin,lib,include}
+ cp agsync $pkgdir/usr/bin/
+ cp mal-files/mal-funcs.a $pkgdir/usr/lib/
+ cp mal-files/AG{Net,Types}.h $pkgdir/usr/include/
}
diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD
index 602aa9e00..1b1e8c6a9 100644
--- a/community/alltray/PKGBUILD
+++ b/community/alltray/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 51791 2011-07-15 09:01:45Z spupykin $
+# $Id: PKGBUILD 65035 2012-02-20 02:11:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer : James Rayner <iphitus@gmail.com>
# Contributor: Roberto Salas <ro0xito@gmail.com>
pkgname=alltray
pkgver=0.7.5dev
-pkgrel=1
+pkgrel=2
pkgdesc="Drops any app in the tray."
license=('GPL')
arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@ source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${p
md5sums=('faef46b14a3f9c14d4e5efd65245796e')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
+ 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
}
diff --git a/community/amidi-plug/PKGBUILD b/community/amidi-plug/PKGBUILD
index ba29a076c..d13e19531 100644
--- a/community/amidi-plug/PKGBUILD
+++ b/community/amidi-plug/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 17215 2010-05-21 21:43:23Z spupykin $
+# $Id: PKGBUILD 65039 2012-02-20 02:15:30Z spupykin $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: yosh64 <yosh64.at.gmail.dot.com>
pkgname=amidi-plug
pkgver=0.7
-pkgrel=5
+pkgrel=6
pkgdesc="A MIDI input plugin for XMMS"
arch=('i686' 'x86_64')
url="http://www.develia.org/projects.php?l=2&f=1&p=amidiplug"
@@ -18,6 +18,6 @@ md5sums=('bb128c40dce0ab4afda79da01f985a09')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --with-player=xmms
- make || return 1
+ make
make DESTDIR=$pkgdir install
}
diff --git a/community/apg/PKGBUILD b/community/apg/PKGBUILD
index 9af58f37d..e5a6a2f4e 100644
--- a/community/apg/PKGBUILD
+++ b/community/apg/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 7436 2010-01-06 23:28:11Z dgriffiths $
+# $Id: PKGBUILD 65041 2012-02-20 02:16:10Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: eric <eric@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=apg
pkgver=2.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="Automated Password Generator."
arch=(i686 x86_64)
url="http://www.adel.nursat.kz/apg/index.shtml"
@@ -14,13 +15,12 @@ source=(http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz)
md5sums=('3b3fc4f11e90635519fe627c1137c9ac')
build() {
- cd $startdir/src/$pkgname-$pkgver
- /bin/sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
- /usr/bin/make || return 1
+ cd $srcdir/$pkgname-$pkgver
+ sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
+ make
for i in apg apgbfm; do
- /bin/install -D -m755 $i $startdir/pkg/usr/bin/$i
- /bin/install -D -m644 doc/man/$i.1 $startdir/pkg/usr/share/man/man1/$i.1
+ install -D -m755 $i $pkgdir/usr/bin/$i
+ install -D -m644 doc/man/$i.1 $pkgdir/usr/share/man/man1/$i.1
done
- install -D -m 644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
+ install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
}
-# vim: ts=2: ft=sh
diff --git a/community/arpwatch/PKGBUILD b/community/arpwatch/PKGBUILD
index fd01fb64e..1a81aae7d 100644
--- a/community/arpwatch/PKGBUILD
+++ b/community/arpwatch/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 44377 2011-04-06 19:43:49Z spupykin $
+# $Id: PKGBUILD 65045 2012-02-20 02:17:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=arpwatch
pkgver=2.1a15
-pkgrel=7
+pkgrel=8
pkgdesc="arpwatch and arpsnmp network monitoring tools"
arch=(i686 x86_64)
url="ftp://ftp.ee.lbl.gov/"
diff --git a/community/aumix/PKGBUILD b/community/aumix/PKGBUILD
index abf1783f6..a8d4f375d 100644
--- a/community/aumix/PKGBUILD
+++ b/community/aumix/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 58670 2011-11-17 13:07:03Z spupykin $
+# $Id: PKGBUILD 65051 2012-02-20 02:28:41Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=aumix
pkgver=2.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="A color text mode sound mixer with GPM support"
arch=('i686' 'x86_64')
license=('GPL')
diff --git a/community/bbrun/PKGBUILD b/community/bbrun/PKGBUILD
index 728a36c9c..807d3b561 100644
--- a/community/bbrun/PKGBUILD
+++ b/community/bbrun/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 8813 2010-01-21 15:59:01Z spupykin $
+# $Id: PKGBUILD 65065 2012-02-20 02:40:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sven Kauber <celeon@gmail.com>
pkgname=bbrun
pkgver=1.6
-pkgrel=3
+pkgrel=4
pkgdesc="A run - component for blackbox window manager"
arch=(i686 x86_64)
url="http://www.darkops.net/bbrun/"
@@ -14,7 +14,7 @@ source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz)
md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd')
build() {
- cd $startdir/src/$pkgname-$pkgver/$pkgname
- make || return 1
- install -Dm755 bbrun $startdir/pkg/usr/bin/bbrun
+ cd $srcdir/$pkgname-$pkgver/$pkgname
+ make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext"
+ install -Dm755 bbrun $pkgdir/usr/bin/bbrun
}
diff --git a/community/bind-geodns/PKGBUILD b/community/bind-geodns/PKGBUILD
index 176e1b84e..9818bee12 100644
--- a/community/bind-geodns/PKGBUILD
+++ b/community/bind-geodns/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 44183 2011-04-04 13:06:27Z spupykin $
+# $Id: PKGBUILD 65058 2012-02-20 02:37:28Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=bind-geodns
pkgver=9.4.1
_pkgver=9.4.1-P1
-pkgrel=4
+pkgrel=5
pkgdesc="bind named server with geoip patch can return ip depending on requester location"
arch=(i686 x86_64)
url="http://www.caraytech.com/geodns/"
diff --git a/community/bless/PKGBUILD b/community/bless/PKGBUILD
index e00e6d3c1..e1d7f26fa 100644
--- a/community/bless/PKGBUILD
+++ b/community/bless/PKGBUILD
@@ -1,9 +1,10 @@
+# $Id: PKGBUILD 65060 2012-02-20 02:38:21Z spupykin $
# Maintainer: TDY <tdy@gmx.com>
# Contributor: dcraven <dcraven@gmail.com>
pkgname=bless
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="A high-quality, full-featured hex editor"
arch=('i686' 'x86_64')
url="http://home.gna.org/bless/"
@@ -16,11 +17,10 @@ md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --without-scrollkeeper
- make || return 1
+ make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-
diff --git a/community/bsdiff/PKGBUILD b/community/bsdiff/PKGBUILD
index 64d63ddf2..c7fedfdc4 100644
--- a/community/bsdiff/PKGBUILD
+++ b/community/bsdiff/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 30610 2010-10-19 12:42:03Z spupykin $
+# $Id: PKGBUILD 65062 2012-02-20 02:39:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=bsdiff
pkgver=4.3
-pkgrel=6
+pkgrel=7
pkgdesc="bsdiff and bspatch are tools for building and applying patches to binary files."
url="http://www.daemonology.net/bsdiff/"
license=('BSD')
diff --git a/community/bwm-ng/PKGBUILD b/community/bwm-ng/PKGBUILD
index 8e1aee5ca..f07d5b25a 100644
--- a/community/bwm-ng/PKGBUILD
+++ b/community/bwm-ng/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 58638 2011-11-16 22:54:07Z andrea $
+# $Id: PKGBUILD 65064 2012-02-20 02:39:44Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sven Kauber <celeon@gmail.com>
pkgname=bwm-ng
pkgver=0.6
-pkgrel=3
+pkgrel=4
pkgdesc="A small and simple console-based live bandwidth monitor"
arch=(i686 x86_64)
url="http://www.gropp.org/"
@@ -26,5 +26,4 @@ package() {
install -d ${pkgdir}/usr
mv ${pkgdir}/bin ${pkgdir}/usr/
- #mv ${pkgdir}/share ${pkgdir}/usr/
}
diff --git a/community/cadaver/PKGBUILD b/community/cadaver/PKGBUILD
index ec11fd70f..da3c12e11 100644
--- a/community/cadaver/PKGBUILD
+++ b/community/cadaver/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 46500 2011-05-07 23:09:15Z stephane $
+# $Id: PKGBUILD 65070 2012-02-20 03:29:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: William Rea <sillywilly@gmail.com>
pkgname=cadaver
pkgver=0.23.3
-pkgrel=2
+pkgrel=3
pkgdesc="Command-line WebDAV client for Unix"
arch=('i686' 'x86_64')
url="http://www.webdav.org/cadaver"
@@ -16,7 +16,7 @@ md5sums=('502ecd601e467f8b16056d2acca39a6f')
build() {
cd $srcdir/cadaver-$pkgver
./configure --prefix=/usr
- make
+ make
}
package() {
diff --git a/community/catdvi/PKGBUILD b/community/catdvi/PKGBUILD
index a15f0e3e1..cb8321332 100644
--- a/community/catdvi/PKGBUILD
+++ b/community/catdvi/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 56716 2011-10-11 07:11:55Z andrea $
+# $Id: PKGBUILD 65072 2012-02-20 03:29:57Z spupykin $
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Xilon <xilonmu@gmail.com>
pkgname=catdvi
pkgver=0.14
-pkgrel=4
+pkgrel=5
pkgdesc="A DVI to plain text translator"
arch=('i686' 'x86_64')
url="http://catdvi.sourceforge.net"
diff --git a/community/cdbxx/PKGBUILD b/community/cdbxx/PKGBUILD
index 3caa5d468..8409adaa4 100644
--- a/community/cdbxx/PKGBUILD
+++ b/community/cdbxx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 17495 2010-05-24 14:11:11Z spupykin $
+# $Id: PKGBUILD 65076 2012-02-20 03:31:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=cdbxx
pkgver=0.0.1rc2
-pkgrel=2
+pkgrel=3
pkgdesc="cdbxx is a small STL style C++ library for TinyCDB implementation of Constant Database"
arch=(i686 x86_64)
url="http://cdbxx.sourceforge.net/"
@@ -15,11 +15,11 @@ source=(http://downloads.sourceforge.net/sourceforge/cdbxx/$pkgname-$pkgver.tar.
md5sums=('8c7f3eebe5c090ddea4aebf5445a1621')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
sed -i 's#LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lcdbxx#LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lcdbxx -lcdb#' ./testsuite/Makefile
sed -i '1,2i#include <string.h>' src/db.cc
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make
+ make DESTDIR=$pkgdir install
}
diff --git a/community/cdcover/PKGBUILD b/community/cdcover/PKGBUILD
index 8abe05627..4862b1508 100644
--- a/community/cdcover/PKGBUILD
+++ b/community/cdcover/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 58600 2011-11-16 15:26:59Z spupykin $
+# $Id: PKGBUILD 65078 2012-02-20 03:31:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Roland Schaeuble <rschaeuble@gmx.ch>
pkgname=cdcover
pkgver=0.7.4
-pkgrel=4
+pkgrel=5
pkgdesc="cdcover allows the creation of inlay-sheets for cd-cases and dvd's"
arch=('i686' 'x86_64')
url="http://cdcover.sourceforge.net"
diff --git a/community/centerim/PKGBUILD b/community/centerim/PKGBUILD
index 2e668188f..5450d1345 100644
--- a/community/centerim/PKGBUILD
+++ b/community/centerim/PKGBUILD
@@ -1,12 +1,11 @@
-# $Id: PKGBUILD 58739 2011-11-18 12:12:26Z spupykin $
+# $Id: PKGBUILD 65082 2012-02-20 03:33:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer:
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Contributor: shild <sxp@bk.ru>
pkgname=centerim
pkgver=4.22.10
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of CenterICQ - A text mode menu- and window-driven IM interface"
arch=('i686' 'x86_64')
url="http://www.centerim.org"
diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD
index f2b6800c1..93507ca60 100644
--- a/community/cgit/PKGBUILD
+++ b/community/cgit/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 59218 2011-11-21 15:21:07Z spupykin $
+# $Id: PKGBUILD 65084 2012-02-20 03:33:55Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Current Maintainer: Patrick Palka <patrick@parcs.ath.cx>
# Previous Maintainer: Loui Chang <louipc.ist at gmail com>
@@ -8,7 +8,7 @@
pkgname=cgit
pkgver=0.9.0.2
_gitver=1.7.4
-pkgrel=3
+pkgrel=4
pkgdesc="A web interface for git written in plain C"
arch=('i686' 'x86_64')
url="http://hjemli.net/git/cgit"
diff --git a/community/checkinstall/PKGBUILD b/community/checkinstall/PKGBUILD
index d983ef86c..f5bebd03e 100644
--- a/community/checkinstall/PKGBUILD
+++ b/community/checkinstall/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 8093 2010-01-15 15:57:57Z spupykin $
+# $Id: PKGBUILD 65086 2012-02-20 03:34:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=checkinstall
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="spy for 'make install' and build rpm or deb"
arch=('i686' 'x86_64')
url="http://asic-linux.com.mx/~izto/checkinstall/"
@@ -16,10 +16,8 @@ md5sums=('d7b43c92001e68243a93bcce8b1e5480'
'5c68cb7e29cf6da4b845ce57fb5ea080')
build() {
- cd $startdir/src/$pkgname-$pkgver
-
+ cd $srcdir/$pkgname-$pkgver
patch -Np1 <../build-fix.patch
-
- make || return 1
- make DESTDIR=$startdir/pkg install || return 1
+ make
+ make DESTDIR=$pkgdir install
}
diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD
index dd6d1d9ec..d49b286e4 100644
--- a/community/chrony/PKGBUILD
+++ b/community/chrony/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 65088 2012-02-20 03:35:18Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net>
# Contributor: cdhotfire <cdhotfire@gmail.com>
@@ -7,7 +7,7 @@
pkgname=chrony
pkgver=1.26
-pkgrel=1
+pkgrel=2
pkgdesc="Dial-up friendly NTP daemon and excellent replacement for NTP on desktop systems"
arch=('i686' 'x86_64')
url="http://chrony.tuxfamily.org/"
diff --git a/community/chrootuid/PKGBUILD b/community/chrootuid/PKGBUILD
index fc1075436..21bd8e3f0 100644
--- a/community/chrootuid/PKGBUILD
+++ b/community/chrootuid/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 17501 2010-05-24 14:12:22Z spupykin $
+# $Id: PKGBUILD 65090 2012-02-20 03:36:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Frop Doe <mrmr@rizla.org>
# Contributor: Guillermo A. Amaral <me@guillermoamaral.com> (thewonka)
@@ -6,7 +6,7 @@
pkgname=chrootuid
pkgver=1.3
-pkgrel=4
+pkgrel=5
arch=(i686 x86_64)
pkgdesc="Runs a command in a restricted environment."
url="ftp://ftp.porcupine.org/pub/security/index.html"
@@ -18,11 +18,9 @@ md5sums=('15510abadf5de189e1c22a1544dc926a'
'11383ad1d66445640f1dec3478a2b53f')
build() {
- cd $startdir/src/$pkgname$pkgver
-
- make || return 1
-
- install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $startdir/pkg/usr/sbin/chrootuid && \
- install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $startdir/pkg/usr/share/man/man1/chrootuid.1 && \
- install -D -m644 $srcdir/chrootuid_license $startdir/pkg/usr/share/licenses/$pkgname/license
+ cd $srcdir/$pkgname$pkgver
+ make
+ install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $pkgdir/usr/sbin/chrootuid
+ install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $pkgdir/usr/share/man/man1/chrootuid.1
+ install -D -m644 $srcdir/chrootuid_license $pkgdir/usr/share/licenses/$pkgname/license
}
diff --git a/community/courier-authlib/PKGBUILD b/community/courier-authlib/PKGBUILD
index bbc05db55..a83027eb0 100644
--- a/community/courier-authlib/PKGBUILD
+++ b/community/courier-authlib/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 53167 2009-09-26 09:48:47Z allan $
+# $Id: PKGBUILD 65015 2012-02-20 01:42:55Z spupykin $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=courier-authlib
pkgver=0.63.0
-pkgrel=7
+pkgrel=8
pkgdesc="Authentification library for the courier mailserver(s)"
arch=(i686 x86_64)
license=('GPL2')
@@ -56,8 +56,8 @@ package() {
###############################################################################
# Install daemon, that wraps couriers bashscript
install -Dm 755 ${srcdir}/authdaemond.rc.d ${pkgdir}/etc/rc.d/authdaemond
- mkdir -p ${pkgdir}/var/spool/authdaemon
- chown -R 72:72 ${pkgdir}/var/spool/authdaemon
+ #mkdir -p ${pkgdir}/var/spool/authdaemon
+ #chown -R 72:72 ${pkgdir}/var/spool/authdaemon
mkdir -p ${pkgdir}/var/spool/courier
chown -R 72:72 ${pkgdir}/var/spool/courier
chown -R 72:72 ${pkgdir}/var/run/authdaemon
diff --git a/community/cpuburn/PKGBUILD b/community/cpuburn/PKGBUILD
index a6ab49089..b64b7debd 100644
--- a/community/cpuburn/PKGBUILD
+++ b/community/cpuburn/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id$
+# $Id: PKGBUILD 65092 2012-02-20 03:36:44Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Filip Wojciechowski, filip at loka dot pl
pkgname=cpuburn
pkgver=1.4a
-pkgrel=2
+pkgrel=3
pkgdesc="CPU testing utilities in optimized assembler for maximum loading of CPUs"
arch=('i686' 'x86_64')
url="https://launchpad.net/ubuntu/+source/cpuburn/"
diff --git a/community/cpulimit/PKGBUILD b/community/cpulimit/PKGBUILD
index 7ef5ab146..cb73d72cd 100644
--- a/community/cpulimit/PKGBUILD
+++ b/community/cpulimit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 17379 2010-05-24 09:44:15Z spupykin $
+# $Id: PKGBUILD 65094 2012-02-20 03:37:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=cpulimit
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT"
arch=('i686' 'x86_64')
url="http://cpulimit.sourceforge.net/"
@@ -14,7 +14,7 @@ source=("http://downloads.sourceforge.net/sourceforge/cpulimit/cpulimit-$pkgver.
md5sums=('f4ff6d4bfaef1258e8f5cd2041e2e2a3')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
make
- install -D -m0755 cpulimit $startdir/pkg/usr/bin/cpulimit
+ install -D -m0755 cpulimit $pkgdir/usr/bin/cpulimit
}
diff --git a/community/cupsddk/PKGBUILD b/community/cupsddk/PKGBUILD
index 3eb2dfc7a..d8bb0d7e8 100644
--- a/community/cupsddk/PKGBUILD
+++ b/community/cupsddk/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 59197 2011-11-21 14:56:56Z spupykin $
+# $Id: PKGBUILD 65096 2012-02-20 03:38:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Georg Grabler (STiAT) <ggrabler@gmail.com>
# Contributor: Georg Grabler (STiAT) <ggrabler@gmail.com>
pkgname=cupsddk
pkgver=1.2.3
-pkgrel=3
+pkgrel=4
pkgdesc="CUPSD Development Kit"
url="http://cups.org"
license=("GPL")
diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD
index e48ce17d4..b59a652f7 100644
--- a/community/cutter/PKGBUILD
+++ b/community/cutter/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 17382 2010-05-24 09:44:48Z spupykin $
+# $Id: PKGBUILD 65098 2012-02-20 03:38:53Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=cutter
pkgver=1.03
-pkgrel=3
+pkgrel=4
pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers"
arch=('i686' 'x86_64')
url="http://www.lowth.com/cutter/"
@@ -14,7 +14,7 @@ source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz)
md5sums=('50093db9b64277643969ee75b83ebbd1')
build() {
- cd $startdir/src/$pkgname-$pkgver
- make || return 1
- install -D -m 0755 ./cutter $startdir/pkg/usr/bin/tcp-cutter
+ cd $srcdir/$pkgname-$pkgver
+ make
+ install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter
}
diff --git a/community/darkhttpd/PKGBUILD b/community/darkhttpd/PKGBUILD
index 03079eb52..bcc749245 100644
--- a/community/darkhttpd/PKGBUILD
+++ b/community/darkhttpd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 54744 2011-08-24 10:41:02Z spupykin $
+# $Id: PKGBUILD 65106 2012-02-20 04:47:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=darkhttpd
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc="A small, static webserver"
arch=('i686' 'x86_64')
url="http://dmr.ath.cx/net/darkhttpd/"
diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD
index de207b747..87fd7fbf2 100644
--- a/community/darkstat/PKGBUILD
+++ b/community/darkstat/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 50638 2011-06-29 10:55:56Z spupykin $
+# $Id: PKGBUILD 65108 2012-02-20 04:47:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=darkstat
pkgver=3.0.714
-pkgrel=1
+pkgrel=2
pkgdesc="Network statistics gatherer (packet sniffer)."
url="http://dmr.ath.cx/net/darkstat/"
license=("GPL")
@@ -13,12 +13,12 @@ source=(http://dmr.ath.cx/net/darkstat/$pkgname-$pkgver.tar.bz2)
md5sums=('eef385fadc8dbb611d3d4c4d8fa94817')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd $startdir/src/$pkgname-$pkgver
- make DESTDIR=$startdir/pkg install
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}
diff --git a/community/datemath/PKGBUILD b/community/datemath/PKGBUILD
index f4ce236b5..a79868529 100644
--- a/community/datemath/PKGBUILD
+++ b/community/datemath/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 18094 2010-05-31 09:25:01Z spupykin $
+# $Id: PKGBUILD 65110 2012-02-20 04:48:43Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Todd Musall <tmusall@comcast.net>
# Contributor: Todd Musall <tmusall@comcast.net>
pkgname=datemath
pkgver=2.0.10
-pkgrel=2
+pkgrel=3
pkgdesc="Command line date and time math utility."
arch=('i686' 'x86_64')
url="http://www.unixwiz.net/tools/datemath.html"
@@ -16,6 +16,6 @@ md5sums=('2c369d70a43313b71dbe3c7cc50207de')
build() {
cd $srcdir
- make || return 1
+ make
install -D -m755 $srcdir/datemath $pkgdir/usr/bin/datemath
}
diff --git a/community/delegate/PKGBUILD b/community/delegate/PKGBUILD
index 450698d29..7fbf1b030 100644
--- a/community/delegate/PKGBUILD
+++ b/community/delegate/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 18941 2010-06-17 16:25:05Z spupykin $
+# $Id: PKGBUILD 65112 2012-02-20 04:49:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=delegate
pkgver=9.9.7
-pkgrel=1
+pkgrel=2
pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
arch=('i686' 'x86_64')
url="http://www.delegate.org/"
@@ -17,15 +17,15 @@ md5sums=('86c833e95cd16a54d54fa3c7e4ab7929')
build() {
cd $srcdir/$pkgname$pkgver
- make ADMIN="root@localhost" || return 1
+ make ADMIN="root@localhost"
- install -D -m0755 src/delegated $pkgdir/usr/bin/delegated || return 1
+ install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
- install -D -m0755 subin/dgbind $pkgdir/usr/sbin/dgbind || return 1
- install -D -m0755 subin/dgchroot $pkgdir/usr/sbin/dgchroot || return 1
- install -D -m0755 subin/dgcpnod $pkgdir/usr/sbin/dgcpnod || return 1
- install -D -m0755 subin/dgpam $pkgdir/usr/sbin/dgpam || return 1
+ install -D -m0755 subin/dgbind $pkgdir/usr/sbin/dgbind
+ install -D -m0755 subin/dgchroot $pkgdir/usr/sbin/dgchroot
+ install -D -m0755 subin/dgcpnod $pkgdir/usr/sbin/dgcpnod
+ install -D -m0755 subin/dgpam $pkgdir/usr/sbin/dgpam
- install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm || return 1
- install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm || return 1
+ install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
+ install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
}
diff --git a/community/dfm/PKGBUILD b/community/dfm/PKGBUILD
index 0c290ebd2..dde39f3b9 100644
--- a/community/dfm/PKGBUILD
+++ b/community/dfm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 7569 2010-01-08 02:17:53Z dgriffiths $
+# $Id: PKGBUILD 65114 2012-02-20 04:50:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: eric <eric@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-#
+
pkgname=dfm
pkgver=0.99.9
-pkgrel=2
+pkgrel=3
pkgdesc="A graphical file manager including desktop icons"
arch=('i686' 'x86_64')
depends=('gtk' 'imlib' 'libxpm')
@@ -15,8 +15,8 @@ url="http://www.kaisersite.de/dfm/"
md5sums=('c6347874028a2dd2c8ec3dec33968fea')
build() {
- cd $startdir/src/$pkgname
+ cd $srcdir/$pkgname
./configure --prefix=/usr --mandir=/usr/share
- make || return 1
+ make
make DESTDIR=${pkgdir} install
}
diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD
index 02ffa16a7..f11f987ff 100644
--- a/community/ejabberd/PKGBUILD
+++ b/community/ejabberd/PKGBUILD
@@ -1,16 +1,18 @@
-# $Id: PKGBUILD 62769 2012-01-26 14:42:40Z spupykin $
+# $Id: PKGBUILD 65019 2012-02-20 01:58:47Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jeff 'codemac' Mickey <jeff@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=ejabberd
pkgver=2.1.10
-pkgrel=2
+pkgrel=3
pkgdesc="An erlang jabber server"
arch=(i686 x86_64)
url="http://www.ejabberd.im/"
license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang' 'pam')
+# TODO: replace net-tools usage in rc.d with iproute2
+depends=('expat' 'openssl' 'zlib' 'erlang' 'pam'
+ 'net-tools')
makedepends=()
backup=(etc/ejabberd/ejabberd.cfg
etc/logrotate.d/ejabberd)
diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD
index 8b3a38bcf..39c239357 100644
--- a/community/freedroid/PKGBUILD
+++ b/community/freedroid/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 54653 2011-08-22 14:49:55Z spupykin $
+# $Id: PKGBUILD 65021 2012-02-20 01:59:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=freedroid
pkgver=1.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64"
arch=('i686' 'x86_64')
url="http://freedroid.sourceforge.net/"
@@ -23,4 +23,9 @@ build() {
make DESTDIR=$pkgdir install
install -Dm0644 $srcdir/paraicon.png $pkgdir/usr/share/icons/paraicon.png
install -Dm0644 $srcdir/freedroid.desktop $pkgdir/usr/share/applications/freedroid.desktop
+
+ rm -rf $pkgdir/usr/share/freedroid/mac-osx
+ find $pkgdir/usr/share/freedroid -type f -name Makefile -exec rm -f {} \;
+ find $pkgdir/usr/share/freedroid -type f -name Makefile.in -exec rm -f {} \;
+ find $pkgdir/usr/share/freedroid -type f -name Makefile.am -exec rm -f {} \;
}
diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD
index 745c604da..c68adf374 100644
--- a/community/freeradius/PKGBUILD
+++ b/community/freeradius/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 61107 2011-12-21 20:57:04Z andrea $
+# $Id: PKGBUILD 65013 2012-02-20 01:41:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jason R Begley (jayray@digitalgoat.com>
pkgname=freeradius
pkgver=2.1.12
-pkgrel=3
+pkgrel=4
pkgdesc="The premier open source RADIUS server"
arch=('i686' 'x86_64')
url="http://www.freeradius.org/"
diff --git a/community/jabberd14/PKGBUILD b/community/jabberd14/PKGBUILD
index f9edde54f..5fdb75f88 100644
--- a/community/jabberd14/PKGBUILD
+++ b/community/jabberd14/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 54463 2011-08-18 15:07:21Z bluewind $
+# $Id: PKGBUILD 64996 2012-02-19 13:18:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=jabberd14
pkgver=1.6.1.1
-pkgrel=10
+pkgrel=11
pkgdesc="old (1.4) jabber server branch"
arch=(i686 x86_64)
url="http://jabberd.org/"
diff --git a/community/ktikz/PKGBUILD b/community/ktikz/PKGBUILD
index 380216a6d..850a926be 100644
--- a/community/ktikz/PKGBUILD
+++ b/community/ktikz/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ktikz
pkgver=0.10
-pkgrel=2
+pkgrel=3
pkgdesc="A small application helping you to create TikZ diagrams (from the LaTeX pgf package)"
arch=('i686' 'x86_64')
url="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/"
@@ -16,24 +16,13 @@ md5sums=('e8f0826cba2447250bcdcd389a71a2ac')
install=ktikz.install
build() {
- cd "$srcdir"/"$pkgname"
-
- # Patch conf.pri to get rid of annoying environment variables
- egrep -v '^(DESKTOPDIR|PREFIX)' conf.pri > conf.pri.patched
- mv -f conf.pri.patched conf.pri
+ cd "$srcdir"/"$pkgname"
- sed -e 's/LRELEASECOMMAND/#LRELEASECOMMAND/' conf.pri > conf.pri.patched
- mv -f conf.pri.patched conf.pri
-
- sed -e 's/QMAKECOMMAND/#QMAKECOMMAND/' conf.pri > conf.pri.patched
- mv -f conf.pri.patched conf.pri
-
- # Make and install
- cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
- make
+ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
+ make
}
package() {
- cd "$srcdir"/"${pkgname}"
- make DESTDIR="$pkgdir" install
+ cd "$srcdir"/"$pkgname"
+ make DESTDIR="$pkgdir" install
}
diff --git a/community/lsscsi/PKGBUILD b/community/lsscsi/PKGBUILD
index 7f592af0b..e8d5251d9 100644
--- a/community/lsscsi/PKGBUILD
+++ b/community/lsscsi/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 59629 2011-11-28 22:05:11Z seblu $
-# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
+# $Id: PKGBUILD 65009 2012-02-19 19:48:16Z seblu $
+# Maintainer: SĂ©bastien Luttringer <seblu@aur.archlinux.org>
# Contributor : XAVeRY - los dot danielos at gmail dot com
pkgname=lsscsi
-pkgver=0.25
+pkgver=0.26
pkgrel=1
pkgdesc='A tool that lists devices connected via SCSI and its transports'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://sg.danny.cz/scsi/lsscsi.html"
license=('GPL')
depends=('sysfsutils')
source=("http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz")
-md5sums=('c4e36b106624aff78527c54cf08ecbfe')
+md5sums=('624d705899ed08e872e164679ac56545')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD
index f73b30940..cc989f6c1 100644
--- a/community/pdnsd/PKGBUILD
+++ b/community/pdnsd/PKGBUILD
@@ -1,28 +1,29 @@
-# $Id: PKGBUILD 12265 2010-02-28 22:24:26Z spupykin $
+# $Id: PKGBUILD 65023 2012-02-20 02:00:25Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Henrik Nymann Jensen <h@henriknj.dk>
pkgname=pdnsd
pkgver=1.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="Is a proxy DNS server with permanent caching"
arch=(i686 x86_64)
url="http://www.phys.uu.nl/~rombouts/pdnsd/"
license=('GPL')
depends=('glibc')
-backup=('etc/pdnsd.conf')
-source=(http://www.phys.uu.nl/~rombouts/pdnsd/releases/$pkgname-$pkgver-par.tar.gz pdnsd)
+#backup=('etc/pdnsd.conf')
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$pkgver-par.tar.gz
+ pdnsd)
md5sums=('779c5d19576e561fbf2455de435e5597'
'3670bd47c9303fbb655d9216715512de')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc
- make || return 1
- make DESTDIR=$pkgdir install || return 1
+ make
+ make DESTDIR=$pkgdir install
- mkdir -p $pkgdir/etc/rc.d && \
- cp $srcdir/pdnsd $pkgdir/etc/rc.d/ && \
- mkdir -p $pkgdir/usr/share/ && \
+ mkdir -p $pkgdir/etc/rc.d
+ cp $srcdir/pdnsd $pkgdir/etc/rc.d/
+ mkdir -p $pkgdir/usr/share/
mv $pkgdir/usr/man $pkgdir/usr/share/
}
diff --git a/community/pyogg/PKGBUILD b/community/pyogg/PKGBUILD
index 73c0217df..50eebb60e 100644
--- a/community/pyogg/PKGBUILD
+++ b/community/pyogg/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 89164 2010-08-29 16:44:28Z remy $
+# $Id: PKGBUILD 64982 2012-02-19 11:17:06Z jelle $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Jason Chu <jason@archlinux.org>
pkgname=pyogg
pkgver=1.3
-pkgrel=6
+pkgrel=7
pkgdesc="Python ogg wrapper library"
arch=('i686' 'x86_64')
url="http://ekyo.nerim.net/software/pyogg/index.html"
diff --git a/community/pyvorbis/PKGBUILD b/community/pyvorbis/PKGBUILD
index 83ce3a8eb..6e5de6442 100644
--- a/community/pyvorbis/PKGBUILD
+++ b/community/pyvorbis/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 89168 2010-08-29 17:00:16Z remy $
+# $Id: PKGBUILD 64987 2012-02-19 11:27:59Z jelle $
# Contributor: Jason Chu <jason@archlinux.org>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=pyvorbis
pkgver=1.4
-pkgrel=5
+pkgrel=6
pkgdesc="Python vorbis wrapper library"
-url="http://www.andrewchatham.com/pyogg/"
+url="http://ekyo.nerim.net/software/pyogg/index.html"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('python2' 'libvorbis' 'pyogg>=1.3-3')
diff --git a/community/qoauth/PKGBUILD b/community/qoauth/PKGBUILD
index ea7a724ec..0613ba44f 100644
--- a/community/qoauth/PKGBUILD
+++ b/community/qoauth/PKGBUILD
@@ -1,9 +1,10 @@
# $Id $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# Maintainer: Peter Richard Lewis <plewis@aur.archlinux.org>
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=qoauth
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Support with OAuth-powered network services"
url="http://github.com/ayoy/qoauth"
license=('GPL')
diff --git a/community/radeontool/PKGBUILD b/community/radeontool/PKGBUILD
index 7092a9d77..83793aa62 100644
--- a/community/radeontool/PKGBUILD
+++ b/community/radeontool/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 39058 2011-02-05 20:20:24Z lcarlier $
+# $Id: PKGBUILD 64970 2012-02-19 08:18:34Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym AT gmail DOT com>
pkgname=radeontool
pkgver=1.6.2
-pkgrel=1
-pkgdesc="Radeontool (and avivotool) are lowlevel tools to tweak register and dump state on radeon GPUs"
+pkgrel=2
+pkgdesc="Lowlevel tools to tweak register and dump state on radeon GPUs"
url="http://airlied.livejournal.com/"
arch=('i686' 'x86_64')
license=('ZLIB')
diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD
index afb1493ee..51fe81b56 100644
--- a/community/task/PKGBUILD
+++ b/community/task/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=task
pkgver=1.9.4
-pkgrel=2
+pkgrel=3
pkgdesc="A command-line todo list manager"
arch=('i686' 'x86_64')
url="http://taskwarrior.org/projects/show/taskwarrior/"
@@ -19,22 +19,21 @@ sha1sums=('b9bae255f4fa03970eced3ac0876935271d1d7a1')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
- install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/etc/bash_completion.d/task_completion.sh"
- install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish"
- install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task"
-
- install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" "$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
- install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"
- install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim"
- install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim"
+ install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/etc/bash_completion.d/task_completion.sh"
+ install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish"
+ install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task"
+ install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" "$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
+ install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"
+ install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim"
+ install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim"
}
diff --git a/community/torcs/PKGBUILD b/community/torcs/PKGBUILD
index f6a4e9380..d514322a8 100644
--- a/community/torcs/PKGBUILD
+++ b/community/torcs/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 63756 2012-02-05 12:12:13Z ibiru $
+# $Id: PKGBUILD 64985 2012-02-19 11:26:28Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Shahar Weiss <sweiss4@gmx.net>
pkgname=torcs
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="A 3D racing cars simulator using OpenGL"
url="http://torcs.sourceforge.net"
@@ -15,7 +15,7 @@ options=('!makeflags')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2
torcs.desktop
torcs-gcc.patch)
-md5sums=('254b8f4c14d067dd63da8d54d3cfdba8'
+md5sums=('0319c996dac4480f1182c03d2331b14a'
'328e419e9f985c3e7b69924fe299330d'
'5ae7e903df37300d3b8744328c756bff')
diff --git a/community/uml_utilities/PKGBUILD b/community/uml_utilities/PKGBUILD
index b0fc5a633..958997347 100644
--- a/community/uml_utilities/PKGBUILD
+++ b/community/uml_utilities/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=uml_utilities
pkgver=20070815
-pkgrel=4
+pkgrel=5
pkgdesc="User Mode Linux Utilities"
arch=(i686 x86_64)
depends=('fuse' 'readline' 'perl')
diff --git a/community/uqm/PKGBUILD b/community/uqm/PKGBUILD
index 4d82315d6..a9b851ba9 100644
--- a/community/uqm/PKGBUILD
+++ b/community/uqm/PKGBUILD
@@ -1,3 +1,4 @@
+# $Id: PKGBUILD 65007 2012-02-19 17:51:46Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Maintainer : Daenyth <Daenyth+Arch _AT_ gmail _DOT_ com>
# Contributor : wizzomafizzo <wizzomafizzo@gmail.com>
@@ -6,7 +7,7 @@
pkgname=uqm
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Ur-Quan Masters is a port of Star Control 2"
arch=('i686' 'x86_64')
url="http://sc2.sf.net/"
diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD
index 749bcebd6..d414b935c 100644
--- a/community/xdebug/PKGBUILD
+++ b/community/xdebug/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 54418 2011-08-18 09:30:31Z spupykin $
+# $Id: PKGBUILD 65011 2012-02-20 01:39:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
# Contributor: sracker <smb.sac@gmail.com>
pkgname=xdebug
-pkgver=2.1.2
-pkgrel=1
+pkgver=2.1.3
+pkgrel=2
pkgdesc="PHP debugging extension"
arch=('i686' 'x86_64')
url="http://www.xdebug.org"
@@ -17,7 +17,7 @@ backup=('etc/php/conf.d/xdebug.ini')
source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
xdebug-5.2.ini
xdebug.ini)
-md5sums=('3a9c3402063c8163de6e419ddc8d96e7'
+md5sums=('779f4a66acdccd673553769e403674c4'
'6b7fdbbe0bf381bda40e77e29981f439'
'68de800943369d4c76bdf7eb35c8463b')
diff --git a/community/xdebug/xdebug.install b/community/xdebug/xdebug.install
index fc2fcbc84..a7ec0b9cc 100644
--- a/community/xdebug/xdebug.install
+++ b/community/xdebug/xdebug.install
@@ -1,18 +1,8 @@
-pre_upgrade() {
- local _configfile=/etc/php/conf.d/xdebug.ini
-
- if [ $2 \< "2.0.4-2" -a -f $_configfile ] ; then
- mv -f $_configfile $_configfile.pacold
- fi
- /bin/true
-}
-
post_install() {
local _configfile=/etc/php/conf.d/xdebug.ini
echo " ==> You may wish to uncomment/change the settings found in "
echo " $_configfile"
echo ""
- /bin/true
}
post_upgrade() {
@@ -20,28 +10,6 @@ post_upgrade() {
local PHPVER=$(php -r 'echo phpversion();')
post_install $1
- if [ $2 \< "2.0.4-2" ] ; then
- if [ -f $_configfile.pacold ] ; then
- mv $_configfile $_configfile.pacnew
- mv $_configfile.pacold $_configfile
- echo " ==> There is a new xdebug.ini at $_configfile.pacnew."
- echo " You may wish to copy it or modify your existing file: "
- echo " $_configfile."
- echo ""
- else
- echo " ==> A configuration file for xdebug has been placed at:"
- echo " $_configfile."
- echo " Please remove the following lines from /etc/php/php.ini and move them"
- echo " to $_configfile:"
- echo " zend_extension=/usr/lib/php/xdebug.so"
- echo " xdebug.remote_enable=on"
- echo " xdebug.remote_host=<ip address>"
- echo " xdebug.remote_port=<port>"
- echo " xdebug.remote_handler=dbgp"
- echo ""
- fi
- fi
-
if [ "$PHPVER" \< "5.3" ] ; then
echo " ==> You are currenty running a version of php < 5.3."
echo " When/if you upgrade php to a version >= 5.3, you will need to reinstall $pkgname."
diff --git a/extra/antlr2/PKGBUILD b/extra/antlr2/PKGBUILD
index 021da9bb4..7805cdd81 100644
--- a/extra/antlr2/PKGBUILD
+++ b/extra/antlr2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 150679 2012-02-20 03:46:01Z allan $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: George Giorgidze <giorgidze (at) gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
@@ -6,7 +6,7 @@
pkgbase=antlr2
pkgname=('antlr2' 'python-antlr2')
pkgver=2.7.7
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.antlr2.org/"
license=('custom')
diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD
index bb0d6bff6..7ccbaf8bb 100644
--- a/extra/live-media/PKGBUILD
+++ b/extra/live-media/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149149 2012-02-06 00:27:42Z giovanni $
+# $Id: PKGBUILD 150662 2012-02-19 16:50:59Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Gilles CHAUVIN <gcnweb@gmail.com>
pkgname=live-media
pkgver=2012.02.04
-pkgrel=1
+pkgrel=2
pkgdesc="A set of C++ libraries for multimedia streaming"
arch=('i686' 'x86_64')
license=('LGPL')
@@ -16,11 +16,11 @@ md5sums=('5c9753e027af08c065f156e2a0bec023')
build() {
cd ${srcdir}/live
- sed \
- -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \
- -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
- -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
- -i config.linux
+ sed \
+ -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \
+ -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+ -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+ -i config.linux
./genMakefiles linux
make
}
@@ -29,10 +29,17 @@ package() {
cd ${srcdir}/live
for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
- mkdir -p ${pkgdir}/usr/lib/live/${dir}
- cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/live/${dir}
+ mkdir -p ${pkgdir}/usr/lib/
+ install -m644 ${dir}/*.a ${pkgdir}/usr/lib
done
+ for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
+ mkdir -p ${pkgdir}/usr/include/${dir}
+ install -m644 ${dir}/include/*.hh ${pkgdir}/usr/include/${dir}
+ done
+
+ install -m644 groupsock/include/*.h ${pkgdir}/usr/include/groupsock
+
mkdir -p ${pkgdir}/usr/bin
for testprog in `find testProgs -type f -perm 755`; do
install ${testprog} ${pkgdir}/usr/bin
diff --git a/extra/phonon-vlc/PKGBUILD b/extra/phonon-vlc/PKGBUILD
index 6f9bcb7c9..2a18f9139 100644
--- a/extra/phonon-vlc/PKGBUILD
+++ b/extra/phonon-vlc/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 150267 2012-02-16 07:53:14Z andrea $
+# $Id: PKGBUILD 150669 2012-02-19 23:09:39Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=phonon-vlc
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('vlc')
makedepends=('cmake' 'automoc4' 'phonon')
provides=('phonon-backend')
-source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/phonon-backend-vlc-${pkgver}.tar.xz")
+source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz")
md5sums=('fc5dc2b353fa0d9e428ecfc3c485eb66')
build() {
diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD
index 9df7324ce..fddc6c18e 100644
--- a/extra/vlc/PKGBUILD
+++ b/extra/vlc/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 150609 2012-02-18 22:53:43Z giovanni $
+# $Id: PKGBUILD 150664 2012-02-19 17:21:32Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Contributor: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=vlc
pkgver=2.0.0
-pkgrel=1
+pkgrel=3
pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -16,10 +16,10 @@ 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' 'pkg-config' 'live-media' 'libnotify'
+makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'libbluray'
'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse'
- 'lirc-utils' 'gnutls' 'libcaca')
+ 'lirc-utils' 'gnutls' 'libcaca' 'oss')
optdepends=('avahi: for service discovery using bonjour protocol'
'libnotify: for notification plugin'
'ncurses: for ncurses interface support'
@@ -30,7 +30,9 @@ optdepends=('avahi: for service discovery using bonjour protocol'
'kdelibs: KDE Solid hardware integration'
'libpulse: PulseAudio support'
'vdpau-video: vdpau back-end for nvidia'
- 'libva-driver-intel: back-end for intel cards')
+ 'libva-driver-intel: back-end for intel cards'
+ 'libbluray: for Blu-Ray disks'
+ 'oss: for OSS audio')
conflicts=('vlc-plugin')
replaces=('vlc-plugin')
backup=('usr/share/vlc/lua/http/.hosts'
@@ -54,6 +56,9 @@ build() {
--enable-pvr \
--enable-ncurses \
--enable-upnp \
+ --enable-oss \
+ --enable-bluray \
+ --enable-live555 \
--enable-realrtsp
make
}
diff --git a/extra/ypbind-mt/PKGBUILD b/extra/ypbind-mt/PKGBUILD
index 60df94219..352078fe3 100644
--- a/extra/ypbind-mt/PKGBUILD
+++ b/extra/ypbind-mt/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 138068 2011-09-15 22:41:35Z tomegun $
-# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# $Id: PKGBUILD 150656 2012-02-19 12:54:57Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=ypbind-mt
pkgver=1.33
-pkgrel=3
+pkgrel=4
pkgdesc='Linux NIS daemon'
url='http://www.linux-nis.org/nis/ypbind-mt/'
license=('GPL2')
@@ -14,14 +15,11 @@ makedepends=('networkmanager')
depends=('rpcbind' 'openslp' 'dbus-glib')
optdepends=('yp-tools: to set a domain name')
backup=('etc/yp.conf' 'etc/conf.d/ypbind' 'etc/conf.d/nisdomainname')
-source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz"
+#source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'nisdomainname.conf'
'ypbind.conf'
'ypbind')
-sha1sums=('49f578d15aa5d4f4130a2e96cd9c0e519263fc88'
- 'eb00aecc0679e25a36b007e797f4468b40cb3e8e'
- '07dee386d001fb9e9e6b76dda8af5b2092e5a4a2'
- '112fc2aedfe3f761325b69647b7938bc1be5bfcd')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -44,3 +42,7 @@ package() {
install -D -m644 ../nisdomainname.conf "${pkgdir}"/etc/conf.d/nisdomainname
install -d -m755 "${pkgdir}"/var/yp/binding
}
+md5sums=('692f68ed0476762be4228ce543a5b791'
+ 'e83a85291ea2ee152a78f2c16b0b1185'
+ '229309a989abad27703ac2e6d07dc7ae'
+ '1f7a4c80414d580c9afb3a08267beed0')
diff --git a/extra/zsh/PKGBUILD b/extra/zsh/PKGBUILD
index 5853c1f57..e58444200 100644
--- a/extra/zsh/PKGBUILD
+++ b/extra/zsh/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 149982 2012-02-11 23:31:46Z allan $
+# $Id: PKGBUILD 150666 2012-02-19 20:58:33Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=zsh
-pkgver=4.3.15
-pkgrel=3
+pkgver=4.3.16
+pkgrel=1
pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
arch=('i686' 'x86_64')
url='http://www.zsh.org/'
@@ -11,15 +11,13 @@ license=('custom')
depends=('pcre' 'libcap' 'gdbm')
install=zsh.install
source=("ftp://ftp.zsh.org/pub/${pkgname}-${pkgver}.tar.bz2"
- 'zprofile' 'svn-1.7.patch')
+ 'zprofile')
backup=('etc/zsh/zprofile')
-md5sums=('11766b0dd674a513810903cd33ffcac4'
- '24a9335edf77252a7b5f52e079f7aef7'
- '4fcbc119fdb624a8c483a278f3a82efd')
+md5sums=('4bf0b8947b5acc0ac4334d75adc87239'
+ '24a9335edf77252a7b5f52e079f7aef7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i "${srcdir}/svn-1.7.patch"
# FS#16360
sed -i 's/init.d/rc.d/g' Doc/Zsh/compsys.yo \
Doc/zsh.texi \
@@ -48,8 +46,6 @@ build() {
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # This test wont work with the noatime mount option
- rm Test/C02cond.ztst
HOME="${srcdir}" make check
}
diff --git a/staging/gstreamer0.10-ugly/PKGBUILD b/staging/gstreamer0.10-ugly/PKGBUILD
new file mode 100644
index 000000000..4d4b718e1
--- /dev/null
+++ b/staging/gstreamer0.10-ugly/PKGBUILD
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 150671 2012-02-20 00:31:40Z allan $
+# Maintainer: Jan de Groot <jgc@archlinux.org>
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.18
+pkgrel=6
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+url="http://gstreamer.freedesktop.org/"
+options=(!libtool)
+source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.bz2)
+md5sums=('04a7009a4efea2844075949c111f5e4d')
+
+build() {
+ cd "${srcdir}/gst-plugins-ugly-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static --enable-experimental \
+ --with-package-name="GStreamer Ugly Plugins (Archlinux)" \
+ --with-package-origin="http://www.archlinux.org/"
+ make
+ sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+package_gstreamer0.10-ugly() {
+ pkgdesc="GStreamer Multimedia Framework Ugly plugin libraries"
+ depends=('gstreamer0.10-base>=0.10.34')
+
+ cd "${srcdir}/gst-plugins-ugly-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
+package_gstreamer0.10-ugly-plugins() {
+ pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)"
+ depends=("gstreamer0.10-ugly=${pkgver}" 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libid3tag' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+ groups=('gstreamer0.10-plugins')
+ replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 'gstreamer0.10-a52dec')
+ conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 'gstreamer0.10-a52dec')
+
+ cd "${srcdir}/gst-plugins-ugly-${pkgver}"
+ make -C ext DESTDIR="${pkgdir}" install
+}
diff --git a/staging/gvfs/PKGBUILD b/staging/gvfs/PKGBUILD
new file mode 100644
index 000000000..9abf4e950
--- /dev/null
+++ b/staging/gvfs/PKGBUILD
@@ -0,0 +1,113 @@
+# $Id: PKGBUILD 150673 2012-02-20 00:41:16Z allan $
+# Maintainer: Jan de Groot <jgc@archlinux.org>
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
+pkgver=1.10.1
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf')
+url="http://www.gnome.org"
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288')
+
+build() {
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/gvfs \
+ --with-bash-completion-dir=/etc/bash_completion.d
+ make
+}
+
+package_gvfs() {
+ pkgdesc="Userspace virtual filesystem implemented as a pluggable module for gio"
+ depends=('libsoup-gnome' 'libgdu' 'libcdio' 'fuse' 'libarchive' 'avahi' 'dconf')
+ optdepends=('gvfs-afc: AFC (mobile devices) support'
+ 'gvfs-smb: SMB/CIFS (Windows client) support'
+ 'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+ 'gvfs-obexftp: ObexFTP (bluetooth) support'
+ 'gvfs-afp: Apple Filing Protocol (AFP) support')
+ install=gvfs.install
+
+ cd "${srcdir}/${pkgbase}-${pkgver}"
+ sed -e 's/^am__append_3/#am__append_3/' \
+ -e 's/^am__append_4/#am__append_4/' \
+ -i monitor/Makefile
+ make DESTDIR="${pkgdir}" install
+
+ cd "${pkgdir}"
+ rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
+ rm usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
+ rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+ rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+ pkgdesc="SMB/CIFS (Windows client) backend for gvfs"
+ depends=("gvfs=${pkgver}" 'smbclient' 'libgnome-keyring')
+ install=gvfs-smb.install
+
+ cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
+ install -m755 -d "${pkgdir}/usr/lib/gvfs"
+ install -m755 -d "${pkgdir}/usr/share/gvfs/mounts"
+
+ install -m755 .libs/gvfsd-smb{,-browse} "${pkgdir}/usr/lib/gvfs/"
+ install -m644 smb{,-browse}.mount "${pkgdir}/usr/share/gvfs/mounts/"
+
+ install -Dm644 org.gnome.system.smb.gschema.xml \
+ "${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
+ install -Dm644 gvfs-smb.convert \
+ "${pkgdir}/usr/share/GConf/gsettings/gvfs-smb.convert"
+}
+
+package_gvfs-afc() {
+ pkgdesc="AFC (mobile devices) backend for gvfs"
+ depends=("gvfs=${pkgver}" 'libimobiledevice')
+ install=gvfs-module.install
+
+ cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
+ install -D .libs/gvfsd-afc "${pkgdir}/usr/lib/gvfs/gvfsd-afc"
+ install -Dm644 afc.mount "${pkgdir}/usr/share/gvfs/mounts/afc.mount"
+
+ cd "${srcdir}/${pkgbase}-${pkgver}/monitor/afc"
+ make DESTDIR="${pkgdir}" install
+}
+
+package_gvfs-gphoto2() {
+ pkgdesc="gphoto2 (PTP camera/MTP media player) backend for gvfs"
+ depends=("gvfs=${pkgver}" 'dbus-core' 'libgphoto2' 'udev')
+ install=gvfs-module.install
+
+ cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
+ install -D .libs/gvfsd-gphoto2 "${pkgdir}/usr/lib/gvfs/gvfsd-gphoto2"
+ install -Dm644 gphoto2.mount "${pkgdir}/usr/share/gvfs/mounts/gphoto2.mount"
+
+ cd "${srcdir}/${pkgbase}-${pkgver}/monitor/gphoto2"
+ make DESTDIR="${pkgdir}" install
+}
+
+package_gvfs-obexftp() {
+ pkgdesc="ObexFTP (bluetooth) backend for gvfs"
+ depends=("gvfs=${pkgver}" 'dbus-glib' 'bluez' 'obex-data-server')
+ install=gvfs-module.install
+
+ cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
+ install -D .libs/gvfsd-obexftp "${pkgdir}/usr/lib/gvfs/gvfsd-obexftp"
+ install -Dm644 obexftp.mount "${pkgdir}/usr/share/gvfs/mounts/obexftp.mount"
+}
+
+package_gvfs-afp() {
+ pkgdesc="Apple Filing Protocol (AFP) backend for gvfs"
+ depends=("gvfs=${pkgver}")
+ install=gvfs-module.install
+ install -m755 -d "${pkgdir}/usr/lib/gvfs"
+ install -m755 -d "${pkgdir}/usr/share/gvfs/mounts"
+
+ cd "${srcdir}/${pkgbase}-${pkgver}/daemon"
+ install -m755 .libs/gvfsd-afp{,-browse} "${pkgdir}/usr/lib/gvfs/"
+ install -m644 afp{,-browse}.mount "${pkgdir}/usr/share/gvfs/mounts/"
+
+}
diff --git a/staging/gvfs/gvfs-module.install b/staging/gvfs/gvfs-module.install
new file mode 100644
index 000000000..09d1f11ec
--- /dev/null
+++ b/staging/gvfs/gvfs-module.install
@@ -0,0 +1,7 @@
+post_install() {
+ killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+ post_install
+}
diff --git a/staging/gvfs/gvfs-smb.install b/staging/gvfs/gvfs-smb.install
new file mode 100644
index 000000000..0b8783c7b
--- /dev/null
+++ b/staging/gvfs/gvfs-smb.install
@@ -0,0 +1,12 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
diff --git a/staging/gvfs/gvfs.install b/staging/gvfs/gvfs.install
new file mode 100644
index 000000000..9458b1513
--- /dev/null
+++ b/staging/gvfs/gvfs.install
@@ -0,0 +1,14 @@
+post_install() {
+ usr/bin/gio-querymodules usr/lib/gio/modules
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ killall -USR1 gvfsd >&/dev/null || :
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ usr/bin/gio-querymodules usr/lib/gio/modules
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
diff --git a/staging/oxine/PKGBUILD b/staging/oxine/PKGBUILD
new file mode 100644
index 000000000..6a686bfee
--- /dev/null
+++ b/staging/oxine/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 150677 2012-02-20 01:49:45Z allan $
+# Maintainer:
+# Contributor: Rouslan Solomakhin <rouslan@localnet.com>
+# Contributor: dorphell <dorphell@archlinux.org>
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=6
+pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems"
+arch=('i686' 'x86_64')
+url="http://oxine.sourceforge.net/"
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a2d05ee21892624e35cf539e532c0dd')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's|#include <curl/types.h>||' configure src/download.c
+ ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+ --without-imagemagick --disable-gdkpixbuf --disable-weather
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/staging/xine-lib/PKGBUILD b/staging/xine-lib/PKGBUILD
new file mode 100644
index 000000000..5eaa218e0
--- /dev/null
+++ b/staging/xine-lib/PKGBUILD
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 150675 2012-02-20 01:13:48Z allan $
+# Maintainer: Eric BĂ©langer <eric@archlinux.org>
+
+pkgname=xine-lib
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="A multimedia playback engine"
+arch=('i686' 'x86_64')
+url="http://www.xine-project.org"
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad'
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+ 'jack: for using the jack plugin' \
+ 'vcdimager: for using the vcd plugin' \
+ 'mesa: for using the opengl plugin' \
+ 'wavpack: for using the wavpack plugin' \
+ 'faad2: for using the faad plugin' \
+ 'libmng: for using the mng plugin' \
+ 'aalib: for using the aalib plugin' \
+ 'libmodplug: for using the modplug plugin' \
+ 'libdca: for using the dca plugin' \
+ 'a52dec: for using the a52 plugin' \
+ 'libmad: for using the mp3 plugin' \
+ 'libmpcdec: for using the musepack plugin' \
+ 'libcaca: for using the caca plugin' \
+ 'libbluray: for using the bluray plugin' \
+ 'gnome-vfs: for using the gnome-vfs plugin' \
+ 'libvdpau: for using the VDPAU plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/testing/libevent/PKGBUILD b/testing/libevent/PKGBUILD
new file mode 100644
index 000000000..fd436f152
--- /dev/null
+++ b/testing/libevent/PKGBUILD
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 150654 2012-02-19 12:52:52Z tomegun $
+# Maintainer: Tom Gundersen <teg@jklm.no>
+# Contributor: Judd <jvinet@zeroflux.org>
+
+pkgname=libevent
+pkgver=2.0.17
+pkgrel=1
+pkgdesc="An event notification library"
+arch=('i686' 'x86_64')
+url="http://www.monkey.org/~provos/libevent/"
+license=('GPL2')
+depends=('openssl')
+optdepends=('python2: to use event_rpcgen.py')
+options=('!libtool')
+source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc})
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}-stable"
+ sed -i 's#python#python2#' event_rpcgen.py
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+check() {
+ cd "${srcdir}/${pkgname}-${pkgver}-stable"
+ make check
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}-stable"
+ make DESTDIR="${pkgdir}" install
+}
+md5sums=('dad64aaaaff16b5fbec25160c06fee9a'
+ 'ef4a32a96df3941fed58fbe39b4eab9d')