[arch-commits] Commit in mediastreamer/repos/extra-i686 (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Feb 23 01:28:41 UTC 2012


    Date: Wednesday, February 22, 2012 @ 20:28:41
  Author: andrea
Revision: 150812

archrelease: copy trunk to extra-i686

Added:
  mediastreamer/repos/extra-i686/PKGBUILD
    (from rev 150811, mediastreamer/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: mediastreamer/repos/extra-i686/PKGBUILD (from rev 150811, mediastreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-23 01:28:41 UTC (rev 150812)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Adrià Arrufat <swiftscythe at gmail.com>
+
+pkgname=mediastreamer
+pkgver=2.8.2
+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' 'ffmpeg' 'v4l-utils' 'libxv' 'libpulse')
+makedepends=('intltool')
+options=('!libtool')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('e51ea9d5fce1396b374d10473dfbadec'
+         '805da7def98f367e621363fa0c951fe8')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list