mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gst-plugins-bad to 1.18.5-1
This commit is contained in:
parent
23f5814072
commit
0bd96a06db
1 changed files with 5 additions and 7 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.4
|
||||
pkgrel=11
|
||||
pkgver=1.18.5
|
||||
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=8cb03bdf01ca6ad8c87f951bcd7962c3ca9f6860 # tags/1.18.4^0
|
||||
_commit=d3af58d5b31941caa26c3ded85d7a7b84a91f0cc # tags/1.18.5^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 68858358544dd3b7e20663f731db22fd74a78a45 # fix build with GCC 11
|
||||
git cherry-pick -n a9fafd98b74fd184b178604095d35ac6105119b8 # fix build with OpenEXR 3
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -72,7 +70,7 @@ check() (
|
|||
export XDG_RUNTIME_DIR
|
||||
|
||||
# elements_dtls test hangs sometimes
|
||||
xvfb-run -s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
|
||||
xvfb-run -s '-nolisten local' \
|
||||
meson test -C build --print-errorlogs || :
|
||||
)
|
||||
|
||||
|
@ -82,7 +80,7 @@ package_gst-plugins-bad-libs() {
|
|||
conflicts=("gst-transcoder<1.18.0")
|
||||
replaces=("gst-transcoder<1.18.0")
|
||||
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
meson install -C build --destdir "$pkgdir"
|
||||
|
||||
mkdir -p ext/lib/gstreamer-1.0
|
||||
for _x in aom assrender bs2b bz2 chromaprint closedcaption colormanagement \
|
||||
|
|
Loading…
Reference in a new issue