[xine-lib] Disable directfb support for Fedora 20 and newer, because it was retired

Till Maas till at fedoraproject.org
Sat Aug 31 19:53:42 UTC 2013


commit 195a4e285b5b721d0ade45b083e848552db4de3a
Author: Till Maas <opensource at till.name>
Date:   Sat Aug 31 21:53:28 2013 +0200

    Disable directfb support for Fedora 20 and newer, because it was retired

 xine-lib.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 30bedb3..8365d82 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -27,10 +27,14 @@
 %define bluray 1
 %endif
 
+%if 0%{?fedora} > 19
+%define _without_directfb 1
+%endif
+
 Summary:        A multimedia engine
 Name:           xine-lib
 Version:        1.1.21
-Release:        8%{?dist}
+Release:        9%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://www.xine-project.org/
@@ -390,6 +394,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 31 2013 Till Maas <opensource at till.name> - 1.1.21-9
+- Disable directfb support for Fedora 20 and newer, because it was retired
+
 * Tue Aug 27 2013 Jon Ciesla <limburgher at gmail.com> - 1.1.21-8
 - libmng rebuild.
 


More information about the scm-commits mailing list