[Lunar-commits] <moonbase> PyQt4: fix build when egl enabled

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu May 19 03:23:18 CEST 2011


commit 9a2e63de0e0a6d9cb898361fba717b1dcefde668
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu May 19 03:23:18 2011 +0200

    PyQt4: fix build when egl enabled
---
 python/PyQt4/BUILD   |    1 +
 python/PyQt4/DETAILS |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/python/PyQt4/BUILD b/python/PyQt4/BUILD
index 67f2792..0660e81 100644
--- a/python/PyQt4/BUILD
+++ b/python/PyQt4/BUILD
@@ -1,5 +1,6 @@
 (
 
+  patch_it $SOURCE2 0 &&
   . /etc/profile.d/qt4.rc &&
 
 
diff --git a/python/PyQt4/DETAILS b/python/PyQt4/DETAILS
index 786a95f..2bc71ee 100644
--- a/python/PyQt4/DETAILS
+++ b/python/PyQt4/DETAILS
@@ -2,11 +2,14 @@
            EXTRA=x11-gpl
          VERSION=4.8.4
           SOURCE=PyQt-$EXTRA-$VERSION.tar.gz
+         SOURCE2=PyQt4-egl.patch.bz2
    SOURCE_URL[0]=$MIRROR_URL
    SOURCE_URL[1]=http://www.riverbankcomputing.co.uk/static/Downloads/$MODULE
    SOURCE_URL[2]=http://spacehopper.org/mirrors
+     SOURCE2_URL=$PATCH_URL
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/PyQt-$EXTRA-$VERSION
       SOURCE_VFY=sha1:747236d5dd103687cac54746af0a24a1adbc067c
+     SOURCE2_VFY=sha1:675e7c314ab208c82ae64a420fb37a24d7fe9645
    MODULE_PREFIX=${QT4_PREFIX:-/usr}
         WEB_SITE=http://www.riverbankcomputing.co.uk/news
          ENTERED=20080102


More information about the Lunar-commits mailing list