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

Sergej Pupykin spupykin at archlinux.org
Thu Mar 16 11:29:53 UTC 2017


    Date: Thursday, March 16, 2017 @ 11:29:53
  Author: spupykin
Revision: 216708

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

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   47 -----------------------------
 community-x86_64/PKGBUILD |   47 -----------------------------
 3 files changed, 70 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-16 11:29:36 UTC (rev 216707)
+++ community-i686/PKGBUILD	2017-03-16 11:29:53 UTC (rev 216708)
@@ -1,47 +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.14.0
-pkgrel=5
-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' 'bcunit')
-#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')
-
-prepare() {
-  cd ${pkgname}2-$pkgver
-  patch src/crypto/dtls_srtp.c <<EOF
-diff -r mediastreamer2-2.14.0/src/crypto/dtls_srtp.c mediastreamer2-2.14.0.q/src/crypto/dtls_srtp.c
-708c708
-< 	bctbx_ssl_config_set_ca_chain(dtlsContext->ssl_config, dtlsContext->crt, NULL);
----
-> 	bctbx_ssl_config_set_ca_chain(dtlsContext->ssl_config, dtlsContext->crt);
-EOF
-}
-
-build() {
-  cd ${pkgname}2-$pkgver
-  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink -Dbctbx_list_delete_link=bctbx_list_erase_link"
-  [ -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
-}

Copied: mediastreamer/repos/community-i686/PKGBUILD (from rev 216707, mediastreamer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-16 11:29:53 UTC (rev 216708)
@@ -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.15.1
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and video streams"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/mediastreamer2"
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 'bctoolbox')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim' 'bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz")
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+sha256sums=('5e7d3eefc3ca807711da2cc279f1a05d7a24e0aa6e9dfe912fc203419880c852')
+
+build() {
+  cd ${pkgname}2-$pkgver
+#  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink -Dbctbx_list_delete_link=bctbx_list_erase_link"
+  [ -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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-16 11:29:36 UTC (rev 216707)
+++ community-x86_64/PKGBUILD	2017-03-16 11:29:53 UTC (rev 216708)
@@ -1,47 +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.14.0
-pkgrel=5
-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' 'bcunit')
-#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')
-
-prepare() {
-  cd ${pkgname}2-$pkgver
-  patch src/crypto/dtls_srtp.c <<EOF
-diff -r mediastreamer2-2.14.0/src/crypto/dtls_srtp.c mediastreamer2-2.14.0.q/src/crypto/dtls_srtp.c
-708c708
-< 	bctbx_ssl_config_set_ca_chain(dtlsContext->ssl_config, dtlsContext->crt, NULL);
----
-> 	bctbx_ssl_config_set_ca_chain(dtlsContext->ssl_config, dtlsContext->crt);
-EOF
-}
-
-build() {
-  cd ${pkgname}2-$pkgver
-  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink -Dbctbx_list_delete_link=bctbx_list_erase_link"
-  [ -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
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 216707, mediastreamer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-16 11:29:53 UTC (rev 216708)
@@ -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.15.1
+pkgrel=1
+pkgdesc="A library written in C that allows you to create and run audio and video streams"
+arch=('i686' 'x86_64')
+url="https://github.com/BelledonneCommunications/mediastreamer2"
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp' 'glew' 'libsrtp' 'mbedtls' 'bctoolbox')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim' 'bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz")
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+sha256sums=('5e7d3eefc3ca807711da2cc279f1a05d7a24e0aa6e9dfe912fc203419880c852')
+
+build() {
+  cd ${pkgname}2-$pkgver
+#  export CFLAGS="$CFLAGS -Dbctbx_list_remove_link=bctbx_list_unlink -Dbctbx_list_delete_link=bctbx_list_erase_link"
+  [ -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