summaryrefslogtreecommitdiff
path: root/extra/mediastreamer
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-27 12:30:14 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-27 12:30:14 -0300
commitac84c0a6f7b12fcf77af9b7ed5c71a3949a35ec3 (patch)
tree1d06aac4a3c6b42643952e6aad303b9179669f5b /extra/mediastreamer
parent259debb981a976da83ba1c9b93fb6e9ec1a68fe8 (diff)
parent342100843ef3e4379443c526403fac1b1cb6416a (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/jack2/PKGBUILD extra/icedtea-web/PKGBUILD extra/ntp/PKGBUILD extra/ortp/PKGBUILD
Diffstat (limited to 'extra/mediastreamer')
-rw-r--r--extra/mediastreamer/PKGBUILD25
1 files changed, 11 insertions, 14 deletions
diff --git a/extra/mediastreamer/PKGBUILD b/extra/mediastreamer/PKGBUILD
index ed4634c49..87cb99e44 100644
--- a/extra/mediastreamer/PKGBUILD
+++ b/extra/mediastreamer/PKGBUILD
@@ -1,30 +1,27 @@
-# $Id: PKGBUILD 142632 2011-11-12 17:15:28Z ibiru $
+# $Id: PKGBUILD 145637 2011-12-25 11:01:07Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: AdriĆ  Arrufat <swiftscythe@gmail.com>
pkgname=mediastreamer
-pkgver=2.7.3
-pkgrel=4
+pkgver=2.8.0
+pkgrel=1
pkgdesc="A library written in C that allows you to create and run audio and video streams"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.linphone.org/"
license=('GPL')
-depends=('ortp' 'speex' 'v4l-utils' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- "disable-v4l1.patch")
-md5sums=('5213307f557d86aa648f1a53a885138c'
- '7ee15689eed1adbdcf0ddab8fadca34a')
+depends=('ortp' 'speex' 'ffmpeg' 'v4l-utils' 'libxv' 'libpulse')
+makedepends=('intltool')
+#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('79f6e4d927ebf15e9967511d8a88ce74')
options=('!libtool')
build() {
- cd "${srcdir}"/$pkgname-$pkgver/
- patch -p2 -i "${srcdir}"/disable-v4l1.patch
-
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib/mediastreamer/
+ cd "${srcdir}"/$pkgname-$pkgver
+ ./autogen.sh
+ ./configure --prefix=/usr
make
}