public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-gstreamer1-plugins-bad-free] rawhide: Update to 1.28.4
Date: Mon, 15 Jun 2026 11:56:35 GMT [thread overview]
Message-ID: <178152459512.1.5476341924635969499.rpms-mingw-gstreamer1-plugins-bad-free-4abd1c52fdd4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mingw-gstreamer1-plugins-bad-free
Branch : rawhide
Commit : 4abd1c52fdd42fd6a34e672bd5c8f2c758e1b461
Author : Sandro Mani <manisandro@gmail.com>
Date : 2026-06-15T13:56:25+02:00
Stats : +27/-23 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/mingw-gstreamer1-plugins-bad-free/c/4abd1c52fdd42fd6a34e672bd5c8f2c758e1b461?branch=rawhide
Log:
Update to 1.28.4
---
diff --git a/.gitignore b/.gitignore
index bb71541..44af2a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@
/gst-plugins-bad-1.28.1.tar.xz
/gst-plugins-bad-1.28.2.tar.xz
/gst-plugins-bad-1.28.3.tar.xz
+/gst-plugins-bad-1.28.4.tar.xz
diff --git a/gst-p-bad-directxmath.patch b/gst-p-bad-directxmath.patch
index 01fbfa5..73cb973 100644
--- a/gst-p-bad-directxmath.patch
+++ b/gst-p-bad-directxmath.patch
@@ -1,6 +1,6 @@
-diff -rupN --no-dereference gst-plugins-bad-1.28.3/gst-libs/gst/d3d11/gstd3d11converter.cpp gst-plugins-bad-1.28.3-new/gst-libs/gst/d3d11/gstd3d11converter.cpp
---- gst-plugins-bad-1.28.3/gst-libs/gst/d3d11/gstd3d11converter.cpp 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-bad-1.28.3-new/gst-libs/gst/d3d11/gstd3d11converter.cpp 2026-05-16 00:14:22.767251941 +0200
+diff -rupN --no-dereference gst-plugins-bad-1.28.4/gst-libs/gst/d3d11/gstd3d11converter.cpp gst-plugins-bad-1.28.4-new/gst-libs/gst/d3d11/gstd3d11converter.cpp
+--- gst-plugins-bad-1.28.4/gst-libs/gst/d3d11/gstd3d11converter.cpp 2026-06-12 14:19:43.000000000 +0200
++++ gst-plugins-bad-1.28.4-new/gst-libs/gst/d3d11/gstd3d11converter.cpp 2026-06-15 13:54:38.237271217 +0200
@@ -43,7 +43,7 @@
#ifndef HAVE_DIRECTX_MATH_SIMD
#define _XM_NO_INTRINSICS_
@@ -10,9 +10,9 @@ diff -rupN --no-dereference gst-plugins-bad-1.28.3/gst-libs/gst/d3d11/gstd3d11co
/**
* SECTION:gstd3d11converter
-diff -rupN --no-dereference gst-plugins-bad-1.28.3/gst-libs/gst/d3d11/meson.build gst-plugins-bad-1.28.3-new/gst-libs/gst/d3d11/meson.build
---- gst-plugins-bad-1.28.3/gst-libs/gst/d3d11/meson.build 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-bad-1.28.3-new/gst-libs/gst/d3d11/meson.build 2026-05-16 00:14:22.767784598 +0200
+diff -rupN --no-dereference gst-plugins-bad-1.28.4/gst-libs/gst/d3d11/meson.build gst-plugins-bad-1.28.4-new/gst-libs/gst/d3d11/meson.build
+--- gst-plugins-bad-1.28.4/gst-libs/gst/d3d11/meson.build 2026-06-12 14:19:43.000000000 +0200
++++ gst-plugins-bad-1.28.4-new/gst-libs/gst/d3d11/meson.build 2026-06-15 13:54:38.238168945 +0200
@@ -187,7 +187,7 @@ endif
have_dx_math = cxx.compiles('''
@@ -31,9 +31,9 @@ diff -rupN --no-dereference gst-plugins-bad-1.28.3/gst-libs/gst/d3d11/meson.buil
using namespace DirectX;
int main(int argc, char ** argv) {
XMVerifyCPUSupport ();
-diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d11/gstd3d11dxgicapture.cpp gst-plugins-bad-1.28.3-new/sys/d3d11/gstd3d11dxgicapture.cpp
---- gst-plugins-bad-1.28.3/sys/d3d11/gstd3d11dxgicapture.cpp 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-bad-1.28.3-new/sys/d3d11/gstd3d11dxgicapture.cpp 2026-05-16 00:14:22.768065156 +0200
+diff -rupN --no-dereference gst-plugins-bad-1.28.4/sys/d3d11/gstd3d11dxgicapture.cpp gst-plugins-bad-1.28.4-new/sys/d3d11/gstd3d11dxgicapture.cpp
+--- gst-plugins-bad-1.28.4/sys/d3d11/gstd3d11dxgicapture.cpp 2026-06-12 14:19:43.000000000 +0200
++++ gst-plugins-bad-1.28.4-new/sys/d3d11/gstd3d11dxgicapture.cpp 2026-06-15 13:54:38.238615542 +0200
@@ -54,7 +54,7 @@
#include <wrl.h>
@@ -43,9 +43,9 @@ diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d11/gstd3d11dxgicapture
GST_DEBUG_CATEGORY_EXTERN (gst_d3d11_screen_capture_debug);
#define GST_CAT_DEFAULT gst_d3d11_screen_capture_debug
-diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d11/gstd3d11pluginutils.cpp gst-plugins-bad-1.28.3-new/sys/d3d11/gstd3d11pluginutils.cpp
---- gst-plugins-bad-1.28.3/sys/d3d11/gstd3d11pluginutils.cpp 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-bad-1.28.3-new/sys/d3d11/gstd3d11pluginutils.cpp 2026-05-16 00:14:22.768401056 +0200
+diff -rupN --no-dereference gst-plugins-bad-1.28.4/sys/d3d11/gstd3d11pluginutils.cpp gst-plugins-bad-1.28.4-new/sys/d3d11/gstd3d11pluginutils.cpp
+--- gst-plugins-bad-1.28.4/sys/d3d11/gstd3d11pluginutils.cpp 2026-06-12 14:19:43.000000000 +0200
++++ gst-plugins-bad-1.28.4-new/sys/d3d11/gstd3d11pluginutils.cpp 2026-06-15 13:54:38.239086335 +0200
@@ -31,7 +31,7 @@
/* Disable platform-specific intrinsics */
@@ -55,9 +55,9 @@ diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d11/gstd3d11pluginutils
GST_DEBUG_CATEGORY_EXTERN (gst_d3d11_plugin_utils_debug);
#define GST_CAT_DEFAULT gst_d3d11_plugin_utils_debug
-diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d12/gstd3d12dxgicapture.cpp gst-plugins-bad-1.28.3-new/sys/d3d12/gstd3d12dxgicapture.cpp
---- gst-plugins-bad-1.28.3/sys/d3d12/gstd3d12dxgicapture.cpp 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-bad-1.28.3-new/sys/d3d12/gstd3d12dxgicapture.cpp 2026-05-16 00:14:22.768710508 +0200
+diff -rupN --no-dereference gst-plugins-bad-1.28.4/sys/d3d12/gstd3d12dxgicapture.cpp gst-plugins-bad-1.28.4-new/sys/d3d12/gstd3d12dxgicapture.cpp
+--- gst-plugins-bad-1.28.4/sys/d3d12/gstd3d12dxgicapture.cpp 2026-06-12 14:19:43.000000000 +0200
++++ gst-plugins-bad-1.28.4-new/sys/d3d12/gstd3d12dxgicapture.cpp 2026-06-15 13:54:38.239497969 +0200
@@ -59,7 +59,7 @@
#include <gmodule.h>
@@ -67,9 +67,9 @@ diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d12/gstd3d12dxgicapture
GST_DEBUG_CATEGORY_EXTERN (gst_d3d12_screen_capture_debug);
#define GST_CAT_DEFAULT gst_d3d12_screen_capture_debug
-diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d12/gstd3d12pluginutils.cpp gst-plugins-bad-1.28.3-new/sys/d3d12/gstd3d12pluginutils.cpp
---- gst-plugins-bad-1.28.3/sys/d3d12/gstd3d12pluginutils.cpp 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-bad-1.28.3-new/sys/d3d12/gstd3d12pluginutils.cpp 2026-05-16 00:14:22.769084679 +0200
+diff -rupN --no-dereference gst-plugins-bad-1.28.4/sys/d3d12/gstd3d12pluginutils.cpp gst-plugins-bad-1.28.4-new/sys/d3d12/gstd3d12pluginutils.cpp
+--- gst-plugins-bad-1.28.4/sys/d3d12/gstd3d12pluginutils.cpp 2026-06-12 14:19:43.000000000 +0200
++++ gst-plugins-bad-1.28.4-new/sys/d3d12/gstd3d12pluginutils.cpp 2026-06-15 13:54:38.239830311 +0200
@@ -26,7 +26,7 @@
#include <vector>
@@ -79,9 +79,9 @@ diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d12/gstd3d12pluginutils
/* *INDENT-OFF* */
using namespace DirectX;
-diff -rupN --no-dereference gst-plugins-bad-1.28.3/sys/d3d12/meson.build gst-plugins-bad-1.28.3-new/sys/d3d12/meson.build
---- gst-plugins-bad-1.28.3/sys/d3d12/meson.build 2026-05-11 19:28:12.000000000 +0200
-+++ gst-plugins-bad-1.28.3-new/sys/d3d12/meson.build 2026-05-16 00:14:22.769326253 +0200
+diff -rupN --no-dereference gst-plugins-bad-1.28.4/sys/d3d12/meson.build gst-plugins-bad-1.28.4-new/sys/d3d12/meson.build
+--- gst-plugins-bad-1.28.4/sys/d3d12/meson.build 2026-06-12 14:19:43.000000000 +0200
++++ gst-plugins-bad-1.28.4-new/sys/d3d12/meson.build 2026-06-15 13:54:38.240021113 +0200
@@ -105,6 +105,7 @@ plugin_sources += {
extra_args = [
'-DGST_USE_UNSTABLE_API',
diff --git a/mingw-gstreamer1-plugins-bad-free.spec b/mingw-gstreamer1-plugins-bad-free.spec
index bc23930..811c5c4 100644
--- a/mingw-gstreamer1-plugins-bad-free.spec
+++ b/mingw-gstreamer1-plugins-bad-free.spec
@@ -4,7 +4,7 @@
%global api_version 1.0
Name: mingw-gstreamer1-plugins-bad-free
-Version: 1.28.3
+Version: 1.28.4
Release: 1%{?dist}
Summary: Cross compiled GStreamer1 plug-ins "bad"
@@ -601,6 +601,9 @@ rm -f %{buildroot}%{mingw64_libdir}/gstreamer-%{api_version}/*.dll.a
%changelog
+* Mon Jun 15 2026 Sandro Mani <manisandro@gmail.com> - 1.28.4-1
+- Update to 1.28.4
+
* Fri May 15 2026 Sandro Mani <manisandro@gmail.com> - 1.28.3-1
- Update to 1.28.3
diff --git a/sources b/sources
index 403d9e6..b87b7b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-bad-1.28.3.tar.xz) = 34a66ad2e8186cc9b609495520951c7ca748be450d3b012e67e1af12d7fb915ba3eb75c131e4179829f462bb3554e62e19c01cab75b573e6a17116b3c238847b
+SHA512 (gst-plugins-bad-1.28.4.tar.xz) = 4e1cb5ab7c7c0692308907f1fdef634374d94bb8e50bfca53b500263f0ca25ef4a624c80fbb552bcd94736fb897025d9ddb8005074f65d3b4dcd82e8ca2e8601
reply other threads:[~2026-06-15 11:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178152459512.1.5476341924635969499.rpms-mingw-gstreamer1-plugins-bad-free-4abd1c52fdd4@fedoraproject.org \
--to=manisandro@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox