[emotion] Remove xine support

Dan Mashal vicodan at fedoraproject.org
Tue Aug 27 19:45:34 UTC 2013


commit 35123bbe5d54709d2846b6915437dd73b7445580
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Tue Aug 27 12:45:13 2013 -0700

    Remove xine support

 emotion.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/emotion.spec b/emotion.spec
index 23094ab..4358480 100644
--- a/emotion.spec
+++ b/emotion.spec
@@ -1,6 +1,6 @@
 Name:           emotion
 Version:        1.7.8
-Release:        5%{?dist}
+Release:        6%{?dist}
 License:        GPLv2+ and BSD
 Summary:        Media Library for EFL
 Url:            http://www.enlightenment.org
@@ -9,8 +9,10 @@ Source:         http://download.enlightenment.org/releases/%{name}-%{version}.ta
 
 BuildRequires:  doxygen edje edje-devel
 BuildRequires:  eet-devel evas-devel eio-devel 
-BuildRequires:  gstreamer-devel xine-lib-devel
+BuildRequires:  gstreamer-devel 
 BuildRequires:  evas_generic_loaders
+BuildRequires:  libX11-devel 
+BuildRequires:  gstreamer-devel gstreamer-plugins-base-devel
 
 %description
 Emotion is a video (and audio) codec playback library that acts as a
@@ -31,7 +33,7 @@ Headers, test programs and documentation for Emotion Media Library.
 %setup -q
 
 %build
-%configure --disable-static --disable-silent-rules
+%configure --disable-static --disable-silent-rules --enable-xine=no
 make %{?_smp_mflags}
 
 %install
@@ -61,6 +63,9 @@ find %{buildroot} -name '*.la' -delete
 %{_libdir}/libemotion.so
 
 %changelog
+* Tue Aug 27 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-6
+- Remove xine support
+
 * Mon Aug 26 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.8-5
 - Update again for review
 


More information about the scm-commits mailing list