Date: Thursday, April 1, 2021 @ 09:13:17 Author: arojas Revision: 910782
archrelease: copy trunk to community-x86_64 Added: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 910781, mediastreamer/trunk/PKGBUILD) Deleted: mediastreamer/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-04-01 09:13:07 UTC (rev 910781) +++ PKGBUILD 2021-04-01 09:13:17 UTC (rev 910782) @@ -1,29 +0,0 @@ -# Maintainer: -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: AdriĆ Arrufat <swiftscy...@gmail.com> -# Contributor: Mark Lee <m...@markelee.com> - -pkgname=mediastreamer -pkgver=4.5.0 -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=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz") -sha256sums=('31a68dbf11999cb5d8f591f5be36458d2954612828f5ae070cfe8e6ee4f7e6cf') -validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985') - -build() { - cmake -B build -S ${pkgname}2-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_STATIC=OFF - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 910781, mediastreamer/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-04-01 09:13:17 UTC (rev 910782) @@ -0,0 +1,29 @@ +# Maintainer: +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: AdriĆ Arrufat <swiftscy...@gmail.com> +# Contributor: Mark Lee <m...@markelee.com> + +pkgname=mediastreamer +pkgver=4.5.1 +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=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz") +sha256sums=('71614e1584752b8beee2feb9025c70cacd9f8566e803236f8dfd6a0ad226cba6') +validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985') + +build() { + cmake -B build -S ${pkgname}2-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_STATIC=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}