[packages/vlc] disable libplacebo

atler atler at pld-linux.org
Thu Nov 23 20:26:13 CET 2023


commit c24989bb94bcff43ca4655d1ab739ea7992273a3
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Nov 23 20:06:58 2023 +0100

    disable libplacebo
    
    3.0.x won't be getting support for new libplacebo versions see:
    https://code.videolan.org/videolan/vlc/-/merge_requests/3950

 vlc.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 6139fe0..3cf317e 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -36,7 +36,7 @@
 %bcond_without	jack		# jack access/audio output plugin
 %bcond_with	kde		# KDE Solid actions
 %bcond_without	lirc		# lirc control plugin
-%bcond_without	libplacebo	# libplacebo support in gl plugin
+%bcond_with	libplacebo	# libplacebo support in gl plugin
 %bcond_without	live		# live555 demuxer plugin
 %bcond_with	mfx		# Intel QuickSync MPEG4-Part10/MPEG2 (H.264/H.262) encoder
 %bcond_without	notify		# libnotify notification plugin
@@ -220,6 +220,7 @@ BuildRequires:	pkgconfig >= 1:0.9.0
 BuildRequires:	protobuf-devel >= 2.5.0
 BuildRequires:	pulseaudio-devel >= 1.0
 BuildRequires:	qt5-build >= %{qt_ver}
+BuildRequires:	rpmbuild(macros) >= 1.527
 BuildRequires:	schroedinger-devel >= 1.0.10
 BuildRequires:	shine-devel >= 3.0.0
 BuildRequires:	soxr-devel >= 0.1.2
@@ -494,7 +495,7 @@ Akcje klienta VLC dla Solid.
 	%{!?with_gnutls:--disable-gnutls} \
 	--enable-goom%{!?with_goom:=no} \
 	%{?with_jack:--enable-jack} \
-	%{!?with_libplacebo:--disable-libplacebo} \
+	%{__enable_disable libplacebo} \
 	--enable-lirc%{!?with_lirc:=no} \
 	--enable-mad \
 	--enable-libva \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/c24989bb94bcff43ca4655d1ab739ea7992273a3



More information about the pld-cvs-commit mailing list