[arch-commits] Commit in mediastreamer/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 14 23:23:51 UTC 2015


    Date: Sunday, March 15, 2015 @ 00:23:51
  Author: arojas
Revision: 233844

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mediastreamer/repos/staging-i686/PKGBUILD
    (from rev 233843, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/staging-x86_64/PKGBUILD
    (from rev 233843, mediastreamer/trunk/PKGBUILD)
Deleted:
  mediastreamer/repos/staging-i686/PKGBUILD
  mediastreamer/repos/staging-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   66 ++++++++++++++++++++++++++++++++++++++++++++++
 staging-i686/PKGBUILD   |   32 ----------------------
 staging-x86_64/PKGBUILD |   32 ----------------------
 3 files changed, 66 insertions(+), 64 deletions(-)

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2015-03-14 23:23:16 UTC (rev 233843)
+++ staging-i686/PKGBUILD	2015-03-14 23:23:51 UTC (rev 233844)
@@ -1,32 +0,0 @@
-# $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.11.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' 'ffmpeg' 'libxv' 'libupnp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
-         'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --disable-glx --enable-xv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/staging-i686/PKGBUILD (from rev 233843, mediastreamer/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-14 23:23:51 UTC (rev 233844)
@@ -0,0 +1,33 @@
+# $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>
+# Contributor: Mark Lee <mark at markelee.com>
+
+pkgname=mediastreamer
+pkgver=2.11.0
+pkgrel=2
+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' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+         'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2015-03-14 23:23:16 UTC (rev 233843)
+++ staging-x86_64/PKGBUILD	2015-03-14 23:23:51 UTC (rev 233844)
@@ -1,32 +0,0 @@
-# $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.11.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' 'ffmpeg' 'libxv' 'libupnp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
-         'SKIP')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --disable-glx --enable-xv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/staging-x86_64/PKGBUILD (from rev 233843, mediastreamer/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-14 23:23:51 UTC (rev 233844)
@@ -0,0 +1,33 @@
+# $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>
+# Contributor: Mark Lee <mark at markelee.com>
+
+pkgname=mediastreamer
+pkgver=2.11.0
+pkgrel=2
+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' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('07ec80cec0fd82c496eb11a5ab436e3b'
+         'SKIP')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --enable-glx --enable-xv --enable-zrtp --enable-external-ortp
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list