diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-05-24 12:51:37 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-05-24 12:51:37 +0000 |
commit | 0bc39d243e72c73b6874214c7b09dd6b324a61fb (patch) | |
tree | 09502d3b2cec1c455fb58b20b735237bf5a818bd /x11-libs | |
parent | backed out ppc-macos keywording. it won't work on osx currently, nor bsd (is... (diff) | |
download | gentoo-2-0bc39d243e72c73b6874214c7b09dd6b324a61fb.tar.gz gentoo-2-0bc39d243e72c73b6874214c7b09dd6b324a61fb.tar.bz2 gentoo-2-0bc39d243e72c73b6874214c7b09dd6b324a61fb.zip |
Latest snapshot
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt/files/digest-qt-4.0.0_beta2-r2 | 1 | ||||
-rw-r--r-- | x11-libs/qt/files/qt4b2r2_nomkdir.patch | 19 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.0.0_beta2-r2.ebuild | 172 |
4 files changed, 199 insertions, 1 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index 64234951448c..76923fee7e50 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/qt # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.215 2005/05/13 21:13:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.216 2005/05/24 12:51:37 caleb Exp $ + +*qt-4.0.0_beta2-r2 (24 May 2005) + + 24 May 2005; Caleb Tennis <caleb@gentoo.org> +files/qt4b2r2_nomkdir.patch, + +qt-4.0.0_beta2-r2.ebuild: + Latest snapshot 13 May 2005; Bryan Østergaard <kloeri@gentoo.org> qt-3.3.4-r3.ebuild: Stable on ia64. diff --git a/x11-libs/qt/files/digest-qt-4.0.0_beta2-r2 b/x11-libs/qt/files/digest-qt-4.0.0_beta2-r2 new file mode 100644 index 000000000000..7636cdc2e53b --- /dev/null +++ b/x11-libs/qt/files/digest-qt-4.0.0_beta2-r2 @@ -0,0 +1 @@ +MD5 b81032377088ae62c4e3cd7b5587f386 qt-x11-opensource-4.0.0-rc1-snapshot-20050523.tar.bz2 14494416 diff --git a/x11-libs/qt/files/qt4b2r2_nomkdir.patch b/x11-libs/qt/files/qt4b2r2_nomkdir.patch new file mode 100644 index 000000000000..bcbab9c87bf7 --- /dev/null +++ b/x11-libs/qt/files/qt4b2r2_nomkdir.patch @@ -0,0 +1,19 @@ +--- configure.orig 2005-05-23 15:24:37.059065896 -0500 ++++ configure 2005-05-23 15:26:33.888305152 -0500 +@@ -1065,16 +1065,6 @@ + [ -z "$QT_INSTALL_TRANSLATIONS" ] && QT_INSTALL_TRANSLATIONS=$QT_INSTALL_PREFIX/translations #default + QT_INSTALL_TRANSLATIONS=`$relpath/config.tests/unix/makeabs "$QT_INSTALL_TRANSLATIONS"` + +-#settings +-if [ "$PLATFORM_MAC" = "yes" ]; then +- [ -z "$QT_INSTALL_SETTINGS" ] && QT_INSTALL_SETTINGS=/Library/Preferences/Qt #default +-else +- [ -z "$QT_INSTALL_SETTINGS" ] && QT_INSTALL_SETTINGS=/etc/xdg #default +-fi +-if mkdir -p "$QT_INSTALL_SETTINGS" >/dev/null 2>&1; then +- QT_INSTALL_SETTINGS=`(cd "$QT_INSTALL_SETTINGS"; /bin/pwd)` #absolute +-fi +- + #------------------------------------------------------------------------------- + # generate qconfig.cpp + #------------------------------------------------------------------------------- diff --git a/x11-libs/qt/qt-4.0.0_beta2-r2.ebuild b/x11-libs/qt/qt-4.0.0_beta2-r2.ebuild new file mode 100644 index 000000000000..85a0b691f7d3 --- /dev/null +++ b/x11-libs/qt/qt-4.0.0_beta2-r2.ebuild @@ -0,0 +1,172 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.0_beta2-r2.ebuild,v 1.1 2005/05/24 12:51:37 caleb Exp $ + +inherit eutils flag-o-matic + +SRCTYPE="opensource" +SNAPSHOT="20050523" +DESCRIPTION="QT version ${PV}" +HOMEPAGE="http://www.trolltech.com/" + +SRC_URI="ftp://ftp.trolltech.com/qt/snapshots/qt-x11-${SRCTYPE}-${PV/_beta2/-rc1}-snapshot-${SNAPSHOT}.tar.bz2" + +LICENSE="|| ( QPL-1.0 GPL-2 )" +SLOT="4" +KEYWORDS="-*" +IUSE="accessibility cups debug doc examples firebird gif ipv6 jpeg mng mysql nas nis odbc opengl postgres png sqlite xinerama zlib" + +DEPEND="virtual/x11 virtual/xft >=media-libs/freetype-2 + png? ( media-libs/libpng ) + jpeg? ( media-libs/jpeg ) + mng? ( media-libs/libmng ) + nas? ( >=media-libs/nas-1.5 ) + odbc? ( dev-db/unixODBC ) + mysql? ( dev-db/mysql ) + firebird? ( dev-db/firebird ) + opengl? ( virtual/opengl virtual/glu ) + postgres? ( dev-db/postgresql ) + cups? ( net-print/cups ) + zlib? ( sys-libs/zlib )" + +S=${WORKDIR}/qt-x11-${SRCTYPE}-${PV/_beta2/-rc1}-snapshot-${SNAPSHOT} + +pkg_setup() { + QTBASEDIR=/usr/$(get_libdir)/qt4 + QTPREFIXDIR=${S} + QTBINDIR=/usr/bin + QTLIBDIR=/usr/$(get_libdir)/qt4 + QTDOCDIR=/usr/share/qt4/doc + QTDATADIR=/usr/share/qt4 + QTHEADERDIR=/usr/include/qt4 + QTPLUGINDIR=/usr/$(get_libdir)/qt4/plugins + QTSYSCONFDIR=/etc/qt4 + QTTRANSDIR=/usr/share/qt4/translations + + export PLATFORM=linux-g++ +} + +qt_use() { + useq ${1} && echo "-${1}" || echo "-no-${1}" + return 0 +} + +src_unpack() { + unpack ${A} + + cd ${S} + + cp configure configure.orig + sed -e 's:read acceptance:acceptance=yes:' configure.orig > configure + + cd mkspecs/linux-g++ + # set c/xxflags and ldflags + strip-flags + + # Qt4 moc does not work with -O3, unfortunately. + replace-flags -O3 -O2 + filter-flags -finline-functions + + sed -i -e "s:QMAKE_CFLAGS_RELEASE.*=.*:QMAKE_CFLAGS_RELEASE=${CFLAGS}:" \ + -e "s:QMAKE_CXXFLAGS_RELEASE.*=.*:QMAKE_CXXFLAGS_RELEASE=${CXXFLAGS}:" \ + -e "s:QMAKE_LFLAGS_RELEASE.*=.*:QMAKE_LFLAGS_RELEASE=${LDFLAGS}:" \ + qmake.conf + cd ${S} + + epatch ${FILESDIR}/qt4-rpath.patch + epatch ${FILESDIR}/qt4b2r2_nomkdir.patch + + sed -i -e "s:CFG_REDUCE_EXPORTS=auto:CFG_REDUCE_EXPORTS=no:" configure +} + +src_compile() { + export SYSCONF=${D}${QTPREFIXDIR}/etc/settings + export PATH="${S}/bin:${PATH}" + export LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" + + # Fixes for 89704 + export LC_ALL=C + export LANG=C + + # Let's just allow writing to these directories during Qt emerge + # as it makes Qt much happier. + addwrite "${QTBASE}/etc/settings" + addwrite "$HOME/.qt" + + myconf="${myconf} $(qt_use accessibility) $(qt_use cups) $(qt_use xinerama)" + myconf="${myconf} $(qt_use opengl) $(qt_use nis)" + + use nas && myconf="${myconf} -system-nas-sound" + use gif && myconf="${myconf} -qt-gif" || myconf="${myconf} -no-gif" + use png && myconf="${myconf} -system-libpng" || myconf="${myconf} -qt-libpng" + use jpeg && myconf="${myconf} -system-libjpeg" || myconf="${myconf} -qt-libjpeg" + use debug && myconf="${myconf} -debug" || myconf="${myconf} -release" + use zlib && myconf="${myconf} -system-zlib" || myconf="${myconf} -qt-zlib" + + use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/$(get_libdir)/mysql" || myconf="${myconf} -no-sql-mysql" + use postgres && myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/pgsql" || myconf="${myconf} -no-sql-psql" + use firebird && myconf="${myconf} -plugin-sql-ibase" || myconf="${myconf} -no-sql-ibase" + use sqlite && myconf="${myconf} -plugin-sql-sqlite" || myconf="${myconf} -no-sql-sqlite" + use odbc && myconf="${myconf} -plugin-sql-odbc" || myconf="${myconf} -no-sql-odbc" + + myconf="${myconf} -tablet -xrender -xrandr -xkb -xshape -sm" + + ./configure -stl -verbose -largefile \ + -platform ${PLATFORM} -xplatform ${PLATFORM} \ + -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} -datadir ${QTDATADIR} \ + -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} -plugindir ${QTPLUGINDIR} \ + -sysconfdir ${QTSYSCONFDIR} -translationdir ${QTTRANSDIR} ${myconf} || die + + emake sub-tools-all-ordered || die + if use examples; then + emake sub-demos sub-examples sub-tutorial || die + fi +} + +src_install() { + export SYSCONF=${D}${QTPREFIXDIR}/etc/settings + export PATH="${S}/bin:${PATH}" + export LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" + + # make INSTALL_ROOT=${D} sub-demos-install_subtargets-ordered sub-examples-install_subtargets-ordered || die + # make INSTALL_ROOT=${D} install_qmake sub-tools-install_subtargets-ordered || die + # Using install_qmake forces lots of other things to build. Bypass it for now. + + make INSTALL_ROOT=${D} sub-tools-install_subtargets-ordered || die + if use example; then + make INSTALL_ROOT=${D} sub-tutorial-install_subtargets-ordered || die + fi + + install -c ${S}/bin/qmake ${D}${QTBINDIR}/qmake + use doc && make INSTALL_ROOT=${D} install_htmldocs + + # sub-tutorial-install_subtargets-ordered + + dodir /etc/env.d + dodir ${QTDATADIR}/mkspecs/linux-g++ + dodir ${QTDATADIR}/mkspecs/features/unix + + install -c ${S}/qt.conf ${D}${QTBASEDIR}/qt.conf + install -c ${S}/mkspecs/linux-g++/qmake.conf ${D}${QTDATADIR}/mkspecs/linux-g++ + install -c ${S}/mkspecs/linux-g++/qplatformdefs.h ${D}${QTDATADIR}/mkspecs/linux-g++ + install -c ${S}/mkspecs/features/unix/*.prf ${D}${QTDATADIR}/mkspecs/features/unix + install -c ${S}/mkspecs/features/*.prf ${D}${QTDATADIR}/mkspecs/features + install -c ${S}/mkspecs/default ${D}${QTDATADIR}/mkspecs/default + install -c ${S}/mkspecs/.qt.config ${D}${QTDATADIR}/mkspecs + + sed -i -e "s:${S}:${QTBASEDIR}:g" ${D}/${QTBASEDIR}/qt.conf + sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${D}/${QTLIBDIR}/*.la + sed -i -e "s:${S}/lib:${QTLIBDIR}:g" ${D}/${QTLIBDIR}/pkgconfig/*.pc + + # List all the multilib libdirs + local libdirs + for libdir in $(get_all_libdirs); do + libdirs="${libdirs}:/usr/${libdir}/qt4" + done + cat > ${D}/etc/env.d/44qt4 << EOF +PATH=${QTBINDIR} +ROOTPATH=${QTBINDIR} +LDPATH=${libdirs:1} +QMAKESPEC=linux-g++ +EOF +} |