New commits:
commit 744bbb38bed25fda328f07e35955dec42a0b4605
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
qca2: Auto-conflict or it links against the current
/usr/lib/libqca.so, which may have undefined references if it
has been recently broken by an API change (e.g. qt4 4.5 -> 4.6)
commit 611a3c95f6d4d11686084b858b35239e3c53a18f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
Revert "qt4: => 4.6.0-beta1"
This reverts commit aa053bfe2e947a188abc138192198f71e4b798b2.
diff --git a/crypto/qca2/CONFLICTS b/crypto/qca2/CONFLICTS
new file mode 100755
index 0000000..24b1c64
--- /dev/null
+++ b/crypto/qca2/CONFLICTS
@@ -0,0 +1 @@
+conflicts qca2 y
diff --git a/crypto/qca2/HISTORY b/crypto/qca2/HISTORY
index 4df6d80..c0310e0 100644
--- a/crypto/qca2/HISTORY
+++ b/crypto/qca2/HISTORY
@@ -1,3 +1,8 @@
+2010-01-29 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFLICTS: Auto-conflict or it links against the current
+ /usr/lib/libqca.so, which may have undefined references if it has
been
+ recently broken by an API change (e.g. qt4 4.5 -> 4.6)
+
2009-05-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.2
diff --git a/x11-toolkits/qt4/CONFIGURE b/x11-toolkits/qt4/CONFIGURE
index bdaf1ed..ba6456b 100755
--- a/x11-toolkits/qt4/CONFIGURE
+++ b/x11-toolkits/qt4/CONFIGURE
@@ -52,13 +52,12 @@ config_query_option QT_WEBKIT 'Build the WebKit
module?' y \
'-webkit' \
'-no-webkit' &&
-config_query_option QT_MEDIA 'Build Multimedia support?' y \
- '-multimedia' \
- '-no-multimedia' &&
-config_query_option QT_GTK 'Build the GTK theme integration?' y \
- '-gtkstyle' \
- '-no-gtkstyle' &&
-
config_query_option QT_ACCESS 'Compile Accessibility support' n \
'-accessibility' \
'-no-accessibility'
+
+# change the old options to the new, can be removed after a year --20080105
+QT_DEMO="${QT_DEMO//demos/}" &&
+QT_EXAMPLE="${QT_EXAMPLE//examples/}" &&
+QT_TOOLS="${QT_TOOLS//tools/}" &&
+QT_TRANS="${QT_TRANS//translations/}"
diff --git a/x11-toolkits/qt4/DETAILS b/x11-toolkits/qt4/DETAILS
index 7dbc0a5..bed45d3 100755
--- a/x11-toolkits/qt4/DETAILS
+++ b/x11-toolkits/qt4/DETAILS
@@ -3,9 +3,10 @@ persistent_remove QT_VER
if [[ $QT_TMPFS == n ]]; then
TMPFS=off
fi
- SPELLX=qt-everywhere-opensource-src
- VERSION=4.6.1
-
SOURCE_HASH=sha512:a3c16a138a578e4016279627e933bdbb87923770e5c877c83a3cbdb15a5575fe7fefcb63c39faaed30cdb7d36aeec0d1bc3b5d8d3902a6ce5763c5f9e91919bc
+ SPELLX=qt-x11-opensource-src
+ VERSION=4.5.3
+
SOURCE_HASH=sha512:aa1051f3a5cab0ffe225eb03cd50b8bf34bcc28f89dd4bda6b80c9769395dbaec31b8d3b365e1a8aa0407be5e4cdd51c788706daebdfab8420e8f2853d8226a2
+ PATCHLEVEL=1
SOURCE=$SPELLX-$VERSION.tar.gz
URI=qt/source/$SOURCE
SECURITY_PATCH=3
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index 04aa80f..1c5b7e5 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -4,9 +4,6 @@
2010-01-21 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Looks like qt4 needs to conflict even for minor revisions
-2010-01-22 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 4.6.1
-
2009-12-01 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: SELF -> SPELL, there is no SELF
Remove debug message, corrupted conflict message to:
@@ -14,16 +11,9 @@
Instead of:
qt4 conflicts with qt4. Dispel qt4? [y]
-2009-12-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.6.0
- * CONFLICTS: check old version before forcing conflict
-
2009-11-25 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: zlib is always required now
-2009-11-17 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.6.0-rc1
-
2009-10-16 Treeve Jelbert <treeve AT sourcemage.org>
* SUB_DEPENDS, PRE_SUB_DEPENDS: add ACCESS
@@ -31,15 +21,6 @@
* PRE_BUILD: fix for not linking clucene correctly (4.6.0-beta1)
needed in order to build TOOLS, which in turn is needed by kde4
-2009-10-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 4.6.0-beta1
- * CONFLICTS: add it back again unfortunately. when going from 4.5 to
4.6
- tries to link old modules which don't have the new entrypoints
- * BUILD HISTORY SUB_DEPENDS PRE_SUB_DEPENDS:
- add multimedia, Accessibility and gtk options
- * CONFIGURE: delete obsolete stuff
- * DEPENDS: remove obsolete sqlite2 support
-
2009-10-10 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: No longer seems to need a self-conflict during upgrades