OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Mar-2005 13:50:36
Branch: HEAD Handle: 2005032312503600
Modified files:
openpkg-src/qt qt.spec
Log:
requires a OpenGL library
Summary:
Revision Changes Path
1.117 +7 -7 openpkg-src/qt/qt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/qt/qt.spec
============================================================================
$ cvs diff -u -r1.116 -r1.117 qt.spec
--- openpkg-src/qt/qt.spec 1 Feb 2005 09:15:37 -0000 1.116
+++ openpkg-src/qt/qt.spec 23 Mar 2005 12:50:36 -0000 1.117
@@ -34,7 +34,7 @@
Group: XWindow
License: GPL
Version: 3.3.4
-Release: 20050201
+Release: 20050323
# package library options (each 'yes' builds more libraries)
%option with_shared no
@@ -52,8 +52,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, X11, xft, gcc, sed
-PreReq: OpenPKG, openpkg >= 20040130, X11, xft
+BuildPreReq: OpenPKG, openpkg >= 20040130, X11, xft, mesa, gcc, sed
+PreReq: OpenPKG, openpkg >= 20040130, X11, xft, mesa
%if "%{with_pgsql}" == "yes"
BuildPreReq: postgresql
PreReq: postgresql
@@ -165,7 +165,7 @@
-plugindir %{l_prefix}/share/qt/plugins \
-translationdir %{l_prefix}/share/qt/translations \
-sysconfdir %{l_prefix}/etc/qt \
- -release -shared -stl -sm -xrender -xft \
+ -release -shared -stl -sm -xrender -xft -no-dlopen-opengl \
-qt-zlib -qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
-I$QTDIR/include %{l_cppflags} -I${l_x11_incdir} \
-L$QTDIR/lib %{l_ldflags} -L${l_x11_libdir} \
@@ -198,7 +198,7 @@
-plugindir %{l_prefix}/share/qt/plugins \
-translationdir %{l_prefix}/share/qt/translations \
-sysconfdir %{l_prefix}/etc/qt \
- -release -shared -stl -sm -xrender -xft \
+ -release -shared -stl -sm -xrender -xft -no-dlopen-opengl \
-qt-zlib -qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
-I$QTDIR/include %{l_cppflags} -I${l_x11_incdir} \
-L$QTDIR/lib %{l_ldflags} -L${l_x11_libdir} \
@@ -237,7 +237,7 @@
-plugindir %{l_prefix}/share/qt/plugins \
-translationdir %{l_prefix}/share/qt/translations \
-sysconfdir %{l_prefix}/etc/qt \
- -release -static -stl -sm -xrender -xft \
+ -release -static -stl -sm -xrender -xft -no-dlopen-opengl \
-qt-zlib -qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
-I$QTDIR/include %{l_cppflags} -I${l_x11_incdir} \
-L$QTDIR/lib %{l_ldflags} -L${l_x11_libdir} \
@@ -276,7 +276,7 @@
-plugindir %{l_prefix}/share/qt/plugins \
-translationdir %{l_prefix}/share/qt/translations \
-sysconfdir %{l_prefix}/etc/qt \
- -release -static -stl -sm -xrender -xft \
+ -release -static -stl -sm -xrender -xft -no-dlopen-opengl \
-qt-zlib -qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
-I$QTDIR/include %{l_cppflags} -I${l_x11_incdir} \
-L$QTDIR/lib %{l_ldflags} -L${l_x11_libdir} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]