summaryrefslogtreecommitdiff
path: root/community/psimedia
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-09 03:36:00 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-09 03:36:00 +0000
commit66018e3cb2f893ec3add478fcd86ed3334e46fa9 (patch)
tree3336c03eb23042b17727e6ab856ce359443b2d48 /community/psimedia
parent740a52614d0b18baf8d2177a89036a29c8cd3bd8 (diff)
Fri May 9 03:32:12 UTC 2014
Diffstat (limited to 'community/psimedia')
-rw-r--r--community/psimedia/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/psimedia/PKGBUILD b/community/psimedia/PKGBUILD
index df2457f63..c998a6ab5 100644
--- a/community/psimedia/PKGBUILD
+++ b/community/psimedia/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 85385 2013-03-01 10:37:22Z andrea $
+# $Id: PKGBUILD 110840 2014-05-08 13:16:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Vladimir Kutyavin <vlkut-at-bk-dot-ru>
pkgname=psimedia
pkgver=1.0.3
-pkgrel=9
+pkgrel=10
pkgdesc="Voice and video chat plugin for Psi-like IM clients. The implementation is based on GStreamer."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -17,7 +17,6 @@ md5sums=('d12fdf60fd71ffba597dd22f5c8481cf')
build() {
cd $srcdir/$pkgname-master
-
cat >>gstprovider/gstconf.pri <<EOF
INCLUDEPATH += \
/usr/include/gstreamer-0.10 \
@@ -25,8 +24,7 @@ build() {
/usr/lib/glib-2.0/include \
/usr/include/libxml2
EOF
-
- qmake
+ qmake-qt4
make
}