[arch-commits] Commit in mediastreamer/trunk (PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Wed Feb 9 22:49:57 UTC 2022


    Date: Wednesday, February 9, 2022 @ 22:49:57
  Author: freswa
Revision: 1130424

rebuild against ffmpeg 5 and x265 with latest C++11 ABI

Modified:
  mediastreamer/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-09 22:49:35 UTC (rev 1130423)
+++ PKGBUILD	2022-02-09 22:49:57 UTC (rev 1130424)
@@ -6,7 +6,7 @@
 
 pkgname=mediastreamer
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 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/'
@@ -19,9 +19,9 @@
             '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 \



More information about the arch-commits mailing list