From 342100843ef3e4379443c526403fac1b1cb6416a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Dec 2011 23:14:57 +0000 Subject: Mon Dec 26 23:14:57 UTC 2011 --- extra/mediastreamer/PKGBUILD | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'extra/mediastreamer') diff --git a/extra/mediastreamer/PKGBUILD b/extra/mediastreamer/PKGBUILD index 3c3b7637a..1f81cc302 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 # Contributor: Sergej Pupykin # Contributor: AdriĆ  Arrufat 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') 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 } -- cgit v1.2.3-54-g00ecf