summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2024-04-28 11:14:48 +0200
committerNicola Murino2024-04-28 11:14:48 +0200
commit0b6bd49b321625fe36c4eeda49bbcd8496095397 (patch)
treec19db4692b6b7ecc9d1d37a49857f41fa03ee3e7 /PKGBUILD
parent137289426177b0b053c618f64e1f3eecd0948e7c (diff)
downloadaur-mingw-w64-gst-plugins-bad.tar.gz
1.24.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 3 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5657a69001ff..81f0abe4ffac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-gst-plugins-bad
-pkgver=1.24.1
+pkgver=1.24.2
pkgrel=1
pkgdesc="GStreamer Multimedia Framework Bad Plugins (mingw-w64)"
arch=(any)
@@ -25,19 +25,11 @@ optdepends=(
)
options=('!strip' '!buildflags' 'staticlibs')
-source=(${url}src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz
- 0001-fix-DirectXMath-detection.patch)
-sha256sums=('f1a183966ea9136a00f159ee42db4d1d106abef022d1b49e63fba2fcbe50c8f8'
- '3eee4a3e2751d6fc24852b6cf27d42e660858d02ec31620fb1f3a2ecebb4923a')
+source=(${url}src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz)
+sha256sums=('448e32787bc82b586c6cb2f81c9a8ef404fea4f77f25566fe06e597a3f59136b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
-prepare() {
- cd "${srcdir}/gst-plugins-bad-${pkgver}"
- patch -Np1 -i "${srcdir}/0001-fix-DirectXMath-detection.patch"
-}
-
-
build() {
cd "${srcdir}/gst-plugins-bad-${pkgver}"
sed -i "s|link_args : \[noseh_link_args, '-lopencv_tracking'\],|link_args : \[noseh_link_args\],|" ext/opencv/meson.build