* mcpu power8 rebuilds

This commit is contained in:
Alexander Baldeck 2024-10-26 09:43:51 +02:00
parent baacbf5b78
commit 8da5caebf6

View File

@ -9,10 +9,11 @@ arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://www.freedesktop.org/wiki/Software/Farstream"
license=('LGPL')
depends=('gst-plugins-base-libs' 'libnice')
makedepends=('gobject-introspection' 'python' 'gtk-doc')
makedepends=('gobject-introspection' 'python' 'glib2-devel' 'gtk-doc')
optdepends=('gst-plugins-good' 'gst-plugins-bad')
conflicts=('farsight2')
replaces=('farsight2')
options=(!lto)
source=(https://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
farstream-make-4.3.patch)
sha256sums=('cb7d112433cf7c2e37a8ec918fb24f0ea5cb293cfa1002488e431de26482f47b'
@ -23,7 +24,8 @@ validpgpkeys=('DB30B086FAF86CE7296FADC51D388E5A4ED9A2BB') # Olivier Crête
prepare() {
cd $pkgname-$pkgver
patch -p1 -i ../farstream-make-4.3.patch # Fix build with make 4.3
./autogen.sh
libtoolize -fiv
autoreconf -fiv
}
build() {