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

Sergej Pupykin spupykin at archlinux.org
Wed Aug 31 17:46:19 UTC 2016


    Date: Wednesday, August 31, 2016 @ 17:46:18
  Author: spupykin
Revision: 188168

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

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

-----------------------------------+
 /PKGBUILD                         |   70 ++++++++++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD   |   34 -----------------
 community-staging-x86_64/PKGBUILD |   34 -----------------
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD	2016-08-31 17:46:04 UTC (rev 188167)
+++ community-staging-i686/PKGBUILD	2016-08-31 17:46:18 UTC (rev 188168)
@@ -1,34 +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>
-# Contributor: Mark Lee <mark at markelee.com>
-
-pkgname=mediastreamer
-pkgver=2.12.1
-pkgrel=12
-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' 'mbedtls')
-# 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})
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('1ca115e94a718638fbecf8352c169861'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
-    --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-staging-i686/PKGBUILD (from rev 188167, mediastreamer/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-08-31 17:46:18 UTC (rev 188168)
@@ -0,0 +1,35 @@
+# $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.14.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' 'mbedtls' 'bctoolbox')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim' 'cunit')
+#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz")
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('ba7c44433b10e924036c01fdbee44040')
+
+build() {
+  cd ${pkgname}2-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+    --enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
+    --disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}2-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD	2016-08-31 17:46:04 UTC (rev 188167)
+++ community-staging-x86_64/PKGBUILD	2016-08-31 17:46:18 UTC (rev 188168)
@@ -1,34 +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>
-# Contributor: Mark Lee <mark at markelee.com>
-
-pkgname=mediastreamer
-pkgver=2.12.1
-pkgrel=12
-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' 'mbedtls')
-# 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})
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-md5sums=('1ca115e94a718638fbecf8352c169861'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
-    --disable-strict
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: mediastreamer/repos/community-staging-x86_64/PKGBUILD (from rev 188167, mediastreamer/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-08-31 17:46:18 UTC (rev 188168)
@@ -0,0 +1,35 @@
+# $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.14.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' 'mbedtls' 'bctoolbox')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim' 'cunit')
+#source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz")
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+md5sums=('ba7c44433b10e924036c01fdbee44040')
+
+build() {
+  cd ${pkgname}2-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr \
+    --enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
+    --disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}2-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list