Revision: 5893
Author: pebender
Date: Wed Dec  2 14:31:20 2009
Log: - Updated package qt/qt4.


http://code.google.com/p/minimyth/source/detail?r=5893

Added:
   
/trunk/gar-minimyth/script/qt/qt4/files/qt-everywhere-opensource-src-4.6.0.patch.gar
Deleted:
   
/trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.5.3.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

=======================================
--- /dev/null
+++  
/trunk/gar-minimyth/script/qt/qt4/files/qt-everywhere-opensource-src-4.6.0.patch.gar
     
Wed Dec  2 14:31:20 2009
@@ -0,0 +1,18 @@
+diff -Naur qt-everywhere-opensource-src-4.6.0-old/configure  
qt-everywhere-opensource-src-4.6.0-new/configure
+--- qt-everywhere-opensource-src-4.6.0-old/configure   2009-11-26  
17:27:48.000000000 -0800
++++ qt-everywhere-opensource-src-4.6.0-new/configure   2009-12-01  
06:24:07.000000000 -0800
+@@ -154,10 +154,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
+
+
+  
#-------------------------------------------------------------------------------
=======================================
---  
/trunk/gar-minimyth/script/qt/qt4/files/qt-x11-opensource-src-4.5.3.patch.gar   
 
Thu Oct  1 08:15:16 2009
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Naur qt-x11-opensource-src-4.5.3-old/configure  
qt-x11-opensource-src-4.5.3-new/configure
---- qt-x11-opensource-src-4.5.3-old/configure  2009-09-29  
04:01:31.000000000 -0700
-+++ qt-x11-opensource-src-4.5.3-new/configure  2009-10-01  
07:44:17.000000000 -0700
-@@ -125,10 +125,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
-
-
-  
#-------------------------------------------------------------------------------
=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Tue Dec  1  
13:48:29 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Wed Dec  2  
14:31:20 2009
@@ -5,7 +5,7 @@
  MiniMyth release. For earlier changes see the yearly changelog files.

   
--------------------------------------------------------------------------------
-Changes since 72 (2009-12-01):
+Changes since 72 (2009-12-02):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -108,6 +108,7 @@
      Updated perl/perl-Date-Manip.
      Updated perl/perl-libwww-perl.
      Updated perl/perl-URI.
+    Updated qt/qt4.
      Updated system/zoneinfo.
      Updated utils/busybox.
      Updated utils/coreutils.
=======================================
--- /trunk/gar-minimyth/script/qt/qt4/Makefile  Tue Nov 10 20:09:26 2009
+++ /trunk/gar-minimyth/script/qt/qt4/Makefile  Wed Dec  2 14:31:20 2009
@@ -1,5 +1,5 @@
-GARNAME = qt-x11-opensource-src
-GARVERSION = 4.5.3
+GARNAME = qt-everywhere-opensource-src
+GARVERSION = 4.6.0
  CATEGORIES = qt
  MASTER_SITES  = ftp://ftp.trolltech.com/qt/source/
  MASTER_SITES += ftp://ftp.trolltech.com/qt/snapshots/
@@ -22,29 +22,38 @@

  CONFIGURE_ARGS = \
        -prefix $(qt4prefix) \
-       -hostprefix $(DESTDIR)$(qt4prefix) \
+       -prefix-install \
        -bindir $(qt4bindir) \
        -libdir $(qt4libdir) \
+       -docdir $(qt4libdir)/doc \
        -headerdir $(qt4includedir) \
+       -datadir $(qt4libdir) \
+       -translationdir $(qt4libdir)/translations \
+       -sysconfdir $(DESTDIR)$(qt4libdir)/settings \
        -examplesdir $(DESTDIR)$(qt4prefix)/examples \
        -demosdir $(DESTDIR)$(qt4prefix)/demos \
        $(if $(filter yes,$(mm_DEBUG)),-debug,-release) \
-       -shared \
        -opensource \
-       -qt-gif \
-       -system-zlib \
+       -shared \
        -no-fast \
-       -no-exceptions \
-       -platform $(PLATFORM_GARBUILD_NAME) \
-       -plugin-sql-mysql \
-       -no-sql-sqlite \
-       -no-nis \
-       -no-pch \
-       -dbus-linked \
-       -no-cups \
        -largefile \
+       -no-exceptions \
+       -no-accessibility \
        -stl \
-       -verbose \
+       -plugin-sql-mysql \
+       -qt3support \
+       -no-xmlpatterns \
+       -multimedia \
+       -no-phonon \
+       -no-phonon-backend \
+       -svg \
+       -webkit \
+       -script \
+       -scripttools \
+       -no-declarative \
+       -platform $(PLATFORM_GARBUILD_NAME) \
+       -system-zlib \
+       -qt-gif \
        -system-libtiff \
        -system-libpng \
        -system-libmng \
@@ -53,20 +62,33 @@
        -nomake demos \
        -nomake examples \
        -no-rpath \
+       -verbose \
+       -no-optimized-qmake \
+       -no-nis \
+       -no-cups \
+       -iconv \
+       -no-pch \
+       -dbus-linked \
+       -no-separate-debug-info \
+       -no-gtkstyle \
        -no-nas-sound \
        -opengl \
+       -no-openvg \
        -no-sm \
        -no-xshape \
+       -no-xsync \
        -xinerama \
        -no-xcursor \
        -xfixes \
        -xrandr \
        -xrender \
+       -mitshm \
        -fontconfig \
        -no-xinput \
        -xkb \
-       -no-separate-debug-info \
        -glib \
+       -hostprefix $(DESTDIR)$(qt4prefix) \
+       -force-pkg-config \
        -little-endian
  ifeq ($(DESTIMG),build)
  BUILD_ENV = \
=======================================
--- /trunk/gar-minimyth/script/qt/qt4/checksums Thu Oct  1 08:15:16 2009
+++ /trunk/gar-minimyth/script/qt/qt4/checksums Wed Dec  2 14:31:20 2009
@@ -1,2 +1,2 @@
-3988cf9af68be2df8a8000ede231de9b   
download/qt-x11-opensource-src-4.5.3.tar.gz
-27ca17257c329a62103d8c23a4a95c45   
download/qt-x11-opensource-src-4.5.3.patch.gar
+2a7b5126f2450d8525af355fc4c12ad6   
download/qt-everywhere-opensource-src-4.6.0.tar.gz
+bc31a5982d17f364ec211e41543373b8   
download/qt-everywhere-opensource-src-4.6.0.patch.gar

--

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