summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-04-28 11:14:48 +0200
committerNicola Murino2024-04-28 11:14:48 +0200
commit0b6bd49b321625fe36c4eeda49bbcd8496095397 (patch)
treec19db4692b6b7ecc9d1d37a49857f41fa03ee3e7
parent137289426177b0b053c618f64e1f3eecd0948e7c (diff)
downloadaur-mingw-w64-gst-plugins-bad.tar.gz
1.24.2
-rw-r--r--.SRCINFO8
-rw-r--r--0001-fix-DirectXMath-detection.patch25
-rw-r--r--PKGBUILD14
3 files changed, 6 insertions, 41 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06aa1a05ede5..81e05c0c2a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-gst-plugins-bad
pkgdesc = GStreamer Multimedia Framework Bad Plugins (mingw-w64)
- pkgver = 1.24.1
+ pkgver = 1.24.2
pkgrel = 1
url = http://gstreamer.freedesktop.org/
arch = any
@@ -40,9 +40,7 @@ pkgbase = mingw-w64-gst-plugins-bad
options = !strip
options = !buildflags
options = staticlibs
- source = http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.1.tar.xz
- source = 0001-fix-DirectXMath-detection.patch
- sha256sums = f1a183966ea9136a00f159ee42db4d1d106abef022d1b49e63fba2fcbe50c8f8
- sha256sums = 3eee4a3e2751d6fc24852b6cf27d42e660858d02ec31620fb1f3a2ecebb4923a
+ source = http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.2.tar.xz
+ sha256sums = 448e32787bc82b586c6cb2f81c9a8ef404fea4f77f25566fe06e597a3f59136b
pkgname = mingw-w64-gst-plugins-bad
diff --git a/0001-fix-DirectXMath-detection.patch b/0001-fix-DirectXMath-detection.patch
deleted file mode 100644
index 65347fdf154b..000000000000
--- a/0001-fix-DirectXMath-detection.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 09cedd4384bb2e9446272c188df1b5cad4d28378 Mon Sep 17 00:00:00 2001
-From: Nicola Murino <nicola.murino@gmail.com>
-Date: Thu, 28 Mar 2024 14:21:57 +0100
-Subject: [PATCH] fix DirectXMath detection
-
----
- gst-libs/gst/d3d11/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gst-libs/gst/d3d11/meson.build b/gst-libs/gst/d3d11/meson.build
-index 5abb136..e949be2 100644
---- a/gst-libs/gst/d3d11/meson.build
-+++ b/gst-libs/gst/d3d11/meson.build
-@@ -196,7 +196,7 @@ have_dx_math = cxx.compiles('''
- name: 'DirectXMath support in Windows SDK')
-
- if not have_dx_math
-- directxmath_dep = dependency('directxmath',
-+ directxmath_dep = dependency('DirectXMath',
- allow_fallback: true,
- required: get_option('d3d11-math'))
- extra_deps += [directxmath_dep]
---
-2.44.0
-
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