Date: Tuesday, February 1, 2022 @ 17:09:24 Author: arojas Revision: 1121971
Update to 5.0.67 Modified: mediastreamer/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-01 17:05:35 UTC (rev 1121970) +++ PKGBUILD 2022-02-01 17:09:24 UTC (rev 1121971) @@ -5,8 +5,8 @@ # Contributor: Mark Lee <[email protected]> pkgname=mediastreamer -pkgver=5.0.66 -pkgrel=2 +pkgver=5.0.67 +pkgrel=1 pkgdesc='A library written in C that allows you to create and run audio and video streams' arch=(x86_64) url='https://gitlab.linphone.org/' @@ -15,13 +15,13 @@ makedepends=(cmake python bcunit doxygen) source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2 ffmpeg5.patch) -sha256sums=('e2f727924a8c1424cc4097547299a6b115ac994289b0eb51afb2ce7e96ab528e' +sha256sums=('3203372d4c79d85a8413e98dc0be0579355f59950834d05ab96655cb23e6a69a' 'e97e029cbbafe5245eaa6f92664224e4381eea5f45e403d5bfa6b0e5c2be0341') validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985') -prepare() { - patch -d ${pkgname}2-$pkgver -p1 < ffmpeg5.patch -} +#prepare() { +# patch -d ${pkgname}2-$pkgver -p1 < ffmpeg5.patch +#} build() { cmake -B build -S ${pkgname}2-$pkgver \
