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: - split v4l, libv4l handling
Date: Mon, 20 Jul 2026 20:01:04 GMT	[thread overview]
Message-ID: <178457766452.1.3509900723688629746.rpms-xine-lib-4c0623f64622@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xine-lib
Branch : epel9-next
Commit : 4c0623f6462211f3bd512edce7139e0be847a783
Author : Rex Dieter <rdieter@fedoraproject.org>
Date   : 2011-02-14T08:25:29-06:00
Stats  : +11/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xine-lib/c/4c0623f6462211f3bd512edce7139e0be847a783?branch=epel9-next

Log:
- split v4l, libv4l handling

---
diff --git a/xine-lib.spec b/xine-lib.spec
index b69280e..b43f805 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -31,7 +31,8 @@
 %endif
 
 %if 0%{?fedora} > 8 || 0%{?rhel} > 5
-%define _enable_v4l  --enable-v4l --enable-libv4l
+%define _enable_v4l  --enable-v4l
+%define _enable_libv4l --enable-libv4l
 %define _without_arts --without-arts
 %define _with_pa  %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1}
 %define _with_xcb %{?_without_xcb:0}%{!?_without_xcb:1} 
@@ -44,7 +45,7 @@
 Summary:        A multimedia engine 
 Name:           xine-lib
 Version:        1.1.19
-Release:        5%{?dist}
+Release:        6%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://www.xine-project.org/ 
@@ -81,7 +82,7 @@ BuildRequires:  libXv-devel
 BuildRequires:  libXinerama-devel
 %{?_enable_xvmc:BuildRequires:  libXvMC-devel}
 BuildRequires:  libGLU-devel
-%if 0%{?_enable_v4l:1}
+%if 0%{?_enable_libv4l:1}
 BuildRequires:  libv4l-devel
 %endif
 %if 0%{?_with_xcb:1}
@@ -231,7 +232,8 @@ export SDL_CFLAGS="$(sdl-config --cflags)" SDL_LIBS="$(sdl-config --libs)"
 %if 0%{!?_without_directfb:1}
     --enable-directfb \
 %endif # directfb
-    %{?_enable_v4l}%{!?_enable_v4l:--disable-v4l --disable-libv4l} \
+    %{?_enable_v4l}%{!?_enable_v4l:--disable-v4l} \
+    %{?_enable_libv4l}%{!?_enable_libv4l:--disable-libv4l} \
     %{?_enable_xvmc}%{!?_enable_xvmc:--disable-xvmc} \
     %{?_disable_gnomevfs} \
     --disable-a52dec \
@@ -386,6 +388,8 @@ rm -rf $RPM_BUILD_ROOT
 %if 0%{?_enable_v4l: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
@@ -456,6 +460,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 14 2011 Rex Dieter <rdieter@fedoraproject.org> 1.1.19-6
+- split v4l, libv4l handling
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.19-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 

                 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=178457766452.1.3509900723688629746.rpms-xine-lib-4c0623f64622@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