mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gst-plugins-bad to 1.18.3-1
This commit is contained in:
parent
1416f87f02
commit
3ee57a57c1
1 changed files with 3 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=gst-plugins-bad
|
||||
pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv gst-plugin-wpe)
|
||||
pkgver=1.18.2
|
||||
pkgrel=2
|
||||
pkgver=1.18.3
|
||||
pkgrel=1
|
||||
pkgdesc="Multimedia graph framework - bad plugins"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
arch=(x86_64)
|
||||
|
@ -27,7 +27,7 @@ makedepends=(mjpegtools curl chromaprint libmms faad2 libdca libdvdnav
|
|||
zxing-cpp opencv libva wpewebkit)
|
||||
checkdepends=(xorg-server-xvfb)
|
||||
options=(!emptydirs)
|
||||
_commit=b375ee4cdbcb98687c226d6564f8678a809cf02a # tags/1.18.2^0
|
||||
_commit=382e373d9be363f1e21b12990a4d12f1ecb6df41 # tags/1.18.3^0
|
||||
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -38,8 +38,6 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $pkgbase
|
||||
git cherry-pick -n 3ea6387f969c0b08027fc959b8b8cd102708bceb # Fix svthevcenc test
|
||||
git cherry-pick -n 77f28ee3e71d1c5bd8278967963b08b226515dd1 # opencv 4.5
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue