Author: ranger
Date: Thu May 31 19:56:04 2007
New Revision: 814

URL: 
http://svn.finkproject.org/websvn/listing.php?sc=1&rev=814&repname=user%3a+ranger
Log:
lots of updates to projects and stuff

Added:
    trunk/kde-mac/compile-qt.sh   (with props)
    trunk/kde-mac/qt/patches/
    trunk/kde-mac/qt/patches/998-configure-tests-for-mac.diff
    trunk/kde-mac/qt/patches/999-mmx-for-mac.diff
    trunk/kde-mac/soprano/
    trunk/kde-mac/soprano.pmproj   (with props)
    trunk/kde-mac/soprano/resources/
    trunk/kde-mac/soprano/resources/ReadMe.rtf
    trunk/kde-mac/soprano/root/   (with props)
Modified:
    trunk/kde-mac/Makefile
    trunk/kde-mac/amarok.pmproj
    trunk/kde-mac/decibel.pmproj
    trunk/kde-mac/kde.pmproj
    trunk/kde-mac/kdeaddons.pmproj
    trunk/kde-mac/kdeadmin.pmproj
    trunk/kde-mac/kdeartwork.pmproj
    trunk/kde-mac/kdebase.pmproj
    trunk/kde-mac/kdeedu.pmproj
    trunk/kde-mac/kdegames.pmproj
    trunk/kde-mac/kdegraphics.pmproj
    trunk/kde-mac/kdelibs.pmproj
    trunk/kde-mac/kdemultimedia.pmproj
    trunk/kde-mac/kdenetwork.pmproj
    trunk/kde-mac/kdepim.pmproj
    trunk/kde-mac/kdepimlibs.pmproj
    trunk/kde-mac/kdesdk.pmproj
    trunk/kde-mac/kdesupport.pmproj
    trunk/kde-mac/kdetoys.pmproj
    trunk/kde-mac/kdeutils.pmproj
    trunk/kde-mac/kdevelop.pmproj
    trunk/kde-mac/kdewebdev.pmproj
    trunk/kde-mac/koffice.pmproj
    trunk/kde-mac/make-packages.sh
    trunk/kde-mac/marble.pmproj
    trunk/kde-mac/qca.pmproj
    trunk/kde-mac/qt-extras.pmproj
    trunk/kde-mac/qt.pmproj
    trunk/kde-mac/strigi.pmproj
    trunk/kde-mac/universal-environment.sh

Modified: trunk/kde-mac/Makefile
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/Makefile&rev=814&repname=user%3a+ranger
==============================================================================
--- trunk/kde-mac/Makefile (original)
+++ trunk/kde-mac/Makefile Thu May 31 19:56:04 2007
@@ -1,9 +1,10 @@
 DATESTAMP ?= $(shell date '+%Y%m%d')
 
+MAKETORRENT=/sw/bin/btmaketorrent.py
 
 PACKAGEMAKER := 
/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
 
-DAILY := marble strigi qca kdelibs kdepimlibs decibel kdebase amarok kdeadmin 
kdeartwork kdeedu kdegames kdegraphics kdemultimedia kdenetwork kdepim kdesdk 
kdetoys kdeutils kdevelop kdewebdev koffice kdeaddons
+DAILY := marble strigi qca soprano kdelibs kdepimlibs decibel kdebase amarok 
kdeadmin kdeartwork kdeedu kdegames kdegraphics kdemultimedia kdenetwork kdepim 
kdesdk kdetoys kdeutils kdevelop kdewebdev koffice kdeaddons
 MANUAL := qt qt-extras kdesupport
 
 DAILY_TORRENT      := $(patsubst %,packages/%-$(DATESTAMP).torrent,$(DAILY))
@@ -61,6 +62,8 @@
 packages/decibel.dmg: packages/decibel-$(DATESTAMP).dmg
 packages/strigi.torrent: packages/strigi-$(DATESTAMP).dmg.torrent
 packages/strigi.dmg: packages/strigi-$(DATESTAMP).dmg
+packages/soprano.torrent: packages/soprano-$(DATESTAMP).dmg.torrent
+packages/soprano.dmg: packages/soprano-$(DATESTAMP).dmg
 packages/kdelibs.torrent: packages/kdelibs-$(DATESTAMP).dmg.torrent
 packages/kdelibs.dmg: packages/kdelibs-$(DATESTAMP).dmg
 packages/kdepimlibs.torrent: packages/kdepimlibs-$(DATESTAMP).dmg.torrent
@@ -108,7 +111,7 @@
 
 packages/%-$(DATESTAMP).dmg.torrent: packages/%-$(DATESTAMP).dmg
        @echo "making torrent for $<"
-       @cd packages; /fink/bin/btmaketorrent.py 
http://ranger.users.finkproject.org:8080/announce `basename "$<"`; cd -
+       @cd packages; $(MAKETORRENT) 
http://ranger.users.finkproject.org:8080/announce `basename "$<"`; cd -
 
 packages/%.mpkg packages/%.pkg: %.pmproj
        @/bin/sh $(PWD)/pmproj-to-pkg.sh "$<" "$@"

Modified: trunk/kde-mac/amarok.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/amarok.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Added: trunk/kde-mac/compile-qt.sh
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/compile-qt.sh&rev=814&repname=user%3a+ranger
==============================================================================
--- trunk/kde-mac/compile-qt.sh (added)
+++ trunk/kde-mac/compile-qt.sh Thu May 31 19:56:04 2007
@@ -1,0 +1,29 @@
+#!/bin/sh -ev
+
+../../source.build/qt-copy/configure \
+       -prefix /opt/qt4 \
+       -debug-and-release \
+       -no-exceptions \
+       -stl \
+       -plugin-sql-sqlite \
+       -no-sql-ibase \
+       -no-sql-mysql \
+       -no-sql-odbc \
+       -no-sql-psql \
+       -no-sql-sqlite2 \
+       -I /opt/kde4-deps/include \
+       -L /opt/kde4-deps/lib \
+       -system-zlib \
+       -qt-gif \
+       -system-libtiff \
+       -system-libpng \
+       -system-libmng \
+       -system-libjpeg \
+       -openssl \
+       -optimized-qmake \
+       -qdbus \
+       -framework \
+       -universal \
+       -sdk /Developer/SDKs/MacOSX10.4u.sdk \
+       -confirm-license \
+

Propchange: trunk/kde-mac/compile-qt.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: trunk/kde-mac/compile-qt.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: trunk/kde-mac/compile-qt.sh
------------------------------------------------------------------------------
    svn:mime-type = text/x-sh

Modified: trunk/kde-mac/decibel.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/decibel.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kde.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kde.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdeaddons.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdeaddons.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdeadmin.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdeadmin.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdeartwork.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdeartwork.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdebase.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdebase.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdeedu.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdeedu.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdegames.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdegames.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdegraphics.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdegraphics.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdelibs.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdelibs.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdemultimedia.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdemultimedia.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdenetwork.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdenetwork.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdepim.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdepim.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdepimlibs.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdepimlibs.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdesdk.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdesdk.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdesupport.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdesupport.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdetoys.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdetoys.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdeutils.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdeutils.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdevelop.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdevelop.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/kdewebdev.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/kdewebdev.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/koffice.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/koffice.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/make-packages.sh
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/make-packages.sh&rev=814&repname=user%3a+ranger
==============================================================================
--- trunk/kde-mac/make-packages.sh (original)
+++ trunk/kde-mac/make-packages.sh Thu May 31 19:56:04 2007
@@ -6,7 +6,7 @@
 MAKE_DMGS=1
 DO_CLEAN=0
 DO_UPDATE=1
-PACKAGES="marble:playground/base/marble strigi:kdesupport/strigi 
qca:kdesupport/qca kdelibs:KDE/kdelibs kdepimlibs:KDE/kdepimlibs 
decibel:/branches/work/decibel kdebase:KDE/kdebase kdeadmin:KDE/kdeadmin 
kdeartwork:KDE/kdeartwork kdeedu:KDE/kdeedu kdegames:KDE/kdegames 
kdegraphics:KDE/kdegraphics kdemultimedia:KDE/kdemultimedia 
kdenetwork:KDE/kdenetwork kdepim:KDE/kdepim kdesdk:KDE/kdesdk 
kdetoys:KDE/kdetoys kdeutils:KDE/kdeutils koffice:koffice kdevelop:KDE/kdevelop 
kdewebdev:KDE/kdewebdev amarok:extragear/multimedia kdeaddons:KDE/kdeaddons"
+PACKAGES="marble:playground/base/marble strigi:kdesupport/strigi 
qca:kdesupport/qca soprano:kdesupport/soprano kdelibs:KDE/kdelibs 
kdepimlibs:KDE/kdepimlibs decibel:/branches/work/decibel kdebase:KDE/kdebase 
kdeadmin:KDE/kdeadmin kdeartwork:KDE/kdeartwork kdeedu:KDE/kdeedu 
kdegames:KDE/kdegames kdegraphics:KDE/kdegraphics 
kdemultimedia:KDE/kdemultimedia kdenetwork:KDE/kdenetwork kdepim:KDE/kdepim 
kdesdk:KDE/kdesdk kdetoys:KDE/kdetoys kdeutils:KDE/kdeutils koffice:koffice 
kdevelop:KDE/kdevelop kdewebdev:KDE/kdewebdev amarok:extragear/multimedia 
kdeaddons:KDE/kdeaddons"
 DO_PACKAGES="$PACKAGES"
 
 case `uname -s` in

Modified: trunk/kde-mac/marble.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/marble.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/qca.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/qca.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/qt-extras.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/qt-extras.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/qt.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/qt.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Added: trunk/kde-mac/qt/patches/998-configure-tests-for-mac.diff
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/qt/patches/998-configure-tests-for-mac.diff&rev=814&repname=user%3a+ranger
==============================================================================
--- trunk/kde-mac/qt/patches/998-configure-tests-for-mac.diff (added)
+++ trunk/kde-mac/qt/patches/998-configure-tests-for-mac.diff Thu May 31 
19:56:04 2007
@@ -1,0 +1,145 @@
+qt-bugs@ issue :  none
+Trolltech task ID : none
+bugs.kde.org number :
+applied: no
+author: Benjamin Reed
+
+Change all the tests to not do app_bundles for mac
+
+Index: config.tests/unix/floatmath/floatmath.pro
+===================================================================
+--- config.tests/unix/floatmath/floatmath.pro  (revision 669911)
++++ config.tests/unix/floatmath/floatmath.pro  (working copy)
+@@ -1,3 +1,3 @@
+ SOURCES = floatmath.cpp
+ CONFIG -= x11 qt
+-
++mac:CONFIG -= app_bundle
+Index: config.tests/unix/freetype/freetype.pro
+===================================================================
+--- config.tests/unix/freetype/freetype.pro    (revision 669911)
++++ config.tests/unix/freetype/freetype.pro    (working copy)
+@@ -1,5 +1,6 @@
+ SOURCES = freetype.cpp
+ CONFIG += x11
+ CONFIG -= qt
++mac:CONFIG -= app_bundle
+ LIBS += -lfreetype
+ include(freetype.pri)
+Index: config.tests/unix/dbus/dbus.pro
+===================================================================
+--- config.tests/unix/dbus/dbus.pro    (revision 669911)
++++ config.tests/unix/dbus/dbus.pro    (working copy)
+@@ -1,3 +1,3 @@
+ SOURCES = dbus.cpp
+ CONFIG -= qt
+-CONFIG -= app_bundle
++mac:CONFIG -= app_bundle
+Index: config.tests/unix/clock-monotonic/clock-monotonic.pro
+===================================================================
+--- config.tests/unix/clock-monotonic/clock-monotonic.pro      (revision 
669911)
++++ config.tests/unix/clock-monotonic/clock-monotonic.pro      (working copy)
+@@ -1,3 +1,4 @@
+-CONFIG -= qt dylib mac_bundle
++CONFIG -= qt dylib
++mac:CONFIG -= app_bundle
+ SOURCES = clock-monotonic.cpp
+ include(clock-monotonic.pri)
+Index: config.tests/unix/tslib/tslib.pro
+===================================================================
+--- config.tests/unix/tslib/tslib.pro  (revision 669911)
++++ config.tests/unix/tslib/tslib.pro  (working copy)
+@@ -1,3 +1,4 @@
+ SOURCES = tslib.cpp
+ CONFIG -= qt 
++mac:CONFIG -= app_bundle
+ LIBS += -lts
+Index: config.tests/unix/psql/psql.pro
+===================================================================
+--- config.tests/unix/psql/psql.pro    (revision 669911)
++++ config.tests/unix/psql/psql.pro    (working copy)
+@@ -1,4 +1,4 @@
+ SOURCES = psql.cpp
+ CONFIG -= qt dylib
+-CONFIG -= app_bundle
++mac:CONFIG -= app_bundle
+ LIBS += -lpq
+Index: config.tests/unix/mremap/mremap.pro
+===================================================================
+--- config.tests/unix/mremap/mremap.pro        (revision 669911)
++++ config.tests/unix/mremap/mremap.pro        (working copy)
+@@ -1,2 +1,3 @@
+-CONFIG -= qt dylib mac_bundle
++CONFIG -= qt dylib
+ SOURCES = mremap.cpp
++mac:CONFIG -= app_bundle
+Index: config.tests/unix/openssl/openssl.pro
+===================================================================
+--- config.tests/unix/openssl/openssl.pro      (revision 669911)
++++ config.tests/unix/openssl/openssl.pro      (working copy)
+@@ -1,3 +1,4 @@
+ SOURCES = openssl.cpp
+-CONFIG -= x11 qt app_bundle
++CONFIG -= x11 qt
++mac:CONFIG -= app_bundle
+ include(openssl.pri)
+Index: config.tests/unix/mysql_r/mysql_r.pro
+===================================================================
+--- config.tests/unix/mysql_r/mysql_r.pro      (revision 669911)
++++ config.tests/unix/mysql_r/mysql_r.pro      (working copy)
+@@ -1,4 +1,4 @@
+ SOURCES = ../mysql/mysql.cpp
+ CONFIG -= qt dylib
+-CONFIG -= app_bundle
++mac:CONFIG -= app_bundle
+ LIBS += -lmysqlclient_r
+Index: config.tests/unix/nis/nis.pro
+===================================================================
+--- config.tests/unix/nis/nis.pro      (revision 669911)
++++ config.tests/unix/nis/nis.pro      (working copy)
+@@ -1,5 +1,5 @@
+ SOURCES = nis.cpp
+ CONFIG -= qt dylib
+-mac: CONFIG -= app_bundle
++mac:CONFIG -= app_bundle
+ solaris-*:LIBS += -lnsl
+ else:LIBS += $$QMAKE_LIBS_NIS
+Index: config.tests/unix/gnu-libiconv/gnu-libiconv.pro
+===================================================================
+--- config.tests/unix/gnu-libiconv/gnu-libiconv.pro    (revision 669911)
++++ config.tests/unix/gnu-libiconv/gnu-libiconv.pro    (working copy)
+@@ -1,3 +1,4 @@
+ SOURCES = gnu-libiconv.cpp
+-CONFIG -= qt dylib app_bundle
++CONFIG -= qt dylib
++mac:CONFIG -= app_bundle
+ LIBS += -liconv
+Index: config.tests/unix/mysql/mysql.pro
+===================================================================
+--- config.tests/unix/mysql/mysql.pro  (revision 669911)
++++ config.tests/unix/mysql/mysql.pro  (working copy)
+@@ -1,3 +1,4 @@
+ SOURCES = mysql.cpp
+-CONFIG -= qt dylib app_bundle
++CONFIG -= qt dylib
++mac:CONFIG -= app_bundle
+ LIBS += -lmysqlclient
+Index: config.tests/unix/odbc/odbc.pro
+===================================================================
+--- config.tests/unix/odbc/odbc.pro    (revision 669911)
++++ config.tests/unix/odbc/odbc.pro    (working copy)
+@@ -1,4 +1,4 @@
+ SOURCES = odbc.cpp
+ CONFIG -= qt dylib
+-CONFIG -= app_bundle
++mac:CONFIG -= app_bundle
+ LIBS += -lodbc
+Index: config.tests/unix/iconv/iconv.pro
+===================================================================
+--- config.tests/unix/iconv/iconv.pro  (revision 669911)
++++ config.tests/unix/iconv/iconv.pro  (working copy)
+@@ -1,2 +1,3 @@
+ SOURCES = iconv.cpp
+-CONFIG -= qt dylib app_bundle
++CONFIG -= qt dylib
++mac:CONFIG -= app_bundle

Added: trunk/kde-mac/qt/patches/999-mmx-for-mac.diff
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/qt/patches/999-mmx-for-mac.diff&rev=814&repname=user%3a+ranger
==============================================================================
--- trunk/kde-mac/qt/patches/999-mmx-for-mac.diff (added)
+++ trunk/kde-mac/qt/patches/999-mmx-for-mac.diff Thu May 31 19:56:04 2007
@@ -1,0 +1,54 @@
+qt-bugs@ issue :  none
+Trolltech task ID : none
+bugs.kde.org number :
+applied: no
+author: Benjamin Reed
+
+Set SSE stuff based on the what the C preprocessor says
+about us.
+
+Index: src/corelib/global/qglobal.h
+===================================================================
+--- src/corelib/global/qglobal.h       (revision 669911)
++++ src/corelib/global/qglobal.h       (working copy)
+@@ -304,6 +304,22 @@
+ #  endif
+ #  ifdef __APPLE__
+ #    define Q_NO_DEPRECATED_CONSTRUCTORS
++#    if defined(__SSE2__)
++#      define QT_HAVE_SSE2 1
++#    else
++#      undef QT_HAVE_SSE2
++#    endif
++#    if defined(__SSE__)
++#      define QT_HAVE_SSE
++#    else
++#      undef QT_HAVE_SSE
++#    endif
++#    if defined(__MMX__)
++#      define QT_HAVE_MMX
++#    else
++#      undef QT_HAVE_MMX
++#    endif
++#    undef QT_HAVE_3DNOW
+ #  endif
+ #  if __GNUC__ == 2 && __GNUC_MINOR__ <= 7
+ #    define Q_FULL_TEMPLATE_INSTANTIATION
+Index: src/gui/painting/qdrawhelper.cpp
+===================================================================
+--- src/gui/painting/qdrawhelper.cpp   (revision 669911)
++++ src/gui/painting/qdrawhelper.cpp   (working copy)
+@@ -4818,8 +4818,12 @@
+ static uint detectCPUFeatures() {
+ #if defined(__x86_64__) || defined(Q_OS_WIN64)
+     return MMX|SSE|SSE2|CMOV;
+-#elif defined(__ia64__)
++#elif defined(__ia64__) || defined(__SSE2__)
+     return MMX|SSE|SSE2;
++#elif defined(__SSE__)
++    return MMX|SSE;
++#elif defined(__MMX__)
++    return MMX;
+ #elif defined(QT_HAVE_IWMMXT)
+     // runtime detection only available when running as a previlegied process
+     static const bool doIWMMXT = !qgetenv("QT_NO_IWMMXT").toInt();

Added: trunk/kde-mac/soprano.pmproj
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/soprano.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary file - no diff available.

Propchange: trunk/kde-mac/soprano.pmproj
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/kde-mac/soprano/resources/ReadMe.rtf
URL: 
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/kde-mac/soprano/resources/ReadMe.rtf&rev=814&repname=user%3a+ranger
==============================================================================
--- trunk/kde-mac/soprano/resources/ReadMe.rtf (added)
+++ trunk/kde-mac/soprano/resources/ReadMe.rtf Thu May 31 19:56:04 2007
@@ -1,0 +1,27 @@
+{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf410
+{\fonttbl\f0\fnil\fcharset77 LucidaGrande;\f1\fswiss\fcharset77 Helvetica;}
+{\colortbl;\red255\green255\blue255;}
+\margl1440\margr1440\vieww13560\viewh13260\viewkind0
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
+
+\f0\fs22 \cf0 This is the Qt Cryptographic Architecture.\
+\
+This package supports Mac OS X 10.4 (PowerPC and Intel) and is automatically 
generated from the snapshots created by the Mac OS X dashboard build 
({\field{\*\fldinst{HYPERLINK 
"http://public.kitware.com/dashboard.php?name=kde"}}{\fldrslt 
+\f1\fs24 http://public.kitware.com/dashboard.php?name=kde}}
+\f1\fs24 ).
+\f0\fs22 \
+\
+\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural
+
+\f1\fs24 \cf0 Qt Cryptographic Architecture (QCA)\
+-----------------------------------\
+\
+Author: Justin Karneges <[EMAIL PROTECTED]>\
+\
+\
+About QCA\
+---------\
+This library provides an easy API for a range of cryptographic features, 
including SSL/TLS, X.509 certificates, SASL, symmetric ciphers, public key 
ciphers, hashes and much more.\
+\
+Functionality is supplied via plugins.  This is useful for avoiding dependence 
on a particular crypto library and makes upgrading easier, as there is no need 
to recompile your application when adding or upgrading a crypto plugin.  Also, 
by pushing crypto functionality into plugins, your application is free of legal 
issues, such as export regulation.\
+}

Propchange: trunk/kde-mac/soprano/root/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu May 31 19:56:04 2007
@@ -1,0 +1,1 @@
+*

Modified: trunk/kde-mac/strigi.pmproj
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/strigi.pmproj&rev=814&repname=user%3a+ranger
==============================================================================
Binary files - no diff available.

Modified: trunk/kde-mac/universal-environment.sh
URL: 
http://svn.finkproject.org/websvn/diff.php?path=/trunk/kde-mac/universal-environment.sh&rev=814&repname=user%3a+ranger
==============================================================================
--- trunk/kde-mac/universal-environment.sh (original)
+++ trunk/kde-mac/universal-environment.sh Thu May 31 19:56:04 2007
@@ -4,5 +4,10 @@
 export PKG_CONFIG_PATH="/opt/kde4-deps/lib/pkgconfig:$PKG_CONFIG_PATH"
 export CPPFLAGS="-Os -I/opt/kde4-deps/include $CPPFLAGS -fno-common"
 export LDFLAGS="-L/opt/kde4-deps/lib $LDFLAGS"
-export CFLAGS="-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk 
$CFLAGS"
-export CXXFLAGS="-arch i386 -arch ppc -isysroot 
/Developer/SDKs/MacOSX10.4u.sdk $CXXFLAGS"
+export CFLAGS="-arch i386 -arch ppc $CXXFLAGS"
+export CXXFLAGS="-arch i386 -arch ppc $CXXFLAGS"
+
+if [ `uname -m` != 'i386' ]; then
+       export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk $LDFLAGS"
+       export CXXFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk $LDFLAGS"
+fi


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to