public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xine-lib] epel9-next: - disable libbluray support on F16, libbluray too old
@ 2026-07-20 20:01 Kevin Kofler
0 siblings, 0 replies; only message in thread
From: Kevin Kofler @ 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 : 98180e81b4931c972c7db840e945feae2ee74ddc
Author : Kevin Kofler <Kevin@tigcc.ticalc.org>
Date : 2012-07-21T15:46:43+02:00
Stats : +12/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xine-lib/c/98180e81b4931c972c7db840e945feae2ee74ddc?branch=epel9-next
Log:
- disable libbluray support on F16, libbluray too old
* Sat Jul 21 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.1.21-2.1
- disable libbluray support on F16, libbluray too old
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 2f2352c..2e3946a 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -23,10 +23,14 @@
%define _without_esound 1
%endif
+%if 0%{?fedora} > 16
+%define bluray 1
+%endif
+
Summary: A multimedia engine
Name: xine-lib
Version: 1.1.21
-Release: 2%{?dist}
+Release: 2%{?dist}.1
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.xine-project.org/
@@ -93,7 +97,9 @@ BuildRequires: gtk2-devel
BuildRequires: libsmbclient-devel
BuildRequires: libdvdnav-devel
BuildRequires: libdvdread-devel
+%if 0%{?bluray}
BuildRequires: libbluray-devel
+%endif
# Dropped in Fedora 9
Obsoletes: xine-lib-arts < %{version}-%{release}
@@ -315,7 +321,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_yuv_frames.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_yuv4mpeg2.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_flac.so
+%if 0%{?bluray}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_bluray.so
+%endif
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_cdda.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_dvb.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_dvd.so
@@ -379,6 +387,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Jul 21 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.1.21-2.1
+- disable libbluray support on F16, libbluray too old
+
* Mon Jul 16 2012 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.1.21-2
- do not remove DVD plugin, not encumbered (only uses libdvdread/libdvdnav)
^ 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: - disable libbluray support on F16, libbluray too old Kevin Kofler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox