Author: pebender
Date: Thu Dec 18 11:23:43 2008
New Revision: 4107

Added:
     
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.5.0-beta1.patch.gar
Removed:
     
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.5.0-tp1.patch.gar
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/qt/qt4/Makefile
    trunk/gar-minimyth/script/qt/qt4/checksums

Log:
- Updated package
    qt/qt4



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Thu Dec 18  
11:23:43 2008
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 61 (2008-12-17):
+Changes since 61 (2008-12-18):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082,
@@ -141,6 +141,7 @@
      Updated mediaplayers/mplayer-svn.
      Updated mediaplayers/vlc.
      Updated perl/perl-libwww-perl.
+    Updated qt/qt4.
      Updated system/udev.
      Updated X11/vpdau.
      Updated X11/x11vnc.

Modified: trunk/gar-minimyth/script/qt/qt4/Makefile
==============================================================================
--- trunk/gar-minimyth/script/qt/qt4/Makefile   (original)
+++ trunk/gar-minimyth/script/qt/qt4/Makefile   Thu Dec 18 11:23:43 2008
@@ -1,5 +1,5 @@
  GARNAME = qt-x11-opensource-src
-GARVERSION = 4.4.3
+GARVERSION = 4.5.0-beta1
  CATEGORIES = qt
  MASTER_SITES  = ftp://ftp.trolltech.com/qt/source/
  MASTER_SITES += ftp://ftp.trolltech.com/qt/snapshots/

Modified: trunk/gar-minimyth/script/qt/qt4/checksums
==============================================================================
--- trunk/gar-minimyth/script/qt/qt4/checksums  (original)
+++ trunk/gar-minimyth/script/qt/qt4/checksums  Thu Dec 18 11:23:43 2008
@@ -1,5 +1,5 @@
  376c003317c4417326ba2116370227d0   
download/qt-x11-opensource-src-4.4.3.tar.gz
  ee089080fcd6320a7ee9e98671c53c55   
download/qt-x11-opensource-src-4.4.3.patch.gar

-a516f516f22a6d0caa88f232594a49c5   
download/qt-x11-opensource-src-4.5.0-tp1.tar.gz
-5bbd6542a79e9bf7c04168ed0e776a8c   
download/qt-x11-opensource-src-4.5.0-tp1.patch.gar
+7849ee0ddc5e0d881e477ed04b869c4d   
download/qt-x11-opensource-src-4.5.0-beta1.tar.gz
+570a50b6767b9eb5a12616e15e37e74d   
download/qt-x11-opensource-src-4.5.0-beta1.patch.gar

Added:  
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.5.0-beta1.patch.gar
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.5.0-beta1.patch.gar
       
Thu Dec 18 11:23:43 2008
@@ -0,0 +1,36 @@
+diff -Naur qt-x11-opensource-src-4.5.0-beta1-old/configure  
qt-x11-opensource-src-4.5.0-beta1-new/configure
+--- qt-x11-opensource-src-4.5.0-beta1-old/configure    2008-12-17  
09:16:35.000000000 -0800
++++ qt-x11-opensource-src-4.5.0-beta1-new/configure    2008-12-18  
10:45:59.000000000 -0800
+@@ -94,10 +94,10 @@
+  
#-------------------------------------------------------------------------------
+
+ # need that throughout the script
+-UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
+-UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
+-UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
+-UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
++uname_machi...@gar_garch_family@
++UNAME_RELEASE=unknown
++UNAME_SYSTEM=linux
++UNAME_VERSION=unknown
+
+
+  
#-------------------------------------------------------------------------------
+@@ -1990,7 +1990,7 @@
+
+     # make a syncqt script that can be used in the shadow
+     rm -f "$outpath/bin/syncqt"
+-    if [ -x "/usr/bin/perl" ] && [ -x "$relpath/bin/syncqt" ]; then
++    if [ -x "@GAR_DESTDIR@@GAR_bindir@/perl" ] && [  
-x "$relpath/bin/syncqt" ]; then
+         mkdir -p "$outpath/bin"
+         echo "#!/bin/sh" >"$outpath/bin/syncqt"
+         echo "QTDIR=\"$relpath\"; export QTDIR" >>"$outpath/bin/syncqt"
+@@ -3861,7 +3861,7 @@
+ #  
-----------------------------------------------------------------------------
+
+ # symlink includes
+-if [ -x "/usr/bin/perl" ] && [ -x "$relpath/bin/syncqt" ]; then
++if [ -x "@GAR_DESTDIR@@GAR_bindir@/perl" ] && [ -x "$relpath/bin/syncqt"  
]; then
+     SYNCQT_OPTS=
+     [ "$Edition" = "Trolltech" ] &&  SYNCQT_OPTS="$SYNCQT_OPTS  
-check-includes"
+     if [ "$OPT_SHADOW" = "yes" ]; then

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to