[Lunar-commits] <moonbase> qt4: Adding a patch from http://bugs.gentoo.org/show_bug.cgi?id=344915 and modified

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Jan 8 13:10:23 CET 2011


commit f3546c1f03d166c98c25a85c3575f3862cd1da52
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Jan 8 07:10:23 2011 -0500

    qt4: Adding a patch from http://bugs.gentoo.org/show_bug.cgi?id=344915 and modified
    
    for pathing. The gist is Qt4 makes some invalid assumptions about sse4_2/sse4_1,
    wibble to the link or view the patch to know more.
---
 qt4-apps/qt4/BUILD   |    2 ++
 qt4-apps/qt4/DETAILS |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/qt4-apps/qt4/BUILD b/qt4-apps/qt4/BUILD
index 44b54d8..5e81183 100644
--- a/qt4-apps/qt4/BUILD
+++ b/qt4-apps/qt4/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 0 $$
+
   if [ -d /opt/lunar/qt ] ; then 
     ld_remove /opt/lunar/qt/lib
   fi &&
diff --git a/qt4-apps/qt4/DETAILS b/qt4-apps/qt4/DETAILS
index 0f5a3e7..fe4bade 100644
--- a/qt4-apps/qt4/DETAILS
+++ b/qt4-apps/qt4/DETAILS
@@ -1,14 +1,17 @@
           MODULE=qt4
          VERSION=4.7.1
           SOURCE=qt-everywhere-opensource-src-${VERSION}.tar.gz
+         SOURCE2=qt-4.7.1-SSE.patch
    SOURCE_URL[0]=ftp://ftp.trolltech.com/qt/source
    SOURCE_URL[1]=http://gd.tuwien.ac.at/hci/qt/source
+     SOURCE2_URL=$PATCH_URL
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-opensource-src-${VERSION}
       SOURCE_VFY=sha1:fcf764d39d982c7f84703821582bd10c3192e341
+     SOURCE2_VFY=sha1:aa8e9a469a72816dc7601cf8ef48d876298460ba
    MODULE_PREFIX=${QT4_PREFIX:-/usr}
         WEB_SITE=http://www.trolltech.com/qt
          ENTERED=20020420
-         UPDATED=20101124
+         UPDATED=20110108
       MAINTAINER=florin at lunar-linux.org
            SHORT="A C++ toolkit for application development"
 


More information about the Lunar-commits mailing list