summaryrefslogtreecommitdiff
path: root/community/recordmydesktop
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/recordmydesktop
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/recordmydesktop')
-rw-r--r--community/recordmydesktop/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/recordmydesktop/PKGBUILD b/community/recordmydesktop/PKGBUILD
index ce7dcecc7..a12e006bc 100644
--- a/community/recordmydesktop/PKGBUILD
+++ b/community/recordmydesktop/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 19250 2010-06-21 20:31:18Z spupykin $
+# $Id: PKGBUILD 65499 2012-02-21 06:41:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Gilles CHAUVIN <gcnweb at gmail dot com>
pkgname=recordmydesktop
pkgver=0.3.8.1
-pkgrel=5
+pkgrel=6
pkgdesc="Produces a OGG encapsulated Theora/Vorbis recording of your desktop"
arch=('i686' 'x86_64' 'mips64el')
url="http://recordmydesktop.sourceforge.net"
license=('GPL')
depends=('alsa-lib' 'zlib' 'libvorbis' 'libxdamage' 'libxext' 'libtheora' 'libsm' 'jack')
-makedepends=('jack-audio-connection-kit')
+makedepends=('jack')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
shmstr-to-shmproto.patch
recordmydesktop-bitrate.patch)
@@ -23,7 +23,7 @@ build() {
patch -p0 < ${srcdir}/shmstr-to-shmproto.patch
patch -p1 < ${srcdir}/recordmydesktop-bitrate.patch
./configure --prefix=/usr --enable-jack=yes LIBS="`pkg-config --libs jack`" \
- CFLAGS="`pkg-config --cflags jack` -DHAVE_LIBJACK" || return 1
- make || return 1
+ CFLAGS="`pkg-config --cflags jack` -DHAVE_LIBJACK"
+ make
make DESTDIR=${pkgdir} install
}