summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing')
-rw-r--r--abs/extra-testing/community/mplayer-vdpau-nogui/PKGBUILD4
-rw-r--r--abs/extra-testing/subversion/PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra-testing/community/mplayer-vdpau-nogui/PKGBUILD b/abs/extra-testing/community/mplayer-vdpau-nogui/PKGBUILD
index 83cca13..8253f99 100644
--- a/abs/extra-testing/community/mplayer-vdpau-nogui/PKGBUILD
+++ b/abs/extra-testing/community/mplayer-vdpau-nogui/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mplayer-vdpau-nogui
pkgver=28348
-pkgrel=2
+pkgrel=3
pkgdesc="Famous multimedia player, dev. version, without its GUI and support for nvidia VDPAU"
arch=('i686' 'x86_64')
url="http://www.mplayerhq.hu/"
@@ -44,7 +44,7 @@ build() {
--disable-libdv --disable-aa --disable-liblzo --disable-speex \
--disable-fribidi --disable-arts --disable-smb --disable-dvdnav \
--disable-openal --disable-faad-internal --disable-jack \
- --disable-musepack --disable-libamr_nb --disable-libamr_wb --disable-lirc \
+ --disable-musepack --disable-libamr_nb --disable-libamr_wb --enable-lirc \
--disable-lircc --disable-x264 --disable-x264-lavc --enable-vdpau \
--disable-directfb
diff --git a/abs/extra-testing/subversion/PKGBUILD b/abs/extra-testing/subversion/PKGBUILD
index 36c2bea..4ad7460 100644
--- a/abs/extra-testing/subversion/PKGBUILD
+++ b/abs/extra-testing/subversion/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=subversion
pkgver=1.5.3
-pkgrel=4
+pkgrel=5
pkgdesc="Replacement for CVS, another versioning system (svn)"
arch=(i686 x86_64)
license=('apache' 'bsd')
@@ -43,7 +43,7 @@ build() {
autoreconf
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
- --with-zlib=/usr --with-neon=/usr
+ --with-zlib=/usr --with-neon=/usr --disable-ldap
(make external-all && make LT_LDFLAGS="-L$Fdestdir/usr/lib" local-all ) || return 1