wok-next rev 10647
Fix bdeps (was missing quiet a few -dev) - we need ssl support in QT
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 27 03:19:15 2011 +0200 (2011-05-27) |
parents | 1ec92e652f66 |
children | 201a839acb42 |
files | qt4/receipt |
line diff
1.1 --- a/qt4/receipt Fri May 27 02:23:25 2011 +0200 1.2 +++ b/qt4/receipt Fri May 27 03:19:15 2011 +0200 1.3 @@ -6,28 +6,28 @@ 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 \ 1.8 -libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ 1.9 -libQtOpenGL libQtSql libQtWebkit gstreamer" 1.10 -BUILD_DEPENDS="xorg-libX11-dev dbus-dev gstreamer \ 1.11 -gstreamer-dev gst-python-dev libmng-dev cups-dev mysql-dev unixODBC-dev \ 1.12 -mesa-dev fontconfig-dev libegl-mesa libglu-mesa libglw-mesa postgresql-dev glibc-locale \ 1.13 -gtk+-dev gst-plugins-base-dev atk autoconf automake bash binutils bison bzip2 cairo \ 1.14 -coreutils expat flex fontconfig freetype gcc gettext glib jpeg libIDL \ 1.15 -libcap libpng libtool libxml2 linux-api-headers m4 make mercurial ncurses openssl \ 1.16 -pango patch pcre perl perl-xml-parser perl-xml-simple pixman pkg-config tiff \ 1.17 -xorg xorg-dev-proto zip zlib" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 WEB_SITE="http://qt.nokia.com/" 1.20 WGET_URL="ftp://ftp.qt.nokia.com/qt/source/$TARBALL" 1.21 PROVIDE="qt-x11-opensource-src" 1.22 TAGS="qt" 1.23 1.24 +DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ 1.25 +libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ 1.26 +libQtOpenGL libQtSql libQtWebkit gstreamer" 1.27 +BUILD_DEPENDS="xorg-libX11-dev dbus-dev gstreamer-dev gst-python-dev libmng-dev \ 1.28 +cups-dev mysql-dev unixODBC-dev mesa-dev fontconfig-dev libegl-mesa libglu-mesa \ 1.29 +libglw-mesa postgresql-dev gst-plugins-base-dev atk-dev autoconf automake bash \ 1.30 +binutils bison bzip2-dev cairo-dev coreutils expat-dev flex fontconfig-dev \ 1.31 +freetype-dev gettext glib-dev jpeg-dev libIDL libcap-dev libpng-dev libtool \ 1.32 +libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \ 1.33 +pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple pixman-dev \ 1.34 +pkg-config tiff-dev xorg-dev-proto xorg-dev zip unzip" 1.35 + 1.36 # Rules to configure and make the package. 1.37 compile_rules() 1.38 { 1.39 cd $src 1.40 - 1.41 ./configure -v \ 1.42 -prefix /usr \ 1.43 -confirm-license -opensource \