wok-current diff qt4/receipt @ rev 5550
Up: linux (2.6.33.4)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 13 21:39:07 2010 +0200 (2010-05-13) |
parents | 6a0db6c0b0fe |
children | 666fd56c3a0e |
line diff
1.1 --- a/qt4/receipt Thu Apr 29 14:42:30 2010 -0400 1.2 +++ b/qt4/receipt Thu May 13 21:39:07 2010 +0200 1.3 @@ -6,9 +6,11 @@ 1.4 CATEGORY="meta" 1.5 SHORT_DESC="qt x11 toolkit" 1.6 MAINTAINER="allan316@gmail.com" 1.7 -DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml libQtDesigner libQtScript \ 1.8 -libQt3Support libQtClucene libQtDBus libQtHelp libQtOpenGL libQtSql libQtWebkit" 1.9 -BUILD_DEPENDS="xorg-libX11-dev dbus-dev slitaz-dev-pkgs" 1.10 +DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ 1.11 +libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ 1.12 +libQtOpenGL libQtSql libQtWebkit gstreamer" 1.13 +BUILD_DEPENDS="xorg-libX11-dev dbus-dev slitaz-dev-pkgs gstreamer \ 1.14 +gstreamer-dev gst-python-dev" 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 WEB_SITE="http://qt.nokia.com/" 1.17 WGET_URL="ftp://ftp.qt.nokia.com/qt/source/$TARBALL" 1.18 @@ -19,25 +21,25 @@ 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - ./configure \ 1.23 - -prefix /usr \ 1.24 - -confirm-license -opensource \ 1.25 - -silent \ 1.26 - -sysconfdir /etc \ 1.27 - -plugindir /usr/lib/qt/plugins \ 1.28 - -translationdir /usr/share/qt/translations \ 1.29 - -datadir /usr/share/qt \ 1.30 - -docdir /usr/share/doc/qt \ 1.31 - -examplesdir /usr/share/doc/qt/examples \ 1.32 - -demosdir /usr/share/doc/qt/demos \ 1.33 - -no-separate-debug-info \ 1.34 - -nomake demos \ 1.35 - -nomake examples \ 1.36 - -nomake docs \ 1.37 - -no-phonon \ 1.38 - -optimized-qmake \ 1.39 - -opengl \ 1.40 - -gtkstyle && 1.41 + ./configure -v \ 1.42 + -prefix /usr \ 1.43 + -confirm-license -opensource \ 1.44 + -silent \ 1.45 + -sysconfdir /etc \ 1.46 + -plugindir /usr/lib/qt/plugins \ 1.47 + -translationdir /usr/share/qt/translations \ 1.48 + -datadir /usr/share/qt \ 1.49 + -docdir /usr/share/doc/qt \ 1.50 + -examplesdir /usr/share/doc/qt/examples \ 1.51 + -demosdir /usr/share/doc/qt/demos \ 1.52 + -no-separate-debug-info \ 1.53 + -nomake demos \ 1.54 + -nomake examples \ 1.55 + -nomake docs \ 1.56 + -phonon \ 1.57 + -optimized-qmake \ 1.58 + -opengl \ 1.59 + -gtkstyle && 1.60 make && 1.61 make INSTALL_ROOT=$PWD/_pkg install 1.62 }