On Wed, Sep 16, 2026 at 11:12:51PM +0200, Alberto Garcia wrote:

> Therefore it's no longer possible to build gstreamer1.0-wpe on s390x
> and other big-endian ports.

The attached change should be enough to solve the problem.

Berto
diff --git a/debian/control b/debian/control
index a64f8cb3a..d5e76b181 100644
--- a/debian/control
+++ b/debian/control
@@ -97,8 +97,8 @@ Build-Depends: debhelper-compat (= 13),
                libwebp-dev (>= 0.2.1),
                libwebrtc-audio-processing-dev (>= 0.2),
                libwildmidi-dev (>= 0.4.2),
-               libwpebackend-fdo-1.0-dev (>= 1.8.0) [linux-any],
-               libwpewebkit-2.0-dev [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ia64 loong64 powerpc sparc64 x32],
+               libwpebackend-fdo-1.0-dev (>= 1.8.0) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 ia64 loong64 x32],
+               libwpewebkit-2.0-dev [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 ia64 loong64 x32],
                libx11-dev,
                libx11-xcb-dev,
                libx265-dev,
@@ -210,7 +210,7 @@ Description: GStreamer OpenCV plugins
  This package contains the OpenCV plugins.
 
 Package: gstreamer1.0-wpe
-Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ia64 loong64 powerpc sparc64 x32
+Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 ia64 loong64 x32
 Multi-Arch: same
 Depends: gstreamer1.0-plugins-base,
          gstreamer1.0-gl,

Reply via email to