Date: Friday, February 12, 2021 @ 15:06:26 Author: arojas Revision: 856974
archrelease: copy trunk to community-x86_64 Added: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 856973, mediastreamer/trunk/PKGBUILD) Deleted: mediastreamer/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-02-12 15:06:17 UTC (rev 856973) +++ PKGBUILD 2021-02-12 15:06:26 UTC (rev 856974) @@ -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.4.27 -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=('447e088c6c8427bd2a161fb37d4b4e5d5b064e329745daa7c970203901678334') -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 856973, mediastreamer/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-02-12 15:06:26 UTC (rev 856974) @@ -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.4.28 +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=('bf13c235041dddb2f1db981be9097a8078e739af3837576741e1a541c2e0ca36') +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 +}