SPECS (DEVEL): qt4.spec - BR: gstreamer-plugins-base-devel (for building ph...
twittner
twittner at pld-linux.org
Wed May 14 19:42:57 CEST 2008
Author: twittner Date: Wed May 14 17:42:57 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- BR: gstreamer-plugins-base-devel (for building phonon subpkg.)
- pass paths to gstreamer headers (taken from pkgconfig)
- don't use %{_includedir} in reference to headers provided by other packages
%{_includedir} always can be redefined in spec
- rel. 3
---- Files affected:
SPECS:
qt4.spec (1.157.2.22 -> 1.157.2.23)
---- Diffs:
================================================================
Index: SPECS/qt4.spec
diff -u SPECS/qt4.spec:1.157.2.22 SPECS/qt4.spec:1.157.2.23
--- SPECS/qt4.spec:1.157.2.22 Thu May 8 23:17:54 2008
+++ SPECS/qt4.spec Wed May 14 19:42:52 2008
@@ -39,7 +39,7 @@
%define _withsql 1
%{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
-%define rel 2
+%define rel 3
Summary: The Qt GUI application framework
Summary(es.UTF-8): Biblioteca para ejecutar aplicaciones GUI Qt
Summary(pl.UTF-8): Biblioteka Qt do tworzenia GUI
@@ -77,6 +77,7 @@
%{?with_pch:BuildRequires: gcc >= 5:4.0}
BuildRequires: giflib-devel
BuildRequires: glib2-devel >= 2.0.0
+BuildRequires: gstreamer-plugins-base-devel
BuildRequires: libjpeg-devel
BuildRequires: libmng-devel >= 1.0.0
BuildRequires: libpng-devel >= 2:1.0.8
@@ -1175,8 +1176,9 @@
-system-zlib \
-exceptions \
-largefile \
- -I%{_includedir}/postgresql/server \
- -I%{_includedir}/mysql \
+ -I/usr/include/postgresql/server \
+ -I/usr/include/mysql \
+ `pkg-config --cflags-only-I gstreamer-0.10` \
%{?with_cups:-cups} \
%{?with_nas:-system-nas-sound} \
%{?debug:-debug} \
@@ -1897,6 +1899,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.157.2.23 2008-05-14 17:42:52 twittner
+- BR: gstreamer-plugins-base-devel (for building phonon subpkg.)
+- pass paths to gstreamer headers (taken from pkgconfig)
+- don't use %{_includedir} in reference to headers provided by other packages
+ %{_includedir} always can be redefined in spec
+- rel. 3
+
Revision 1.157.2.22 2008-05-08 21:17:54 arekm
- rel 2; readd script dir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qt4.spec?r1=1.157.2.22&r2=1.157.2.23&f=u
More information about the pld-cvs-commit
mailing list