[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Oct 15 12:39:28 UTC 2021
Date: Friday, October 15, 2021 @ 12:39:27
Author: arojas
Revision: 426038
opencv 4.5.4 rebuild
Modified:
gst-plugins-bad/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-15 12:26:39 UTC (rev 426037)
+++ PKGBUILD 2021-10-15 12:39:27 UTC (rev 426038)
@@ -4,7 +4,7 @@
pkgbase=gst-plugins-bad
pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv gst-plugin-wpe)
pkgver=1.18.5
-pkgrel=1
+pkgrel=2
pkgdesc="Multimedia graph framework - bad plugins"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
@@ -24,8 +24,10 @@
checkdepends=(xorg-server-xvfb)
options=(!emptydirs)
_commit=d3af58d5b31941caa26c3ded85d7a7b84a91f0cc # tags/1.18.5^0
-source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit")
-sha256sums=('SKIP')
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit"
+ gst-plugins-bad-neon-0.32.patch::https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2547.patch)
+sha256sums=('SKIP'
+ 'bbd9b8bcc12ad86ddb58bb93df18777675f3a390e80bf60177fefbf034faa22c')
pkgver() {
cd $pkgbase
@@ -34,6 +36,7 @@
prepare() {
cd $pkgbase
+ patch -p1 -i ../gst-plugins-bad-neon-0.32.patch # Accept neon 0.32
}
build() {
More information about the arch-commits
mailing list