SPECS: kdeaccessibility.spec - up to 3.5.3

arekm arekm at pld-linux.org
Thu May 25 22:29:35 CEST 2006


Author: arekm                        Date: Thu May 25 20:29:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 3.5.3

---- Files affected:
SPECS:
   kdeaccessibility.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/kdeaccessibility.spec
diff -u SPECS/kdeaccessibility.spec:1.54 SPECS/kdeaccessibility.spec:1.55
--- SPECS/kdeaccessibility.spec:1.54	Sat Apr  1 23:10:45 2006
+++ SPECS/kdeaccessibility.spec	Thu May 25 22:29:29 2006
@@ -3,6 +3,8 @@
 # TODO:
 # - fix festival and speech_tools
 
+%bcond_with	gstreamer	# needs gstreamer-plugins-devel 0.8
+
 %define		_state		stable
 %define		_minlibsevr	9:%{version}
 %define		_minbaseevr	9:%{version}
@@ -10,16 +12,19 @@
 Summary:	Accessibility support for KDE
 Summary(pl):	Ułatwienia dostępu dla KDE
 Name:		kdeaccessibility
-Version:	3.5.2
+Version:	3.5.3
 Release:	1
 License:	GPL
 Group:		X11/Applications
 Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5:	bcfd51875aa2a168fbc97055a576a33c
+# Source0-md5:	99eadb3a73bc250e96cec370ee79caff
 URL:		http://www.kde.org/
 BuildRequires:	akode-devel
 BuildRequires:	festival-devel
-BuildRequires:	gstreamer-plugins-base-devel
+%if %{with gstreamer}
+BuildRequires:	gstreamer-plugins-base-devel >= 0.8.0
+BuildRequires:	gstreamer-plugins-base-devel >= 0.9.0
+%endif
 BuildRequires:	kdelibs-devel >= %{_minlibsevr}
 BuildRequires:	rpmbuild(macros) >= 1.129
 BuildRequires:	sed >= 4.0
@@ -198,12 +203,14 @@
 %configure \
 	--disable-rpath \
 	--disable-final \
+%if %{with gstreamer}
 	--with-gstreamer \
+	--enable-kttsd-gstreamer \
+%endif
 	--with-alsa \
 	--with-akode \
 	--enable-kttsd-festival \
 	--enable-kttsd-festivalcs \
-	--enable-kttsd-gstreamer \
 	--with-qt-libraries=%{_libdir} \
 %if "%{_lib}" == "lib64"
 	--enable-libsuffix=64 \
@@ -338,10 +345,12 @@
 %{_libdir}/kde3/libkttsd_akodeplugin.la
 %attr(755,root,root) %{_libdir}/kde3/libkttsd_akodeplugin.so
 
+%if %{with gstreamer}
 %files kttsd-gstreamer
 %defattr(644,root,root,755)
 %{_libdir}/kde3/libkttsd_gstplugin.la
 %attr(755,root,root) %{_libdir}/kde3/libkttsd_gstplugin.so
+%endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -349,6 +358,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2006/05/25 20:29:29  arekm
+- up to 3.5.3
+
 Revision 1.54  2006/04/01 21:10:45  arekm
 - TH br: gstreamer-plugins-base-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kdeaccessibility.spec?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list