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: another approach, disabling v4l support hammers both v4l1 and v4l2
Date: Mon, 20 Jul 2026 20:01:05 GMT [thread overview]
Message-ID: <178457766545.1.9036889005174935513.rpms-xine-lib-ecb7e8977815@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xine-lib
Branch : epel9-next
Commit : ecb7e8977815b8feca645fbc7ae618d8d9b09913
Author : Rex Dieter <rdieter@fedoraproject.org>
Date : 2011-02-14T10:45:46-06:00
Stats : +8/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xine-lib/c/ecb7e8977815b8feca645fbc7ae618d8d9b09913?branch=epel9-next
Log:
another approach, disabling v4l support hammers both v4l1 and v4l2
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 726c3c0..087da2c 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -39,7 +39,7 @@
%endif
%if 0%{?fedora} > 14
-%undefine _enable_v4l
+%define _disable_v4l1 1
%endif
%if 0%{?fedora} > 11 || 0%{?rhel} > 5
@@ -283,6 +283,12 @@ rm -Rf $RPM_BUILD_ROOT%{_libdir}/libxine.la __docs/README \
# Directory for binary codecs
mkdir -p $RPM_BUILD_ROOT%{codecdir}
+# unpackaged files
+%if 0%{?_disable_v4l1:1}
+rm -fv $RPM_BUILD_ROOT%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pvr.so
+rm -fv $RPM_BUILD_ROOT%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l.so
+%endif
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -390,10 +396,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtsp.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_stdin_fifo.so
%if 0%{?_enable_v4l:1}
+%if ! 0%{?_disable_v4l1:1}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_pvr.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l.so
%endif
-%if 0%{?_enable_libv4l:1)
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l2.so
%endif
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_fb.so
reply other threads:[~2026-07-20 20:01 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=178457766545.1.9036889005174935513.rpms-xine-lib-ecb7e8977815@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