[arch-commits] Commit in mediastreamer/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 3 21:48:49 UTC 2022


    Date: Monday, January 3, 2022 @ 21:48:49
  Author: arojas
Revision: 1092614

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-03 21:48:37 UTC (rev 1092613)
+++ PKGBUILD	2022-01-03 21:48:49 UTC (rev 1092614)
@@ -1,31 +0,0 @@
-# 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=5.0.58
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and video streams'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
-makedepends=(cmake python bcunit doxygen)
-source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2)
-sha256sums=('e0b9637592d834e0b94004e99fabf36fff10f48e7d35cc6b0c23b9abdd5dac23')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-build() {
-  cmake -B build -S ${pkgname}2-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_STATIC=OFF \
-    -DENABLE_STRICT=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/include/OpenGL
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 1092613, mediastreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-03 21:48:49 UTC (rev 1092614)
@@ -0,0 +1,31 @@
+# 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=5.0.63
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and video streams'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL)
+depends=(ortp ffmpeg bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen)
+source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2)
+sha256sums=('755e97c8291bd589848f613d42aa0cd828b1bf6b64537339eeeef7b25a194f81')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+build() {
+  cmake -B build -S ${pkgname}2-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DENABLE_STATIC=OFF \
+    -DENABLE_STRICT=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/include/OpenGL
+}



More information about the arch-commits mailing list