wok rev 10082

Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 06:22:56 2011 +0000 (2011-05-20)
parents 680191d09a83
children 9ca8a145659d
files Qt4-dev/receipt QtDesigner/receipt libQt3Support/receipt libQtClucene/receipt libQtCore/receipt libQtDBus/receipt libQtDesigner/receipt libQtGui/receipt libQtHelp/receipt libQtNetwork/receipt libQtOpenGL/receipt libQtPlugins/receipt libQtScript/receipt libQtScriptTools/receipt libQtSql/receipt libQtSvg/receipt libQtTest/receipt libQtWebkit/receipt libQtXml/receipt qmake/receipt qt4-phonon/receipt qt4/receipt qtconfig/receipt
line diff
     1.1 --- a/Qt4-dev/receipt	Fri May 20 06:06:44 2011 +0000
     1.2 +++ b/Qt4-dev/receipt	Fri May 20 06:22:56 2011 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="Qt4-dev"
     1.7 -VERSION="4.7.2"
     1.8 +VERSION="4.7.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="qt x11 toolkit"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12  DEPENDS="QtDesigner jpeg tiff libpng mesa libglu-mesa \
    1.13  freetds libmysqlclient libpostgresqlclient libunixODBC xcb-util \
    1.14 -libQt3Support libQtClucene libQtDBus libQtHelp libQtOpenGL \
    1.15 +libQt3Support libQtClucene libQtPlugins libQtDBus libQtHelp libQtOpenGL \
    1.16  libQtScript libQtSql libQtScriptTools libQtWebkit libQtTest \
    1.17  qtconfig gcc-lib-base"
    1.18  SUGGESTED="libmng nvidia"
    1.19 @@ -26,6 +26,8 @@
    1.20  	cp -a $_pkg/usr/share  $fs/usr	
    1.21  	cp -a $_pkg/usr/lib/qt $fs/usr/lib
    1.22  	
    1.23 +	# all qt plugins are in libQtPlugins
    1.24 +	rm -rf $fs/usr/lib/qt/plugins
    1.25  	# all bin and remove QT applications designer, qmake, assistant, linguist: provide seperate packages
    1.26  	cp -a $_pkg/usr/bin $fs/usr	
    1.27  	rm $fs/usr/bin/qmake
     2.1 --- a/QtDesigner/receipt	Fri May 20 06:06:44 2011 +0000
     2.2 +++ b/QtDesigner/receipt	Fri May 20 06:22:56 2011 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="QtDesigner"
     2.7 -VERSION="4.7.2"
     2.8 +VERSION="4.7.3"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Qt Designer"
    2.11  MAINTAINER="allan316@gmail.com"
     3.1 --- a/libQt3Support/receipt	Fri May 20 06:06:44 2011 +0000
     3.2 +++ b/libQt3Support/receipt	Fri May 20 06:22:56 2011 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libQt3Support"
     3.7 -VERSION="4.7.2"
     3.8 +VERSION="4.7.3"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="Qt3 support Library"
    3.11  MAINTAINER="allan316@gmail.com"
     4.1 --- a/libQtClucene/receipt	Fri May 20 06:06:44 2011 +0000
     4.2 +++ b/libQtClucene/receipt	Fri May 20 06:22:56 2011 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="libQtClucene"
     4.7 -VERSION="4.7.2"
     4.8 +VERSION="4.7.3"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Qt clucene Library"
    4.11  MAINTAINER="allan316@gmail.com"
     5.1 --- a/libQtCore/receipt	Fri May 20 06:06:44 2011 +0000
     5.2 +++ b/libQtCore/receipt	Fri May 20 06:22:56 2011 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="libQtCore"
     5.7 -VERSION="4.7.2"
     5.8 +VERSION="4.7.3"
     5.9  CATEGORY="development"
    5.10  SHORT_DESC="Qt Core files"
    5.11  MAINTAINER="allan316@gmail.com"
     6.1 --- a/libQtDBus/receipt	Fri May 20 06:06:44 2011 +0000
     6.2 +++ b/libQtDBus/receipt	Fri May 20 06:22:56 2011 +0000
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="libQtDBus"
     6.7 -VERSION="4.7.2"
     6.8 +VERSION="4.7.3"
     6.9  CATEGORY="development"
    6.10  SHORT_DESC="Qt Dbus Library"
    6.11  MAINTAINER="allan316@gmail.com"
     7.1 --- a/libQtDesigner/receipt	Fri May 20 06:06:44 2011 +0000
     7.2 +++ b/libQtDesigner/receipt	Fri May 20 06:22:56 2011 +0000
     7.3 @@ -1,7 +1,7 @@
     7.4  # SliTaz package receipt.
     7.5  
     7.6  PACKAGE="libQtDesigner"
     7.7 -VERSION="4.7.2"
     7.8 +VERSION="4.7.3"
     7.9  CATEGORY="development"
    7.10  SHORT_DESC="Qt Designer"
    7.11  MAINTAINER="allan316@gmail.com"
     8.1 --- a/libQtGui/receipt	Fri May 20 06:06:44 2011 +0000
     8.2 +++ b/libQtGui/receipt	Fri May 20 06:22:56 2011 +0000
     8.3 @@ -1,7 +1,7 @@
     8.4  # SliTaz package receipt.
     8.5  
     8.6  PACKAGE="libQtGui"
     8.7 -VERSION="4.7.2"
     8.8 +VERSION="4.7.3"
     8.9  CATEGORY="development"
    8.10  SHORT_DESC="Qt Gui Library"
    8.11  MAINTAINER="allan316@gmail.com"
     9.1 --- a/libQtHelp/receipt	Fri May 20 06:06:44 2011 +0000
     9.2 +++ b/libQtHelp/receipt	Fri May 20 06:22:56 2011 +0000
     9.3 @@ -1,7 +1,7 @@
     9.4  # SliTaz package receipt.
     9.5  
     9.6  PACKAGE="libQtHelp"
     9.7 -VERSION="4.7.2"
     9.8 +VERSION="4.7.3"
     9.9  CATEGORY="development"
    9.10  SHORT_DESC="Qt help Library"
    9.11  MAINTAINER="allan316@gmail.com"
    10.1 --- a/libQtNetwork/receipt	Fri May 20 06:06:44 2011 +0000
    10.2 +++ b/libQtNetwork/receipt	Fri May 20 06:22:56 2011 +0000
    10.3 @@ -1,7 +1,7 @@
    10.4  # SliTaz package receipt.
    10.5  
    10.6  PACKAGE="libQtNetwork"
    10.7 -VERSION="4.7.2"
    10.8 +VERSION="4.7.3"
    10.9  CATEGORY="development"
   10.10  SHORT_DESC="Qt Network Library"
   10.11  MAINTAINER="allan316@gmail.com"
    11.1 --- a/libQtOpenGL/receipt	Fri May 20 06:06:44 2011 +0000
    11.2 +++ b/libQtOpenGL/receipt	Fri May 20 06:22:56 2011 +0000
    11.3 @@ -1,7 +1,7 @@
    11.4  # SliTaz package receipt.
    11.5  
    11.6  PACKAGE="libQtOpenGL"
    11.7 -VERSION="4.7.2"
    11.8 +VERSION="4.7.3"
    11.9  CATEGORY="development"
   11.10  SHORT_DESC="Qt Network Library"
   11.11  MAINTAINER="allan316@gmail.com"
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/libQtPlugins/receipt	Fri May 20 06:22:56 2011 +0000
    12.3 @@ -0,0 +1,21 @@
    12.4 +# SliTaz package receipt.
    12.5 +
    12.6 +PACKAGE="libQtPlugins"
    12.7 +VERSION="4.7.3"
    12.8 +CATEGORY="development"
    12.9 +SHORT_DESC="qt x11 toolkit plugins"
   12.10 +MAINTAINER="slaxemulator@gmail.com"
   12.11 +DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
   12.12 +libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
   12.13 +libQtTest libQtHelp"
   12.14 +WEB_SITE="http://qt.nokia.com/"
   12.15 +WANTED="qt4"
   12.16 +SOURCE="qt-everywhere-opensource-src"
   12.17 +
   12.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
   12.19 +genpkg_rules()
   12.20 +{
   12.21 +	mkdir -p $fs/usr/lib/qt
   12.22 +	cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt
   12.23 +}
   12.24 +
    13.1 --- a/libQtScript/receipt	Fri May 20 06:06:44 2011 +0000
    13.2 +++ b/libQtScript/receipt	Fri May 20 06:22:56 2011 +0000
    13.3 @@ -1,7 +1,7 @@
    13.4  # SliTaz package receipt.
    13.5  
    13.6  PACKAGE="libQtScript"
    13.7 -VERSION="4.7.2"
    13.8 +VERSION="4.7.3"
    13.9  CATEGORY="development"
   13.10  SHORT_DESC="Qt Script Lib"
   13.11  MAINTAINER="allan316@gmail.com"
    14.1 --- a/libQtScriptTools/receipt	Fri May 20 06:06:44 2011 +0000
    14.2 +++ b/libQtScriptTools/receipt	Fri May 20 06:22:56 2011 +0000
    14.3 @@ -1,7 +1,7 @@
    14.4  # SliTaz package receipt.
    14.5  
    14.6  PACKAGE="libQtScriptTools"
    14.7 -VERSION="4.7.2"
    14.8 +VERSION="4.7.3"
    14.9  CATEGORY="development"
   14.10  SHORT_DESC="Qt ScriptTools Lib"
   14.11  MAINTAINER="allan316@gmail.com"
    15.1 --- a/libQtSql/receipt	Fri May 20 06:06:44 2011 +0000
    15.2 +++ b/libQtSql/receipt	Fri May 20 06:22:56 2011 +0000
    15.3 @@ -1,7 +1,7 @@
    15.4  # SliTaz package receipt.
    15.5  
    15.6  PACKAGE="libQtSql"
    15.7 -VERSION="4.7.2"
    15.8 +VERSION="4.7.3"
    15.9  CATEGORY="development"
   15.10  SHORT_DESC="Qt sql Library"
   15.11  MAINTAINER="allan316@gmail.com"
    16.1 --- a/libQtSvg/receipt	Fri May 20 06:06:44 2011 +0000
    16.2 +++ b/libQtSvg/receipt	Fri May 20 06:22:56 2011 +0000
    16.3 @@ -1,7 +1,7 @@
    16.4  # SliTaz package receipt.
    16.5  
    16.6  PACKAGE="libQtSvg"
    16.7 -VERSION="4.7.2"
    16.8 +VERSION="4.7.3"
    16.9  CATEGORY="development"
   16.10  SHORT_DESC="Qt Svg Library"
   16.11  MAINTAINER="allan316@gmail.com"
    17.1 --- a/libQtTest/receipt	Fri May 20 06:06:44 2011 +0000
    17.2 +++ b/libQtTest/receipt	Fri May 20 06:22:56 2011 +0000
    17.3 @@ -1,7 +1,7 @@
    17.4  # SliTaz package receipt.
    17.5  
    17.6  PACKAGE="libQtTest"
    17.7 -VERSION="4.7.2"
    17.8 +VERSION="4.7.3"
    17.9  CATEGORY="development"
   17.10  SHORT_DESC="Qt Test library"
   17.11  MAINTAINER="rocky@slitaz.com"
    18.1 --- a/libQtWebkit/receipt	Fri May 20 06:06:44 2011 +0000
    18.2 +++ b/libQtWebkit/receipt	Fri May 20 06:22:56 2011 +0000
    18.3 @@ -1,7 +1,7 @@
    18.4  # SliTaz package receipt.
    18.5  
    18.6  PACKAGE="libQtWebkit"
    18.7 -VERSION="4.7.2"
    18.8 +VERSION="4.7.3"
    18.9  CATEGORY="development"
   18.10  SHORT_DESC="Web browser engine for Qt"
   18.11  MAINTAINER="allan316@gmail.com"
    19.1 --- a/libQtXml/receipt	Fri May 20 06:06:44 2011 +0000
    19.2 +++ b/libQtXml/receipt	Fri May 20 06:22:56 2011 +0000
    19.3 @@ -1,7 +1,7 @@
    19.4  # SliTaz package receipt.
    19.5  
    19.6  PACKAGE="libQtXml"
    19.7 -VERSION="4.7.2"
    19.8 +VERSION="4.7.3"
    19.9  CATEGORY="development"
   19.10  SHORT_DESC="Qt Xml library"
   19.11  MAINTAINER="allan316@gmail.com"
    20.1 --- a/qmake/receipt	Fri May 20 06:06:44 2011 +0000
    20.2 +++ b/qmake/receipt	Fri May 20 06:22:56 2011 +0000
    20.3 @@ -1,7 +1,7 @@
    20.4  # SliTaz package receipt.
    20.5  
    20.6  PACKAGE="qmake"
    20.7 -VERSION="4.7.2"
    20.8 +VERSION="4.7.3"
    20.9  CATEGORY="development"
   20.10  SHORT_DESC="Qt make"
   20.11  MAINTAINER="allan316@gmail.com"
    21.1 --- a/qt4-phonon/receipt	Fri May 20 06:06:44 2011 +0000
    21.2 +++ b/qt4-phonon/receipt	Fri May 20 06:22:56 2011 +0000
    21.3 @@ -1,7 +1,7 @@
    21.4  # SliTaz package receipt.
    21.5  
    21.6  PACKAGE="qt4-phonon"
    21.7 -VERSION="4.7.2"
    21.8 +VERSION="4.7.3"
    21.9  CATEGORY="multimedia"
   21.10  SHORT_DESC="Qt phonon library"
   21.11  MAINTAINER="pankso@slitaz.org"
    22.1 --- a/qt4/receipt	Fri May 20 06:06:44 2011 +0000
    22.2 +++ b/qt4/receipt	Fri May 20 06:22:56 2011 +0000
    22.3 @@ -2,7 +2,7 @@
    22.4  
    22.5  PACKAGE="qt4"
    22.6  SOURCE="qt-everywhere-opensource-src"
    22.7 -VERSION="4.7.2"
    22.8 +VERSION="4.7.3"
    22.9  CATEGORY="meta"
   22.10  SHORT_DESC="qt x11 toolkit"
   22.11  MAINTAINER="allan316@gmail.com"
   22.12 @@ -34,6 +34,7 @@
   22.13  		-silent \
   22.14  		-sysconfdir /etc \
   22.15  		-plugindir /usr/lib/qt/plugins \
   22.16 +		-importdir /usr/lib/qt/imports \
   22.17  		-translationdir /usr/share/qt/translations \
   22.18  		-datadir /usr/share/qt \
   22.19  		-docdir /usr/share/doc/qt \
   22.20 @@ -56,7 +57,7 @@
   22.21  		-opengl \
   22.22  		-gtkstyle &&
   22.23  	make -j 4 &&
   22.24 -	make INSTALL_ROOT=$PWD/_pkg install
   22.25 +	make INSTALL_ROOT=$DESTDIR install
   22.26  }
   22.27  
   22.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    23.1 --- a/qtconfig/receipt	Fri May 20 06:06:44 2011 +0000
    23.2 +++ b/qtconfig/receipt	Fri May 20 06:22:56 2011 +0000
    23.3 @@ -1,7 +1,7 @@
    23.4  # SliTaz package receipt.
    23.5  
    23.6  PACKAGE="qtconfig"
    23.7 -VERSION="4.7.2"
    23.8 +VERSION="4.7.3"
    23.9  CATEGORY="x-window"
   23.10  SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications."
   23.11  MAINTAINER="slaxemulator@gmail.com"