Date: Monday, September 6, 2021 @ 17:13:23 Author: arojas Revision: 1011885
archrelease: copy trunk to community-x86_64 Added: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 1011884, mediastreamer/trunk/PKGBUILD) Deleted: mediastreamer/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-09-06 17:13:12 UTC (rev 1011884) +++ PKGBUILD 2021-09-06 17:13:23 UTC (rev 1011885) @@ -1,31 +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=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 -} Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 1011884, mediastreamer/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-09-06 17:13:23 UTC (rev 1011885) @@ -0,0 +1,31 @@ +# 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=5.0.18 +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=('a16b3e56443358d9f01629bc700adcf456db8326177f0d57e08a36f7e8745249') +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 +}