public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xine-lib] epel9-next: - split v4l, libv4l handling
@ 2026-07-20 20:01 Rex Dieter
  0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-20 20:01 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:01 [rpms/xine-lib] epel9-next: - split v4l, libv4l handling Rex Dieter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox