extra/gst-plugins-bad to 1.18.5-2

This commit is contained in:
Kevin Mihelich 2021-10-15 12:55:07 +00:00
parent a66442cc73
commit dccb2e6cbe

View file

@ -8,7 +8,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)
@ -28,8 +28,10 @@ makedepends=(mjpegtools curl chromaprint libmms faad2 libdca libdvdnav
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
@ -38,6 +40,7 @@ pkgver() {
prepare() {
cd $pkgbase
patch -p1 -i ../gst-plugins-bad-neon-0.32.patch # Accept neon 0.32
}
build() {