[arch-commits] Commit in mediastreamer/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Sep 2 09:47:10 UTC 2021
Date: Thursday, September 2, 2021 @ 09:47:10
Author: arojas
Revision: 1010552
archrelease: copy trunk to community-x86_64
Added:
mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 1010551, mediastreamer/trunk/PKGBUILD)
Deleted:
mediastreamer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-02 09:47:00 UTC (rev 1010551)
+++ PKGBUILD 2021-09-02 09:47:10 UTC (rev 1010552)
@@ -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.13
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and video streams'
-arch=(x86_64)
-url='https://github.com/BelledonneCommunications/mediastreamer2'
-license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
-makedepends=(cmake python bcunit doxygen)
-source=(https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6fbf9c46327128e10d485d74ee467465a216abe23ddf962e5dee8cf7ea3391fa')
-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 1010551, mediastreamer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-02 09:47:10 UTC (rev 1010552)
@@ -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.15
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and video streams'
+arch=(x86_64)
+url='https://github.com/BelledonneCommunications/mediastreamer2'
+license=(GPL)
+depends=(ortp ffmpeg bzrtp glew libsrtp)
+makedepends=(cmake python bcunit doxygen)
+source=(https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2cfe4d6faaaa8d9302401ba77c865284cd7e49d76631a2af69592f233e10eed1')
+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