SPECS: gstreamer-plugins.spec - disable cairo; fix cairo BR; rel 2
arekm
arekm at pld-linux.org
Sun Aug 28 21:25:07 CEST 2005
Author: arekm Date: Sun Aug 28 19:25:07 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- disable cairo; fix cairo BR; rel 2
---- Files affected:
SPECS:
gstreamer-plugins.spec (1.159 -> 1.160)
---- Diffs:
================================================================
Index: SPECS/gstreamer-plugins.spec
diff -u SPECS/gstreamer-plugins.spec:1.159 SPECS/gstreamer-plugins.spec:1.160
--- SPECS/gstreamer-plugins.spec:1.159 Mon Aug 8 16:42:26 2005
+++ SPECS/gstreamer-plugins.spec Sun Aug 28 21:25:02 2005
@@ -14,7 +14,7 @@
%bcond_without arts # don't build aRts audio output plugins
%bcond_without audiofile # don't build audiofile plugin
%bcond_without caca # don't build caca videosink plugin
-%bcond_without cairo # don't build cairo plugin
+%bcond_with cairo # build cairo plugin
%bcond_without cdaudio # don't build cdaudio plugin
%bcond_without cdio # don't build cdio plugin
%bcond_without dirac # don't build dirac plugin
@@ -55,7 +55,7 @@
Summary(pl): Wtyczki do środowiska obróbki strumieni GStreamer
Name: gstreamer-plugins
Version: 0.8.10
-Release: 1
+Release: 2
License: LGPL
Group: Libraries
Source0: http://gstreamer.freedesktop.org/src/gst-plugins/%{gstname}-%{version}.tar.bz2
@@ -86,7 +86,10 @@
%{?with_arts:BuildRequires: arts-devel >= 0.9.5}
%{?with_arts:BuildRequires: artsc-devel >= 0.9.5}
%{?with_audiofile:BuildRequires: audiofile-devel >= 1:0.2.3-5.20021108}
-%{?with_cairo:BuildRequires: cairo-devel >= 0.5.0}
+%if %{with cairo}
+BuildRequires: cairo-devel >= 0.5.0
+BuildRequires: cairo-devel < 0.6.0
+%endif
BuildRequires: cdparanoia-III-devel
%{?with_dirac:BuildRequires: dirac-devel >= 0.5.0}
%{?with_divx4linux:BuildRequires: divx4linux-devel >= 1:5.05.20030428}
@@ -2208,6 +2211,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.160 2005/08/28 19:25:02 arekm
+- disable cairo; fix cairo BR; rel 2
+
Revision 1.159 2005/08/08 14:42:26 glen
- wavpack bconded (not yet available on builders)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gstreamer-plugins.spec?r1=1.159&r2=1.160&f=u
More information about the pld-cvs-commit
mailing list