SPECS: gnash.spec - specifiy qt includes

arekm arekm at pld-linux.org
Sun Sep 23 12:11:39 CEST 2007


Author: arekm                        Date: Sun Sep 23 10:11:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- specifiy qt includes

---- Files affected:
SPECS:
   gnash.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/gnash.spec
diff -u SPECS/gnash.spec:1.18 SPECS/gnash.spec:1.19
--- SPECS/gnash.spec:1.18	Sun Sep 23 12:04:56 2007
+++ SPECS/gnash.spec	Sun Sep 23 12:11:34 2007
@@ -32,7 +32,9 @@
 BuildRequires:	gstreamer-devel >= 0.10
 BuildRequires:	gtk+2-devel >= 1:2.0
 BuildRequires:	gtkglext-devel
-%{?with_kde:BuildRequires:	kdelibs-devel >= 3.0}
+%if %{with kde}
+BuildRequires:	kdelibs-devel >= 3.0
+%endif
 BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel
 BuildRequires:	libstdc++-devel
@@ -121,7 +123,11 @@
 %configure \
 	--disable-static \
 	--enable-ghelp \
-	%{?with_kde:--enable-klash} \
+%if %{with kde}
+	--enable-klash \
+	--with-qt-incl="%{_includedir}/qt" \
+	--with-qt-lib="%{_libdir}" \
+%endif
 	--enable-media=gst \
 	--enable-pthreads \
 	--enable-visibility \
@@ -190,6 +196,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2007/09/23 10:11:34  arekm
+- specifiy qt includes
+
 Revision 1.18  2007/09/23 10:04:56  arekm
 - up to 0.8.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnash.spec?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list