Date: Tuesday, May 18, 2021 @ 13:46:45 Author: arojas Revision: 936254
archrelease: copy trunk to community-x86_64 Added: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 936253, mediastreamer/trunk/PKGBUILD) Deleted: mediastreamer/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 59 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-05-18 13:46:34 UTC (rev 936253) +++ PKGBUILD 2021-05-18 13:46:45 UTC (rev 936254) @@ -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.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=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz") -sha256sums=('66cfb8e81dbc109e09ecde4497b836481c3ae20119eef8517cd9030b31822146') -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 936253, mediastreamer/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-05-18 13:46:45 UTC (rev 936254) @@ -0,0 +1,30 @@ +# 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.16 +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=('7658e1cdd6476f41bb651657097c0e4a85924148e0e4cd5d7661500bea39bd89') +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 +}