public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xine-lib] epel9-next: fix xcb bits for el-6
Date: Mon, 20 Jul 2026 20:00:58 GMT [thread overview]
Message-ID: <178457765837.1.760423926165244628.rpms-xine-lib-6f122026f013@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xine-lib
Branch : epel9-next
Commit : 6f122026f013a43b44f5723d1a187edb0bb63406
Author : Rex Dieter <rdieter@fedoraproject.org>
Date : 2010-06-21T17:20:33+00:00
Stats : +5/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xine-lib/c/6f122026f013a43b44f5723d1a187edb0bb63406?branch=epel9-next
Log:
fix xcb bits for el-6
---
diff --git a/xine-lib.spec b/xine-lib.spec
index c7b6ef8..7bb8a4d 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -17,15 +17,14 @@
%define _disable_gnomevfs --disable-gnomevfs
%define with_aalib %{?_without_aalib:0}%{!?_without_aalib:1}
%define with_pa %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1}
-%define with_xcb %{?_without_xcb:0}%{!?_without_xcb:1}
%else
%define with_aalib %{?_with_aalib:1}%{!?_with_aalib:0}
%define with_pa %{?_with_pulseaudio:1}%{!?_with_pulseaudio:0}
-%define with_xcb %{?_with_xcb:1}%{!?_with_xcb:0}
%endif # Fedora
-%if 0%{?fedora} > 8 || 0%{?rhel} > 5
-%define _without_arts --without-arts
+%if 0%{?fedora} || 0%{?rhel} > 5
+%define _without_arts --without-art
+%define _with_xcb %{?_without_xcb:0}%{!?_without_xcb:1}
%endif
%if 0%{?fedora} > 11
@@ -73,7 +72,7 @@ BuildRequires: libGLU-devel
%if 0%{?_enable_v4l:1}
BuildRequires: libv4l-devel
%endif
-%if %{with_xcb}
+%if 0%{?_with_xcb:1}
BuildRequires: libxcb-devel
%endif # xcb
# Video
@@ -380,7 +379,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{have_vidix}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vidix.so
%endif # vidix
-%if %{with_xcb}
+%if 0%{?_with_xcb:1}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbshm.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_xcbxv.so
%endif # xcb
reply other threads:[~2026-07-20 20:00 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=178457765837.1.760423926165244628.rpms-xine-lib-6f122026f013@fedoraproject.org \
--to=rdieter@fedoraproject.org \
--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