Author: pebender
Date: Wed Oct 22 14:29:37 2008
New Revision: 3858
Added:
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 Wed Oct 22
14:29:37 2008
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 58 (2008-10-21):
+Changes since 58 (2008-10-22):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
Modified: trunk/gar-minimyth/script/qt/qt4/Makefile
==============================================================================
--- trunk/gar-minimyth/script/qt/qt4/Makefile (original)
+++ trunk/gar-minimyth/script/qt/qt4/Makefile Wed Oct 22 14:29:37 2008
@@ -1,7 +1,8 @@
GARNAME = qt-x11-opensource-src
-GARVERSION = 4.4.3
+GARVERSION = 4.5.0-tp1
CATEGORIES = qt
-MASTER_SITES = ftp://ftp.trolltech.com/qt/source/
+MASTER_SITES = ftp://ftp.trolltech.com/qt/source/
+MASTER_SITES += ftp://ftp.trolltech.com/qt/snapshots/
DISTFILES = $(DISTNAME).tar.gz
PATCHFILES = $(DISTNAME).patch.gar
LICENSE = GPL2/GPL3
Modified: trunk/gar-minimyth/script/qt/qt4/checksums
==============================================================================
--- trunk/gar-minimyth/script/qt/qt4/checksums (original)
+++ trunk/gar-minimyth/script/qt/qt4/checksums Wed Oct 22 14:29:37 2008
@@ -1,2 +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
Added:
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.5.0-tp1.patch.gar
==============================================================================
--- (empty file)
+++
trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.5.0-tp1.patch.gar
Wed Oct 22 14:29:37 2008
@@ -0,0 +1,36 @@
+diff -Naur qt-x11-opensource-src-4.5.0-tp1-old/configure
qt-x11-opensource-src-4.5.0-tp1-new/configure
+--- qt-x11-opensource-src-4.5.0-tp1-old/configure 2008-10-17
01:42:49.000000000 -0700
++++ qt-x11-opensource-src-4.5.0-tp1-new/configure 2008-10-22
11:22:36.000000000 -0700
+@@ -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
[EMAIL PROTECTED]@
++UNAME_RELEASE=unknown
++UNAME_SYSTEM=linux
++UNAME_VERSION=unknown
+
+
+
#-------------------------------------------------------------------------------
+@@ -1968,7 +1968,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"
+@@ -3834,7 +3834,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
-~----------~----~----~----~------~----~------~--~---