[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fwd: Re: Bug#1115385: vlc: FTBFS on powerpc architecture



My apologies, I did the diff the wrong way. This is the correct one.

diff -Nru vlc-3.0.21/debian/changelog vlc-3.0.21/debian/changelog
--- vlc-3.0.21/debian/changelog	2025-08-29 23:41:04.000000000 +0700
+++ vlc-3.0.21/debian/changelog	2025-09-15 21:51:37.000000000 +0700
@@ -1,3 +1,9 @@
+vlc (3.0.21-11+mintppc1) UNRELEASED; urgency=medium
+
+  * disabled altivec
+
+ -- Jeroen Diederen <jeroen@jeroen-ZenBook-UX325EA-UX325EA> Mon, 15 Sep 2025 21:51:37 +0700
+
 vlc (3.0.21-11) unstable; urgency=medium

* debian/rules: Disable postproc plugin since libpostproc is removed from
diff -Nru vlc-3.0.21/debian/rules vlc-3.0.21/debian/rules
--- vlc-3.0.21/debian/rules	2025-08-23 20:15:15.000000000 +0700
+++ vlc-3.0.21/debian/rules	2025-09-15 21:50:45.000000000 +0700
@@ -250,13 +250,10 @@
 removeplugins += neon
 endif

-# PowerPC specific optimizations (excluding powerpcspe)
-ifeq (,$(filter-out powerpc,$(DEB_HOST_ARCH_CPU))$(filter powerpcspe,$(DEB_HOST_ARCH)))
-confflags += --enable-altivec
-else
+# PowerPC build fo e5500 with altivec disabled
 confflags += --disable-altivec
 removeplugins += altivec
-endif
+

 # PowerPCSPE specific optimizations
 ifeq (,$(filter-out powerpcspe,$(DEB_HOST_ARCH)))


Reply to: